diff --git a/eng/mgmt/mgmtmetadata/apimanagement_resource-manager.txt b/eng/mgmt/mgmtmetadata/apimanagement_resource-manager.txt index 789e33cddcc1c..583e3d4476c67 100644 --- a/eng/mgmt/mgmtmetadata/apimanagement_resource-manager.txt +++ b/eng/mgmt/mgmtmetadata/apimanagement_resource-manager.txt @@ -1,11 +1,14 @@ -2020-02-11 05:53:16 UTC - -1) azure-rest-api-specs repository information -GitHub user: Azure +Installing AutoRest version: v2 +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/apimanagement/resource-manager/readme.md --csharp --version="2.0.4417" --reflect-api-versions --tag=package-2020-12 --csharp-sdks-folder=C:\azure-sdk-for-net\sdk +2021-05-21 07:03:54 UTC +Azure-rest-api-specs repository information +GitHub fork: Azure Branch: master -Commit: 26bdb0c40d9403e07980e41f054ec75f72225d52 - -2) AutoRest information -Requested version: latest -Bootstrapper version: C:\Users\sasolank\AppData\Roaming\npm `-- autorest@2.0.4413 -Latest installed version: +Commit: 5047dfdf585969892ac035ffdfbc57623f0bf1c5 +AutoRest information +Requested version: v2 +Bootstrapper version: autorest@2.0.4417 \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/AzSdk.RP.props b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/AzSdk.RP.props index e815af3ce6359..8f960ce3b37a6 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/AzSdk.RP.props +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/AzSdk.RP.props @@ -1,7 +1,7 @@  - ApiManagement_2019-12-01; + ApiManagement_2020-12-01; $(PackageTags);$(CommonTags);$(AzureApiTag); \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/CHANGELOG.md b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/CHANGELOG.md index 4f5431669115e..c938037f3b781 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/CHANGELOG.md +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/CHANGELOG.md @@ -1,8 +1,11 @@ ## Microsoft.Azure.Management.ApiManagment release notes -### Changes in 6.0.0-preview +### Changes in 7.0.0-preview -- Fixed `quotas` update contract +- Switch the .NET client to use api-version `2020-12-01` +- new entities added, are `ContentType`, `ContentItem`, `DeletedServices`, `GatewayCertificateAuthority`, `PortalRevision`, `PortalSettings`, `TenantSettings`, `ApiManagementSkus`. +- Added support for creating Azure KeyVault based `namedValues`, which allows auto rotation of this Entity. blocked POST operations to get entity secret from it due to Security Issue. +- Added support for creating Azure KeyVault based `certificates`, which allows auto rotation of this Entity. ### Changes in 5.0.0-preview diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiDiagnosticOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiDiagnosticOperations.cs index adb2243e4b0f2..065af6278a09a 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiDiagnosticOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiDiagnosticOperations.cs @@ -128,11 +128,14 @@ internal ApiDiagnosticOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "apiId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -144,7 +147,6 @@ internal ApiDiagnosticOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -164,9 +166,9 @@ internal ApiDiagnosticOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -383,11 +385,14 @@ internal ApiDiagnosticOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "diagnosticId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -399,7 +404,6 @@ internal ApiDiagnosticOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); tracingParameters.Add("diagnosticId", diagnosticId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -412,9 +416,9 @@ internal ApiDiagnosticOperations(ApiManagementClient client) _url = _url.Replace("{diagnosticId}", System.Uri.EscapeDataString(diagnosticId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -628,11 +632,14 @@ internal ApiDiagnosticOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "diagnosticId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -644,7 +651,6 @@ internal ApiDiagnosticOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); tracingParameters.Add("diagnosticId", diagnosticId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -657,9 +663,9 @@ internal ApiDiagnosticOperations(ApiManagementClient client) _url = _url.Replace("{diagnosticId}", System.Uri.EscapeDataString(diagnosticId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -906,11 +912,14 @@ internal ApiDiagnosticOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -924,7 +933,6 @@ internal ApiDiagnosticOperations(ApiManagementClient client) tracingParameters.Add("diagnosticId", diagnosticId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -937,9 +945,9 @@ internal ApiDiagnosticOperations(ApiManagementClient client) _url = _url.Replace("{diagnosticId}", System.Uri.EscapeDataString(diagnosticId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1141,6 +1149,9 @@ internal ApiDiagnosticOperations(ApiManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -1150,7 +1161,7 @@ internal ApiDiagnosticOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string diagnosticId, DiagnosticContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string diagnosticId, DiagnosticContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1217,11 +1228,14 @@ internal ApiDiagnosticOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1235,7 +1249,6 @@ internal ApiDiagnosticOperations(ApiManagementClient client) tracingParameters.Add("diagnosticId", diagnosticId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -1248,9 +1261,9 @@ internal ApiDiagnosticOperations(ApiManagementClient client) _url = _url.Replace("{diagnosticId}", System.Uri.EscapeDataString(diagnosticId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1324,7 +1337,7 @@ internal ApiDiagnosticOperations(ApiManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 204) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1354,13 +1367,44 @@ internal ApiDiagnosticOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1471,11 +1515,14 @@ internal ApiDiagnosticOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1488,7 +1535,6 @@ internal ApiDiagnosticOperations(ApiManagementClient client) tracingParameters.Add("apiId", apiId); tracingParameters.Add("diagnosticId", diagnosticId); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1501,9 +1547,9 @@ internal ApiDiagnosticOperations(ApiManagementClient client) _url = _url.Replace("{diagnosticId}", System.Uri.EscapeDataString(diagnosticId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiDiagnosticOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiDiagnosticOperationsExtensions.cs index 14d1c79f6ff91..7d8ff6ad9cb6b 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiDiagnosticOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiDiagnosticOperationsExtensions.cs @@ -289,9 +289,9 @@ public static DiagnosticContract Get(this IApiDiagnosticOperations operations, s /// header response of the GET request or it should be * for unconditional /// update. /// - public static void Update(this IApiDiagnosticOperations operations, string resourceGroupName, string serviceName, string apiId, string diagnosticId, DiagnosticContract parameters, string ifMatch) + public static DiagnosticContract Update(this IApiDiagnosticOperations operations, string resourceGroupName, string serviceName, string apiId, string diagnosticId, DiagnosticContract parameters, string ifMatch) { - operations.UpdateAsync(resourceGroupName, serviceName, apiId, diagnosticId, parameters, ifMatch).GetAwaiter().GetResult(); + return operations.UpdateAsync(resourceGroupName, serviceName, apiId, diagnosticId, parameters, ifMatch).GetAwaiter().GetResult(); } /// @@ -326,9 +326,12 @@ public static void Update(this IApiDiagnosticOperations operations, string resou /// /// The cancellation token. /// - public static async Task UpdateAsync(this IApiDiagnosticOperations operations, string resourceGroupName, string serviceName, string apiId, string diagnosticId, DiagnosticContract parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this IApiDiagnosticOperations operations, string resourceGroupName, string serviceName, string apiId, string diagnosticId, DiagnosticContract parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, diagnosticId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, diagnosticId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiExportOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiExportOperations.cs index 60d0322d2ae8f..2d7f92833e359 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiExportOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiExportOperations.cs @@ -139,12 +139,15 @@ internal ApiExportOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "format"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } string export = "true"; - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -157,7 +160,6 @@ internal ApiExportOperations(ApiManagementClient client) tracingParameters.Add("apiId", apiId); tracingParameters.Add("format", format); tracingParameters.Add("export", export); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -177,9 +179,9 @@ internal ApiExportOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("export={0}", System.Uri.EscapeDataString(export))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiIssueAttachmentOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiIssueAttachmentOperations.cs index 7d2e18fafa590..9091d14c3a0cd 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiIssueAttachmentOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiIssueAttachmentOperations.cs @@ -151,11 +151,14 @@ internal ApiIssueAttachmentOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "issueId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -168,7 +171,6 @@ internal ApiIssueAttachmentOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); tracingParameters.Add("issueId", issueId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -189,9 +191,9 @@ internal ApiIssueAttachmentOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -430,11 +432,14 @@ internal ApiIssueAttachmentOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "attachmentId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -447,7 +452,6 @@ internal ApiIssueAttachmentOperations(ApiManagementClient client) tracingParameters.Add("apiId", apiId); tracingParameters.Add("issueId", issueId); tracingParameters.Add("attachmentId", attachmentId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -461,9 +465,9 @@ internal ApiIssueAttachmentOperations(ApiManagementClient client) _url = _url.Replace("{attachmentId}", System.Uri.EscapeDataString(attachmentId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -700,11 +704,14 @@ internal ApiIssueAttachmentOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "attachmentId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -717,7 +724,6 @@ internal ApiIssueAttachmentOperations(ApiManagementClient client) tracingParameters.Add("apiId", apiId); tracingParameters.Add("issueId", issueId); tracingParameters.Add("attachmentId", attachmentId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -731,9 +737,9 @@ internal ApiIssueAttachmentOperations(ApiManagementClient client) _url = _url.Replace("{attachmentId}", System.Uri.EscapeDataString(attachmentId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1003,11 +1009,14 @@ internal ApiIssueAttachmentOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1022,7 +1031,6 @@ internal ApiIssueAttachmentOperations(ApiManagementClient client) tracingParameters.Add("attachmentId", attachmentId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -1036,9 +1044,9 @@ internal ApiIssueAttachmentOperations(ApiManagementClient client) _url = _url.Replace("{attachmentId}", System.Uri.EscapeDataString(attachmentId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1330,11 +1338,14 @@ internal ApiIssueAttachmentOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1348,7 +1359,6 @@ internal ApiIssueAttachmentOperations(ApiManagementClient client) tracingParameters.Add("issueId", issueId); tracingParameters.Add("attachmentId", attachmentId); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1362,9 +1372,9 @@ internal ApiIssueAttachmentOperations(ApiManagementClient client) _url = _url.Replace("{attachmentId}", System.Uri.EscapeDataString(attachmentId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiIssueCommentOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiIssueCommentOperations.cs index 2c91c0557ebcf..a8088f010398f 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiIssueCommentOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiIssueCommentOperations.cs @@ -151,11 +151,14 @@ internal ApiIssueCommentOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "issueId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -168,7 +171,6 @@ internal ApiIssueCommentOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); tracingParameters.Add("issueId", issueId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -189,9 +191,9 @@ internal ApiIssueCommentOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -430,11 +432,14 @@ internal ApiIssueCommentOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "commentId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -447,7 +452,6 @@ internal ApiIssueCommentOperations(ApiManagementClient client) tracingParameters.Add("apiId", apiId); tracingParameters.Add("issueId", issueId); tracingParameters.Add("commentId", commentId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -461,9 +465,9 @@ internal ApiIssueCommentOperations(ApiManagementClient client) _url = _url.Replace("{commentId}", System.Uri.EscapeDataString(commentId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -700,11 +704,14 @@ internal ApiIssueCommentOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "commentId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -717,7 +724,6 @@ internal ApiIssueCommentOperations(ApiManagementClient client) tracingParameters.Add("apiId", apiId); tracingParameters.Add("issueId", issueId); tracingParameters.Add("commentId", commentId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -731,9 +737,9 @@ internal ApiIssueCommentOperations(ApiManagementClient client) _url = _url.Replace("{commentId}", System.Uri.EscapeDataString(commentId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1002,11 +1008,14 @@ internal ApiIssueCommentOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1021,7 +1030,6 @@ internal ApiIssueCommentOperations(ApiManagementClient client) tracingParameters.Add("commentId", commentId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -1035,9 +1043,9 @@ internal ApiIssueCommentOperations(ApiManagementClient client) _url = _url.Replace("{commentId}", System.Uri.EscapeDataString(commentId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1329,11 +1337,14 @@ internal ApiIssueCommentOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1347,7 +1358,6 @@ internal ApiIssueCommentOperations(ApiManagementClient client) tracingParameters.Add("issueId", issueId); tracingParameters.Add("commentId", commentId); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1361,9 +1371,9 @@ internal ApiIssueCommentOperations(ApiManagementClient client) _url = _url.Replace("{commentId}", System.Uri.EscapeDataString(commentId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiIssueOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiIssueOperations.cs index 8dfc033201d24..db47719997c1d 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiIssueOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiIssueOperations.cs @@ -131,11 +131,14 @@ internal ApiIssueOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "apiId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -148,7 +151,6 @@ internal ApiIssueOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); tracingParameters.Add("expandCommentsAttachments", expandCommentsAttachments); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -172,9 +174,9 @@ internal ApiIssueOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("expandCommentsAttachments={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(expandCommentsAttachments, Client.SerializationSettings).Trim('"')))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -391,11 +393,14 @@ internal ApiIssueOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "issueId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -407,7 +412,6 @@ internal ApiIssueOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); tracingParameters.Add("issueId", issueId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -420,9 +424,9 @@ internal ApiIssueOperations(ApiManagementClient client) _url = _url.Replace("{issueId}", System.Uri.EscapeDataString(issueId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -639,11 +643,14 @@ internal ApiIssueOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "issueId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -656,7 +663,6 @@ internal ApiIssueOperations(ApiManagementClient client) tracingParameters.Add("apiId", apiId); tracingParameters.Add("issueId", issueId); tracingParameters.Add("expandCommentsAttachments", expandCommentsAttachments); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -673,9 +679,9 @@ internal ApiIssueOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("expandCommentsAttachments={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(expandCommentsAttachments, Client.SerializationSettings).Trim('"')))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -922,11 +928,14 @@ internal ApiIssueOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -940,7 +949,6 @@ internal ApiIssueOperations(ApiManagementClient client) tracingParameters.Add("issueId", issueId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -953,9 +961,9 @@ internal ApiIssueOperations(ApiManagementClient client) _url = _url.Replace("{issueId}", System.Uri.EscapeDataString(issueId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1156,6 +1164,9 @@ internal ApiIssueOperations(ApiManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -1165,7 +1176,7 @@ internal ApiIssueOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string issueId, IssueUpdateContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string issueId, IssueUpdateContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1232,11 +1243,14 @@ internal ApiIssueOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1250,7 +1264,6 @@ internal ApiIssueOperations(ApiManagementClient client) tracingParameters.Add("issueId", issueId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -1263,9 +1276,9 @@ internal ApiIssueOperations(ApiManagementClient client) _url = _url.Replace("{issueId}", System.Uri.EscapeDataString(issueId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1339,7 +1352,7 @@ internal ApiIssueOperations(ApiManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 204) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1369,13 +1382,44 @@ internal ApiIssueOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1486,11 +1530,14 @@ internal ApiIssueOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1503,7 +1550,6 @@ internal ApiIssueOperations(ApiManagementClient client) tracingParameters.Add("apiId", apiId); tracingParameters.Add("issueId", issueId); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1516,9 +1562,9 @@ internal ApiIssueOperations(ApiManagementClient client) _url = _url.Replace("{issueId}", System.Uri.EscapeDataString(issueId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiIssueOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiIssueOperationsExtensions.cs index 5dea01ca09f2b..28f62034c4e32 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiIssueOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiIssueOperationsExtensions.cs @@ -300,9 +300,9 @@ public static ApiIssueGetEntityTagHeaders GetEntityTag(this IApiIssueOperations /// header response of the GET request or it should be * for unconditional /// update. /// - public static void Update(this IApiIssueOperations operations, string resourceGroupName, string serviceName, string apiId, string issueId, IssueUpdateContract parameters, string ifMatch) + public static IssueContract Update(this IApiIssueOperations operations, string resourceGroupName, string serviceName, string apiId, string issueId, IssueUpdateContract parameters, string ifMatch) { - operations.UpdateAsync(resourceGroupName, serviceName, apiId, issueId, parameters, ifMatch).GetAwaiter().GetResult(); + return operations.UpdateAsync(resourceGroupName, serviceName, apiId, issueId, parameters, ifMatch).GetAwaiter().GetResult(); } /// @@ -336,9 +336,12 @@ public static void Update(this IApiIssueOperations operations, string resourceGr /// /// The cancellation token. /// - public static async Task UpdateAsync(this IApiIssueOperations operations, string resourceGroupName, string serviceName, string apiId, string issueId, IssueUpdateContract parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this IApiIssueOperations operations, string resourceGroupName, string serviceName, string apiId, string issueId, IssueUpdateContract parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, issueId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, issueId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementClient.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementClient.cs index c1305552bcb20..b8a22a0c536b7 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementClient.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementClient.cs @@ -151,11 +151,6 @@ public partial class ApiManagementClient : ServiceClient, I /// public virtual IOperationOperations Operation { get; private set; } - /// - /// Gets the IApiExportOperations. - /// - public virtual IApiExportOperations ApiExport { get; private set; } - /// /// Gets the IApiVersionSetOperations. /// @@ -181,6 +176,21 @@ public partial class ApiManagementClient : ServiceClient, I /// public virtual ICertificateOperations Certificate { get; private set; } + /// + /// Gets the IContentTypeOperations. + /// + public virtual IContentTypeOperations ContentType { get; private set; } + + /// + /// Gets the IContentItemOperations. + /// + public virtual IContentItemOperations ContentItem { get; private set; } + + /// + /// Gets the IDeletedServicesOperations. + /// + public virtual IDeletedServicesOperations DeletedServices { get; private set; } + /// /// Gets the IApiManagementOperations. /// @@ -221,6 +231,11 @@ public partial class ApiManagementClient : ServiceClient, I /// public virtual IGatewayApiOperations GatewayApi { get; private set; } + /// + /// Gets the IGatewayCertificateAuthorityOperations. + /// + public virtual IGatewayCertificateAuthorityOperations GatewayCertificateAuthority { get; private set; } + /// /// Gets the IGroupOperations. /// @@ -286,6 +301,16 @@ public partial class ApiManagementClient : ServiceClient, I /// public virtual IPolicyDescriptionOperations PolicyDescription { get; private set; } + /// + /// Gets the IPortalRevisionOperations. + /// + public virtual IPortalRevisionOperations PortalRevision { get; private set; } + + /// + /// Gets the IPortalSettingsOperations. + /// + public virtual IPortalSettingsOperations PortalSettings { get; private set; } + /// /// Gets the ISignInSettingsOperations. /// @@ -346,6 +371,16 @@ public partial class ApiManagementClient : ServiceClient, I /// public virtual IReportsOperations Reports { get; private set; } + /// + /// Gets the ITenantSettingsOperations. + /// + public virtual ITenantSettingsOperations TenantSettings { get; private set; } + + /// + /// Gets the IApiManagementSkusOperations. + /// + public virtual IApiManagementSkusOperations ApiManagementSkus { get; private set; } + /// /// Gets the ISubscriptionOperations. /// @@ -396,6 +431,11 @@ public partial class ApiManagementClient : ServiceClient, I /// public virtual IUserConfirmationPasswordOperations UserConfirmationPassword { get; private set; } + /// + /// Gets the IApiExportOperations. + /// + public virtual IApiExportOperations ApiExport { get; private set; } + /// /// Initializes a new instance of the ApiManagementClient class. /// @@ -652,12 +692,14 @@ private void Initialize() ApiIssueAttachment = new ApiIssueAttachmentOperations(this); ApiTagDescription = new ApiTagDescriptionOperations(this); Operation = new OperationOperations(this); - ApiExport = new ApiExportOperations(this); ApiVersionSet = new ApiVersionSetOperations(this); AuthorizationServer = new AuthorizationServerOperations(this); Backend = new BackendOperations(this); Cache = new CacheOperations(this); Certificate = new CertificateOperations(this); + ContentType = new ContentTypeOperations(this); + ContentItem = new ContentItemOperations(this); + DeletedServices = new DeletedServicesOperations(this); ApiManagementOperations = new ApiManagementOperations(this); ApiManagementServiceSkus = new ApiManagementServiceSkusOperations(this); ApiManagementService = new ApiManagementServiceOperations(this); @@ -666,6 +708,7 @@ private void Initialize() Gateway = new GatewayOperations(this); GatewayHostnameConfiguration = new GatewayHostnameConfigurationOperations(this); GatewayApi = new GatewayApiOperations(this); + GatewayCertificateAuthority = new GatewayCertificateAuthorityOperations(this); Group = new GroupOperations(this); GroupUser = new GroupUserOperations(this); IdentityProvider = new IdentityProviderOperations(this); @@ -679,6 +722,8 @@ private void Initialize() OpenIdConnectProvider = new OpenIdConnectProviderOperations(this); Policy = new PolicyOperations(this); PolicyDescription = new PolicyDescriptionOperations(this); + PortalRevision = new PortalRevisionOperations(this); + PortalSettings = new PortalSettingsOperations(this); SignInSettings = new SignInSettingsOperations(this); SignUpSettings = new SignUpSettingsOperations(this); DelegationSettings = new DelegationSettingsOperations(this); @@ -691,6 +736,8 @@ private void Initialize() QuotaByPeriodKeys = new QuotaByPeriodKeysOperations(this); Region = new RegionOperations(this); Reports = new ReportsOperations(this); + TenantSettings = new TenantSettingsOperations(this); + ApiManagementSkus = new ApiManagementSkusOperations(this); Subscription = new SubscriptionOperations(this); TagResource = new TagResourceOperations(this); TenantAccess = new TenantAccessOperations(this); @@ -701,8 +748,9 @@ private void Initialize() UserSubscription = new UserSubscriptionOperations(this); UserIdentities = new UserIdentitiesOperations(this); UserConfirmationPassword = new UserConfirmationPasswordOperations(this); + ApiExport = new ApiExportOperations(this); BaseUri = new System.Uri("https://management.azure.com"); - ApiVersion = "2019-12-01"; + ApiVersion = "2020-12-01"; AcceptLanguage = "en-US"; LongRunningOperationRetryTimeout = 30; GenerateClientRequestId = true; diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementOperations.cs index 3d769e81740f7..297e0ae8a2104 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementOperations.cs @@ -60,18 +60,27 @@ internal ApiManagementOperations(ApiManagementClient client) /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// /// Thrown when unable to deserialize the response /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// /// /// A response object containing the response body and response headers. /// public async Task>> ListWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { - string apiVersion = "2019-12-01"; + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -79,7 +88,6 @@ internal ApiManagementOperations(ApiManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); } @@ -87,9 +95,9 @@ internal ApiManagementOperations(ApiManagementClient client) var _baseUrl = Client.BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "providers/Microsoft.ApiManagement/operations").ToString(); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -151,14 +159,13 @@ internal ApiManagementOperations(ApiManagementClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new ErrorResponseException(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); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -168,10 +175,6 @@ internal ApiManagementOperations(ApiManagementClient client) } 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); @@ -229,7 +232,7 @@ internal ApiManagementOperations(ApiManagementClient client) /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -325,14 +328,13 @@ internal ApiManagementOperations(ApiManagementClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new ErrorResponseException(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); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -342,10 +344,6 @@ internal ApiManagementOperations(ApiManagementClient client) } 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); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementServiceOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementServiceOperations.cs index 9265e525e0549..5ee512b2ae5c2 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementServiceOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementServiceOperations.cs @@ -211,11 +211,14 @@ internal ApiManagementServiceOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -225,7 +228,6 @@ internal ApiManagementServiceOperations(ApiManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -236,9 +238,9 @@ internal ApiManagementServiceOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -415,11 +417,14 @@ internal ApiManagementServiceOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -428,7 +433,6 @@ internal ApiManagementServiceOperations(ApiManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByResourceGroup", tracingParameters); } @@ -438,9 +442,9 @@ internal ApiManagementServiceOperations(ApiManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -571,7 +575,7 @@ internal ApiManagementServiceOperations(ApiManagementClient client) /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -588,11 +592,14 @@ internal ApiManagementServiceOperations(ApiManagementClient client) /// public async Task>> ListWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -600,7 +607,6 @@ internal ApiManagementServiceOperations(ApiManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); } @@ -609,9 +615,9 @@ internal ApiManagementServiceOperations(ApiManagementClient client) var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/service").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -673,14 +679,13 @@ internal ApiManagementServiceOperations(ApiManagementClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new ErrorResponseException(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); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -690,10 +695,6 @@ internal ApiManagementServiceOperations(ApiManagementClient client) } 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); @@ -794,11 +795,14 @@ internal ApiManagementServiceOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -808,7 +812,6 @@ internal ApiManagementServiceOperations(ApiManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetSsoToken", tracingParameters); } @@ -819,9 +822,9 @@ internal ApiManagementServiceOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -981,11 +984,14 @@ internal ApiManagementServiceOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -994,7 +1000,6 @@ internal ApiManagementServiceOperations(ApiManagementClient client) _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("parameters", parameters); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CheckNameAvailability", tracingParameters); } @@ -1003,9 +1008,9 @@ internal ApiManagementServiceOperations(ApiManagementClient client) var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/checkNameAvailability").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1133,9 +1138,182 @@ internal ApiManagementServiceOperations(ApiManagementClient client) return _result; } + /// + /// Get the custom domain ownership identifier for an API Management service. + /// + /// + /// 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> GetDomainOwnershipIdentifierWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "GetDomainOwnershipIdentifier", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/getDomainOwnershipIdentifier").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + /// /// Updates the Microsoft.ApiManagement resource running in the Virtual network - /// to pick the updated network settings. + /// to pick the updated DNS changes. /// /// /// The name of the resource group. @@ -1231,11 +1409,14 @@ internal ApiManagementServiceOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1246,7 +1427,6 @@ internal ApiManagementServiceOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("parameters", parameters); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginRestore", tracingParameters); } @@ -1257,9 +1437,9 @@ internal ApiManagementServiceOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1455,11 +1635,14 @@ internal ApiManagementServiceOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1470,7 +1653,6 @@ internal ApiManagementServiceOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("parameters", parameters); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginBackup", tracingParameters); } @@ -1481,9 +1663,9 @@ internal ApiManagementServiceOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1678,11 +1860,14 @@ internal ApiManagementServiceOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1693,7 +1878,6 @@ internal ApiManagementServiceOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("parameters", parameters); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginCreateOrUpdate", tracingParameters); } @@ -1704,9 +1888,9 @@ internal ApiManagementServiceOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1914,11 +2098,14 @@ internal ApiManagementServiceOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1929,7 +2116,6 @@ internal ApiManagementServiceOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("parameters", parameters); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginUpdate", tracingParameters); } @@ -1940,9 +2126,9 @@ internal ApiManagementServiceOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -2125,11 +2311,14 @@ internal ApiManagementServiceOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2139,7 +2328,6 @@ internal ApiManagementServiceOperations(ApiManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginDelete", tracingParameters); } @@ -2150,9 +2338,9 @@ internal ApiManagementServiceOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -2276,7 +2464,7 @@ internal ApiManagementServiceOperations(ApiManagementClient client) /// /// Updates the Microsoft.ApiManagement resource running in the Virtual network - /// to pick the updated network settings. + /// to pick the updated DNS changes. /// /// /// The name of the resource group. @@ -2336,11 +2524,14 @@ internal ApiManagementServiceOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2351,7 +2542,6 @@ internal ApiManagementServiceOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("parameters", parameters); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginApplyNetworkConfigurationUpdates", tracingParameters); } @@ -2362,9 +2552,9 @@ internal ApiManagementServiceOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -2672,7 +2862,7 @@ internal ApiManagementServiceOperations(ApiManagementClient client) /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -2768,14 +2958,13 @@ internal ApiManagementServiceOperations(ApiManagementClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new ErrorResponseException(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); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -2785,10 +2974,6 @@ internal ApiManagementServiceOperations(ApiManagementClient client) } 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); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementServiceOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementServiceOperationsExtensions.cs index 4349ea6560593..6dd43949c63ab 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementServiceOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementServiceOperationsExtensions.cs @@ -437,9 +437,37 @@ public static ApiManagementServiceNameAvailabilityResult CheckNameAvailability(t } } + /// + /// Get the custom domain ownership identifier for an API Management service. + /// + /// + /// The operations group for this extension method. + /// + public static ApiManagementServiceGetDomainOwnershipIdentifierResult GetDomainOwnershipIdentifier(this IApiManagementServiceOperations operations) + { + return operations.GetDomainOwnershipIdentifierAsync().GetAwaiter().GetResult(); + } + + /// + /// Get the custom domain ownership identifier for an API Management service. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The cancellation token. + /// + public static async Task GetDomainOwnershipIdentifierAsync(this IApiManagementServiceOperations operations, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetDomainOwnershipIdentifierWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// /// Updates the Microsoft.ApiManagement resource running in the Virtual network - /// to pick the updated network settings. + /// to pick the updated DNS changes. /// /// /// The operations group for this extension method. @@ -463,7 +491,7 @@ public static ApiManagementServiceNameAvailabilityResult CheckNameAvailability(t /// /// Updates the Microsoft.ApiManagement resource running in the Virtual network - /// to pick the updated network settings. + /// to pick the updated DNS changes. /// /// /// The operations group for this extension method. @@ -729,7 +757,7 @@ public static ApiManagementServiceResource BeginDelete(this IApiManagementServic /// /// Updates the Microsoft.ApiManagement resource running in the Virtual network - /// to pick the updated network settings. + /// to pick the updated DNS changes. /// /// /// The operations group for this extension method. @@ -753,7 +781,7 @@ public static ApiManagementServiceResource BeginDelete(this IApiManagementServic /// /// Updates the Microsoft.ApiManagement resource running in the Virtual network - /// to pick the updated network settings. + /// to pick the updated DNS changes. /// /// /// The operations group for this extension method. diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementServiceSkusOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementServiceSkusOperations.cs index eaa655665a4c3..9d697c4b85486 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementServiceSkusOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementServiceSkusOperations.cs @@ -108,11 +108,14 @@ internal ApiManagementServiceSkusOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -122,7 +125,6 @@ internal ApiManagementServiceSkusOperations(ApiManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListAvailableServiceSkus", tracingParameters); } @@ -133,9 +135,9 @@ internal ApiManagementServiceSkusOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementSkusOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementSkusOperations.cs new file mode 100644 index 0000000000000..924ebde120e6d --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementSkusOperations.cs @@ -0,0 +1,397 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + + /// + /// ApiManagementSkusOperations operations. + /// + internal partial class ApiManagementSkusOperations : IServiceOperations, IApiManagementSkusOperations + { + /// + /// Initializes a new instance of the ApiManagementSkusOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal ApiManagementSkusOperations(ApiManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the ApiManagementClient + /// + public ApiManagementClient Client { get; private set; } + + /// + /// Gets the list of Microsoft.ApiManagement SKUs available for your + /// Subscription. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/skus").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Gets the list of Microsoft.ApiManagement SKUs available for your + /// Subscription. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (nextPageLink == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + List _queryParameters = new List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementSkusOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementSkusOperationsExtensions.cs new file mode 100644 index 0000000000000..74d2437ed5036 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiManagementSkusOperationsExtensions.cs @@ -0,0 +1,91 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for ApiManagementSkusOperations. + /// + public static partial class ApiManagementSkusOperationsExtensions + { + /// + /// Gets the list of Microsoft.ApiManagement SKUs available for your + /// Subscription. + /// + /// + /// The operations group for this extension method. + /// + public static IPage List(this IApiManagementSkusOperations operations) + { + return operations.ListAsync().GetAwaiter().GetResult(); + } + + /// + /// Gets the list of Microsoft.ApiManagement SKUs available for your + /// Subscription. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The cancellation token. + /// + public static async Task> ListAsync(this IApiManagementSkusOperations operations, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Gets the list of Microsoft.ApiManagement SKUs available for your + /// Subscription. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListNext(this IApiManagementSkusOperations operations, string nextPageLink) + { + return operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Gets the list of Microsoft.ApiManagement SKUs available for your + /// Subscription. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListNextAsync(this IApiManagementSkusOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiOperationOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiOperationOperations.cs index 3ed6cc3840cca..e3a7050f1b63e 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiOperationOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiOperationOperations.cs @@ -136,11 +136,14 @@ internal ApiOperationOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "apiId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -153,7 +156,6 @@ internal ApiOperationOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); tracingParameters.Add("tags", tags); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByApi", tracingParameters); } @@ -177,9 +179,9 @@ internal ApiOperationOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("tags={0}", System.Uri.EscapeDataString(tags))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -397,11 +399,14 @@ internal ApiOperationOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "operationId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -413,7 +418,6 @@ internal ApiOperationOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); tracingParameters.Add("operationId", operationId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -426,9 +430,9 @@ internal ApiOperationOperations(ApiManagementClient client) _url = _url.Replace("{operationId}", System.Uri.EscapeDataString(operationId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -643,11 +647,14 @@ internal ApiOperationOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "operationId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -659,7 +666,6 @@ internal ApiOperationOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); tracingParameters.Add("operationId", operationId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -672,9 +678,9 @@ internal ApiOperationOperations(ApiManagementClient client) _url = _url.Replace("{operationId}", System.Uri.EscapeDataString(operationId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -922,11 +928,14 @@ internal ApiOperationOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -940,7 +949,6 @@ internal ApiOperationOperations(ApiManagementClient client) tracingParameters.Add("operationId", operationId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -953,9 +961,9 @@ internal ApiOperationOperations(ApiManagementClient client) _url = _url.Replace("{operationId}", System.Uri.EscapeDataString(operationId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1158,6 +1166,9 @@ internal ApiOperationOperations(ApiManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -1167,7 +1178,7 @@ internal ApiOperationOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string operationId, OperationUpdateContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string operationId, OperationUpdateContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1234,11 +1245,14 @@ internal ApiOperationOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1252,7 +1266,6 @@ internal ApiOperationOperations(ApiManagementClient client) tracingParameters.Add("operationId", operationId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -1265,9 +1278,9 @@ internal ApiOperationOperations(ApiManagementClient client) _url = _url.Replace("{operationId}", System.Uri.EscapeDataString(operationId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1341,7 +1354,7 @@ internal ApiOperationOperations(ApiManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 204) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1371,13 +1384,44 @@ internal ApiOperationOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1489,11 +1533,14 @@ internal ApiOperationOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1506,7 +1553,6 @@ internal ApiOperationOperations(ApiManagementClient client) tracingParameters.Add("apiId", apiId); tracingParameters.Add("operationId", operationId); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1519,9 +1565,9 @@ internal ApiOperationOperations(ApiManagementClient client) _url = _url.Replace("{operationId}", System.Uri.EscapeDataString(operationId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiOperationOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiOperationOperationsExtensions.cs index bc1bfe9a09855..6b4252619c961 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiOperationOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiOperationOperationsExtensions.cs @@ -304,9 +304,9 @@ public static OperationContract Get(this IApiOperationOperations operations, str /// header response of the GET request or it should be * for unconditional /// update. /// - public static void Update(this IApiOperationOperations operations, string resourceGroupName, string serviceName, string apiId, string operationId, OperationUpdateContract parameters, string ifMatch) + public static OperationContract Update(this IApiOperationOperations operations, string resourceGroupName, string serviceName, string apiId, string operationId, OperationUpdateContract parameters, string ifMatch) { - operations.UpdateAsync(resourceGroupName, serviceName, apiId, operationId, parameters, ifMatch).GetAwaiter().GetResult(); + return operations.UpdateAsync(resourceGroupName, serviceName, apiId, operationId, parameters, ifMatch).GetAwaiter().GetResult(); } /// @@ -342,9 +342,12 @@ public static void Update(this IApiOperationOperations operations, string resour /// /// The cancellation token. /// - public static async Task UpdateAsync(this IApiOperationOperations operations, string resourceGroupName, string serviceName, string apiId, string operationId, OperationUpdateContract parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this IApiOperationOperations operations, string resourceGroupName, string serviceName, string apiId, string operationId, OperationUpdateContract parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, operationId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, operationId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiOperationPolicyOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiOperationPolicyOperations.cs index de29d46dee433..838eeb91ee6fc 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiOperationPolicyOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiOperationPolicyOperations.cs @@ -148,11 +148,14 @@ internal ApiOperationPolicyOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "operationId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -164,7 +167,6 @@ internal ApiOperationPolicyOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); tracingParameters.Add("operationId", operationId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByOperation", tracingParameters); } @@ -177,9 +179,9 @@ internal ApiOperationPolicyOperations(ApiManagementClient client) _url = _url.Replace("{operationId}", System.Uri.EscapeDataString(operationId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -397,12 +399,15 @@ internal ApiOperationPolicyOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "operationId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } string policyId = "policy"; - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -415,7 +420,6 @@ internal ApiOperationPolicyOperations(ApiManagementClient client) tracingParameters.Add("apiId", apiId); tracingParameters.Add("operationId", operationId); tracingParameters.Add("policyId", policyId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -429,9 +433,9 @@ internal ApiOperationPolicyOperations(ApiManagementClient client) _url = _url.Replace("{policyId}", System.Uri.EscapeDataString(policyId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -649,12 +653,15 @@ internal ApiOperationPolicyOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "operationId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } string policyId = "policy"; - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -668,7 +675,6 @@ internal ApiOperationPolicyOperations(ApiManagementClient client) tracingParameters.Add("operationId", operationId); tracingParameters.Add("format", format); tracingParameters.Add("policyId", policyId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -686,9 +692,9 @@ internal ApiOperationPolicyOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("format={0}", System.Uri.EscapeDataString(format))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -936,12 +942,15 @@ internal ApiOperationPolicyOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } string policyId = "policy"; - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -956,7 +965,6 @@ internal ApiOperationPolicyOperations(ApiManagementClient client) tracingParameters.Add("policyId", policyId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -970,9 +978,9 @@ internal ApiOperationPolicyOperations(ApiManagementClient client) _url = _url.Replace("{policyId}", System.Uri.EscapeDataString(policyId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1243,12 +1251,15 @@ internal ApiOperationPolicyOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } string policyId = "policy"; - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1262,7 +1273,6 @@ internal ApiOperationPolicyOperations(ApiManagementClient client) tracingParameters.Add("operationId", operationId); tracingParameters.Add("policyId", policyId); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1276,9 +1286,9 @@ internal ApiOperationPolicyOperations(ApiManagementClient client) _url = _url.Replace("{policyId}", System.Uri.EscapeDataString(policyId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiOperations.cs index 15f61b21fc4a2..06ce89468be8a 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiOperations.cs @@ -116,11 +116,14 @@ internal ApiOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -133,7 +136,6 @@ internal ApiOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("tags", tags); tracingParameters.Add("expandApiVersionSet", expandApiVersionSet); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -160,9 +162,9 @@ internal ApiOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("expandApiVersionSet={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(expandApiVersionSet, Client.SerializationSettings).Trim('"')))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -361,11 +363,14 @@ internal ApiOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "apiId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -376,7 +381,6 @@ internal ApiOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -388,9 +392,9 @@ internal ApiOperations(ApiManagementClient client) _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -586,11 +590,14 @@ internal ApiOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "apiId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -601,7 +608,6 @@ internal ApiOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -613,9 +619,9 @@ internal ApiOperations(ApiManagementClient client) _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -816,6 +822,9 @@ internal ApiOperations(ApiManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -825,7 +834,7 @@ internal ApiOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, ApiUpdateContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, ApiUpdateContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -877,11 +886,14 @@ internal ApiOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -894,7 +906,6 @@ internal ApiOperations(ApiManagementClient client) tracingParameters.Add("apiId", apiId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -906,9 +917,9 @@ internal ApiOperations(ApiManagementClient client) _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -982,7 +993,7 @@ internal ApiOperations(ApiManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 204) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1012,13 +1023,44 @@ internal ApiOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1114,11 +1156,14 @@ internal ApiOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1131,7 +1176,6 @@ internal ApiOperations(ApiManagementClient client) tracingParameters.Add("apiId", apiId); tracingParameters.Add("deleteRevisions", deleteRevisions); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1147,9 +1191,9 @@ internal ApiOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("deleteRevisions={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(deleteRevisions, Client.SerializationSettings).Trim('"')))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1322,11 +1366,14 @@ internal ApiOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1338,7 +1385,6 @@ internal ApiOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("includeNotTaggedApis", includeNotTaggedApis); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByTags", tracingParameters); } @@ -1361,9 +1407,9 @@ internal ApiOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("includeNotTaggedApis={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(includeNotTaggedApis, Client.SerializationSettings).Trim('"')))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1580,11 +1626,14 @@ internal ApiOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1597,7 +1646,6 @@ internal ApiOperations(ApiManagementClient client) tracingParameters.Add("apiId", apiId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginCreateOrUpdate", tracingParameters); } @@ -1609,9 +1657,9 @@ internal ApiOperations(ApiManagementClient client) _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiOperationsExtensions.cs index 612881babc54d..98a2691e952bf 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiOperationsExtensions.cs @@ -275,9 +275,9 @@ public static ApiContract Get(this IApiOperations operations, string resourceGro /// header response of the GET request or it should be * for unconditional /// update. /// - public static void Update(this IApiOperations operations, string resourceGroupName, string serviceName, string apiId, ApiUpdateContract parameters, string ifMatch) + public static ApiContract Update(this IApiOperations operations, string resourceGroupName, string serviceName, string apiId, ApiUpdateContract parameters, string ifMatch) { - operations.UpdateAsync(resourceGroupName, serviceName, apiId, parameters, ifMatch).GetAwaiter().GetResult(); + return operations.UpdateAsync(resourceGroupName, serviceName, apiId, parameters, ifMatch).GetAwaiter().GetResult(); } /// @@ -308,9 +308,12 @@ public static void Update(this IApiOperations operations, string resourceGroupNa /// /// The cancellation token. /// - public static async Task UpdateAsync(this IApiOperations operations, string resourceGroupName, string serviceName, string apiId, ApiUpdateContract parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this IApiOperations operations, string resourceGroupName, string serviceName, string apiId, ApiUpdateContract parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiPolicyOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiPolicyOperations.cs index 2aed07b6a63ba..0d94d9e73df59 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiPolicyOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiPolicyOperations.cs @@ -129,11 +129,14 @@ internal ApiPolicyOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "apiId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -144,7 +147,6 @@ internal ApiPolicyOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByApi", tracingParameters); } @@ -156,9 +158,9 @@ internal ApiPolicyOperations(ApiManagementClient client) _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -357,12 +359,15 @@ internal ApiPolicyOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "apiId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } string policyId = "policy"; - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -374,7 +379,6 @@ internal ApiPolicyOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); tracingParameters.Add("policyId", policyId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -387,9 +391,9 @@ internal ApiPolicyOperations(ApiManagementClient client) _url = _url.Replace("{policyId}", System.Uri.EscapeDataString(policyId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -588,12 +592,15 @@ internal ApiPolicyOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "apiId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } string policyId = "policy"; - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -606,7 +613,6 @@ internal ApiPolicyOperations(ApiManagementClient client) tracingParameters.Add("apiId", apiId); tracingParameters.Add("policyId", policyId); tracingParameters.Add("format", format); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -623,9 +629,9 @@ internal ApiPolicyOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("format={0}", System.Uri.EscapeDataString(format))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -854,12 +860,15 @@ internal ApiPolicyOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } string policyId = "policy"; - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -873,7 +882,6 @@ internal ApiPolicyOperations(ApiManagementClient client) tracingParameters.Add("policyId", policyId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -886,9 +894,9 @@ internal ApiPolicyOperations(ApiManagementClient client) _url = _url.Replace("{policyId}", System.Uri.EscapeDataString(policyId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1140,12 +1148,15 @@ internal ApiPolicyOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } string policyId = "policy"; - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1158,7 +1169,6 @@ internal ApiPolicyOperations(ApiManagementClient client) tracingParameters.Add("apiId", apiId); tracingParameters.Add("policyId", policyId); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1171,9 +1181,9 @@ internal ApiPolicyOperations(ApiManagementClient client) _url = _url.Replace("{policyId}", System.Uri.EscapeDataString(policyId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiProductOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiProductOperations.cs index 255be550cfdae..223d6a0319999 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiProductOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiProductOperations.cs @@ -128,11 +128,14 @@ internal ApiProductOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "apiId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -144,7 +147,6 @@ internal ApiProductOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByApis", tracingParameters); } @@ -164,9 +166,9 @@ internal ApiProductOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiReleaseOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiReleaseOperations.cs index 7b43fec251fb8..17637edacc088 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiReleaseOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiReleaseOperations.cs @@ -131,11 +131,14 @@ internal ApiReleaseOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "apiId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -147,7 +150,6 @@ internal ApiReleaseOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -167,9 +169,9 @@ internal ApiReleaseOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -385,11 +387,14 @@ internal ApiReleaseOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "releaseId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -401,7 +406,6 @@ internal ApiReleaseOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); tracingParameters.Add("releaseId", releaseId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -414,9 +418,9 @@ internal ApiReleaseOperations(ApiManagementClient client) _url = _url.Replace("{releaseId}", System.Uri.EscapeDataString(releaseId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -630,11 +634,14 @@ internal ApiReleaseOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "releaseId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -646,7 +653,6 @@ internal ApiReleaseOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); tracingParameters.Add("releaseId", releaseId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -659,9 +665,9 @@ internal ApiReleaseOperations(ApiManagementClient client) _url = _url.Replace("{releaseId}", System.Uri.EscapeDataString(releaseId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -904,11 +910,14 @@ internal ApiReleaseOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -922,7 +931,6 @@ internal ApiReleaseOperations(ApiManagementClient client) tracingParameters.Add("releaseId", releaseId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -935,9 +943,9 @@ internal ApiReleaseOperations(ApiManagementClient client) _url = _url.Replace("{releaseId}", System.Uri.EscapeDataString(releaseId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1138,6 +1146,9 @@ internal ApiReleaseOperations(ApiManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -1147,7 +1158,7 @@ internal ApiReleaseOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string releaseId, ApiReleaseContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string releaseId, ApiReleaseContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1214,11 +1225,14 @@ internal ApiReleaseOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1232,7 +1246,6 @@ internal ApiReleaseOperations(ApiManagementClient client) tracingParameters.Add("releaseId", releaseId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -1245,9 +1258,9 @@ internal ApiReleaseOperations(ApiManagementClient client) _url = _url.Replace("{releaseId}", System.Uri.EscapeDataString(releaseId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1321,7 +1334,7 @@ internal ApiReleaseOperations(ApiManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 204) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1351,13 +1364,44 @@ internal ApiReleaseOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1468,11 +1512,14 @@ internal ApiReleaseOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1485,7 +1532,6 @@ internal ApiReleaseOperations(ApiManagementClient client) tracingParameters.Add("apiId", apiId); tracingParameters.Add("releaseId", releaseId); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1498,9 +1544,9 @@ internal ApiReleaseOperations(ApiManagementClient client) _url = _url.Replace("{releaseId}", System.Uri.EscapeDataString(releaseId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiReleaseOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiReleaseOperationsExtensions.cs index 3514fafd69260..2cb57bf7691a8 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiReleaseOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiReleaseOperationsExtensions.cs @@ -292,9 +292,9 @@ public static ApiReleaseContract Get(this IApiReleaseOperations operations, stri /// header response of the GET request or it should be * for unconditional /// update. /// - public static void Update(this IApiReleaseOperations operations, string resourceGroupName, string serviceName, string apiId, string releaseId, ApiReleaseContract parameters, string ifMatch) + public static ApiReleaseContract Update(this IApiReleaseOperations operations, string resourceGroupName, string serviceName, string apiId, string releaseId, ApiReleaseContract parameters, string ifMatch) { - operations.UpdateAsync(resourceGroupName, serviceName, apiId, releaseId, parameters, ifMatch).GetAwaiter().GetResult(); + return operations.UpdateAsync(resourceGroupName, serviceName, apiId, releaseId, parameters, ifMatch).GetAwaiter().GetResult(); } /// @@ -328,9 +328,12 @@ public static void Update(this IApiReleaseOperations operations, string resource /// /// The cancellation token. /// - public static async Task UpdateAsync(this IApiReleaseOperations operations, string resourceGroupName, string serviceName, string apiId, string releaseId, ApiReleaseContract parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this IApiReleaseOperations operations, string resourceGroupName, string serviceName, string apiId, string releaseId, ApiReleaseContract parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, releaseId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, apiId, releaseId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiRevisionOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiRevisionOperations.cs index 8342d8b7d6fbb..d0d6c826a4f04 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiRevisionOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiRevisionOperations.cs @@ -128,11 +128,14 @@ internal ApiRevisionOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "apiId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -144,7 +147,6 @@ internal ApiRevisionOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -164,9 +166,9 @@ internal ApiRevisionOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiSchemaOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiSchemaOperations.cs index d92171e676493..3dffc0888ef5f 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiSchemaOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiSchemaOperations.cs @@ -65,11 +65,11 @@ internal ApiSchemaOperations(ApiManagementClient client) /// the revision number. /// /// - /// | Field | Usage | Supported operators | Supported - /// functions + /// | Field | Usage | Supported operators | + /// Supported functions /// |</br>|-------------|-------------|-------------|-------------|</br>| /// contentType | filter | ge, le, eq, ne, gt, lt | substringof, contains, - /// startswith, endswith | </br> + /// startswith, endswith |</br> /// /// /// Number of records to return. @@ -150,11 +150,14 @@ internal ApiSchemaOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.InclusiveMinimum, "skip", 0); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -168,7 +171,6 @@ internal ApiSchemaOperations(ApiManagementClient client) tracingParameters.Add("filter", filter); tracingParameters.Add("top", top); tracingParameters.Add("skip", skip); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByApi", tracingParameters); } @@ -192,9 +194,9 @@ internal ApiSchemaOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("$skip={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(skip, Client.SerializationSettings).Trim('"')))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -416,11 +418,14 @@ internal ApiSchemaOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "schemaId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -432,7 +437,6 @@ internal ApiSchemaOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); tracingParameters.Add("schemaId", schemaId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -445,9 +449,9 @@ internal ApiSchemaOperations(ApiManagementClient client) _url = _url.Replace("{schemaId}", System.Uri.EscapeDataString(schemaId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -666,11 +670,14 @@ internal ApiSchemaOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "schemaId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -682,7 +689,6 @@ internal ApiSchemaOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); tracingParameters.Add("schemaId", schemaId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -695,9 +701,9 @@ internal ApiSchemaOperations(ApiManagementClient client) _url = _url.Replace("{schemaId}", System.Uri.EscapeDataString(schemaId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -981,11 +987,14 @@ internal ApiSchemaOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -999,7 +1008,6 @@ internal ApiSchemaOperations(ApiManagementClient client) tracingParameters.Add("schemaId", schemaId); tracingParameters.Add("force", force); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1016,9 +1024,9 @@ internal ApiSchemaOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("force={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(force, Client.SerializationSettings).Trim('"')))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1247,11 +1255,14 @@ internal ApiSchemaOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1265,7 +1276,6 @@ internal ApiSchemaOperations(ApiManagementClient client) tracingParameters.Add("schemaId", schemaId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginCreateOrUpdate", tracingParameters); } @@ -1278,9 +1288,9 @@ internal ApiSchemaOperations(ApiManagementClient client) _url = _url.Replace("{schemaId}", System.Uri.EscapeDataString(schemaId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiSchemaOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiSchemaOperationsExtensions.cs index 6bbea3e1cb31b..3a6aa229b0846 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiSchemaOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiSchemaOperationsExtensions.cs @@ -39,11 +39,11 @@ public static partial class ApiSchemaOperationsExtensions /// the revision number. /// /// - /// | Field | Usage | Supported operators | Supported - /// functions + /// | Field | Usage | Supported operators | + /// Supported functions /// |</br>|-------------|-------------|-------------|-------------|</br>| /// contentType | filter | ge, le, eq, ne, gt, lt | substringof, contains, - /// startswith, endswith | </br> + /// startswith, endswith |</br> /// /// /// Number of records to return. @@ -74,11 +74,11 @@ public static partial class ApiSchemaOperationsExtensions /// the revision number. /// /// - /// | Field | Usage | Supported operators | Supported - /// functions + /// | Field | Usage | Supported operators | + /// Supported functions /// |</br>|-------------|-------------|-------------|-------------|</br>| /// contentType | filter | ge, le, eq, ne, gt, lt | substringof, contains, - /// startswith, endswith | </br> + /// startswith, endswith |</br> /// /// /// Number of records to return. diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiTagDescriptionOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiTagDescriptionOperations.cs index f39700a340956..74c35d5e26e68 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiTagDescriptionOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiTagDescriptionOperations.cs @@ -135,11 +135,14 @@ internal ApiTagDescriptionOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "apiId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -151,7 +154,6 @@ internal ApiTagDescriptionOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -171,9 +173,9 @@ internal ApiTagDescriptionOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -394,11 +396,14 @@ internal ApiTagDescriptionOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "tagDescriptionId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -410,7 +415,6 @@ internal ApiTagDescriptionOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); tracingParameters.Add("tagDescriptionId", tagDescriptionId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -423,9 +427,9 @@ internal ApiTagDescriptionOperations(ApiManagementClient client) _url = _url.Replace("{tagDescriptionId}", System.Uri.EscapeDataString(tagDescriptionId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -644,11 +648,14 @@ internal ApiTagDescriptionOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "tagDescriptionId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -660,7 +667,6 @@ internal ApiTagDescriptionOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); tracingParameters.Add("tagDescriptionId", tagDescriptionId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -673,9 +679,9 @@ internal ApiTagDescriptionOperations(ApiManagementClient client) _url = _url.Replace("{tagDescriptionId}", System.Uri.EscapeDataString(tagDescriptionId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -923,11 +929,18 @@ internal ApiTagDescriptionOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); } + if (parameters != null) + { + parameters.Validate(); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -941,7 +954,6 @@ internal ApiTagDescriptionOperations(ApiManagementClient client) tracingParameters.Add("tagDescriptionId", tagDescriptionId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -954,9 +966,9 @@ internal ApiTagDescriptionOperations(ApiManagementClient client) _url = _url.Replace("{tagDescriptionId}", System.Uri.EscapeDataString(tagDescriptionId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1231,11 +1243,14 @@ internal ApiTagDescriptionOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1248,7 +1263,6 @@ internal ApiTagDescriptionOperations(ApiManagementClient client) tracingParameters.Add("apiId", apiId); tracingParameters.Add("tagDescriptionId", tagDescriptionId); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1261,9 +1275,9 @@ internal ApiTagDescriptionOperations(ApiManagementClient client) _url = _url.Replace("{tagDescriptionId}", System.Uri.EscapeDataString(tagDescriptionId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiVersionSetOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiVersionSetOperations.cs index 3805a7dd84015..090b3e57173a0 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiVersionSetOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiVersionSetOperations.cs @@ -109,11 +109,14 @@ internal ApiVersionSetOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -124,7 +127,6 @@ internal ApiVersionSetOperations(ApiManagementClient client) tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -143,9 +145,9 @@ internal ApiVersionSetOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -343,11 +345,14 @@ internal ApiVersionSetOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "versionSetId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -358,7 +363,6 @@ internal ApiVersionSetOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("versionSetId", versionSetId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -370,9 +374,9 @@ internal ApiVersionSetOperations(ApiManagementClient client) _url = _url.Replace("{versionSetId}", System.Uri.EscapeDataString(versionSetId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -567,11 +571,14 @@ internal ApiVersionSetOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "versionSetId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -582,7 +589,6 @@ internal ApiVersionSetOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("versionSetId", versionSetId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -594,9 +600,9 @@ internal ApiVersionSetOperations(ApiManagementClient client) _url = _url.Replace("{versionSetId}", System.Uri.EscapeDataString(versionSetId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -824,11 +830,14 @@ internal ApiVersionSetOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -841,7 +850,6 @@ internal ApiVersionSetOperations(ApiManagementClient client) tracingParameters.Add("versionSetId", versionSetId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -853,9 +861,9 @@ internal ApiVersionSetOperations(ApiManagementClient client) _url = _url.Replace("{versionSetId}", System.Uri.EscapeDataString(versionSetId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1052,6 +1060,9 @@ internal ApiVersionSetOperations(ApiManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -1061,7 +1072,7 @@ internal ApiVersionSetOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string versionSetId, ApiVersionSetUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string versionSetId, ApiVersionSetUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1113,11 +1124,14 @@ internal ApiVersionSetOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1130,7 +1144,6 @@ internal ApiVersionSetOperations(ApiManagementClient client) tracingParameters.Add("versionSetId", versionSetId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -1142,9 +1155,9 @@ internal ApiVersionSetOperations(ApiManagementClient client) _url = _url.Replace("{versionSetId}", System.Uri.EscapeDataString(versionSetId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1218,7 +1231,7 @@ internal ApiVersionSetOperations(ApiManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 204) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1248,13 +1261,44 @@ internal ApiVersionSetOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1346,11 +1390,14 @@ internal ApiVersionSetOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1362,7 +1409,6 @@ internal ApiVersionSetOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("versionSetId", versionSetId); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1374,9 +1420,9 @@ internal ApiVersionSetOperations(ApiManagementClient client) _url = _url.Replace("{versionSetId}", System.Uri.EscapeDataString(versionSetId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiVersionSetOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiVersionSetOperationsExtensions.cs index 69951294111cd..61b51e0b7bc1d 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiVersionSetOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ApiVersionSetOperationsExtensions.cs @@ -252,9 +252,9 @@ public static ApiVersionSetContract Get(this IApiVersionSetOperations operations /// header response of the GET request or it should be * for unconditional /// update. /// - public static void Update(this IApiVersionSetOperations operations, string resourceGroupName, string serviceName, string versionSetId, ApiVersionSetUpdateParameters parameters, string ifMatch) + public static ApiVersionSetContract Update(this IApiVersionSetOperations operations, string resourceGroupName, string serviceName, string versionSetId, ApiVersionSetUpdateParameters parameters, string ifMatch) { - operations.UpdateAsync(resourceGroupName, serviceName, versionSetId, parameters, ifMatch).GetAwaiter().GetResult(); + return operations.UpdateAsync(resourceGroupName, serviceName, versionSetId, parameters, ifMatch).GetAwaiter().GetResult(); } /// @@ -284,9 +284,12 @@ public static void Update(this IApiVersionSetOperations operations, string resou /// /// The cancellation token. /// - public static async Task UpdateAsync(this IApiVersionSetOperations operations, string resourceGroupName, string serviceName, string versionSetId, ApiVersionSetUpdateParameters parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this IApiVersionSetOperations operations, string resourceGroupName, string serviceName, string versionSetId, ApiVersionSetUpdateParameters parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, versionSetId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, versionSetId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/AuthorizationServerOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/AuthorizationServerOperations.cs index cb7b14e9b450d..ebadc79e30e77 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/AuthorizationServerOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/AuthorizationServerOperations.cs @@ -110,11 +110,14 @@ internal AuthorizationServerOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -125,7 +128,6 @@ internal AuthorizationServerOperations(ApiManagementClient client) tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -144,9 +146,9 @@ internal AuthorizationServerOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -343,11 +345,14 @@ internal AuthorizationServerOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "authsid", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -358,7 +363,6 @@ internal AuthorizationServerOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("authsid", authsid); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -370,9 +374,9 @@ internal AuthorizationServerOperations(ApiManagementClient client) _url = _url.Replace("{authsid}", System.Uri.EscapeDataString(authsid)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -566,11 +570,14 @@ internal AuthorizationServerOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "authsid", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -581,7 +588,6 @@ internal AuthorizationServerOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("authsid", authsid); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -593,9 +599,9 @@ internal AuthorizationServerOperations(ApiManagementClient client) _url = _url.Replace("{authsid}", System.Uri.EscapeDataString(authsid)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -823,11 +829,14 @@ internal AuthorizationServerOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -840,7 +849,6 @@ internal AuthorizationServerOperations(ApiManagementClient client) tracingParameters.Add("authsid", authsid); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -852,9 +860,9 @@ internal AuthorizationServerOperations(ApiManagementClient client) _url = _url.Replace("{authsid}", System.Uri.EscapeDataString(authsid)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1051,6 +1059,9 @@ internal AuthorizationServerOperations(ApiManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -1060,7 +1071,7 @@ internal AuthorizationServerOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string authsid, AuthorizationServerUpdateContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string authsid, AuthorizationServerUpdateContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1112,11 +1123,14 @@ internal AuthorizationServerOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1129,7 +1143,6 @@ internal AuthorizationServerOperations(ApiManagementClient client) tracingParameters.Add("authsid", authsid); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -1141,9 +1154,9 @@ internal AuthorizationServerOperations(ApiManagementClient client) _url = _url.Replace("{authsid}", System.Uri.EscapeDataString(authsid)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1217,7 +1230,7 @@ internal AuthorizationServerOperations(ApiManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 204) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1247,13 +1260,44 @@ internal AuthorizationServerOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1344,11 +1388,14 @@ internal AuthorizationServerOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1360,7 +1407,6 @@ internal AuthorizationServerOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("authsid", authsid); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1372,9 +1418,9 @@ internal AuthorizationServerOperations(ApiManagementClient client) _url = _url.Replace("{authsid}", System.Uri.EscapeDataString(authsid)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1519,7 +1565,7 @@ internal AuthorizationServerOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> ListSecretsWithHttpMessagesAsync(string resourceGroupName, string serviceName, string authsid, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> ListSecretsWithHttpMessagesAsync(string resourceGroupName, string serviceName, string authsid, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1563,11 +1609,14 @@ internal AuthorizationServerOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "authsid", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1578,7 +1627,6 @@ internal AuthorizationServerOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("authsid", authsid); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListSecrets", tracingParameters); } @@ -1590,9 +1638,9 @@ internal AuthorizationServerOperations(ApiManagementClient client) _url = _url.Replace("{authsid}", System.Uri.EscapeDataString(authsid)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1682,7 +1730,7 @@ internal AuthorizationServerOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) @@ -1695,7 +1743,7 @@ internal AuthorizationServerOperations(ApiManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -1707,6 +1755,19 @@ internal AuthorizationServerOperations(ApiManagementClient client) throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); } } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/AuthorizationServerOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/AuthorizationServerOperationsExtensions.cs index 77e0a9164cad7..254f1586d6d1f 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/AuthorizationServerOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/AuthorizationServerOperationsExtensions.cs @@ -250,9 +250,9 @@ public static AuthorizationServerContract Get(this IAuthorizationServerOperation /// header response of the GET request or it should be * for unconditional /// update. /// - public static void Update(this IAuthorizationServerOperations operations, string resourceGroupName, string serviceName, string authsid, AuthorizationServerUpdateContract parameters, string ifMatch) + public static AuthorizationServerContract Update(this IAuthorizationServerOperations operations, string resourceGroupName, string serviceName, string authsid, AuthorizationServerUpdateContract parameters, string ifMatch) { - operations.UpdateAsync(resourceGroupName, serviceName, authsid, parameters, ifMatch).GetAwaiter().GetResult(); + return operations.UpdateAsync(resourceGroupName, serviceName, authsid, parameters, ifMatch).GetAwaiter().GetResult(); } /// @@ -282,9 +282,12 @@ public static void Update(this IAuthorizationServerOperations operations, string /// /// The cancellation token. /// - public static async Task UpdateAsync(this IAuthorizationServerOperations operations, string resourceGroupName, string serviceName, string authsid, AuthorizationServerUpdateContract parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this IAuthorizationServerOperations operations, string resourceGroupName, string serviceName, string authsid, AuthorizationServerUpdateContract parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, authsid, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, authsid, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// @@ -355,7 +358,7 @@ public static void Delete(this IAuthorizationServerOperations operations, string /// /// Identifier of the authorization server. /// - public static ClientSecretContract ListSecrets(this IAuthorizationServerOperations operations, string resourceGroupName, string serviceName, string authsid) + public static AuthorizationServerSecretsContract ListSecrets(this IAuthorizationServerOperations operations, string resourceGroupName, string serviceName, string authsid) { return operations.ListSecretsAsync(resourceGroupName, serviceName, authsid).GetAwaiter().GetResult(); } @@ -378,7 +381,7 @@ public static ClientSecretContract ListSecrets(this IAuthorizationServerOperatio /// /// The cancellation token. /// - public static async Task ListSecretsAsync(this IAuthorizationServerOperations operations, string resourceGroupName, string serviceName, string authsid, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task ListSecretsAsync(this IAuthorizationServerOperations operations, string resourceGroupName, string serviceName, string authsid, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListSecretsWithHttpMessagesAsync(resourceGroupName, serviceName, authsid, null, cancellationToken).ConfigureAwait(false)) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/BackendOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/BackendOperations.cs index 6ef7e6da501b6..16f6ed529764d 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/BackendOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/BackendOperations.cs @@ -109,11 +109,14 @@ internal BackendOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -124,7 +127,6 @@ internal BackendOperations(ApiManagementClient client) tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -143,9 +145,9 @@ internal BackendOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -339,11 +341,14 @@ internal BackendOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "backendId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -354,7 +359,6 @@ internal BackendOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("backendId", backendId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -366,9 +370,9 @@ internal BackendOperations(ApiManagementClient client) _url = _url.Replace("{backendId}", System.Uri.EscapeDataString(backendId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -559,11 +563,14 @@ internal BackendOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "backendId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -574,7 +581,6 @@ internal BackendOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("backendId", backendId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -586,9 +592,9 @@ internal BackendOperations(ApiManagementClient client) _url = _url.Replace("{backendId}", System.Uri.EscapeDataString(backendId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -812,11 +818,14 @@ internal BackendOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -829,7 +838,6 @@ internal BackendOperations(ApiManagementClient client) tracingParameters.Add("backendId", backendId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -841,9 +849,9 @@ internal BackendOperations(ApiManagementClient client) _url = _url.Replace("{backendId}", System.Uri.EscapeDataString(backendId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1040,6 +1048,9 @@ internal BackendOperations(ApiManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -1049,7 +1060,7 @@ internal BackendOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string backendId, BackendUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string backendId, BackendUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1097,11 +1108,14 @@ internal BackendOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1114,7 +1128,6 @@ internal BackendOperations(ApiManagementClient client) tracingParameters.Add("backendId", backendId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -1126,9 +1139,9 @@ internal BackendOperations(ApiManagementClient client) _url = _url.Replace("{backendId}", System.Uri.EscapeDataString(backendId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1202,7 +1215,7 @@ internal BackendOperations(ApiManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 204) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1232,13 +1245,44 @@ internal BackendOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1326,11 +1370,14 @@ internal BackendOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1342,7 +1389,6 @@ internal BackendOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("backendId", backendId); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1354,9 +1400,9 @@ internal BackendOperations(ApiManagementClient client) _url = _url.Replace("{backendId}", System.Uri.EscapeDataString(backendId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1544,11 +1590,14 @@ internal BackendOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "backendId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1560,7 +1609,6 @@ internal BackendOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("backendId", backendId); tracingParameters.Add("parameters", parameters); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Reconnect", tracingParameters); } @@ -1572,9 +1620,9 @@ internal BackendOperations(ApiManagementClient client) _url = _url.Replace("{backendId}", System.Uri.EscapeDataString(backendId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/BackendOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/BackendOperationsExtensions.cs index 8d5843d5d0b07..d104981653f6f 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/BackendOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/BackendOperationsExtensions.cs @@ -252,9 +252,9 @@ public static BackendContract Get(this IBackendOperations operations, string res /// header response of the GET request or it should be * for unconditional /// update. /// - public static void Update(this IBackendOperations operations, string resourceGroupName, string serviceName, string backendId, BackendUpdateParameters parameters, string ifMatch) + public static BackendContract Update(this IBackendOperations operations, string resourceGroupName, string serviceName, string backendId, BackendUpdateParameters parameters, string ifMatch) { - operations.UpdateAsync(resourceGroupName, serviceName, backendId, parameters, ifMatch).GetAwaiter().GetResult(); + return operations.UpdateAsync(resourceGroupName, serviceName, backendId, parameters, ifMatch).GetAwaiter().GetResult(); } /// @@ -284,9 +284,12 @@ public static void Update(this IBackendOperations operations, string resourceGro /// /// The cancellation token. /// - public static async Task UpdateAsync(this IBackendOperations operations, string resourceGroupName, string serviceName, string backendId, BackendUpdateParameters parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this IBackendOperations operations, string resourceGroupName, string serviceName, string backendId, BackendUpdateParameters parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, backendId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, backendId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/CacheOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/CacheOperations.cs index f0f5b291db314..f400465d74c01 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/CacheOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/CacheOperations.cs @@ -120,11 +120,14 @@ internal CacheOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.InclusiveMinimum, "skip", 0); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -136,7 +139,6 @@ internal CacheOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("top", top); tracingParameters.Add("skip", skip); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -155,9 +157,9 @@ internal CacheOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("$skip={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(skip, Client.SerializationSettings).Trim('"')))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -355,11 +357,14 @@ internal CacheOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "cacheId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -370,7 +375,6 @@ internal CacheOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("cacheId", cacheId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -382,9 +386,9 @@ internal CacheOperations(ApiManagementClient client) _url = _url.Replace("{cacheId}", System.Uri.EscapeDataString(cacheId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -579,11 +583,14 @@ internal CacheOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "cacheId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -594,7 +601,6 @@ internal CacheOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("cacheId", cacheId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -606,9 +612,9 @@ internal CacheOperations(ApiManagementClient client) _url = _url.Replace("{cacheId}", System.Uri.EscapeDataString(cacheId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -837,11 +843,14 @@ internal CacheOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -854,7 +863,6 @@ internal CacheOperations(ApiManagementClient client) tracingParameters.Add("cacheId", cacheId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -866,9 +874,9 @@ internal CacheOperations(ApiManagementClient client) _url = _url.Replace("{cacheId}", System.Uri.EscapeDataString(cacheId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1065,6 +1073,9 @@ internal CacheOperations(ApiManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -1074,7 +1085,7 @@ internal CacheOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string cacheId, CacheUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string cacheId, CacheUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1126,11 +1137,14 @@ internal CacheOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1143,7 +1157,6 @@ internal CacheOperations(ApiManagementClient client) tracingParameters.Add("cacheId", cacheId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -1155,9 +1168,9 @@ internal CacheOperations(ApiManagementClient client) _url = _url.Replace("{cacheId}", System.Uri.EscapeDataString(cacheId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1231,7 +1244,7 @@ internal CacheOperations(ApiManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 204) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1261,13 +1274,44 @@ internal CacheOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1359,11 +1403,14 @@ internal CacheOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1375,7 +1422,6 @@ internal CacheOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("cacheId", cacheId); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1387,9 +1433,9 @@ internal CacheOperations(ApiManagementClient client) _url = _url.Replace("{cacheId}", System.Uri.EscapeDataString(cacheId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/CacheOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/CacheOperationsExtensions.cs index eb5d630314b51..691f9c32bf5e3 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/CacheOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/CacheOperationsExtensions.cs @@ -261,9 +261,9 @@ public static CacheContract Get(this ICacheOperations operations, string resourc /// header response of the GET request or it should be * for unconditional /// update. /// - public static void Update(this ICacheOperations operations, string resourceGroupName, string serviceName, string cacheId, CacheUpdateParameters parameters, string ifMatch) + public static CacheContract Update(this ICacheOperations operations, string resourceGroupName, string serviceName, string cacheId, CacheUpdateParameters parameters, string ifMatch) { - operations.UpdateAsync(resourceGroupName, serviceName, cacheId, parameters, ifMatch).GetAwaiter().GetResult(); + return operations.UpdateAsync(resourceGroupName, serviceName, cacheId, parameters, ifMatch).GetAwaiter().GetResult(); } /// @@ -293,9 +293,12 @@ public static void Update(this ICacheOperations operations, string resourceGroup /// /// The cancellation token. /// - public static async Task UpdateAsync(this ICacheOperations operations, string resourceGroupName, string serviceName, string cacheId, CacheUpdateParameters parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this ICacheOperations operations, string resourceGroupName, string serviceName, string cacheId, CacheUpdateParameters parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, cacheId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, cacheId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/CertificateOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/CertificateOperations.cs index 61ecc43b1ed25..a9adfc37eaac4 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/CertificateOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/CertificateOperations.cs @@ -63,6 +63,10 @@ internal CertificateOperations(ApiManagementClient client) /// /// OData parameters to apply to the operation. /// + /// + /// When set to true, the response contains only certificates entities which + /// failed refresh. + /// /// /// Headers that will be added to request. /// @@ -84,7 +88,7 @@ internal CertificateOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery), bool? isKeyVaultRefreshFailed = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -109,11 +113,14 @@ internal CertificateOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -124,7 +131,7 @@ internal CertificateOperations(ApiManagementClient client) tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); + tracingParameters.Add("isKeyVaultRefreshFailed", isKeyVaultRefreshFailed); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -143,9 +150,13 @@ internal CertificateOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (isKeyVaultRefreshFailed != null) + { + _queryParameters.Add(string.Format("isKeyVaultRefreshFailed={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(isKeyVaultRefreshFailed, Client.SerializationSettings).Trim('"')))); + } + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -343,11 +354,14 @@ internal CertificateOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "certificateId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -358,7 +372,6 @@ internal CertificateOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("certificateId", certificateId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -370,9 +383,9 @@ internal CertificateOperations(ApiManagementClient client) _url = _url.Replace("{certificateId}", System.Uri.EscapeDataString(certificateId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -567,11 +580,14 @@ internal CertificateOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "certificateId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -582,7 +598,6 @@ internal CertificateOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("certificateId", certificateId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -594,9 +609,9 @@ internal CertificateOperations(ApiManagementClient client) _url = _url.Replace("{certificateId}", System.Uri.EscapeDataString(certificateId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -822,15 +837,14 @@ internal CertificateOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); } - if (parameters != null) + if (Client.ApiVersion == null) { - parameters.Validate(); + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -843,7 +857,6 @@ internal CertificateOperations(ApiManagementClient client) tracingParameters.Add("certificateId", certificateId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -855,9 +868,9 @@ internal CertificateOperations(ApiManagementClient client) _url = _url.Replace("{certificateId}", System.Uri.EscapeDataString(certificateId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1108,11 +1121,14 @@ internal CertificateOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1124,7 +1140,6 @@ internal CertificateOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("certificateId", certificateId); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1136,9 +1151,9 @@ internal CertificateOperations(ApiManagementClient client) _url = _url.Replace("{certificateId}", System.Uri.EscapeDataString(certificateId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1250,6 +1265,252 @@ internal CertificateOperations(ApiManagementClient client) return _result; } + /// + /// From KeyVault, Refresh the certificate being used for authentication with + /// the backend. + /// + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Identifier of the certificate entity. Must be unique in the current API + /// Management service instance. + /// + /// + /// 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> RefreshSecretWithHttpMessagesAsync(string resourceGroupName, string serviceName, string certificateId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (certificateId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "certificateId"); + } + if (certificateId != null) + { + if (certificateId.Length > 80) + { + throw new ValidationException(ValidationRules.MaxLength, "certificateId", 80); + } + if (certificateId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "certificateId", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(certificateId, "^[^*#&+:<>?]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "certificateId", "^[^*#&+:<>?]+$"); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("certificateId", certificateId); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "RefreshSecret", 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.ApiManagement/service/{serviceName}/certificates/{certificateId}/refreshSecret").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{certificateId}", System.Uri.EscapeDataString(certificateId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + /// /// Lists a collection of all certificates in the specified service instance. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/CertificateOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/CertificateOperationsExtensions.cs index 22a46ba82921d..eb04ea3b664c4 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/CertificateOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/CertificateOperationsExtensions.cs @@ -37,9 +37,13 @@ public static partial class CertificateOperationsExtensions /// /// OData parameters to apply to the operation. /// - public static IPage ListByService(this ICertificateOperations operations, string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery)) + /// + /// When set to true, the response contains only certificates entities which + /// failed refresh. + /// + public static IPage ListByService(this ICertificateOperations operations, string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery), bool? isKeyVaultRefreshFailed = default(bool?)) { - return operations.ListByServiceAsync(resourceGroupName, serviceName, odataQuery).GetAwaiter().GetResult(); + return operations.ListByServiceAsync(resourceGroupName, serviceName, odataQuery, isKeyVaultRefreshFailed).GetAwaiter().GetResult(); } /// @@ -57,12 +61,16 @@ public static partial class CertificateOperationsExtensions /// /// OData parameters to apply to the operation. /// + /// + /// When set to true, the response contains only certificates entities which + /// failed refresh. + /// /// /// The cancellation token. /// - public static async Task> ListByServiceAsync(this ICertificateOperations operations, string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListByServiceAsync(this ICertificateOperations operations, string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery), bool? isKeyVaultRefreshFailed = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListByServiceWithHttpMessagesAsync(resourceGroupName, serviceName, odataQuery, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListByServiceWithHttpMessagesAsync(resourceGroupName, serviceName, odataQuery, isKeyVaultRefreshFailed, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -287,6 +295,58 @@ public static void Delete(this ICertificateOperations operations, string resourc (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, serviceName, certificateId, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); } + /// + /// From KeyVault, Refresh the certificate being used for authentication with + /// the backend. + /// + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Identifier of the certificate entity. Must be unique in the current API + /// Management service instance. + /// + public static CertificateContract RefreshSecret(this ICertificateOperations operations, string resourceGroupName, string serviceName, string certificateId) + { + return operations.RefreshSecretAsync(resourceGroupName, serviceName, certificateId).GetAwaiter().GetResult(); + } + + /// + /// From KeyVault, Refresh the certificate being used for authentication with + /// the backend. + /// + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Identifier of the certificate entity. Must be unique in the current API + /// Management service instance. + /// + /// + /// The cancellation token. + /// + public static async Task RefreshSecretAsync(this ICertificateOperations operations, string resourceGroupName, string serviceName, string certificateId, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.RefreshSecretWithHttpMessagesAsync(resourceGroupName, serviceName, certificateId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// /// Lists a collection of all certificates in the specified service instance. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ContentItemOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ContentItemOperations.cs new file mode 100644 index 0000000000000..c91e185e611fa --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ContentItemOperations.cs @@ -0,0 +1,1482 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + + /// + /// ContentItemOperations operations. + /// + internal partial class ContentItemOperations : IServiceOperations, IContentItemOperations + { + /// + /// Initializes a new instance of the ContentItemOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal ContentItemOperations(ApiManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the ApiManagementClient + /// + public ApiManagementClient Client { get; private set; } + + /// + /// Lists developer portal's content items specified by the provided content + /// type. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// 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>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string contentTypeId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (contentTypeId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "contentTypeId"); + } + if (contentTypeId != null) + { + if (contentTypeId.Length > 80) + { + throw new ValidationException(ValidationRules.MaxLength, "contentTypeId", 80); + } + if (contentTypeId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "contentTypeId", 1); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("contentTypeId", contentTypeId); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListByService", 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.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{contentTypeId}", System.Uri.EscapeDataString(contentTypeId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + 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; + } + + /// + /// Returns the entity state (ETag) version of the developer portal's content + /// item specified by its identifier. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// Content item identifier. + /// + /// + /// 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> GetEntityTagWithHttpMessagesAsync(string resourceGroupName, string serviceName, string contentTypeId, string contentItemId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (contentTypeId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "contentTypeId"); + } + if (contentTypeId != null) + { + if (contentTypeId.Length > 80) + { + throw new ValidationException(ValidationRules.MaxLength, "contentTypeId", 80); + } + if (contentTypeId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "contentTypeId", 1); + } + } + if (contentItemId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "contentItemId"); + } + if (contentItemId != null) + { + if (contentItemId.Length > 80) + { + throw new ValidationException(ValidationRules.MaxLength, "contentItemId", 80); + } + if (contentItemId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "contentItemId", 1); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("contentTypeId", contentTypeId); + tracingParameters.Add("contentItemId", contentItemId); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", 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.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{contentTypeId}", System.Uri.EscapeDataString(contentTypeId)); + _url = _url.Replace("{contentItemId}", System.Uri.EscapeDataString(contentItemId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("HEAD"); + _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, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationHeaderResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Returns the developer portal's content item specified by its identifier. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// Content item identifier. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, string contentTypeId, string contentItemId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (contentTypeId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "contentTypeId"); + } + if (contentTypeId != null) + { + if (contentTypeId.Length > 80) + { + throw new ValidationException(ValidationRules.MaxLength, "contentTypeId", 80); + } + if (contentTypeId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "contentTypeId", 1); + } + } + if (contentItemId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "contentItemId"); + } + if (contentItemId != null) + { + if (contentItemId.Length > 80) + { + throw new ValidationException(ValidationRules.MaxLength, "contentItemId", 80); + } + if (contentItemId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "contentItemId", 1); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("contentTypeId", contentTypeId); + tracingParameters.Add("contentItemId", contentItemId); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{contentTypeId}", System.Uri.EscapeDataString(contentTypeId)); + _url = _url.Replace("{contentItemId}", System.Uri.EscapeDataString(contentItemId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Creates a new developer portal's content item specified by the provided + /// content type. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// Content item identifier. + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + /// + /// 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> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string contentTypeId, string contentItemId, string ifMatch = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (contentTypeId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "contentTypeId"); + } + if (contentTypeId != null) + { + if (contentTypeId.Length > 80) + { + throw new ValidationException(ValidationRules.MaxLength, "contentTypeId", 80); + } + if (contentTypeId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "contentTypeId", 1); + } + } + if (contentItemId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "contentItemId"); + } + if (contentItemId != null) + { + if (contentItemId.Length > 80) + { + throw new ValidationException(ValidationRules.MaxLength, "contentItemId", 80); + } + if (contentItemId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "contentItemId", 1); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("contentTypeId", contentTypeId); + tracingParameters.Add("contentItemId", contentItemId); + tracingParameters.Add("ifMatch", ifMatch); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{contentTypeId}", System.Uri.EscapeDataString(contentTypeId)); + _url = _url.Replace("{contentItemId}", System.Uri.EscapeDataString(contentItemId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200 && (int)_statusCode != 201) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + // Deserialize Response + if ((int)_statusCode == 201) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Removes the specified developer portal's content item. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// Content item identifier. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// 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 DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string contentTypeId, string contentItemId, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (contentTypeId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "contentTypeId"); + } + if (contentTypeId != null) + { + if (contentTypeId.Length > 80) + { + throw new ValidationException(ValidationRules.MaxLength, "contentTypeId", 80); + } + if (contentTypeId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "contentTypeId", 1); + } + } + if (contentItemId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "contentItemId"); + } + if (contentItemId != null) + { + if (contentItemId.Length > 80) + { + throw new ValidationException(ValidationRules.MaxLength, "contentItemId", 80); + } + if (contentItemId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "contentItemId", 1); + } + } + if (ifMatch == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("contentTypeId", contentTypeId); + tracingParameters.Add("contentItemId", contentItemId); + tracingParameters.Add("ifMatch", ifMatch); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}/contentItems/{contentItemId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{contentTypeId}", System.Uri.EscapeDataString(contentTypeId)); + _url = _url.Replace("{contentItemId}", System.Uri.EscapeDataString(contentItemId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("DELETE"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // 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 != 204) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + 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 developer portal's content items specified by the provided content + /// type. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (nextPageLink == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListByServiceNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + List _queryParameters = new List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ContentItemOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ContentItemOperationsExtensions.cs new file mode 100644 index 0000000000000..79b77589548a8 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ContentItemOperationsExtensions.cs @@ -0,0 +1,336 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for ContentItemOperations. + /// + public static partial class ContentItemOperationsExtensions + { + /// + /// Lists developer portal's content items specified by the provided content + /// type. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + public static IPage ListByService(this IContentItemOperations operations, string resourceGroupName, string serviceName, string contentTypeId) + { + return operations.ListByServiceAsync(resourceGroupName, serviceName, contentTypeId).GetAwaiter().GetResult(); + } + + /// + /// Lists developer portal's content items specified by the provided content + /// type. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// The cancellation token. + /// + public static async Task> ListByServiceAsync(this IContentItemOperations operations, string resourceGroupName, string serviceName, string contentTypeId, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByServiceWithHttpMessagesAsync(resourceGroupName, serviceName, contentTypeId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Returns the entity state (ETag) version of the developer portal's content + /// item specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// Content item identifier. + /// + public static ContentItemGetEntityTagHeaders GetEntityTag(this IContentItemOperations operations, string resourceGroupName, string serviceName, string contentTypeId, string contentItemId) + { + return operations.GetEntityTagAsync(resourceGroupName, serviceName, contentTypeId, contentItemId).GetAwaiter().GetResult(); + } + + /// + /// Returns the entity state (ETag) version of the developer portal's content + /// item specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// Content item identifier. + /// + /// + /// The cancellation token. + /// + public static async Task GetEntityTagAsync(this IContentItemOperations operations, string resourceGroupName, string serviceName, string contentTypeId, string contentItemId, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetEntityTagWithHttpMessagesAsync(resourceGroupName, serviceName, contentTypeId, contentItemId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Headers; + } + } + + /// + /// Returns the developer portal's content item specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// Content item identifier. + /// + public static ContentItemContract Get(this IContentItemOperations operations, string resourceGroupName, string serviceName, string contentTypeId, string contentItemId) + { + return operations.GetAsync(resourceGroupName, serviceName, contentTypeId, contentItemId).GetAwaiter().GetResult(); + } + + /// + /// Returns the developer portal's content item specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// Content item identifier. + /// + /// + /// The cancellation token. + /// + public static async Task GetAsync(this IContentItemOperations operations, string resourceGroupName, string serviceName, string contentTypeId, string contentItemId, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, serviceName, contentTypeId, contentItemId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Creates a new developer portal's content item specified by the provided + /// content type. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// Content item identifier. + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + public static ContentItemContract CreateOrUpdate(this IContentItemOperations operations, string resourceGroupName, string serviceName, string contentTypeId, string contentItemId, string ifMatch = default(string)) + { + return operations.CreateOrUpdateAsync(resourceGroupName, serviceName, contentTypeId, contentItemId, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// Creates a new developer portal's content item specified by the provided + /// content type. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// Content item identifier. + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + /// + /// The cancellation token. + /// + public static async Task CreateOrUpdateAsync(this IContentItemOperations operations, string resourceGroupName, string serviceName, string contentTypeId, string contentItemId, string ifMatch = default(string), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, serviceName, contentTypeId, contentItemId, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Removes the specified developer portal's content item. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// Content item identifier. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + public static void Delete(this IContentItemOperations operations, string resourceGroupName, string serviceName, string contentTypeId, string contentItemId, string ifMatch) + { + operations.DeleteAsync(resourceGroupName, serviceName, contentTypeId, contentItemId, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// Removes the specified developer portal's content item. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// Content item identifier. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// The cancellation token. + /// + public static async Task DeleteAsync(this IContentItemOperations operations, string resourceGroupName, string serviceName, string contentTypeId, string contentItemId, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, serviceName, contentTypeId, contentItemId, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + + /// + /// Lists developer portal's content items specified by the provided content + /// type. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListByServiceNext(this IContentItemOperations operations, string nextPageLink) + { + return operations.ListByServiceNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Lists developer portal's content items specified by the provided content + /// type. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListByServiceNextAsync(this IContentItemOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByServiceNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ContentTypeOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ContentTypeOperations.cs new file mode 100644 index 0000000000000..a47b0135b59b8 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ContentTypeOperations.cs @@ -0,0 +1,1169 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + + /// + /// ContentTypeOperations operations. + /// + internal partial class ContentTypeOperations : IServiceOperations, IContentTypeOperations + { + /// + /// Initializes a new instance of the ContentTypeOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal ContentTypeOperations(ApiManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the ApiManagementClient + /// + public ApiManagementClient Client { get; private set; } + + /// + /// Lists the developer portal's content types. Content types describe content + /// items' properties, validation rules, and constraints. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// 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>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListByService", 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.ApiManagement/service/{serviceName}/contentTypes").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Gets the details of the developer portal's content type. Content types + /// describe content items' properties, validation rules, and constraints. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, string contentTypeId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (contentTypeId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "contentTypeId"); + } + if (contentTypeId != null) + { + if (contentTypeId.Length > 80) + { + throw new ValidationException(ValidationRules.MaxLength, "contentTypeId", 80); + } + if (contentTypeId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "contentTypeId", 1); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("contentTypeId", contentTypeId); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{contentTypeId}", System.Uri.EscapeDataString(contentTypeId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Creates or updates the developer portal's content type. Content types + /// describe content items' properties, validation rules, and constraints. + /// Custom content types' identifiers need to start with the `c-` prefix. + /// Built-in content types can't be modified. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + /// + /// 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> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string contentTypeId, string ifMatch = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (contentTypeId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "contentTypeId"); + } + if (contentTypeId != null) + { + if (contentTypeId.Length > 80) + { + throw new ValidationException(ValidationRules.MaxLength, "contentTypeId", 80); + } + if (contentTypeId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "contentTypeId", 1); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("contentTypeId", contentTypeId); + tracingParameters.Add("ifMatch", ifMatch); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{contentTypeId}", System.Uri.EscapeDataString(contentTypeId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200 && (int)_statusCode != 201) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + // Deserialize Response + if ((int)_statusCode == 201) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Removes the specified developer portal's content type. Content types + /// describe content items' properties, validation rules, and constraints. + /// Built-in content types (with identifiers starting with the `c-` prefix) + /// can't be removed. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// 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 DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string contentTypeId, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (contentTypeId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "contentTypeId"); + } + if (contentTypeId != null) + { + if (contentTypeId.Length > 80) + { + throw new ValidationException(ValidationRules.MaxLength, "contentTypeId", 80); + } + if (contentTypeId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "contentTypeId", 1); + } + } + if (ifMatch == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("contentTypeId", contentTypeId); + tracingParameters.Add("ifMatch", ifMatch); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/contentTypes/{contentTypeId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{contentTypeId}", System.Uri.EscapeDataString(contentTypeId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("DELETE"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // 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 != 204) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + 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 the developer portal's content types. Content types describe content + /// items' properties, validation rules, and constraints. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (nextPageLink == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListByServiceNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + List _queryParameters = new List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ContentTypeOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ContentTypeOperationsExtensions.cs new file mode 100644 index 0000000000000..38ac57739a6b3 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ContentTypeOperationsExtensions.cs @@ -0,0 +1,270 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for ContentTypeOperations. + /// + public static partial class ContentTypeOperationsExtensions + { + /// + /// Lists the developer portal's content types. Content types describe content + /// items' properties, validation rules, and constraints. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + public static IPage ListByService(this IContentTypeOperations operations, string resourceGroupName, string serviceName) + { + return operations.ListByServiceAsync(resourceGroupName, serviceName).GetAwaiter().GetResult(); + } + + /// + /// Lists the developer portal's content types. Content types describe content + /// items' properties, validation rules, and constraints. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// The cancellation token. + /// + public static async Task> ListByServiceAsync(this IContentTypeOperations operations, string resourceGroupName, string serviceName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByServiceWithHttpMessagesAsync(resourceGroupName, serviceName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Gets the details of the developer portal's content type. Content types + /// describe content items' properties, validation rules, and constraints. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + public static ContentTypeContract Get(this IContentTypeOperations operations, string resourceGroupName, string serviceName, string contentTypeId) + { + return operations.GetAsync(resourceGroupName, serviceName, contentTypeId).GetAwaiter().GetResult(); + } + + /// + /// Gets the details of the developer portal's content type. Content types + /// describe content items' properties, validation rules, and constraints. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// The cancellation token. + /// + public static async Task GetAsync(this IContentTypeOperations operations, string resourceGroupName, string serviceName, string contentTypeId, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, serviceName, contentTypeId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Creates or updates the developer portal's content type. Content types + /// describe content items' properties, validation rules, and constraints. + /// Custom content types' identifiers need to start with the `c-` prefix. + /// Built-in content types can't be modified. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + public static ContentTypeContract CreateOrUpdate(this IContentTypeOperations operations, string resourceGroupName, string serviceName, string contentTypeId, string ifMatch = default(string)) + { + return operations.CreateOrUpdateAsync(resourceGroupName, serviceName, contentTypeId, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// Creates or updates the developer portal's content type. Content types + /// describe content items' properties, validation rules, and constraints. + /// Custom content types' identifiers need to start with the `c-` prefix. + /// Built-in content types can't be modified. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + /// + /// The cancellation token. + /// + public static async Task CreateOrUpdateAsync(this IContentTypeOperations operations, string resourceGroupName, string serviceName, string contentTypeId, string ifMatch = default(string), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, serviceName, contentTypeId, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Removes the specified developer portal's content type. Content types + /// describe content items' properties, validation rules, and constraints. + /// Built-in content types (with identifiers starting with the `c-` prefix) + /// can't be removed. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + public static void Delete(this IContentTypeOperations operations, string resourceGroupName, string serviceName, string contentTypeId, string ifMatch) + { + operations.DeleteAsync(resourceGroupName, serviceName, contentTypeId, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// Removes the specified developer portal's content type. Content types + /// describe content items' properties, validation rules, and constraints. + /// Built-in content types (with identifiers starting with the `c-` prefix) + /// can't be removed. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// The cancellation token. + /// + public static async Task DeleteAsync(this IContentTypeOperations operations, string resourceGroupName, string serviceName, string contentTypeId, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, serviceName, contentTypeId, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + + /// + /// Lists the developer portal's content types. Content types describe content + /// items' properties, validation rules, and constraints. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListByServiceNext(this IContentTypeOperations operations, string nextPageLink) + { + return operations.ListByServiceNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Lists the developer portal's content types. Content types describe content + /// items' properties, validation rules, and constraints. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListByServiceNextAsync(this IContentTypeOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByServiceNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/DelegationSettingsOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/DelegationSettingsOperations.cs index 701eaf6c3e035..ff58ec28a5570 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/DelegationSettingsOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/DelegationSettingsOperations.cs @@ -102,11 +102,14 @@ internal DelegationSettingsOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -116,7 +119,6 @@ internal DelegationSettingsOperations(ApiManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -127,9 +129,9 @@ internal DelegationSettingsOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -301,11 +303,14 @@ internal DelegationSettingsOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -315,7 +320,6 @@ internal DelegationSettingsOperations(ApiManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -326,9 +330,9 @@ internal DelegationSettingsOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -531,11 +535,14 @@ internal DelegationSettingsOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -547,7 +554,6 @@ internal DelegationSettingsOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -558,9 +564,9 @@ internal DelegationSettingsOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -744,11 +750,14 @@ internal DelegationSettingsOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -760,7 +769,6 @@ internal DelegationSettingsOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -771,9 +779,9 @@ internal DelegationSettingsOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -964,11 +972,14 @@ internal DelegationSettingsOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -978,7 +989,6 @@ internal DelegationSettingsOperations(ApiManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListSecrets", tracingParameters); } @@ -989,9 +999,9 @@ internal DelegationSettingsOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/DeletedServicesOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/DeletedServicesOperations.cs new file mode 100644 index 0000000000000..eeb0a7c722fb0 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/DeletedServicesOperations.cs @@ -0,0 +1,831 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + + /// + /// DeletedServicesOperations operations. + /// + internal partial class DeletedServicesOperations : IServiceOperations, IDeletedServicesOperations + { + /// + /// Initializes a new instance of the DeletedServicesOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal DeletedServicesOperations(ApiManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the ApiManagementClient + /// + public ApiManagementClient Client { get; private set; } + + /// + /// Lists all soft-deleted services available for undelete for the given + /// subscription. + /// + /// + /// 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>> ListBySubscriptionWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListBySubscription", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/deletedservices").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + 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; + } + + /// + /// Get soft-deleted Api Management Service by name. + /// + /// + /// The name of the API Management service. + /// + /// + /// The location of the deleted API Management service. + /// + /// + /// 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> GetByNameWithHttpMessagesAsync(string serviceName, string location, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (location == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "location"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("location", location); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "GetByName", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/locations/{location}/deletedservices/{serviceName}").ToString(); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{location}", System.Uri.EscapeDataString(location)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + 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; + } + + /// + /// Purges Api Management Service (deletes it with no option to undelete). + /// + /// + /// The name of the API Management service. + /// + /// + /// The location of the deleted API Management service. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task> PurgeWithHttpMessagesAsync(string serviceName, string location, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send request + AzureOperationResponse _response = await BeginPurgeWithHttpMessagesAsync(serviceName, location, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Purges Api Management Service (deletes it with no option to undelete). + /// + /// + /// The name of the API Management service. + /// + /// + /// The location of the deleted API Management service. + /// + /// + /// 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> BeginPurgeWithHttpMessagesAsync(string serviceName, string location, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (location == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "location"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("location", location); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BeginPurge", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/locations/{location}/deletedservices/{serviceName}").ToString(); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{location}", System.Uri.EscapeDataString(location)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("DELETE"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 204) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 202) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Lists all soft-deleted services available for undelete for the given + /// subscription. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (nextPageLink == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListBySubscriptionNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + List _queryParameters = new List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/DeletedServicesOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/DeletedServicesOperationsExtensions.cs new file mode 100644 index 0000000000000..9dc5e8517886e --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/DeletedServicesOperationsExtensions.cs @@ -0,0 +1,211 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for DeletedServicesOperations. + /// + public static partial class DeletedServicesOperationsExtensions + { + /// + /// Lists all soft-deleted services available for undelete for the given + /// subscription. + /// + /// + /// The operations group for this extension method. + /// + public static IPage ListBySubscription(this IDeletedServicesOperations operations) + { + return operations.ListBySubscriptionAsync().GetAwaiter().GetResult(); + } + + /// + /// Lists all soft-deleted services available for undelete for the given + /// subscription. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The cancellation token. + /// + public static async Task> ListBySubscriptionAsync(this IDeletedServicesOperations operations, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListBySubscriptionWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Get soft-deleted Api Management Service by name. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the API Management service. + /// + /// + /// The location of the deleted API Management service. + /// + public static DeletedServiceContract GetByName(this IDeletedServicesOperations operations, string serviceName, string location) + { + return operations.GetByNameAsync(serviceName, location).GetAwaiter().GetResult(); + } + + /// + /// Get soft-deleted Api Management Service by name. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the API Management service. + /// + /// + /// The location of the deleted API Management service. + /// + /// + /// The cancellation token. + /// + public static async Task GetByNameAsync(this IDeletedServicesOperations operations, string serviceName, string location, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetByNameWithHttpMessagesAsync(serviceName, location, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Purges Api Management Service (deletes it with no option to undelete). + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the API Management service. + /// + /// + /// The location of the deleted API Management service. + /// + public static DeletedServiceContract Purge(this IDeletedServicesOperations operations, string serviceName, string location) + { + return operations.PurgeAsync(serviceName, location).GetAwaiter().GetResult(); + } + + /// + /// Purges Api Management Service (deletes it with no option to undelete). + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the API Management service. + /// + /// + /// The location of the deleted API Management service. + /// + /// + /// The cancellation token. + /// + public static async Task PurgeAsync(this IDeletedServicesOperations operations, string serviceName, string location, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.PurgeWithHttpMessagesAsync(serviceName, location, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Purges Api Management Service (deletes it with no option to undelete). + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the API Management service. + /// + /// + /// The location of the deleted API Management service. + /// + public static DeletedServiceContract BeginPurge(this IDeletedServicesOperations operations, string serviceName, string location) + { + return operations.BeginPurgeAsync(serviceName, location).GetAwaiter().GetResult(); + } + + /// + /// Purges Api Management Service (deletes it with no option to undelete). + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the API Management service. + /// + /// + /// The location of the deleted API Management service. + /// + /// + /// The cancellation token. + /// + public static async Task BeginPurgeAsync(this IDeletedServicesOperations operations, string serviceName, string location, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.BeginPurgeWithHttpMessagesAsync(serviceName, location, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Lists all soft-deleted services available for undelete for the given + /// subscription. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListBySubscriptionNext(this IDeletedServicesOperations operations, string nextPageLink) + { + return operations.ListBySubscriptionNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Lists all soft-deleted services available for undelete for the given + /// subscription. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListBySubscriptionNextAsync(this IDeletedServicesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListBySubscriptionNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/DiagnosticOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/DiagnosticOperations.cs index f06c1425be859..4bcfbdfcd9b86 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/DiagnosticOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/DiagnosticOperations.cs @@ -109,11 +109,14 @@ internal DiagnosticOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -124,7 +127,6 @@ internal DiagnosticOperations(ApiManagementClient client) tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -143,9 +145,9 @@ internal DiagnosticOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -343,11 +345,14 @@ internal DiagnosticOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "diagnosticId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -358,7 +363,6 @@ internal DiagnosticOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("diagnosticId", diagnosticId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -370,9 +374,9 @@ internal DiagnosticOperations(ApiManagementClient client) _url = _url.Replace("{diagnosticId}", System.Uri.EscapeDataString(diagnosticId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -567,11 +571,14 @@ internal DiagnosticOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "diagnosticId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -582,7 +589,6 @@ internal DiagnosticOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("diagnosticId", diagnosticId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -594,9 +600,9 @@ internal DiagnosticOperations(ApiManagementClient client) _url = _url.Replace("{diagnosticId}", System.Uri.EscapeDataString(diagnosticId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -824,11 +830,14 @@ internal DiagnosticOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -841,7 +850,6 @@ internal DiagnosticOperations(ApiManagementClient client) tracingParameters.Add("diagnosticId", diagnosticId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -853,9 +861,9 @@ internal DiagnosticOperations(ApiManagementClient client) _url = _url.Replace("{diagnosticId}", System.Uri.EscapeDataString(diagnosticId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1052,6 +1060,9 @@ internal DiagnosticOperations(ApiManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -1061,7 +1072,7 @@ internal DiagnosticOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string diagnosticId, DiagnosticContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string diagnosticId, DiagnosticContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1113,11 +1124,14 @@ internal DiagnosticOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1130,7 +1144,6 @@ internal DiagnosticOperations(ApiManagementClient client) tracingParameters.Add("diagnosticId", diagnosticId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -1142,9 +1155,9 @@ internal DiagnosticOperations(ApiManagementClient client) _url = _url.Replace("{diagnosticId}", System.Uri.EscapeDataString(diagnosticId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1218,7 +1231,7 @@ internal DiagnosticOperations(ApiManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 204) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1248,13 +1261,44 @@ internal DiagnosticOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1346,11 +1390,14 @@ internal DiagnosticOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1362,7 +1409,6 @@ internal DiagnosticOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("diagnosticId", diagnosticId); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1374,9 +1420,9 @@ internal DiagnosticOperations(ApiManagementClient client) _url = _url.Replace("{diagnosticId}", System.Uri.EscapeDataString(diagnosticId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/DiagnosticOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/DiagnosticOperationsExtensions.cs index b4b047f121590..c4455dd36aa58 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/DiagnosticOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/DiagnosticOperationsExtensions.cs @@ -252,9 +252,9 @@ public static DiagnosticContract Get(this IDiagnosticOperations operations, stri /// header response of the GET request or it should be * for unconditional /// update. /// - public static void Update(this IDiagnosticOperations operations, string resourceGroupName, string serviceName, string diagnosticId, DiagnosticContract parameters, string ifMatch) + public static DiagnosticContract Update(this IDiagnosticOperations operations, string resourceGroupName, string serviceName, string diagnosticId, DiagnosticContract parameters, string ifMatch) { - operations.UpdateAsync(resourceGroupName, serviceName, diagnosticId, parameters, ifMatch).GetAwaiter().GetResult(); + return operations.UpdateAsync(resourceGroupName, serviceName, diagnosticId, parameters, ifMatch).GetAwaiter().GetResult(); } /// @@ -284,9 +284,12 @@ public static void Update(this IDiagnosticOperations operations, string resource /// /// The cancellation token. /// - public static async Task UpdateAsync(this IDiagnosticOperations operations, string resourceGroupName, string serviceName, string diagnosticId, DiagnosticContract parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this IDiagnosticOperations operations, string resourceGroupName, string serviceName, string diagnosticId, DiagnosticContract parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, diagnosticId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, diagnosticId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/EmailTemplateOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/EmailTemplateOperations.cs index 15192160c9156..7f0cec1c6e97d 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/EmailTemplateOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/EmailTemplateOperations.cs @@ -51,7 +51,7 @@ internal EmailTemplateOperations(ApiManagementClient client) public ApiManagementClient Client { get; private set; } /// - /// Lists a collection of properties defined within a service instance. + /// Gets all email templates /// /// /// The name of the resource group. @@ -60,11 +60,11 @@ internal EmailTemplateOperations(ApiManagementClient client) /// The name of the API Management service. /// /// - /// | Field | Usage | Supported operators | Supported - /// functions + /// | Field | Usage | Supported operators | + /// Supported functions /// |</br>|-------------|-------------|-------------|-------------|</br>| /// name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, - /// endswith | </br> + /// endswith |</br> /// /// /// Number of records to return. @@ -126,11 +126,14 @@ internal EmailTemplateOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.InclusiveMinimum, "skip", 0); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -143,7 +146,6 @@ internal EmailTemplateOperations(ApiManagementClient client) tracingParameters.Add("filter", filter); tracingParameters.Add("top", top); tracingParameters.Add("skip", skip); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -166,9 +168,9 @@ internal EmailTemplateOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("$skip={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(skip, Client.SerializationSettings).Trim('"')))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -358,11 +360,14 @@ internal EmailTemplateOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "templateName"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -373,7 +378,6 @@ internal EmailTemplateOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("templateName", templateName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -385,9 +389,9 @@ internal EmailTemplateOperations(ApiManagementClient client) _url = _url.Replace("{templateName}", System.Uri.EscapeDataString(templateName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -574,11 +578,14 @@ internal EmailTemplateOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "templateName"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -589,7 +596,6 @@ internal EmailTemplateOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("templateName", templateName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -601,9 +607,9 @@ internal EmailTemplateOperations(ApiManagementClient client) _url = _url.Replace("{templateName}", System.Uri.EscapeDataString(templateName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -819,11 +825,18 @@ internal EmailTemplateOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); } + if (parameters != null) + { + parameters.Validate(); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -836,7 +849,6 @@ internal EmailTemplateOperations(ApiManagementClient client) tracingParameters.Add("templateName", templateName); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -848,9 +860,9 @@ internal EmailTemplateOperations(ApiManagementClient client) _url = _url.Replace("{templateName}", System.Uri.EscapeDataString(templateName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1005,7 +1017,7 @@ internal EmailTemplateOperations(ApiManagementClient client) } /// - /// Updates the specific Email Template. + /// Updates API Management email template /// /// /// The name of the resource group. @@ -1024,14 +1036,14 @@ internal EmailTemplateOperations(ApiManagementClient client) /// 'passwordResetByAdminNotificationMessage', /// 'rejectDeveloperNotificationMessage', 'requestDeveloperNotificationMessage' /// - /// - /// Update parameters. - /// /// /// ETag of the Entity. ETag should match the current entity state from the /// header response of the GET request or it should be * for unconditional /// update. /// + /// + /// Update parameters. + /// /// /// Headers that will be added to request. /// @@ -1041,6 +1053,9 @@ internal EmailTemplateOperations(ApiManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -1050,7 +1065,7 @@ internal EmailTemplateOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string templateName, EmailTemplateUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string templateName, string ifMatch, EmailTemplateUpdateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1079,19 +1094,22 @@ internal EmailTemplateOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "templateName"); } + if (ifMatch == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); + } if (parameters == null) { throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); } - if (ifMatch == null) + if (Client.ApiVersion == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1102,9 +1120,8 @@ internal EmailTemplateOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("templateName", templateName); - tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); + tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -1116,9 +1133,9 @@ internal EmailTemplateOperations(ApiManagementClient client) _url = _url.Replace("{templateName}", System.Uri.EscapeDataString(templateName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1192,7 +1209,7 @@ internal EmailTemplateOperations(ApiManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 204) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1222,13 +1239,44 @@ internal EmailTemplateOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1313,11 +1361,14 @@ internal EmailTemplateOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1329,7 +1380,6 @@ internal EmailTemplateOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("templateName", templateName); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1341,9 +1391,9 @@ internal EmailTemplateOperations(ApiManagementClient client) _url = _url.Replace("{templateName}", System.Uri.EscapeDataString(templateName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1456,7 +1506,7 @@ internal EmailTemplateOperations(ApiManagementClient client) } /// - /// Lists a collection of properties defined within a service instance. + /// Gets all email templates /// /// /// The NextLink from the previous successful call to List operation. diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/EmailTemplateOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/EmailTemplateOperationsExtensions.cs index 76eabb2d87aab..340308ff0db16 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/EmailTemplateOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/EmailTemplateOperationsExtensions.cs @@ -22,7 +22,7 @@ namespace Microsoft.Azure.Management.ApiManagement public static partial class EmailTemplateOperationsExtensions { /// - /// Lists a collection of properties defined within a service instance. + /// Gets all email templates /// /// /// The operations group for this extension method. @@ -34,11 +34,11 @@ public static partial class EmailTemplateOperationsExtensions /// The name of the API Management service. /// /// - /// | Field | Usage | Supported operators | Supported - /// functions + /// | Field | Usage | Supported operators | + /// Supported functions /// |</br>|-------------|-------------|-------------|-------------|</br>| /// name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, - /// endswith | </br> + /// endswith |</br> /// /// /// Number of records to return. @@ -52,7 +52,7 @@ public static partial class EmailTemplateOperationsExtensions } /// - /// Lists a collection of properties defined within a service instance. + /// Gets all email templates /// /// /// The operations group for this extension method. @@ -64,11 +64,11 @@ public static partial class EmailTemplateOperationsExtensions /// The name of the API Management service. /// /// - /// | Field | Usage | Supported operators | Supported - /// functions + /// | Field | Usage | Supported operators | + /// Supported functions /// |</br>|-------------|-------------|-------------|-------------|</br>| /// name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, - /// endswith | </br> + /// endswith |</br> /// /// /// Number of records to return. @@ -290,7 +290,7 @@ public static EmailTemplateContract Get(this IEmailTemplateOperations operations } /// - /// Updates the specific Email Template. + /// Updates API Management email template /// /// /// The operations group for this extension method. @@ -312,21 +312,21 @@ public static EmailTemplateContract Get(this IEmailTemplateOperations operations /// 'passwordResetByAdminNotificationMessage', /// 'rejectDeveloperNotificationMessage', 'requestDeveloperNotificationMessage' /// - /// - /// Update parameters. - /// /// /// ETag of the Entity. ETag should match the current entity state from the /// header response of the GET request or it should be * for unconditional /// update. /// - public static void Update(this IEmailTemplateOperations operations, string resourceGroupName, string serviceName, string templateName, EmailTemplateUpdateParameters parameters, string ifMatch) + /// + /// Update parameters. + /// + public static EmailTemplateContract Update(this IEmailTemplateOperations operations, string resourceGroupName, string serviceName, string templateName, string ifMatch, EmailTemplateUpdateParameters parameters) { - operations.UpdateAsync(resourceGroupName, serviceName, templateName, parameters, ifMatch).GetAwaiter().GetResult(); + return operations.UpdateAsync(resourceGroupName, serviceName, templateName, ifMatch, parameters).GetAwaiter().GetResult(); } /// - /// Updates the specific Email Template. + /// Updates API Management email template /// /// /// The operations group for this extension method. @@ -348,20 +348,23 @@ public static void Update(this IEmailTemplateOperations operations, string resou /// 'passwordResetByAdminNotificationMessage', /// 'rejectDeveloperNotificationMessage', 'requestDeveloperNotificationMessage' /// - /// - /// Update parameters. - /// /// /// ETag of the Entity. ETag should match the current entity state from the /// header response of the GET request or it should be * for unconditional /// update. /// + /// + /// Update parameters. + /// /// /// The cancellation token. /// - public static async Task UpdateAsync(this IEmailTemplateOperations operations, string resourceGroupName, string serviceName, string templateName, EmailTemplateUpdateParameters parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this IEmailTemplateOperations operations, string resourceGroupName, string serviceName, string templateName, string ifMatch, EmailTemplateUpdateParameters parameters, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, templateName, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, templateName, ifMatch, parameters, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// @@ -436,7 +439,7 @@ public static void Delete(this IEmailTemplateOperations operations, string resou } /// - /// Lists a collection of properties defined within a service instance. + /// Gets all email templates /// /// /// The operations group for this extension method. @@ -450,7 +453,7 @@ public static IPage ListByServiceNext(this IEmailTemplate } /// - /// Lists a collection of properties defined within a service instance. + /// Gets all email templates /// /// /// The operations group for this extension method. diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayApiOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayApiOperations.cs index 8ed9d1d43c994..0b3a27cc38fed 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayApiOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayApiOperations.cs @@ -12,6 +12,7 @@ namespace Microsoft.Azure.Management.ApiManagement { using Microsoft.Rest; using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; using Models; using Newtonsoft.Json; using System.Collections; @@ -63,11 +64,8 @@ internal GatewayApiOperations(ApiManagementClient client) /// Gateway entity identifier. Must be unique in the current API Management /// service instance. Must not have value 'managed' /// - /// - /// Number of records to return. - /// - /// - /// Number of records to skip. + /// + /// OData parameters to apply to the operation. /// /// /// Headers that will be added to request. @@ -90,7 +88,7 @@ internal GatewayApiOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, int? top = default(int?), int? skip = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -130,19 +128,14 @@ internal GatewayApiOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "gatewayId", 1); } } - if (top < 1) - { - throw new ValidationException(ValidationRules.InclusiveMinimum, "top", 1); - } - if (skip < 0) + if (Client.ApiVersion == null) { - throw new ValidationException(ValidationRules.InclusiveMinimum, "skip", 0); + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -150,12 +143,10 @@ internal GatewayApiOperations(ApiManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("gatewayId", gatewayId); - tracingParameters.Add("top", top); - tracingParameters.Add("skip", skip); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -167,17 +158,17 @@ internal GatewayApiOperations(ApiManagementClient client) _url = _url.Replace("{gatewayId}", System.Uri.EscapeDataString(gatewayId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (top != null) + if (odataQuery != null) { - _queryParameters.Add(string.Format("$top={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(top, Client.SerializationSettings).Trim('"')))); - } - if (skip != null) - { - _queryParameters.Add(string.Format("$skip={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(skip, Client.SerializationSettings).Trim('"')))); + var _odataFilter = odataQuery.ToString(); + if (!string.IsNullOrEmpty(_odataFilter)) + { + _queryParameters.Add(_odataFilter); + } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -390,11 +381,14 @@ internal GatewayApiOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "apiId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -406,7 +400,6 @@ internal GatewayApiOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("gatewayId", gatewayId); tracingParameters.Add("apiId", apiId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -419,9 +412,9 @@ internal GatewayApiOperations(ApiManagementClient client) _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -633,11 +626,14 @@ internal GatewayApiOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "apiId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -649,7 +645,6 @@ internal GatewayApiOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("gatewayId", gatewayId); tracingParameters.Add("apiId", apiId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); @@ -663,9 +658,9 @@ internal GatewayApiOperations(ApiManagementClient client) _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -901,11 +896,14 @@ internal GatewayApiOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "apiId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -917,7 +915,6 @@ internal GatewayApiOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("gatewayId", gatewayId); tracingParameters.Add("apiId", apiId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -930,9 +927,9 @@ internal GatewayApiOperations(ApiManagementClient client) _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayApiOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayApiOperationsExtensions.cs index 33f73f3650d56..92779780d2685 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayApiOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayApiOperationsExtensions.cs @@ -12,6 +12,7 @@ namespace Microsoft.Azure.Management.ApiManagement { using Microsoft.Rest; using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; using Models; using System.Threading; using System.Threading.Tasks; @@ -37,15 +38,12 @@ public static partial class GatewayApiOperationsExtensions /// Gateway entity identifier. Must be unique in the current API Management /// service instance. Must not have value 'managed' /// - /// - /// Number of records to return. + /// + /// OData parameters to apply to the operation. /// - /// - /// Number of records to skip. - /// - public static IPage ListByService(this IGatewayApiOperations operations, string resourceGroupName, string serviceName, string gatewayId, int? top = default(int?), int? skip = default(int?)) + public static IPage ListByService(this IGatewayApiOperations operations, string resourceGroupName, string serviceName, string gatewayId, ODataQuery odataQuery = default(ODataQuery)) { - return operations.ListByServiceAsync(resourceGroupName, serviceName, gatewayId, top, skip).GetAwaiter().GetResult(); + return operations.ListByServiceAsync(resourceGroupName, serviceName, gatewayId, odataQuery).GetAwaiter().GetResult(); } /// @@ -64,18 +62,15 @@ public static partial class GatewayApiOperationsExtensions /// Gateway entity identifier. Must be unique in the current API Management /// service instance. Must not have value 'managed' /// - /// - /// Number of records to return. - /// - /// - /// Number of records to skip. + /// + /// OData parameters to apply to the operation. /// /// /// The cancellation token. /// - public static async Task> ListByServiceAsync(this IGatewayApiOperations operations, string resourceGroupName, string serviceName, string gatewayId, int? top = default(int?), int? skip = default(int?), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListByServiceAsync(this IGatewayApiOperations operations, string resourceGroupName, string serviceName, string gatewayId, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListByServiceWithHttpMessagesAsync(resourceGroupName, serviceName, gatewayId, top, skip, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListByServiceWithHttpMessagesAsync(resourceGroupName, serviceName, gatewayId, odataQuery, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayCertificateAuthorityOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayCertificateAuthorityOperations.cs new file mode 100644 index 0000000000000..2fe8cfd51828a --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayCertificateAuthorityOperations.cs @@ -0,0 +1,1532 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; + using Models; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + + /// + /// GatewayCertificateAuthorityOperations operations. + /// + internal partial class GatewayCertificateAuthorityOperations : IServiceOperations, IGatewayCertificateAuthorityOperations + { + /// + /// Initializes a new instance of the GatewayCertificateAuthorityOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal GatewayCertificateAuthorityOperations(ApiManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the ApiManagementClient + /// + public ApiManagementClient Client { get; private set; } + + /// + /// Lists the collection of Certificate Authorities for the specified Gateway + /// entity. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Gateway entity identifier. Must be unique in the current API Management + /// service instance. Must not have value 'managed' + /// + /// + /// OData parameters to apply to the 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>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (gatewayId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "gatewayId"); + } + if (gatewayId != null) + { + if (gatewayId.Length > 80) + { + throw new ValidationException(ValidationRules.MaxLength, "gatewayId", 80); + } + if (gatewayId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "gatewayId", 1); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("odataQuery", odataQuery); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("gatewayId", gatewayId); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListByService", 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.ApiManagement/service/{serviceName}/gateways/{gatewayId}/certificateAuthorities").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{gatewayId}", System.Uri.EscapeDataString(gatewayId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (odataQuery != null) + { + var _odataFilter = odataQuery.ToString(); + if (!string.IsNullOrEmpty(_odataFilter)) + { + _queryParameters.Add(_odataFilter); + } + } + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + 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; + } + + /// + /// Checks if Certificate entity is assigned to Gateway entity as Certificate + /// Authority. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Gateway entity identifier. Must be unique in the current API Management + /// service instance. Must not have value 'managed' + /// + /// + /// Identifier of the certificate entity. Must be unique in the current API + /// Management service instance. + /// + /// + /// 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> GetEntityTagWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, string certificateId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (gatewayId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "gatewayId"); + } + if (gatewayId != null) + { + if (gatewayId.Length > 80) + { + throw new ValidationException(ValidationRules.MaxLength, "gatewayId", 80); + } + if (gatewayId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "gatewayId", 1); + } + } + if (certificateId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "certificateId"); + } + if (certificateId != null) + { + if (certificateId.Length > 80) + { + throw new ValidationException(ValidationRules.MaxLength, "certificateId", 80); + } + if (certificateId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "certificateId", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(certificateId, "^[^*#&+:<>?]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "certificateId", "^[^*#&+:<>?]+$"); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("gatewayId", gatewayId); + tracingParameters.Add("certificateId", certificateId); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", 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.ApiManagement/service/{serviceName}/gateways/{gatewayId}/certificateAuthorities/{certificateId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{gatewayId}", System.Uri.EscapeDataString(gatewayId)); + _url = _url.Replace("{certificateId}", System.Uri.EscapeDataString(certificateId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("HEAD"); + _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, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationHeaderResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Get assigned Gateway Certificate Authority details. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Gateway entity identifier. Must be unique in the current API Management + /// service instance. Must not have value 'managed' + /// + /// + /// Identifier of the certificate entity. Must be unique in the current API + /// Management service instance. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, string certificateId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (gatewayId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "gatewayId"); + } + if (gatewayId != null) + { + if (gatewayId.Length > 80) + { + throw new ValidationException(ValidationRules.MaxLength, "gatewayId", 80); + } + if (gatewayId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "gatewayId", 1); + } + } + if (certificateId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "certificateId"); + } + if (certificateId != null) + { + if (certificateId.Length > 80) + { + throw new ValidationException(ValidationRules.MaxLength, "certificateId", 80); + } + if (certificateId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "certificateId", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(certificateId, "^[^*#&+:<>?]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "certificateId", "^[^*#&+:<>?]+$"); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("gatewayId", gatewayId); + tracingParameters.Add("certificateId", certificateId); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/gateways/{gatewayId}/certificateAuthorities/{certificateId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{gatewayId}", System.Uri.EscapeDataString(gatewayId)); + _url = _url.Replace("{certificateId}", System.Uri.EscapeDataString(certificateId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Assign Certificate entity to Gateway entity as Certificate Authority. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Gateway entity identifier. Must be unique in the current API Management + /// service instance. Must not have value 'managed' + /// + /// + /// Identifier of the certificate entity. Must be unique in the current API + /// Management service instance. + /// + /// + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + /// + /// 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> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, string certificateId, GatewayCertificateAuthorityContract parameters, string ifMatch = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (gatewayId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "gatewayId"); + } + if (gatewayId != null) + { + if (gatewayId.Length > 80) + { + throw new ValidationException(ValidationRules.MaxLength, "gatewayId", 80); + } + if (gatewayId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "gatewayId", 1); + } + } + if (certificateId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "certificateId"); + } + if (certificateId != null) + { + if (certificateId.Length > 80) + { + throw new ValidationException(ValidationRules.MaxLength, "certificateId", 80); + } + if (certificateId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "certificateId", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(certificateId, "^[^*#&+:<>?]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "certificateId", "^[^*#&+:<>?]+$"); + } + } + if (parameters == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("gatewayId", gatewayId); + tracingParameters.Add("certificateId", certificateId); + tracingParameters.Add("ifMatch", ifMatch); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/gateways/{gatewayId}/certificateAuthorities/{certificateId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{gatewayId}", System.Uri.EscapeDataString(gatewayId)); + _url = _url.Replace("{certificateId}", System.Uri.EscapeDataString(certificateId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + if(parameters != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200 && (int)_statusCode != 201) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + // Deserialize Response + if ((int)_statusCode == 201) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Remove relationship between Certificate Authority and Gateway entity. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Gateway entity identifier. Must be unique in the current API Management + /// service instance. Must not have value 'managed' + /// + /// + /// Identifier of the certificate entity. Must be unique in the current API + /// Management service instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// 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 DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, string certificateId, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (gatewayId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "gatewayId"); + } + if (gatewayId != null) + { + if (gatewayId.Length > 80) + { + throw new ValidationException(ValidationRules.MaxLength, "gatewayId", 80); + } + if (gatewayId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "gatewayId", 1); + } + } + if (certificateId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "certificateId"); + } + if (certificateId != null) + { + if (certificateId.Length > 80) + { + throw new ValidationException(ValidationRules.MaxLength, "certificateId", 80); + } + if (certificateId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "certificateId", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(certificateId, "^[^*#&+:<>?]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "certificateId", "^[^*#&+:<>?]+$"); + } + } + if (ifMatch == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("gatewayId", gatewayId); + tracingParameters.Add("certificateId", certificateId); + tracingParameters.Add("ifMatch", ifMatch); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/gateways/{gatewayId}/certificateAuthorities/{certificateId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{gatewayId}", System.Uri.EscapeDataString(gatewayId)); + _url = _url.Replace("{certificateId}", System.Uri.EscapeDataString(certificateId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("DELETE"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // 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 != 204) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + 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 the collection of Certificate Authorities for the specified Gateway + /// entity. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (nextPageLink == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListByServiceNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + List _queryParameters = new List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayCertificateAuthorityOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayCertificateAuthorityOperationsExtensions.cs new file mode 100644 index 0000000000000..5cf829ee04727 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayCertificateAuthorityOperationsExtensions.cs @@ -0,0 +1,363 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; + using Models; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for GatewayCertificateAuthorityOperations. + /// + public static partial class GatewayCertificateAuthorityOperationsExtensions + { + /// + /// Lists the collection of Certificate Authorities for the specified Gateway + /// entity. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Gateway entity identifier. Must be unique in the current API Management + /// service instance. Must not have value 'managed' + /// + /// + /// OData parameters to apply to the operation. + /// + public static IPage ListByService(this IGatewayCertificateAuthorityOperations operations, string resourceGroupName, string serviceName, string gatewayId, ODataQuery odataQuery = default(ODataQuery)) + { + return operations.ListByServiceAsync(resourceGroupName, serviceName, gatewayId, odataQuery).GetAwaiter().GetResult(); + } + + /// + /// Lists the collection of Certificate Authorities for the specified Gateway + /// entity. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Gateway entity identifier. Must be unique in the current API Management + /// service instance. Must not have value 'managed' + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListByServiceAsync(this IGatewayCertificateAuthorityOperations operations, string resourceGroupName, string serviceName, string gatewayId, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByServiceWithHttpMessagesAsync(resourceGroupName, serviceName, gatewayId, odataQuery, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Checks if Certificate entity is assigned to Gateway entity as Certificate + /// Authority. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Gateway entity identifier. Must be unique in the current API Management + /// service instance. Must not have value 'managed' + /// + /// + /// Identifier of the certificate entity. Must be unique in the current API + /// Management service instance. + /// + public static GatewayCertificateAuthorityGetEntityTagHeaders GetEntityTag(this IGatewayCertificateAuthorityOperations operations, string resourceGroupName, string serviceName, string gatewayId, string certificateId) + { + return operations.GetEntityTagAsync(resourceGroupName, serviceName, gatewayId, certificateId).GetAwaiter().GetResult(); + } + + /// + /// Checks if Certificate entity is assigned to Gateway entity as Certificate + /// Authority. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Gateway entity identifier. Must be unique in the current API Management + /// service instance. Must not have value 'managed' + /// + /// + /// Identifier of the certificate entity. Must be unique in the current API + /// Management service instance. + /// + /// + /// The cancellation token. + /// + public static async Task GetEntityTagAsync(this IGatewayCertificateAuthorityOperations operations, string resourceGroupName, string serviceName, string gatewayId, string certificateId, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetEntityTagWithHttpMessagesAsync(resourceGroupName, serviceName, gatewayId, certificateId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Headers; + } + } + + /// + /// Get assigned Gateway Certificate Authority details. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Gateway entity identifier. Must be unique in the current API Management + /// service instance. Must not have value 'managed' + /// + /// + /// Identifier of the certificate entity. Must be unique in the current API + /// Management service instance. + /// + public static GatewayCertificateAuthorityContract Get(this IGatewayCertificateAuthorityOperations operations, string resourceGroupName, string serviceName, string gatewayId, string certificateId) + { + return operations.GetAsync(resourceGroupName, serviceName, gatewayId, certificateId).GetAwaiter().GetResult(); + } + + /// + /// Get assigned Gateway Certificate Authority details. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Gateway entity identifier. Must be unique in the current API Management + /// service instance. Must not have value 'managed' + /// + /// + /// Identifier of the certificate entity. Must be unique in the current API + /// Management service instance. + /// + /// + /// The cancellation token. + /// + public static async Task GetAsync(this IGatewayCertificateAuthorityOperations operations, string resourceGroupName, string serviceName, string gatewayId, string certificateId, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, serviceName, gatewayId, certificateId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Assign Certificate entity to Gateway entity as Certificate Authority. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Gateway entity identifier. Must be unique in the current API Management + /// service instance. Must not have value 'managed' + /// + /// + /// Identifier of the certificate entity. Must be unique in the current API + /// Management service instance. + /// + /// + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + public static GatewayCertificateAuthorityContract CreateOrUpdate(this IGatewayCertificateAuthorityOperations operations, string resourceGroupName, string serviceName, string gatewayId, string certificateId, GatewayCertificateAuthorityContract parameters, string ifMatch = default(string)) + { + return operations.CreateOrUpdateAsync(resourceGroupName, serviceName, gatewayId, certificateId, parameters, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// Assign Certificate entity to Gateway entity as Certificate Authority. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Gateway entity identifier. Must be unique in the current API Management + /// service instance. Must not have value 'managed' + /// + /// + /// Identifier of the certificate entity. Must be unique in the current API + /// Management service instance. + /// + /// + /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + /// + /// The cancellation token. + /// + public static async Task CreateOrUpdateAsync(this IGatewayCertificateAuthorityOperations operations, string resourceGroupName, string serviceName, string gatewayId, string certificateId, GatewayCertificateAuthorityContract parameters, string ifMatch = default(string), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, serviceName, gatewayId, certificateId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Remove relationship between Certificate Authority and Gateway entity. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Gateway entity identifier. Must be unique in the current API Management + /// service instance. Must not have value 'managed' + /// + /// + /// Identifier of the certificate entity. Must be unique in the current API + /// Management service instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + public static void Delete(this IGatewayCertificateAuthorityOperations operations, string resourceGroupName, string serviceName, string gatewayId, string certificateId, string ifMatch) + { + operations.DeleteAsync(resourceGroupName, serviceName, gatewayId, certificateId, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// Remove relationship between Certificate Authority and Gateway entity. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Gateway entity identifier. Must be unique in the current API Management + /// service instance. Must not have value 'managed' + /// + /// + /// Identifier of the certificate entity. Must be unique in the current API + /// Management service instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// The cancellation token. + /// + public static async Task DeleteAsync(this IGatewayCertificateAuthorityOperations operations, string resourceGroupName, string serviceName, string gatewayId, string certificateId, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, serviceName, gatewayId, certificateId, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + + /// + /// Lists the collection of Certificate Authorities for the specified Gateway + /// entity. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListByServiceNext(this IGatewayCertificateAuthorityOperations operations, string nextPageLink) + { + return operations.ListByServiceNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Lists the collection of Certificate Authorities for the specified Gateway + /// entity. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListByServiceNextAsync(this IGatewayCertificateAuthorityOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByServiceNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayHostnameConfigurationOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayHostnameConfigurationOperations.cs index 32aad85886e43..6e8fef68ad078 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayHostnameConfigurationOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayHostnameConfigurationOperations.cs @@ -12,6 +12,7 @@ namespace Microsoft.Azure.Management.ApiManagement { using Microsoft.Rest; using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; using Models; using Newtonsoft.Json; using System.Collections; @@ -63,11 +64,8 @@ internal GatewayHostnameConfigurationOperations(ApiManagementClient client) /// Gateway entity identifier. Must be unique in the current API Management /// service instance. Must not have value 'managed' /// - /// - /// Number of records to return. - /// - /// - /// Number of records to skip. + /// + /// OData parameters to apply to the operation. /// /// /// Headers that will be added to request. @@ -90,7 +88,7 @@ internal GatewayHostnameConfigurationOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, int? top = default(int?), int? skip = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -130,19 +128,14 @@ internal GatewayHostnameConfigurationOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "gatewayId", 1); } } - if (top < 1) - { - throw new ValidationException(ValidationRules.InclusiveMinimum, "top", 1); - } - if (skip < 0) + if (Client.ApiVersion == null) { - throw new ValidationException(ValidationRules.InclusiveMinimum, "skip", 0); + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -150,12 +143,10 @@ internal GatewayHostnameConfigurationOperations(ApiManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("gatewayId", gatewayId); - tracingParameters.Add("top", top); - tracingParameters.Add("skip", skip); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -167,17 +158,17 @@ internal GatewayHostnameConfigurationOperations(ApiManagementClient client) _url = _url.Replace("{gatewayId}", System.Uri.EscapeDataString(gatewayId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (top != null) - { - _queryParameters.Add(string.Format("$top={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(top, Client.SerializationSettings).Trim('"')))); - } - if (skip != null) + if (odataQuery != null) { - _queryParameters.Add(string.Format("$skip={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(skip, Client.SerializationSettings).Trim('"')))); + var _odataFilter = odataQuery.ToString(); + if (!string.IsNullOrEmpty(_odataFilter)) + { + _queryParameters.Add(_odataFilter); + } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -390,11 +381,14 @@ internal GatewayHostnameConfigurationOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "hcId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -406,7 +400,6 @@ internal GatewayHostnameConfigurationOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("gatewayId", gatewayId); tracingParameters.Add("hcId", hcId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -419,9 +412,9 @@ internal GatewayHostnameConfigurationOperations(ApiManagementClient client) _url = _url.Replace("{hcId}", System.Uri.EscapeDataString(hcId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -539,8 +532,7 @@ internal GatewayHostnameConfigurationOperations(ApiManagementClient client) } /// - /// Gets the details of the Gateway hostname configuration specified by its - /// identifier. + /// Get details of a hostname configuration /// /// /// The name of the resource group. @@ -632,11 +624,14 @@ internal GatewayHostnameConfigurationOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "hcId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -648,7 +643,6 @@ internal GatewayHostnameConfigurationOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("gatewayId", gatewayId); tracingParameters.Add("hcId", hcId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -661,9 +655,9 @@ internal GatewayHostnameConfigurationOperations(ApiManagementClient client) _url = _url.Replace("{hcId}", System.Uri.EscapeDataString(hcId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -817,6 +811,10 @@ internal GatewayHostnameConfigurationOperations(ApiManagementClient client) /// /// /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// /// /// Headers that will be added to request. /// @@ -838,7 +836,7 @@ internal GatewayHostnameConfigurationOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, string hcId, GatewayHostnameConfigurationContract parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, string hcId, GatewayHostnameConfigurationContract parameters, string ifMatch = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -893,15 +891,18 @@ internal GatewayHostnameConfigurationOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "hcId", 1); } } - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } if (parameters == null) { throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); } - string apiVersion = "2019-12-01"; + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -913,7 +914,7 @@ internal GatewayHostnameConfigurationOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("gatewayId", gatewayId); tracingParameters.Add("hcId", hcId); - tracingParameters.Add("apiVersion", apiVersion); + tracingParameters.Add("ifMatch", ifMatch); tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); @@ -927,9 +928,9 @@ internal GatewayHostnameConfigurationOperations(ApiManagementClient client) _url = _url.Replace("{hcId}", System.Uri.EscapeDataString(hcId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -945,6 +946,14 @@ internal GatewayHostnameConfigurationOperations(ApiManagementClient client) { _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } if (Client.AcceptLanguage != null) { if (_httpRequest.Headers.Contains("accept-language")) @@ -1105,6 +1114,11 @@ internal GatewayHostnameConfigurationOperations(ApiManagementClient client) /// Gateway hostname configuration identifier. Must be unique in the scope of /// parent Gateway entity. /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// /// /// Headers that will be added to request. /// @@ -1123,7 +1137,7 @@ internal GatewayHostnameConfigurationOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, string hcId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, string hcId, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1178,11 +1192,18 @@ internal GatewayHostnameConfigurationOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "hcId", 1); } } + if (ifMatch == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1194,7 +1215,7 @@ internal GatewayHostnameConfigurationOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("gatewayId", gatewayId); tracingParameters.Add("hcId", hcId); - tracingParameters.Add("apiVersion", apiVersion); + tracingParameters.Add("ifMatch", ifMatch); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1207,9 +1228,9 @@ internal GatewayHostnameConfigurationOperations(ApiManagementClient client) _url = _url.Replace("{hcId}", System.Uri.EscapeDataString(hcId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1225,6 +1246,14 @@ internal GatewayHostnameConfigurationOperations(ApiManagementClient client) { _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } if (Client.AcceptLanguage != null) { if (_httpRequest.Headers.Contains("accept-language")) diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayHostnameConfigurationOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayHostnameConfigurationOperationsExtensions.cs index 0e1d4c8c068f4..efcfef9d6499b 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayHostnameConfigurationOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayHostnameConfigurationOperationsExtensions.cs @@ -12,6 +12,7 @@ namespace Microsoft.Azure.Management.ApiManagement { using Microsoft.Rest; using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; using Models; using System.Threading; using System.Threading.Tasks; @@ -37,15 +38,12 @@ public static partial class GatewayHostnameConfigurationOperationsExtensions /// Gateway entity identifier. Must be unique in the current API Management /// service instance. Must not have value 'managed' /// - /// - /// Number of records to return. + /// + /// OData parameters to apply to the operation. /// - /// - /// Number of records to skip. - /// - public static IPage ListByService(this IGatewayHostnameConfigurationOperations operations, string resourceGroupName, string serviceName, string gatewayId, int? top = default(int?), int? skip = default(int?)) + public static IPage ListByService(this IGatewayHostnameConfigurationOperations operations, string resourceGroupName, string serviceName, string gatewayId, ODataQuery odataQuery = default(ODataQuery)) { - return operations.ListByServiceAsync(resourceGroupName, serviceName, gatewayId, top, skip).GetAwaiter().GetResult(); + return operations.ListByServiceAsync(resourceGroupName, serviceName, gatewayId, odataQuery).GetAwaiter().GetResult(); } /// @@ -64,18 +62,15 @@ public static partial class GatewayHostnameConfigurationOperationsExtensions /// Gateway entity identifier. Must be unique in the current API Management /// service instance. Must not have value 'managed' /// - /// - /// Number of records to return. - /// - /// - /// Number of records to skip. + /// + /// OData parameters to apply to the operation. /// /// /// The cancellation token. /// - public static async Task> ListByServiceAsync(this IGatewayHostnameConfigurationOperations operations, string resourceGroupName, string serviceName, string gatewayId, int? top = default(int?), int? skip = default(int?), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListByServiceAsync(this IGatewayHostnameConfigurationOperations operations, string resourceGroupName, string serviceName, string gatewayId, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListByServiceWithHttpMessagesAsync(resourceGroupName, serviceName, gatewayId, top, skip, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListByServiceWithHttpMessagesAsync(resourceGroupName, serviceName, gatewayId, odataQuery, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -140,8 +135,7 @@ public static GatewayHostnameConfigurationGetEntityTagHeaders GetEntityTag(this } /// - /// Gets the details of the Gateway hostname configuration specified by its - /// identifier. + /// Get details of a hostname configuration /// /// /// The operations group for this extension method. @@ -166,8 +160,7 @@ public static GatewayHostnameConfigurationContract Get(this IGatewayHostnameConf } /// - /// Gets the details of the Gateway hostname configuration specified by its - /// identifier. + /// Get details of a hostname configuration /// /// /// The operations group for this extension method. @@ -219,9 +212,13 @@ public static GatewayHostnameConfigurationContract Get(this IGatewayHostnameConf /// /// /// - public static GatewayHostnameConfigurationContract CreateOrUpdate(this IGatewayHostnameConfigurationOperations operations, string resourceGroupName, string serviceName, string gatewayId, string hcId, GatewayHostnameConfigurationContract parameters) + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// + public static GatewayHostnameConfigurationContract CreateOrUpdate(this IGatewayHostnameConfigurationOperations operations, string resourceGroupName, string serviceName, string gatewayId, string hcId, GatewayHostnameConfigurationContract parameters, string ifMatch = default(string)) { - return operations.CreateOrUpdateAsync(resourceGroupName, serviceName, gatewayId, hcId, parameters).GetAwaiter().GetResult(); + return operations.CreateOrUpdateAsync(resourceGroupName, serviceName, gatewayId, hcId, parameters, ifMatch).GetAwaiter().GetResult(); } /// @@ -246,12 +243,16 @@ public static GatewayHostnameConfigurationContract CreateOrUpdate(this IGatewayH /// /// /// + /// + /// ETag of the Entity. Not required when creating an entity, but required when + /// updating an entity. + /// /// /// The cancellation token. /// - public static async Task CreateOrUpdateAsync(this IGatewayHostnameConfigurationOperations operations, string resourceGroupName, string serviceName, string gatewayId, string hcId, GatewayHostnameConfigurationContract parameters, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task CreateOrUpdateAsync(this IGatewayHostnameConfigurationOperations operations, string resourceGroupName, string serviceName, string gatewayId, string hcId, GatewayHostnameConfigurationContract parameters, string ifMatch = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, serviceName, gatewayId, hcId, parameters, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, serviceName, gatewayId, hcId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -277,9 +278,14 @@ public static GatewayHostnameConfigurationContract CreateOrUpdate(this IGatewayH /// Gateway hostname configuration identifier. Must be unique in the scope of /// parent Gateway entity. /// - public static void Delete(this IGatewayHostnameConfigurationOperations operations, string resourceGroupName, string serviceName, string gatewayId, string hcId) + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + public static void Delete(this IGatewayHostnameConfigurationOperations operations, string resourceGroupName, string serviceName, string gatewayId, string hcId, string ifMatch) { - operations.DeleteAsync(resourceGroupName, serviceName, gatewayId, hcId).GetAwaiter().GetResult(); + operations.DeleteAsync(resourceGroupName, serviceName, gatewayId, hcId, ifMatch).GetAwaiter().GetResult(); } /// @@ -302,12 +308,17 @@ public static void Delete(this IGatewayHostnameConfigurationOperations operation /// Gateway hostname configuration identifier. Must be unique in the scope of /// parent Gateway entity. /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// /// /// The cancellation token. /// - public static async Task DeleteAsync(this IGatewayHostnameConfigurationOperations operations, string resourceGroupName, string serviceName, string gatewayId, string hcId, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteAsync(this IGatewayHostnameConfigurationOperations operations, string resourceGroupName, string serviceName, string gatewayId, string hcId, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, serviceName, gatewayId, hcId, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, serviceName, gatewayId, hcId, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayOperations.cs index 14f31d47a622a..e5d5377db89f4 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayOperations.cs @@ -12,6 +12,7 @@ namespace Microsoft.Azure.Management.ApiManagement { using Microsoft.Rest; using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; using Models; using Newtonsoft.Json; using System.Collections; @@ -59,11 +60,8 @@ internal GatewayOperations(ApiManagementClient client) /// /// The name of the API Management service. /// - /// - /// Number of records to return. - /// - /// - /// Number of records to skip. + /// + /// OData parameters to apply to the operation. /// /// /// Headers that will be added to request. @@ -86,7 +84,7 @@ internal GatewayOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, int? top = default(int?), int? skip = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -111,19 +109,14 @@ internal GatewayOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } - if (top < 1) - { - throw new ValidationException(ValidationRules.InclusiveMinimum, "top", 1); - } - if (skip < 0) + if (Client.ApiVersion == null) { - throw new ValidationException(ValidationRules.InclusiveMinimum, "skip", 0); + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -131,11 +124,9 @@ internal GatewayOperations(ApiManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("top", top); - tracingParameters.Add("skip", skip); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -146,17 +137,17 @@ internal GatewayOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (top != null) - { - _queryParameters.Add(string.Format("$top={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(top, Client.SerializationSettings).Trim('"')))); - } - if (skip != null) + if (odataQuery != null) { - _queryParameters.Add(string.Format("$skip={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(skip, Client.SerializationSettings).Trim('"')))); + var _odataFilter = odataQuery.ToString(); + if (!string.IsNullOrEmpty(_odataFilter)) + { + _queryParameters.Add(_odataFilter); + } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -350,11 +341,14 @@ internal GatewayOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "gatewayId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -365,7 +359,6 @@ internal GatewayOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("gatewayId", gatewayId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -377,9 +370,9 @@ internal GatewayOperations(ApiManagementClient client) _url = _url.Replace("{gatewayId}", System.Uri.EscapeDataString(gatewayId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -570,11 +563,14 @@ internal GatewayOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "gatewayId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -585,7 +581,6 @@ internal GatewayOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("gatewayId", gatewayId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -597,9 +592,9 @@ internal GatewayOperations(ApiManagementClient client) _url = _url.Replace("{gatewayId}", System.Uri.EscapeDataString(gatewayId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -822,11 +817,14 @@ internal GatewayOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -839,7 +837,6 @@ internal GatewayOperations(ApiManagementClient client) tracingParameters.Add("gatewayId", gatewayId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -851,9 +848,9 @@ internal GatewayOperations(ApiManagementClient client) _url = _url.Replace("{gatewayId}", System.Uri.EscapeDataString(gatewayId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1049,6 +1046,9 @@ internal GatewayOperations(ApiManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -1058,7 +1058,7 @@ internal GatewayOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, GatewayContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, GatewayContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1106,11 +1106,14 @@ internal GatewayOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1123,7 +1126,6 @@ internal GatewayOperations(ApiManagementClient client) tracingParameters.Add("gatewayId", gatewayId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -1135,9 +1137,9 @@ internal GatewayOperations(ApiManagementClient client) _url = _url.Replace("{gatewayId}", System.Uri.EscapeDataString(gatewayId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1211,7 +1213,7 @@ internal GatewayOperations(ApiManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 204) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1241,13 +1243,44 @@ internal GatewayOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1335,11 +1368,14 @@ internal GatewayOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1351,7 +1387,6 @@ internal GatewayOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("gatewayId", gatewayId); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1363,9 +1398,9 @@ internal GatewayOperations(ApiManagementClient client) _url = _url.Replace("{gatewayId}", System.Uri.EscapeDataString(gatewayId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1551,11 +1586,14 @@ internal GatewayOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "gatewayId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1566,7 +1604,6 @@ internal GatewayOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("gatewayId", gatewayId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListKeys", tracingParameters); } @@ -1578,9 +1615,9 @@ internal GatewayOperations(ApiManagementClient client) _url = _url.Replace("{gatewayId}", System.Uri.EscapeDataString(gatewayId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1788,10 +1825,6 @@ internal GatewayOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "gatewayId", 1); } } - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } if (parameters == null) { throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); @@ -1800,7 +1833,14 @@ internal GatewayOperations(ApiManagementClient client) { parameters.Validate(); } - string apiVersion = "2019-12-01"; + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1811,7 +1851,6 @@ internal GatewayOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("gatewayId", gatewayId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "RegenerateKey", tracingParameters); @@ -1824,9 +1863,9 @@ internal GatewayOperations(ApiManagementClient client) _url = _url.Replace("{gatewayId}", System.Uri.EscapeDataString(gatewayId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -2020,11 +2059,14 @@ internal GatewayOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2036,7 +2078,6 @@ internal GatewayOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("gatewayId", gatewayId); tracingParameters.Add("parameters", parameters); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GenerateToken", tracingParameters); } @@ -2048,9 +2089,9 @@ internal GatewayOperations(ApiManagementClient client) _url = _url.Replace("{gatewayId}", System.Uri.EscapeDataString(gatewayId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayOperationsExtensions.cs index 4a697667d6747..394006246c9c5 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GatewayOperationsExtensions.cs @@ -12,6 +12,7 @@ namespace Microsoft.Azure.Management.ApiManagement { using Microsoft.Rest; using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; using Models; using System.Threading; using System.Threading.Tasks; @@ -33,15 +34,12 @@ public static partial class GatewayOperationsExtensions /// /// The name of the API Management service. /// - /// - /// Number of records to return. + /// + /// OData parameters to apply to the operation. /// - /// - /// Number of records to skip. - /// - public static IPage ListByService(this IGatewayOperations operations, string resourceGroupName, string serviceName, int? top = default(int?), int? skip = default(int?)) + public static IPage ListByService(this IGatewayOperations operations, string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery)) { - return operations.ListByServiceAsync(resourceGroupName, serviceName, top, skip).GetAwaiter().GetResult(); + return operations.ListByServiceAsync(resourceGroupName, serviceName, odataQuery).GetAwaiter().GetResult(); } /// @@ -56,18 +54,15 @@ public static partial class GatewayOperationsExtensions /// /// The name of the API Management service. /// - /// - /// Number of records to return. - /// - /// - /// Number of records to skip. + /// + /// OData parameters to apply to the operation. /// /// /// The cancellation token. /// - public static async Task> ListByServiceAsync(this IGatewayOperations operations, string resourceGroupName, string serviceName, int? top = default(int?), int? skip = default(int?), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListByServiceAsync(this IGatewayOperations operations, string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListByServiceWithHttpMessagesAsync(resourceGroupName, serviceName, top, skip, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListByServiceWithHttpMessagesAsync(resourceGroupName, serviceName, odataQuery, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -254,9 +249,9 @@ public static GatewayContract Get(this IGatewayOperations operations, string res /// header response of the GET request or it should be * for unconditional /// update. /// - public static void Update(this IGatewayOperations operations, string resourceGroupName, string serviceName, string gatewayId, GatewayContract parameters, string ifMatch) + public static GatewayContract Update(this IGatewayOperations operations, string resourceGroupName, string serviceName, string gatewayId, GatewayContract parameters, string ifMatch) { - operations.UpdateAsync(resourceGroupName, serviceName, gatewayId, parameters, ifMatch).GetAwaiter().GetResult(); + return operations.UpdateAsync(resourceGroupName, serviceName, gatewayId, parameters, ifMatch).GetAwaiter().GetResult(); } /// @@ -285,9 +280,12 @@ public static void Update(this IGatewayOperations operations, string resourceGro /// /// The cancellation token. /// - public static async Task UpdateAsync(this IGatewayOperations operations, string resourceGroupName, string serviceName, string gatewayId, GatewayContract parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this IGatewayOperations operations, string resourceGroupName, string serviceName, string gatewayId, GatewayContract parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, gatewayId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, gatewayId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GroupOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GroupOperations.cs index f49c1dfa9a9ca..0694f1e70a061 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GroupOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GroupOperations.cs @@ -110,11 +110,14 @@ internal GroupOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -125,7 +128,6 @@ internal GroupOperations(ApiManagementClient client) tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -144,9 +146,9 @@ internal GroupOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -340,11 +342,14 @@ internal GroupOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "groupId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -355,7 +360,6 @@ internal GroupOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("groupId", groupId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -367,9 +371,9 @@ internal GroupOperations(ApiManagementClient client) _url = _url.Replace("{groupId}", System.Uri.EscapeDataString(groupId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -560,11 +564,14 @@ internal GroupOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "groupId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -575,7 +582,6 @@ internal GroupOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("groupId", groupId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -587,9 +593,9 @@ internal GroupOperations(ApiManagementClient client) _url = _url.Replace("{groupId}", System.Uri.EscapeDataString(groupId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -813,11 +819,14 @@ internal GroupOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -830,7 +839,6 @@ internal GroupOperations(ApiManagementClient client) tracingParameters.Add("groupId", groupId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -842,9 +850,9 @@ internal GroupOperations(ApiManagementClient client) _url = _url.Replace("{groupId}", System.Uri.EscapeDataString(groupId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1041,6 +1049,9 @@ internal GroupOperations(ApiManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -1050,7 +1061,7 @@ internal GroupOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string groupId, GroupUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string groupId, GroupUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1098,11 +1109,14 @@ internal GroupOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1115,7 +1129,6 @@ internal GroupOperations(ApiManagementClient client) tracingParameters.Add("groupId", groupId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -1127,9 +1140,9 @@ internal GroupOperations(ApiManagementClient client) _url = _url.Replace("{groupId}", System.Uri.EscapeDataString(groupId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1203,7 +1216,7 @@ internal GroupOperations(ApiManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 204) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1233,13 +1246,44 @@ internal GroupOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1327,11 +1371,14 @@ internal GroupOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1343,7 +1390,6 @@ internal GroupOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("groupId", groupId); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1355,9 +1401,9 @@ internal GroupOperations(ApiManagementClient client) _url = _url.Replace("{groupId}", System.Uri.EscapeDataString(groupId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GroupOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GroupOperationsExtensions.cs index 2dae03ec35f6e..d06ef7d8d822e 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GroupOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GroupOperationsExtensions.cs @@ -254,9 +254,9 @@ public static GroupContract Get(this IGroupOperations operations, string resourc /// header response of the GET request or it should be * for unconditional /// update. /// - public static void Update(this IGroupOperations operations, string resourceGroupName, string serviceName, string groupId, GroupUpdateParameters parameters, string ifMatch) + public static GroupContract Update(this IGroupOperations operations, string resourceGroupName, string serviceName, string groupId, GroupUpdateParameters parameters, string ifMatch) { - operations.UpdateAsync(resourceGroupName, serviceName, groupId, parameters, ifMatch).GetAwaiter().GetResult(); + return operations.UpdateAsync(resourceGroupName, serviceName, groupId, parameters, ifMatch).GetAwaiter().GetResult(); } /// @@ -286,9 +286,12 @@ public static void Update(this IGroupOperations operations, string resourceGroup /// /// The cancellation token. /// - public static async Task UpdateAsync(this IGroupOperations operations, string resourceGroupName, string serviceName, string groupId, GroupUpdateParameters parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this IGroupOperations operations, string resourceGroupName, string serviceName, string groupId, GroupUpdateParameters parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, groupId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, groupId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GroupUserOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GroupUserOperations.cs index 84538e5d3e4ff..c0747d82bd554 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GroupUserOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/GroupUserOperations.cs @@ -128,11 +128,14 @@ internal GroupUserOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "groupId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -144,7 +147,6 @@ internal GroupUserOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("groupId", groupId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); } @@ -164,9 +166,9 @@ internal GroupUserOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -379,11 +381,14 @@ internal GroupUserOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "userId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -395,7 +400,6 @@ internal GroupUserOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("groupId", groupId); tracingParameters.Add("userId", userId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CheckEntityExists", tracingParameters); } @@ -408,9 +412,9 @@ internal GroupUserOperations(ApiManagementClient client) _url = _url.Replace("{userId}", System.Uri.EscapeDataString(userId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -608,11 +612,14 @@ internal GroupUserOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "userId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -624,7 +631,6 @@ internal GroupUserOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("groupId", groupId); tracingParameters.Add("userId", userId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Create", tracingParameters); } @@ -637,9 +643,9 @@ internal GroupUserOperations(ApiManagementClient client) _url = _url.Replace("{userId}", System.Uri.EscapeDataString(userId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -869,11 +875,14 @@ internal GroupUserOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "userId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -885,7 +894,6 @@ internal GroupUserOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("groupId", groupId); tracingParameters.Add("userId", userId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -898,9 +906,9 @@ internal GroupUserOperations(ApiManagementClient client) _url = _url.Replace("{userId}", System.Uri.EscapeDataString(userId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiDiagnosticOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiDiagnosticOperations.cs index cb1588ad34efe..8a690d422a738 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiDiagnosticOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiDiagnosticOperations.cs @@ -196,10 +196,13 @@ public partial interface IApiDiagnosticOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string diagnosticId, DiagnosticContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string diagnosticId, DiagnosticContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Deletes the specified Diagnostic from an API. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiIssueOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiIssueOperations.cs index e8943bde687e5..f93e8a4aa4d2a 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiIssueOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiIssueOperations.cs @@ -201,10 +201,13 @@ public partial interface IApiIssueOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string issueId, IssueUpdateContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string issueId, IssueUpdateContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Deletes the specified Issue from an API. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiManagementClient.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiManagementClient.cs index ed6b29d6bd8f6..c7297cf447906 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiManagementClient.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiManagementClient.cs @@ -146,11 +146,6 @@ public partial interface IApiManagementClient : System.IDisposable /// IOperationOperations Operation { get; } - /// - /// Gets the IApiExportOperations. - /// - IApiExportOperations ApiExport { get; } - /// /// Gets the IApiVersionSetOperations. /// @@ -176,6 +171,21 @@ public partial interface IApiManagementClient : System.IDisposable /// ICertificateOperations Certificate { get; } + /// + /// Gets the IContentTypeOperations. + /// + IContentTypeOperations ContentType { get; } + + /// + /// Gets the IContentItemOperations. + /// + IContentItemOperations ContentItem { get; } + + /// + /// Gets the IDeletedServicesOperations. + /// + IDeletedServicesOperations DeletedServices { get; } + /// /// Gets the IApiManagementOperations. /// @@ -216,6 +226,11 @@ public partial interface IApiManagementClient : System.IDisposable /// IGatewayApiOperations GatewayApi { get; } + /// + /// Gets the IGatewayCertificateAuthorityOperations. + /// + IGatewayCertificateAuthorityOperations GatewayCertificateAuthority { get; } + /// /// Gets the IGroupOperations. /// @@ -281,6 +296,16 @@ public partial interface IApiManagementClient : System.IDisposable /// IPolicyDescriptionOperations PolicyDescription { get; } + /// + /// Gets the IPortalRevisionOperations. + /// + IPortalRevisionOperations PortalRevision { get; } + + /// + /// Gets the IPortalSettingsOperations. + /// + IPortalSettingsOperations PortalSettings { get; } + /// /// Gets the ISignInSettingsOperations. /// @@ -341,6 +366,16 @@ public partial interface IApiManagementClient : System.IDisposable /// IReportsOperations Reports { get; } + /// + /// Gets the ITenantSettingsOperations. + /// + ITenantSettingsOperations TenantSettings { get; } + + /// + /// Gets the IApiManagementSkusOperations. + /// + IApiManagementSkusOperations ApiManagementSkus { get; } + /// /// Gets the ISubscriptionOperations. /// @@ -391,5 +426,10 @@ public partial interface IApiManagementClient : System.IDisposable /// IUserConfirmationPasswordOperations UserConfirmationPassword { get; } + /// + /// Gets the IApiExportOperations. + /// + IApiExportOperations ApiExport { get; } + } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiManagementOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiManagementOperations.cs index cb7acf6ba6251..f3447effe2525 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiManagementOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiManagementOperations.cs @@ -33,7 +33,7 @@ public partial interface IApiManagementOperations /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -56,7 +56,7 @@ public partial interface IApiManagementOperations /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiManagementServiceOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiManagementServiceOperations.cs index 18a92821d2b0a..ab91018ecdb06 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiManagementServiceOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiManagementServiceOperations.cs @@ -225,7 +225,7 @@ public partial interface IApiManagementServiceOperations /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -285,8 +285,28 @@ public partial interface IApiManagementServiceOperations /// Task> CheckNameAvailabilityWithHttpMessagesAsync(ApiManagementServiceCheckNameAvailabilityParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// Get the custom domain ownership identifier for an API Management + /// service. + /// + /// + /// 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> GetDomainOwnershipIdentifierWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// Updates the Microsoft.ApiManagement resource running in the Virtual - /// network to pick the updated network settings. + /// network to pick the updated DNS changes. /// /// /// The name of the resource group. @@ -464,7 +484,7 @@ public partial interface IApiManagementServiceOperations Task> BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Updates the Microsoft.ApiManagement resource running in the Virtual - /// network to pick the updated network settings. + /// network to pick the updated DNS changes. /// /// /// The name of the resource group. @@ -528,7 +548,7 @@ public partial interface IApiManagementServiceOperations /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiManagementSkusOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiManagementSkusOperations.cs new file mode 100644 index 0000000000000..c5600d79fde38 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiManagementSkusOperations.cs @@ -0,0 +1,70 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// ApiManagementSkusOperations operations. + /// + public partial interface IApiManagementSkusOperations + { + /// + /// Gets the list of Microsoft.ApiManagement SKUs available for your + /// Subscription. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Gets the list of Microsoft.ApiManagement SKUs available for your + /// Subscription. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiOperationOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiOperationOperations.cs index 16723838dc3d2..a35df8f262798 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiOperationOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiOperationOperations.cs @@ -203,10 +203,13 @@ public partial interface IApiOperationOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string operationId, OperationUpdateContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string operationId, OperationUpdateContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Deletes the specified operation in the API. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiOperations.cs index 8912cc0f7c09b..6a4d83b7e7291 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiOperations.cs @@ -186,10 +186,13 @@ public partial interface IApiOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, ApiUpdateContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, ApiUpdateContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Deletes the specified API of the API Management service instance. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiReleaseOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiReleaseOperations.cs index 89a362870dc8a..eedbfd5ef7fa0 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiReleaseOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiReleaseOperations.cs @@ -197,10 +197,13 @@ public partial interface IApiReleaseOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string releaseId, ApiReleaseContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string apiId, string releaseId, ApiReleaseContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Deletes the specified release in the API. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiSchemaOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiSchemaOperations.cs index 36b04281fafe3..2489af713cecb 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiSchemaOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiSchemaOperations.cs @@ -38,11 +38,11 @@ public partial interface IApiSchemaOperations /// suffix where n is the revision number. /// /// - /// | Field | Usage | Supported operators | + /// | Field | Usage | Supported operators | /// Supported functions /// |</br>|-------------|-------------|-------------|-------------|</br>| /// contentType | filter | ge, le, eq, ne, gt, lt | substringof, - /// contains, startswith, endswith | </br> + /// contains, startswith, endswith |</br> /// /// /// Number of records to return. diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiVersionSetOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiVersionSetOperations.cs index 44dd8b1845f3d..fc56becca5e3b 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiVersionSetOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IApiVersionSetOperations.cs @@ -177,10 +177,13 @@ public partial interface IApiVersionSetOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string versionSetId, ApiVersionSetUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string versionSetId, ApiVersionSetUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Deletes specific Api Version Set. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IAuthorizationServerOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IAuthorizationServerOperations.cs index 95d05f9f40ffa..73a4e826067af 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IAuthorizationServerOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IAuthorizationServerOperations.cs @@ -174,10 +174,13 @@ public partial interface IAuthorizationServerOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string authsid, AuthorizationServerUpdateContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string authsid, AuthorizationServerUpdateContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Deletes specific authorization server instance. /// @@ -235,7 +238,7 @@ public partial interface IAuthorizationServerOperations /// /// Thrown when a required parameter is null /// - Task> ListSecretsWithHttpMessagesAsync(string resourceGroupName, string serviceName, string authsid, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> ListSecretsWithHttpMessagesAsync(string resourceGroupName, string serviceName, string authsid, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Lists a collection of authorization servers defined within a /// service instance. diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IBackendOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IBackendOperations.cs index 73af2d8d0cd28..9dc8e3dfb467b 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IBackendOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IBackendOperations.cs @@ -174,10 +174,13 @@ public partial interface IBackendOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string backendId, BackendUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string backendId, BackendUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Deletes the specified backend. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ICacheOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ICacheOperations.cs index 9e1aa0fa49dbf..0c793324c6f73 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ICacheOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ICacheOperations.cs @@ -179,10 +179,13 @@ public partial interface ICacheOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string cacheId, CacheUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string cacheId, CacheUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Deletes specific Cache. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ICertificateOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ICertificateOperations.cs index 263dcb93056ab..d5465d3c6a4e4 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ICertificateOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ICertificateOperations.cs @@ -37,6 +37,10 @@ public partial interface ICertificateOperations /// /// OData parameters to apply to the operation. /// + /// + /// When set to true, the response contains only certificates entities + /// which failed refresh. + /// /// /// The headers that will be added to request. /// @@ -52,7 +56,7 @@ public partial interface ICertificateOperations /// /// Thrown when a required parameter is null /// - Task>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery), bool? isKeyVaultRefreshFailed = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Gets the entity state (Etag) version of the certificate specified /// by its identifier. @@ -179,6 +183,37 @@ public partial interface ICertificateOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string certificateId, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// From KeyVault, Refresh the certificate being used for + /// authentication with the backend. + /// + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Identifier of the certificate entity. Must be unique in the current + /// API Management service instance. + /// + /// + /// 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> RefreshSecretWithHttpMessagesAsync(string resourceGroupName, string serviceName, string certificateId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// Lists a collection of all certificates in the specified service /// instance. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IContentItemOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IContentItemOperations.cs new file mode 100644 index 0000000000000..30a7c053223d3 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IContentItemOperations.cs @@ -0,0 +1,209 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// ContentItemOperations operations. + /// + public partial interface IContentItemOperations + { + /// + /// Lists developer portal's content items specified by the provided + /// content type. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// 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>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string contentTypeId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Returns the entity state (ETag) version of the developer portal's + /// content item specified by its identifier. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// Content item identifier. + /// + /// + /// 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> GetEntityTagWithHttpMessagesAsync(string resourceGroupName, string serviceName, string contentTypeId, string contentItemId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Returns the developer portal's content item specified by its + /// identifier. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// Content item identifier. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, string contentTypeId, string contentItemId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Creates a new developer portal's content item specified by the + /// provided content type. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// Content item identifier. + /// + /// + /// ETag of the Entity. Not required when creating an entity, but + /// required when updating an entity. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string contentTypeId, string contentItemId, string ifMatch = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Removes the specified developer portal's content item. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// Content item identifier. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from + /// the header response of the GET request or it should be * for + /// unconditional update. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string contentTypeId, string contentItemId, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Lists developer portal's content items specified by the provided + /// content type. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IContentTypeOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IContentTypeOperations.cs new file mode 100644 index 0000000000000..3afe1b84eec5f --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IContentTypeOperations.cs @@ -0,0 +1,174 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// ContentTypeOperations operations. + /// + public partial interface IContentTypeOperations + { + /// + /// Lists the developer portal's content types. Content types describe + /// content items' properties, validation rules, and constraints. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// 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>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Gets the details of the developer portal's content type. Content + /// types describe content items' properties, validation rules, and + /// constraints. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, string contentTypeId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Creates or updates the developer portal's content type. Content + /// types describe content items' properties, validation rules, and + /// constraints. Custom content types' identifiers need to start with + /// the `c-` prefix. Built-in content types can't be modified. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// ETag of the Entity. Not required when creating an entity, but + /// required when updating an entity. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string contentTypeId, string ifMatch = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Removes the specified developer portal's content type. Content + /// types describe content items' properties, validation rules, and + /// constraints. Built-in content types (with identifiers starting with + /// the `c-` prefix) can't be removed. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Content type identifier. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from + /// the header response of the GET request or it should be * for + /// unconditional update. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string contentTypeId, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Lists the developer portal's content types. Content types describe + /// content items' properties, validation rules, and constraints. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IDeletedServicesOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IDeletedServicesOperations.cs new file mode 100644 index 0000000000000..79c7d23358c84 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IDeletedServicesOperations.cs @@ -0,0 +1,147 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// DeletedServicesOperations operations. + /// + public partial interface IDeletedServicesOperations + { + /// + /// Lists all soft-deleted services available for undelete for the + /// given subscription. + /// + /// + /// 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>> ListBySubscriptionWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Get soft-deleted Api Management Service by name. + /// + /// + /// The name of the API Management service. + /// + /// + /// The location of the deleted API Management service. + /// + /// + /// 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> GetByNameWithHttpMessagesAsync(string serviceName, string location, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Purges Api Management Service (deletes it with no option to + /// undelete). + /// + /// + /// The name of the API Management service. + /// + /// + /// The location of the deleted API Management service. + /// + /// + /// 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> PurgeWithHttpMessagesAsync(string serviceName, string location, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Purges Api Management Service (deletes it with no option to + /// undelete). + /// + /// + /// The name of the API Management service. + /// + /// + /// The location of the deleted API Management service. + /// + /// + /// 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> BeginPurgeWithHttpMessagesAsync(string serviceName, string location, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Lists all soft-deleted services available for undelete for the + /// given subscription. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IDiagnosticOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IDiagnosticOperations.cs index c2d8347411cc1..5aaa15833bd2a 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IDiagnosticOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IDiagnosticOperations.cs @@ -174,10 +174,13 @@ public partial interface IDiagnosticOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string diagnosticId, DiagnosticContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string diagnosticId, DiagnosticContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Deletes the specified Diagnostic. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IEmailTemplateOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IEmailTemplateOperations.cs index 91bd3a5a41d45..fd96a4136f07d 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IEmailTemplateOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IEmailTemplateOperations.cs @@ -24,7 +24,7 @@ namespace Microsoft.Azure.Management.ApiManagement public partial interface IEmailTemplateOperations { /// - /// Lists a collection of properties defined within a service instance. + /// Gets all email templates /// /// /// The name of the resource group. @@ -33,11 +33,11 @@ public partial interface IEmailTemplateOperations /// The name of the API Management service. /// /// - /// | Field | Usage | Supported operators | + /// | Field | Usage | Supported operators | /// Supported functions /// |</br>|-------------|-------------|-------------|-------------|</br>| /// name | filter | ge, le, eq, ne, gt, lt | substringof, contains, - /// startswith, endswith | </br> + /// startswith, endswith |</br> /// /// /// Number of records to return. @@ -181,7 +181,7 @@ public partial interface IEmailTemplateOperations /// Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string templateName, EmailTemplateUpdateParameters parameters, string ifMatch = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Updates the specific Email Template. + /// Updates API Management email template /// /// /// The name of the resource group. @@ -202,14 +202,14 @@ public partial interface IEmailTemplateOperations /// 'rejectDeveloperNotificationMessage', /// 'requestDeveloperNotificationMessage' /// - /// - /// Update parameters. - /// /// /// ETag of the Entity. ETag should match the current entity state from /// the header response of the GET request or it should be * for /// unconditional update. /// + /// + /// Update parameters. + /// /// /// The headers that will be added to request. /// @@ -219,10 +219,13 @@ public partial interface IEmailTemplateOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string templateName, EmailTemplateUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string templateName, string ifMatch, EmailTemplateUpdateParameters parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Reset the Email Template to default template provided by the API /// Management service instance. @@ -265,7 +268,7 @@ public partial interface IEmailTemplateOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string templateName, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Lists a collection of properties defined within a service instance. + /// Gets all email templates /// /// /// The NextLink from the previous successful call to List operation. diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IGatewayApiOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IGatewayApiOperations.cs index 6edd34e78f5a2..c1c8a256dc0aa 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IGatewayApiOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IGatewayApiOperations.cs @@ -12,6 +12,7 @@ namespace Microsoft.Azure.Management.ApiManagement { using Microsoft.Rest; using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; using Models; using System.Collections; using System.Collections.Generic; @@ -36,11 +37,8 @@ public partial interface IGatewayApiOperations /// Gateway entity identifier. Must be unique in the current API /// Management service instance. Must not have value 'managed' /// - /// - /// Number of records to return. - /// - /// - /// Number of records to skip. + /// + /// OData parameters to apply to the operation. /// /// /// The headers that will be added to request. @@ -57,7 +55,7 @@ public partial interface IGatewayApiOperations /// /// Thrown when a required parameter is null /// - Task>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, int? top = default(int?), int? skip = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Checks that API entity specified by identifier is associated with /// the Gateway entity. diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IGatewayCertificateAuthorityOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IGatewayCertificateAuthorityOperations.cs new file mode 100644 index 0000000000000..fe2b4cdea8bb3 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IGatewayCertificateAuthorityOperations.cs @@ -0,0 +1,224 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// GatewayCertificateAuthorityOperations operations. + /// + public partial interface IGatewayCertificateAuthorityOperations + { + /// + /// Lists the collection of Certificate Authorities for the specified + /// Gateway entity. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Gateway entity identifier. Must be unique in the current API + /// Management service instance. Must not have value 'managed' + /// + /// + /// OData parameters to apply to the 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>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Checks if Certificate entity is assigned to Gateway entity as + /// Certificate Authority. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Gateway entity identifier. Must be unique in the current API + /// Management service instance. Must not have value 'managed' + /// + /// + /// Identifier of the certificate entity. Must be unique in the current + /// API Management service instance. + /// + /// + /// 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> GetEntityTagWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, string certificateId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Get assigned Gateway Certificate Authority details. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Gateway entity identifier. Must be unique in the current API + /// Management service instance. Must not have value 'managed' + /// + /// + /// Identifier of the certificate entity. Must be unique in the current + /// API Management service instance. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, string certificateId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Assign Certificate entity to Gateway entity as Certificate + /// Authority. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Gateway entity identifier. Must be unique in the current API + /// Management service instance. Must not have value 'managed' + /// + /// + /// Identifier of the certificate entity. Must be unique in the current + /// API Management service instance. + /// + /// + /// + /// + /// ETag of the Entity. Not required when creating an entity, but + /// required when updating an entity. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, string certificateId, GatewayCertificateAuthorityContract parameters, string ifMatch = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Remove relationship between Certificate Authority and Gateway + /// entity. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Gateway entity identifier. Must be unique in the current API + /// Management service instance. Must not have value 'managed' + /// + /// + /// Identifier of the certificate entity. Must be unique in the current + /// API Management service instance. + /// + /// + /// ETag of the Entity. ETag should match the current entity state from + /// the header response of the GET request or it should be * for + /// unconditional update. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, string certificateId, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Lists the collection of Certificate Authorities for the specified + /// Gateway entity. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IGatewayHostnameConfigurationOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IGatewayHostnameConfigurationOperations.cs index c79db75bc5563..c7d71cf18a029 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IGatewayHostnameConfigurationOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IGatewayHostnameConfigurationOperations.cs @@ -12,6 +12,7 @@ namespace Microsoft.Azure.Management.ApiManagement { using Microsoft.Rest; using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; using Models; using System.Collections; using System.Collections.Generic; @@ -37,11 +38,8 @@ public partial interface IGatewayHostnameConfigurationOperations /// Gateway entity identifier. Must be unique in the current API /// Management service instance. Must not have value 'managed' /// - /// - /// Number of records to return. - /// - /// - /// Number of records to skip. + /// + /// OData parameters to apply to the operation. /// /// /// The headers that will be added to request. @@ -58,7 +56,7 @@ public partial interface IGatewayHostnameConfigurationOperations /// /// Thrown when a required parameter is null /// - Task>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, int? top = default(int?), int? skip = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Checks that hostname configuration entity specified by identifier /// exists for specified Gateway entity. @@ -91,8 +89,7 @@ public partial interface IGatewayHostnameConfigurationOperations /// Task> GetEntityTagWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, string hcId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets the details of the Gateway hostname configuration specified by - /// its identifier. + /// Get details of a hostname configuration /// /// /// The name of the resource group. @@ -143,6 +140,10 @@ public partial interface IGatewayHostnameConfigurationOperations /// /// /// + /// + /// ETag of the Entity. Not required when creating an entity, but + /// required when updating an entity. + /// /// /// The headers that will be added to request. /// @@ -158,7 +159,7 @@ public partial interface IGatewayHostnameConfigurationOperations /// /// Thrown when a required parameter is null /// - Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, string hcId, GatewayHostnameConfigurationContract parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, string hcId, GatewayHostnameConfigurationContract parameters, string ifMatch = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Deletes the specified hostname configuration from the specified /// Gateway. @@ -177,6 +178,11 @@ public partial interface IGatewayHostnameConfigurationOperations /// Gateway hostname configuration identifier. Must be unique in the /// scope of parent Gateway entity. /// + /// + /// ETag of the Entity. ETag should match the current entity state from + /// the header response of the GET request or it should be * for + /// unconditional update. + /// /// /// The headers that will be added to request. /// @@ -189,7 +195,7 @@ public partial interface IGatewayHostnameConfigurationOperations /// /// Thrown when a required parameter is null /// - Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, string hcId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, string hcId, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Lists the collection of hostname configurations for the specified /// gateway. diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IGatewayOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IGatewayOperations.cs index 7a4df22ea6766..618e21b49fc6e 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IGatewayOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IGatewayOperations.cs @@ -12,6 +12,7 @@ namespace Microsoft.Azure.Management.ApiManagement { using Microsoft.Rest; using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; using Models; using System.Collections; using System.Collections.Generic; @@ -32,11 +33,8 @@ public partial interface IGatewayOperations /// /// The name of the API Management service. /// - /// - /// Number of records to return. - /// - /// - /// Number of records to skip. + /// + /// OData parameters to apply to the operation. /// /// /// The headers that will be added to request. @@ -53,7 +51,7 @@ public partial interface IGatewayOperations /// /// Thrown when a required parameter is null /// - Task>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, int? top = default(int?), int? skip = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Gets the entity state (Etag) version of the Gateway specified by /// its identifier. @@ -174,10 +172,13 @@ public partial interface IGatewayOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, GatewayContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string gatewayId, GatewayContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Deletes specific Gateway. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IGroupOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IGroupOperations.cs index 2f661b326d49a..6f955a3167030 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IGroupOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IGroupOperations.cs @@ -175,10 +175,13 @@ public partial interface IGroupOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string groupId, GroupUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string groupId, GroupUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Deletes specific group of the API Management service instance. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IIdentityProviderOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IIdentityProviderOperations.cs index 021090af3731f..4bfcc4f850b00 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IIdentityProviderOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IIdentityProviderOperations.cs @@ -173,10 +173,13 @@ public partial interface IIdentityProviderOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string identityProviderName, IdentityProviderUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string identityProviderName, IdentityProviderUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Deletes the specified identity provider configuration. /// @@ -236,7 +239,7 @@ public partial interface IIdentityProviderOperations /// /// Thrown when a required parameter is null /// - Task> ListSecretsWithHttpMessagesAsync(string resourceGroupName, string serviceName, string identityProviderName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> ListSecretsWithHttpMessagesAsync(string resourceGroupName, string serviceName, string identityProviderName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Lists a collection of Identity Provider configured in the specified /// service instance. diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ILoggerOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ILoggerOperations.cs index e8e9e80537532..261db7a13f8fd 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ILoggerOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ILoggerOperations.cs @@ -175,10 +175,13 @@ public partial interface ILoggerOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string loggerId, LoggerUpdateContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string loggerId, LoggerUpdateContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Deletes the specified logger. /// @@ -197,9 +200,6 @@ public partial interface ILoggerOperations /// the header response of the GET request or it should be * for /// unconditional update. /// - /// - /// Force deletion even if diagnostic is attached. - /// /// /// The headers that will be added to request. /// @@ -212,7 +212,7 @@ public partial interface ILoggerOperations /// /// Thrown when a required parameter is null /// - Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string loggerId, string ifMatch, bool? force = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string loggerId, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Lists a collection of loggers in the specified service instance. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/INamedValueOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/INamedValueOperations.cs index b695f960bc379..c3b659dd74932 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/INamedValueOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/INamedValueOperations.cs @@ -25,7 +25,7 @@ namespace Microsoft.Azure.Management.ApiManagement public partial interface INamedValueOperations { /// - /// Lists a collection of NamedValues defined within a service + /// Lists a collection of named values defined within a service /// instance. /// /// @@ -38,6 +38,10 @@ public partial interface INamedValueOperations /// /// OData parameters to apply to the operation. /// + /// + /// When set to true, the response contains only named value entities + /// which failed refresh. + /// /// /// The headers that will be added to request. /// @@ -53,10 +57,10 @@ public partial interface INamedValueOperations /// /// Thrown when a required parameter is null /// - Task>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery), bool? isKeyVaultRefreshFailed = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets the entity state (Etag) version of the NamedValue specified by - /// its identifier. + /// Gets the entity state (Etag) version of the named value specified + /// by its identifier. /// /// /// The name of the resource group. @@ -81,7 +85,7 @@ public partial interface INamedValueOperations /// Task> GetEntityTagWithHttpMessagesAsync(string resourceGroupName, string serviceName, string namedValueId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets the details of the NamedValue specified by its identifier. + /// Gets the details of the named value specified by its identifier. /// /// /// The name of the resource group. @@ -109,7 +113,7 @@ public partial interface INamedValueOperations /// Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, string namedValueId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Creates or updates a NamedValue. + /// Creates or updates named value. /// /// /// The name of the resource group. @@ -144,7 +148,7 @@ public partial interface INamedValueOperations /// Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string namedValueId, NamedValueCreateContract parameters, string ifMatch = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Updates the specific NamedValue. + /// Updates the specific named value. /// /// /// The name of the resource group. @@ -180,7 +184,7 @@ public partial interface INamedValueOperations /// Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string namedValueId, NamedValueUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Deletes specific NamedValue from the API Management service + /// Deletes specific named value from the API Management service /// instance. /// /// @@ -211,7 +215,35 @@ public partial interface INamedValueOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string namedValueId, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets the secret value of the NamedValue. + /// Gets the secret of the named value specified by its identifier. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Identifier of the NamedValue. + /// + /// + /// 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> ListValueWithHttpMessagesAsync(string resourceGroupName, string serviceName, string namedValueId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Refresh the secret of the named value specified by its identifier. /// /// /// The name of the resource group. @@ -237,9 +269,9 @@ public partial interface INamedValueOperations /// /// Thrown when a required parameter is null /// - Task> ListValueWithHttpMessagesAsync(string resourceGroupName, string serviceName, string namedValueId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> RefreshSecretWithHttpMessagesAsync(string resourceGroupName, string serviceName, string namedValueId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Creates or updates a NamedValue. + /// Creates or updates named value. /// /// /// The name of the resource group. @@ -274,7 +306,7 @@ public partial interface INamedValueOperations /// Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string namedValueId, NamedValueCreateContract parameters, string ifMatch = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Updates the specific NamedValue. + /// Updates the specific named value. /// /// /// The name of the resource group. @@ -310,7 +342,35 @@ public partial interface INamedValueOperations /// Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string namedValueId, NamedValueUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Lists a collection of NamedValues defined within a service + /// Refresh the secret of the named value specified by its identifier. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Identifier of the NamedValue. + /// + /// + /// 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> BeginRefreshSecretWithHttpMessagesAsync(string resourceGroupName, string serviceName, string namedValueId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Lists a collection of named values defined within a service /// instance. /// /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IOpenIdConnectProviderOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IOpenIdConnectProviderOperations.cs index 90ed33ed8fd6f..e91f228c52932 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IOpenIdConnectProviderOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IOpenIdConnectProviderOperations.cs @@ -79,7 +79,7 @@ public partial interface IOpenIdConnectProviderOperations /// Task> GetEntityTagWithHttpMessagesAsync(string resourceGroupName, string serviceName, string opid, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets specific OpenID Connect Provider. + /// Gets specific OpenID Connect Provider without secrets. /// /// /// The name of the resource group. @@ -170,10 +170,13 @@ public partial interface IOpenIdConnectProviderOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string opid, OpenidConnectProviderUpdateContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string opid, OpenidConnectProviderUpdateContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Deletes specific OpenID Connect Provider of the API Management /// service instance. @@ -232,7 +235,7 @@ public partial interface IOpenIdConnectProviderOperations /// /// Thrown when a required parameter is null /// - Task> ListSecretsWithHttpMessagesAsync(string resourceGroupName, string serviceName, string opid, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> ListSecretsWithHttpMessagesAsync(string resourceGroupName, string serviceName, string opid, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Lists of all the OpenId Connect Providers. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IOperationOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IOperationOperations.cs index 1edd5b50d3c93..9634927d5d349 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IOperationOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IOperationOperations.cs @@ -50,7 +50,7 @@ public partial interface IOperationOperations /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -72,7 +72,7 @@ public partial interface IOperationOperations /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IPortalRevisionOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IPortalRevisionOperations.cs new file mode 100644 index 0000000000000..8f59e01108267 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IPortalRevisionOperations.cs @@ -0,0 +1,286 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// PortalRevisionOperations operations. + /// + public partial interface IPortalRevisionOperations + { + /// + /// Lists developer portal's revisions. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// | Field | Supported operators | Supported functions + /// | + /// |-------------|------------------------|-----------------------------------| + /// + /// |name | ge, le, eq, ne, gt, lt | substringof, contains, startswith, + /// endswith| + /// |description | ge, le, eq, ne, gt, lt | substringof, contains, + /// startswith, endswith| + /// |isCurrent | eq, ne | | + /// + /// + /// Number of records to return. + /// + /// + /// Number of records to skip. + /// + /// + /// 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>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string filter = default(string), int? top = default(int?), int? skip = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Gets the developer portal revision specified by its identifier. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Portal revision identifier. Must be unique in the current API + /// Management service instance. + /// + /// + /// 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> GetEntityTagWithHttpMessagesAsync(string resourceGroupName, string serviceName, string portalRevisionId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Gets the developer portal's revision specified by its identifier. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Portal revision identifier. Must be unique in the current API + /// Management service instance. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, string portalRevisionId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Creates a new developer portal's revision by running the portal's + /// publishing. The `isCurrent` property indicates if the revision is + /// publicly accessible. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Portal revision identifier. Must be unique in the current API + /// Management service instance. + /// + /// + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string portalRevisionId, PortalRevisionContract parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Updates the description of specified portal revision or makes it + /// current. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Portal revision identifier. Must be unique in the current API + /// Management service instance. + /// + /// + /// + /// + /// ETag of the Entity. ETag should match the current entity state from + /// the header response of the GET request or it should be * for + /// unconditional update. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string portalRevisionId, PortalRevisionContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Creates a new developer portal's revision by running the portal's + /// publishing. The `isCurrent` property indicates if the revision is + /// publicly accessible. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Portal revision identifier. Must be unique in the current API + /// Management service instance. + /// + /// + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string portalRevisionId, PortalRevisionContract parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Updates the description of specified portal revision or makes it + /// current. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Portal revision identifier. Must be unique in the current API + /// Management service instance. + /// + /// + /// + /// + /// ETag of the Entity. ETag should match the current entity state from + /// the header response of the GET request or it should be * for + /// unconditional update. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string portalRevisionId, PortalRevisionContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Lists developer portal's revisions. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IPortalSettingsOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IPortalSettingsOperations.cs new file mode 100644 index 0000000000000..40af76a8d45c0 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IPortalSettingsOperations.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// PortalSettingsOperations operations. + /// + public partial interface IPortalSettingsOperations + { + /// + /// Lists a collection of portalsettings defined within a service + /// instance.. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// 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> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IProductOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IProductOperations.cs index b26137e42470c..0f1a339acdb7e 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IProductOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IProductOperations.cs @@ -181,10 +181,13 @@ public partial interface IProductOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string productId, ProductUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string productId, ProductUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Delete product. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IQuotaByCounterKeysOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IQuotaByCounterKeysOperations.cs index ce516ed2b48a5..16477abfc65ab 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IQuotaByCounterKeysOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IQuotaByCounterKeysOperations.cs @@ -89,9 +89,12 @@ public partial interface IQuotaByCounterKeysOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string quotaCounterKey, QuotaCounterValueUpdateContract parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string quotaCounterKey, QuotaCounterValueUpdateContract parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IQuotaByPeriodKeysOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IQuotaByPeriodKeysOperations.cs index 3f25e286111fd..39031e6348514 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IQuotaByPeriodKeysOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IQuotaByPeriodKeysOperations.cs @@ -93,9 +93,12 @@ public partial interface IQuotaByPeriodKeysOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string quotaCounterKey, string quotaPeriodKey, QuotaCounterValueUpdateContract parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string quotaCounterKey, string quotaPeriodKey, QuotaCounterValueUpdateContract parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IReportsOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IReportsOperations.cs index 18057e3b810f1..72b1f4cd2f771 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IReportsOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IReportsOperations.cs @@ -42,7 +42,7 @@ public partial interface IReportsOperations /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -70,7 +70,7 @@ public partial interface IReportsOperations /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -98,7 +98,7 @@ public partial interface IReportsOperations /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -126,7 +126,7 @@ public partial interface IReportsOperations /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -154,7 +154,7 @@ public partial interface IReportsOperations /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -182,7 +182,7 @@ public partial interface IReportsOperations /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -217,7 +217,7 @@ public partial interface IReportsOperations /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -245,7 +245,7 @@ public partial interface IReportsOperations /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -267,7 +267,7 @@ public partial interface IReportsOperations /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -289,7 +289,7 @@ public partial interface IReportsOperations /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -311,7 +311,7 @@ public partial interface IReportsOperations /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -333,7 +333,7 @@ public partial interface IReportsOperations /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -355,7 +355,7 @@ public partial interface IReportsOperations /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -377,7 +377,7 @@ public partial interface IReportsOperations /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -399,7 +399,7 @@ public partial interface IReportsOperations /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ISubscriptionOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ISubscriptionOperations.cs index e6bcee54fde41..7bdbc2099315b 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ISubscriptionOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ISubscriptionOperations.cs @@ -136,6 +136,11 @@ public partial interface ISubscriptionOperations /// ETag of the Entity. Not required when creating an entity, but /// required when updating an entity. /// + /// + /// Determines the type of application which send the create user + /// request. Default is legacy publisher portal. Possible values + /// include: 'portal', 'developerPortal' + /// /// /// The headers that will be added to request. /// @@ -151,7 +156,7 @@ public partial interface ISubscriptionOperations /// /// Thrown when a required parameter is null /// - Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string sid, SubscriptionCreateParameters parameters, bool? notify = default(bool?), string ifMatch = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string sid, SubscriptionCreateParameters parameters, bool? notify = default(bool?), string ifMatch = default(string), string appType = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Updates the details of a subscription specified by its identifier. /// @@ -180,6 +185,11 @@ public partial interface ISubscriptionOperations /// - If true, send email notification of change of state of /// subscription /// + /// + /// Determines the type of application which send the create user + /// request. Default is legacy publisher portal. Possible values + /// include: 'portal', 'developerPortal' + /// /// /// The headers that will be added to request. /// @@ -189,10 +199,13 @@ public partial interface ISubscriptionOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string sid, SubscriptionUpdateParameters parameters, string ifMatch, bool? notify = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string sid, SubscriptionUpdateParameters parameters, string ifMatch, bool? notify = default(bool?), string appType = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Deletes the specified subscription. /// @@ -279,7 +292,7 @@ public partial interface ISubscriptionOperations /// Task RegenerateSecondaryKeyWithHttpMessagesAsync(string resourceGroupName, string serviceName, string sid, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// Gets the subscription keys. + /// Gets the specified Subscription keys. /// /// /// The name of the resource group. @@ -306,7 +319,7 @@ public partial interface ISubscriptionOperations /// /// Thrown when a required parameter is null /// - Task> ListSecretsWithHttpMessagesAsync(string resourceGroupName, string serviceName, string sid, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> ListSecretsWithHttpMessagesAsync(string resourceGroupName, string serviceName, string sid, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Lists all subscriptions of the API Management service instance. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ITagOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ITagOperations.cs index 1a276d1654fbd..a28e67338f96f 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ITagOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ITagOperations.cs @@ -684,10 +684,13 @@ public partial interface ITagOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string tagId, TagCreateUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string tagId, TagCreateUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Deletes specific tag of the API Management service instance. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ITenantAccessGitOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ITenantAccessGitOperations.cs index 9ebab93b6b567..7cc64888db251 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ITenantAccessGitOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ITenantAccessGitOperations.cs @@ -23,31 +23,6 @@ namespace Microsoft.Azure.Management.ApiManagement /// public partial interface ITenantAccessGitOperations { - /// - /// Gets the Git access configuration for the tenant. Without secrets. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the API Management service. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Regenerate primary access key for GIT. /// @@ -57,6 +32,10 @@ public partial interface ITenantAccessGitOperations /// /// The name of the API Management service. /// + /// + /// The identifier of the Access configuration. Possible values + /// include: 'access', 'gitAccess' + /// /// /// The headers that will be added to request. /// @@ -69,7 +48,7 @@ public partial interface ITenantAccessGitOperations /// /// Thrown when a required parameter is null /// - Task RegeneratePrimaryKeyWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task RegeneratePrimaryKeyWithHttpMessagesAsync(string resourceGroupName, string serviceName, string accessName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Regenerate secondary access key for GIT. /// @@ -79,27 +58,9 @@ public partial interface ITenantAccessGitOperations /// /// The name of the API Management service. /// - /// - /// 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 RegenerateSecondaryKeyWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets the Git access configuration for the tenant. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the API Management service. + /// + /// The identifier of the Access configuration. Possible values + /// include: 'access', 'gitAccess' /// /// /// The headers that will be added to request. @@ -110,12 +71,9 @@ public partial interface ITenantAccessGitOperations /// /// Thrown when the operation returned an invalid status code /// - /// - /// Thrown when unable to deserialize the response - /// /// /// Thrown when a required parameter is null /// - Task> ListSecretsWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task RegenerateSecondaryKeyWithHttpMessagesAsync(string resourceGroupName, string serviceName, string accessName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ITenantAccessOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ITenantAccessOperations.cs index 8b435ddc6dccc..ed9c23d54f73f 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ITenantAccessOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ITenantAccessOperations.cs @@ -12,6 +12,7 @@ namespace Microsoft.Azure.Management.ApiManagement { using Microsoft.Rest; using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; using Models; using System.Collections; using System.Collections.Generic; @@ -23,6 +24,34 @@ namespace Microsoft.Azure.Management.ApiManagement /// public partial interface ITenantAccessOperations { + /// + /// Returns list of access infos - for Git and Management endpoints. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// OData parameters to apply to the 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>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Tenant access metadata /// @@ -32,6 +61,10 @@ public partial interface ITenantAccessOperations /// /// The name of the API Management service. /// + /// + /// The identifier of the Access configuration. Possible values + /// include: 'access', 'gitAccess' + /// /// /// The headers that will be added to request. /// @@ -44,7 +77,7 @@ public partial interface ITenantAccessOperations /// /// Thrown when a required parameter is null /// - Task> GetEntityTagWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> GetEntityTagWithHttpMessagesAsync(string resourceGroupName, string serviceName, string accessName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Get tenant access information details without secrets. /// @@ -54,6 +87,47 @@ public partial interface ITenantAccessOperations /// /// The name of the API Management service. /// + /// + /// The identifier of the Access configuration. Possible values + /// include: 'access', 'gitAccess' + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, string accessName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Update tenant access information details. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Parameters supplied to retrieve the Tenant Access Information. + /// + /// + /// The identifier of the Access configuration. Possible values + /// include: 'access', 'gitAccess' + /// + /// + /// ETag of the Entity. ETag should match the current entity state from + /// the header response of the GET request or it should be * for + /// unconditional update. + /// /// /// The headers that will be added to request. /// @@ -69,7 +143,7 @@ public partial interface ITenantAccessOperations /// /// Thrown when a required parameter is null /// - Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> CreateWithHttpMessagesAsync(string resourceGroupName, string serviceName, AccessInformationCreateParameters parameters, string accessName, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Update tenant access information details. /// @@ -82,6 +156,10 @@ public partial interface ITenantAccessOperations /// /// Parameters supplied to retrieve the Tenant Access Information. /// + /// + /// The identifier of the Access configuration. Possible values + /// include: 'access', 'gitAccess' + /// /// /// ETag of the Entity. ETag should match the current entity state from /// the header response of the GET request or it should be * for @@ -96,10 +174,13 @@ public partial interface ITenantAccessOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, AccessInformationUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, AccessInformationUpdateParameters parameters, string accessName, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Regenerate primary access key /// @@ -109,6 +190,10 @@ public partial interface ITenantAccessOperations /// /// The name of the API Management service. /// + /// + /// The identifier of the Access configuration. Possible values + /// include: 'access', 'gitAccess' + /// /// /// The headers that will be added to request. /// @@ -121,7 +206,7 @@ public partial interface ITenantAccessOperations /// /// Thrown when a required parameter is null /// - Task RegeneratePrimaryKeyWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task RegeneratePrimaryKeyWithHttpMessagesAsync(string resourceGroupName, string serviceName, string accessName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Regenerate secondary access key /// @@ -131,6 +216,10 @@ public partial interface ITenantAccessOperations /// /// The name of the API Management service. /// + /// + /// The identifier of the Access configuration. Possible values + /// include: 'access', 'gitAccess' + /// /// /// The headers that will be added to request. /// @@ -143,7 +232,7 @@ public partial interface ITenantAccessOperations /// /// Thrown when a required parameter is null /// - Task RegenerateSecondaryKeyWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task RegenerateSecondaryKeyWithHttpMessagesAsync(string resourceGroupName, string serviceName, string accessName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Get tenant access information details. /// @@ -153,6 +242,32 @@ public partial interface ITenantAccessOperations /// /// The name of the API Management service. /// + /// + /// The identifier of the Access configuration. Possible values + /// include: 'access', 'gitAccess' + /// + /// + /// 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> ListSecretsWithHttpMessagesAsync(string resourceGroupName, string serviceName, string accessName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Returns list of access infos - for Git and Management endpoints. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// /// /// The headers that will be added to request. /// @@ -168,6 +283,6 @@ public partial interface ITenantAccessOperations /// /// Thrown when a required parameter is null /// - Task> ListSecretsWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ITenantConfigurationOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ITenantConfigurationOperations.cs index c1e53f53327e6..35ecfc4dae537 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ITenantConfigurationOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ITenantConfigurationOperations.cs @@ -131,7 +131,7 @@ public partial interface ITenantConfigurationOperations /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ITenantSettingsOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ITenantSettingsOperations.cs new file mode 100644 index 0000000000000..a3509b567ca41 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ITenantSettingsOperations.cs @@ -0,0 +1,103 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// TenantSettingsOperations operations. + /// + public partial interface ITenantSettingsOperations + { + /// + /// Public settings. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// OData parameters to apply to the 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>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Get tenant settings. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Public settings. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IUserConfirmationPasswordOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IUserConfirmationPasswordOperations.cs index eaaaa43ad080a..a3bc34fe53410 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IUserConfirmationPasswordOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IUserConfirmationPasswordOperations.cs @@ -36,6 +36,11 @@ public partial interface IUserConfirmationPasswordOperations /// User identifier. Must be unique in the current API Management /// service instance. /// + /// + /// Determines the type of application which send the create user + /// request. Default is legacy publisher portal. Possible values + /// include: 'portal', 'developerPortal' + /// /// /// The headers that will be added to request. /// @@ -48,6 +53,6 @@ public partial interface IUserConfirmationPasswordOperations /// /// Thrown when a required parameter is null /// - Task SendWithHttpMessagesAsync(string resourceGroupName, string serviceName, string userId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task SendWithHttpMessagesAsync(string resourceGroupName, string serviceName, string userId, string appType = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IUserOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IUserOperations.cs index 09d9cd1bd1455..0826181cc25aa 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IUserOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IUserOperations.cs @@ -128,6 +128,9 @@ public partial interface IUserOperations /// /// Create or update parameters. /// + /// + /// Send an Email notification to the User. + /// /// /// ETag of the Entity. Not required when creating an entity, but /// required when updating an entity. @@ -147,7 +150,7 @@ public partial interface IUserOperations /// /// Thrown when a required parameter is null /// - Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string userId, UserCreateParameters parameters, string ifMatch = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string userId, UserCreateParameters parameters, bool? notify = default(bool?), string ifMatch = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Updates the details of the user specified by its identifier. /// @@ -178,10 +181,13 @@ public partial interface IUserOperations /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// - Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string userId, UserUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string userId, UserUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Deletes specific user. /// @@ -206,6 +212,11 @@ public partial interface IUserOperations /// /// Send an Account Closed Email notification to the User. /// + /// + /// Determines the type of application which send the create user + /// request. Default is legacy publisher portal. Possible values + /// include: 'portal', 'developerPortal' + /// /// /// The headers that will be added to request. /// @@ -218,7 +229,7 @@ public partial interface IUserOperations /// /// Thrown when a required parameter is null /// - Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string userId, string ifMatch, bool? deleteSubscriptions = default(bool?), bool? notify = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string userId, string ifMatch, bool? deleteSubscriptions = default(bool?), bool? notify = default(bool?), string appType = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Retrieves a redirection URL containing an authentication token for /// signing a given user into the developer portal. diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IUserSubscriptionOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IUserSubscriptionOperations.cs index 18ac0979009d4..0c34029c84e52 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IUserSubscriptionOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IUserSubscriptionOperations.cs @@ -57,6 +57,40 @@ public partial interface IUserSubscriptionOperations /// Task>> ListWithHttpMessagesAsync(string resourceGroupName, string serviceName, string userId, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// Gets the specified Subscription entity associated with a particular + /// user. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// User identifier. Must be unique in the current API Management + /// service instance. + /// + /// + /// Subscription entity Identifier. The entity represents the + /// association between a user and a product in API Management. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, string userId, string sid, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// Lists the collection of subscriptions of the specified user. /// /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IdentityProviderOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IdentityProviderOperations.cs index 9ffb3fad10a0b..8b22a027411c0 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IdentityProviderOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IdentityProviderOperations.cs @@ -107,11 +107,14 @@ internal IdentityProviderOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -121,7 +124,6 @@ internal IdentityProviderOperations(ApiManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -132,9 +134,9 @@ internal IdentityProviderOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -317,11 +319,14 @@ internal IdentityProviderOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "identityProviderName"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -332,7 +337,6 @@ internal IdentityProviderOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("identityProviderName", identityProviderName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -344,9 +348,9 @@ internal IdentityProviderOperations(ApiManagementClient client) _url = _url.Replace("{identityProviderName}", System.Uri.EscapeDataString(identityProviderName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -527,11 +531,14 @@ internal IdentityProviderOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "identityProviderName"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -542,7 +549,6 @@ internal IdentityProviderOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("identityProviderName", identityProviderName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -554,9 +560,9 @@ internal IdentityProviderOperations(ApiManagementClient client) _url = _url.Replace("{identityProviderName}", System.Uri.EscapeDataString(identityProviderName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -769,11 +775,14 @@ internal IdentityProviderOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -786,7 +795,6 @@ internal IdentityProviderOperations(ApiManagementClient client) tracingParameters.Add("identityProviderName", identityProviderName); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -798,9 +806,9 @@ internal IdentityProviderOperations(ApiManagementClient client) _url = _url.Replace("{identityProviderName}", System.Uri.EscapeDataString(identityProviderName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -997,6 +1005,9 @@ internal IdentityProviderOperations(ApiManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -1006,7 +1017,7 @@ internal IdentityProviderOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string identityProviderName, IdentityProviderUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string identityProviderName, IdentityProviderUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1043,11 +1054,14 @@ internal IdentityProviderOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1060,7 +1074,6 @@ internal IdentityProviderOperations(ApiManagementClient client) tracingParameters.Add("identityProviderName", identityProviderName); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -1072,9 +1085,9 @@ internal IdentityProviderOperations(ApiManagementClient client) _url = _url.Replace("{identityProviderName}", System.Uri.EscapeDataString(identityProviderName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1148,7 +1161,7 @@ internal IdentityProviderOperations(ApiManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 204) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1178,13 +1191,44 @@ internal IdentityProviderOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1261,11 +1305,14 @@ internal IdentityProviderOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1277,7 +1324,6 @@ internal IdentityProviderOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("identityProviderName", identityProviderName); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1289,9 +1335,9 @@ internal IdentityProviderOperations(ApiManagementClient client) _url = _url.Replace("{identityProviderName}", System.Uri.EscapeDataString(identityProviderName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1437,7 +1483,7 @@ internal IdentityProviderOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> ListSecretsWithHttpMessagesAsync(string resourceGroupName, string serviceName, string identityProviderName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> ListSecretsWithHttpMessagesAsync(string resourceGroupName, string serviceName, string identityProviderName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1466,11 +1512,14 @@ internal IdentityProviderOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "identityProviderName"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1481,7 +1530,6 @@ internal IdentityProviderOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("identityProviderName", identityProviderName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListSecrets", tracingParameters); } @@ -1493,9 +1541,9 @@ internal IdentityProviderOperations(ApiManagementClient client) _url = _url.Replace("{identityProviderName}", System.Uri.EscapeDataString(identityProviderName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1585,7 +1633,7 @@ internal IdentityProviderOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) @@ -1610,6 +1658,19 @@ internal IdentityProviderOperations(ApiManagementClient client) throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); } } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IdentityProviderOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IdentityProviderOperationsExtensions.cs index e00fcf8085d63..213d3c3b88100 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IdentityProviderOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IdentityProviderOperationsExtensions.cs @@ -251,9 +251,9 @@ public static IdentityProviderContract Get(this IIdentityProviderOperations oper /// header response of the GET request or it should be * for unconditional /// update. /// - public static void Update(this IIdentityProviderOperations operations, string resourceGroupName, string serviceName, string identityProviderName, IdentityProviderUpdateParameters parameters, string ifMatch) + public static IdentityProviderContract Update(this IIdentityProviderOperations operations, string resourceGroupName, string serviceName, string identityProviderName, IdentityProviderUpdateParameters parameters, string ifMatch) { - operations.UpdateAsync(resourceGroupName, serviceName, identityProviderName, parameters, ifMatch).GetAwaiter().GetResult(); + return operations.UpdateAsync(resourceGroupName, serviceName, identityProviderName, parameters, ifMatch).GetAwaiter().GetResult(); } /// @@ -283,9 +283,12 @@ public static void Update(this IIdentityProviderOperations operations, string re /// /// The cancellation token. /// - public static async Task UpdateAsync(this IIdentityProviderOperations operations, string resourceGroupName, string serviceName, string identityProviderName, IdentityProviderUpdateParameters parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this IIdentityProviderOperations operations, string resourceGroupName, string serviceName, string identityProviderName, IdentityProviderUpdateParameters parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, identityProviderName, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, identityProviderName, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IssueOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IssueOperations.cs index 98864eeef5ff0..3a092a601fa51 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IssueOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/IssueOperations.cs @@ -109,11 +109,14 @@ internal IssueOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -124,7 +127,6 @@ internal IssueOperations(ApiManagementClient client) tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -143,9 +145,9 @@ internal IssueOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -345,11 +347,14 @@ internal IssueOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "issueId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -360,7 +365,6 @@ internal IssueOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("issueId", issueId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -372,9 +376,9 @@ internal IssueOperations(ApiManagementClient client) _url = _url.Replace("{issueId}", System.Uri.EscapeDataString(issueId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/LoggerOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/LoggerOperations.cs index 06a4e875962b9..57c27730014bf 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/LoggerOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/LoggerOperations.cs @@ -110,11 +110,14 @@ internal LoggerOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -125,7 +128,6 @@ internal LoggerOperations(ApiManagementClient client) tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -144,9 +146,9 @@ internal LoggerOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -339,11 +341,14 @@ internal LoggerOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "loggerId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -354,7 +359,6 @@ internal LoggerOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("loggerId", loggerId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -366,9 +370,9 @@ internal LoggerOperations(ApiManagementClient client) _url = _url.Replace("{loggerId}", System.Uri.EscapeDataString(loggerId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -558,11 +562,14 @@ internal LoggerOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "loggerId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -573,7 +580,6 @@ internal LoggerOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("loggerId", loggerId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -585,9 +591,9 @@ internal LoggerOperations(ApiManagementClient client) _url = _url.Replace("{loggerId}", System.Uri.EscapeDataString(loggerId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -810,11 +816,14 @@ internal LoggerOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -827,7 +836,6 @@ internal LoggerOperations(ApiManagementClient client) tracingParameters.Add("loggerId", loggerId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -839,9 +847,9 @@ internal LoggerOperations(ApiManagementClient client) _url = _url.Replace("{loggerId}", System.Uri.EscapeDataString(loggerId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1037,6 +1045,9 @@ internal LoggerOperations(ApiManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -1046,7 +1057,7 @@ internal LoggerOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string loggerId, LoggerUpdateContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string loggerId, LoggerUpdateContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1094,11 +1105,14 @@ internal LoggerOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1111,7 +1125,6 @@ internal LoggerOperations(ApiManagementClient client) tracingParameters.Add("loggerId", loggerId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -1123,9 +1136,9 @@ internal LoggerOperations(ApiManagementClient client) _url = _url.Replace("{loggerId}", System.Uri.EscapeDataString(loggerId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1199,7 +1212,7 @@ internal LoggerOperations(ApiManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 204) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1229,13 +1242,44 @@ internal LoggerOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1260,9 +1304,6 @@ internal LoggerOperations(ApiManagementClient client) /// header response of the GET request or it should be * for unconditional /// update. /// - /// - /// Force deletion even if diagnostic is attached. - /// /// /// Headers that will be added to request. /// @@ -1281,7 +1322,7 @@ internal LoggerOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string loggerId, string ifMatch, bool? force = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string loggerId, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1325,11 +1366,14 @@ internal LoggerOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1341,8 +1385,6 @@ internal LoggerOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("loggerId", loggerId); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("force", force); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1354,13 +1396,9 @@ internal LoggerOperations(ApiManagementClient client) _url = _url.Replace("{loggerId}", System.Uri.EscapeDataString(loggerId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (force != null) - { - _queryParameters.Add(string.Format("force={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(force, Client.SerializationSettings).Trim('"')))); - } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/LoggerOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/LoggerOperationsExtensions.cs index a2f83603eac6c..977c9aa67e5b8 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/LoggerOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/LoggerOperationsExtensions.cs @@ -247,9 +247,9 @@ public static LoggerContract Get(this ILoggerOperations operations, string resou /// header response of the GET request or it should be * for unconditional /// update. /// - public static void Update(this ILoggerOperations operations, string resourceGroupName, string serviceName, string loggerId, LoggerUpdateContract parameters, string ifMatch) + public static LoggerContract Update(this ILoggerOperations operations, string resourceGroupName, string serviceName, string loggerId, LoggerUpdateContract parameters, string ifMatch) { - operations.UpdateAsync(resourceGroupName, serviceName, loggerId, parameters, ifMatch).GetAwaiter().GetResult(); + return operations.UpdateAsync(resourceGroupName, serviceName, loggerId, parameters, ifMatch).GetAwaiter().GetResult(); } /// @@ -278,9 +278,12 @@ public static void Update(this ILoggerOperations operations, string resourceGrou /// /// The cancellation token. /// - public static async Task UpdateAsync(this ILoggerOperations operations, string resourceGroupName, string serviceName, string loggerId, LoggerUpdateContract parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this ILoggerOperations operations, string resourceGroupName, string serviceName, string loggerId, LoggerUpdateContract parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, loggerId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, loggerId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// @@ -303,12 +306,9 @@ public static void Update(this ILoggerOperations operations, string resourceGrou /// header response of the GET request or it should be * for unconditional /// update. /// - /// - /// Force deletion even if diagnostic is attached. - /// - public static void Delete(this ILoggerOperations operations, string resourceGroupName, string serviceName, string loggerId, string ifMatch, bool? force = default(bool?)) + public static void Delete(this ILoggerOperations operations, string resourceGroupName, string serviceName, string loggerId, string ifMatch) { - operations.DeleteAsync(resourceGroupName, serviceName, loggerId, ifMatch, force).GetAwaiter().GetResult(); + operations.DeleteAsync(resourceGroupName, serviceName, loggerId, ifMatch).GetAwaiter().GetResult(); } /// @@ -331,15 +331,12 @@ public static void Update(this ILoggerOperations operations, string resourceGrou /// header response of the GET request or it should be * for unconditional /// update. /// - /// - /// Force deletion even if diagnostic is attached. - /// /// /// The cancellation token. /// - public static async Task DeleteAsync(this ILoggerOperations operations, string resourceGroupName, string serviceName, string loggerId, string ifMatch, bool? force = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteAsync(this ILoggerOperations operations, string resourceGroupName, string serviceName, string loggerId, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, serviceName, loggerId, ifMatch, force, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, serviceName, loggerId, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AccessIdName.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AccessIdName.cs new file mode 100644 index 0000000000000..13947e5a6b98c --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AccessIdName.cs @@ -0,0 +1,22 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + + /// + /// Defines values for AccessIdName. + /// + public static class AccessIdName + { + public const string Access = "access"; + public const string GitAccess = "gitAccess"; + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AccessInformationContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AccessInformationContract.cs index 085f2cbb27600..9f7f5ad314b95 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AccessInformationContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AccessInformationContract.cs @@ -10,13 +10,16 @@ namespace Microsoft.Azure.Management.ApiManagement.Models { + using Microsoft.Rest; + using Microsoft.Rest.Serialization; using Newtonsoft.Json; using System.Linq; /// - /// Tenant access information contract of the API Management service. + /// Tenant Settings. /// - public partial class AccessInformationContract + [Rest.Serialization.JsonTransformation] + public partial class AccessInformationContract : Resource { /// /// Initializes a new instance of the AccessInformationContract class. @@ -29,20 +32,20 @@ public AccessInformationContract() /// /// Initializes a new instance of the AccessInformationContract class. /// - /// Identifier. - /// Primary access key. This property will not - /// be filled on 'GET' operations! Use '/listSecrets' POST request to - /// get the value. - /// Secondary access key. This property will - /// not be filled on 'GET' operations! Use '/listSecrets' POST request - /// to get the value. + /// Resource ID. + /// Resource name. + /// Resource type for API Management + /// resource. + /// Access Information type + /// ('access' or 'gitAccess') + /// Principal (User) Identifier. /// Determines whether direct access is /// enabled. - public AccessInformationContract(string id = default(string), string primaryKey = default(string), string secondaryKey = default(string), bool? enabled = default(bool?)) + public AccessInformationContract(string id = default(string), string name = default(string), string type = default(string), string accessInformationContractId = default(string), string principalId = default(string), bool? enabled = default(bool?)) + : base(id, name, type) { - Id = id; - PrimaryKey = primaryKey; - SecondaryKey = secondaryKey; + AccessInformationContractId = accessInformationContractId; + PrincipalId = principalId; Enabled = enabled; CustomInit(); } @@ -53,31 +56,21 @@ public AccessInformationContract() partial void CustomInit(); /// - /// Gets or sets identifier. + /// Gets or sets access Information type ('access' or 'gitAccess') /// - [JsonProperty(PropertyName = "id")] - public string Id { get; set; } + [JsonProperty(PropertyName = "properties.id")] + public string AccessInformationContractId { get; set; } /// - /// Gets or sets primary access key. This property will not be filled - /// on 'GET' operations! Use '/listSecrets' POST request to get the - /// value. + /// Gets or sets principal (User) Identifier. /// - [JsonProperty(PropertyName = "primaryKey")] - public string PrimaryKey { get; set; } - - /// - /// Gets or sets secondary access key. This property will not be filled - /// on 'GET' operations! Use '/listSecrets' POST request to get the - /// value. - /// - [JsonProperty(PropertyName = "secondaryKey")] - public string SecondaryKey { get; set; } + [JsonProperty(PropertyName = "properties.principalId")] + public string PrincipalId { get; set; } /// /// Gets or sets determines whether direct access is enabled. /// - [JsonProperty(PropertyName = "enabled")] + [JsonProperty(PropertyName = "properties.enabled")] public bool? Enabled { get; set; } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AccessInformationCreateParameters.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AccessInformationCreateParameters.cs new file mode 100644 index 0000000000000..c315e92800337 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AccessInformationCreateParameters.cs @@ -0,0 +1,89 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Tenant access information update parameters. + /// + [Rest.Serialization.JsonTransformation] + public partial class AccessInformationCreateParameters + { + /// + /// Initializes a new instance of the AccessInformationCreateParameters + /// class. + /// + public AccessInformationCreateParameters() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AccessInformationCreateParameters + /// class. + /// + /// Principal (User) Identifier. + /// Primary access key. This property will not + /// be filled on 'GET' operations! Use '/listSecrets' POST request to + /// get the value. + /// Secondary access key. This property will + /// not be filled on 'GET' operations! Use '/listSecrets' POST request + /// to get the value. + /// Determines whether direct access is + /// enabled. + public AccessInformationCreateParameters(string principalId = default(string), string primaryKey = default(string), string secondaryKey = default(string), bool? enabled = default(bool?)) + { + PrincipalId = principalId; + PrimaryKey = primaryKey; + SecondaryKey = secondaryKey; + Enabled = enabled; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets principal (User) Identifier. + /// + [JsonProperty(PropertyName = "properties.principalId")] + public string PrincipalId { get; set; } + + /// + /// Gets or sets primary access key. This property will not be filled + /// on 'GET' operations! Use '/listSecrets' POST request to get the + /// value. + /// + [JsonProperty(PropertyName = "properties.primaryKey")] + public string PrimaryKey { get; set; } + + /// + /// Gets or sets secondary access key. This property will not be filled + /// on 'GET' operations! Use '/listSecrets' POST request to get the + /// value. + /// + [JsonProperty(PropertyName = "properties.secondaryKey")] + public string SecondaryKey { get; set; } + + /// + /// Gets or sets determines whether direct access is enabled. + /// + [JsonProperty(PropertyName = "properties.enabled")] + public bool? Enabled { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AccessInformationSecretsContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AccessInformationSecretsContract.cs new file mode 100644 index 0000000000000..bd12400ff6161 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AccessInformationSecretsContract.cs @@ -0,0 +1,95 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Tenant access information contract of the API Management service. + /// + public partial class AccessInformationSecretsContract + { + /// + /// Initializes a new instance of the AccessInformationSecretsContract + /// class. + /// + public AccessInformationSecretsContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AccessInformationSecretsContract + /// class. + /// + /// Access Information type ('access' or + /// 'gitAccess') + /// Principal (User) Identifier. + /// Primary access key. This property will not + /// be filled on 'GET' operations! Use '/listSecrets' POST request to + /// get the value. + /// Secondary access key. This property will + /// not be filled on 'GET' operations! Use '/listSecrets' POST request + /// to get the value. + /// Determines whether direct access is + /// enabled. + public AccessInformationSecretsContract(string id = default(string), string principalId = default(string), string primaryKey = default(string), string secondaryKey = default(string), bool? enabled = default(bool?)) + { + Id = id; + PrincipalId = principalId; + PrimaryKey = primaryKey; + SecondaryKey = secondaryKey; + Enabled = enabled; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets access Information type ('access' or 'gitAccess') + /// + [JsonProperty(PropertyName = "id")] + public string Id { get; set; } + + /// + /// Gets or sets principal (User) Identifier. + /// + [JsonProperty(PropertyName = "principalId")] + public string PrincipalId { get; set; } + + /// + /// Gets or sets primary access key. This property will not be filled + /// on 'GET' operations! Use '/listSecrets' POST request to get the + /// value. + /// + [JsonProperty(PropertyName = "primaryKey")] + public string PrimaryKey { get; set; } + + /// + /// Gets or sets secondary access key. This property will not be filled + /// on 'GET' operations! Use '/listSecrets' POST request to get the + /// value. + /// + [JsonProperty(PropertyName = "secondaryKey")] + public string SecondaryKey { get; set; } + + /// + /// Gets or sets determines whether direct access is enabled. + /// + [JsonProperty(PropertyName = "enabled")] + public bool? Enabled { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AdditionalLocation.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AdditionalLocation.cs index 429d0ca8ad786..bd8c57af87bb3 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AdditionalLocation.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AdditionalLocation.cs @@ -36,13 +36,17 @@ public AdditionalLocation() /// among Azure Data center regions. /// SKU properties of the API Management /// service. + /// A list of availability zones denoting where the + /// resource needs to come from. /// Public Static Load Balanced IP /// addresses of the API Management service in the additional location. - /// Available only for Basic, Standard and Premium SKU. + /// Available only for Basic, Standard, Premium and Isolated + /// SKU. /// Private Static Load Balanced IP /// addresses of the API Management service which is deployed in an /// Internal Virtual Network in a particular additional location. - /// Available only for Basic, Standard and Premium SKU. + /// Available only for Basic, Standard, Premium and Isolated + /// SKU. /// Virtual network /// configuration for the location. /// Gateway URL of the API Management @@ -50,10 +54,11 @@ public AdditionalLocation() /// Property only valid for an Api /// Management service deployed in multiple locations. This can be used /// to disable the gateway in this additional location. - public AdditionalLocation(string location, ApiManagementServiceSkuProperties sku, IList publicIPAddresses = default(IList), IList privateIPAddresses = default(IList), VirtualNetworkConfiguration virtualNetworkConfiguration = default(VirtualNetworkConfiguration), string gatewayRegionalUrl = default(string), bool? disableGateway = default(bool?)) + public AdditionalLocation(string location, ApiManagementServiceSkuProperties sku, IList zones = default(IList), IList publicIPAddresses = default(IList), IList privateIPAddresses = default(IList), VirtualNetworkConfiguration virtualNetworkConfiguration = default(VirtualNetworkConfiguration), string gatewayRegionalUrl = default(string), bool? disableGateway = default(bool?)) { Location = location; Sku = sku; + Zones = zones; PublicIPAddresses = publicIPAddresses; PrivateIPAddresses = privateIPAddresses; VirtualNetworkConfiguration = virtualNetworkConfiguration; @@ -80,10 +85,17 @@ public AdditionalLocation() [JsonProperty(PropertyName = "sku")] public ApiManagementServiceSkuProperties Sku { get; set; } + /// + /// Gets or sets a list of availability zones denoting where the + /// resource needs to come from. + /// + [JsonProperty(PropertyName = "zones")] + public IList Zones { get; set; } + /// /// Gets public Static Load Balanced IP addresses of the API Management /// service in the additional location. Available only for Basic, - /// Standard and Premium SKU. + /// Standard, Premium and Isolated SKU. /// [JsonProperty(PropertyName = "publicIPAddresses")] public IList PublicIPAddresses { get; private set; } @@ -92,7 +104,7 @@ public AdditionalLocation() /// Gets private Static Load Balanced IP addresses of the API /// Management service which is deployed in an Internal Virtual Network /// in a particular additional location. Available only for Basic, - /// Standard and Premium SKU. + /// Standard, Premium and Isolated SKU. /// [JsonProperty(PropertyName = "privateIPAddresses")] public IList PrivateIPAddresses { get; private set; } @@ -137,6 +149,10 @@ public virtual void Validate() { Sku.Validate(); } + if (VirtualNetworkConfiguration != null) + { + VirtualNetworkConfiguration.Validate(); + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiContract.cs index b1262826c0a55..c9ef93de9951e 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiContract.cs @@ -235,6 +235,71 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "Path"); } + if (ApiRevision != null) + { + if (ApiRevision.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "ApiRevision", 100); + } + if (ApiRevision.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "ApiRevision", 1); + } + } + if (ApiVersion != null) + { + if (ApiVersion.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "ApiVersion", 100); + } + } + if (ApiRevisionDescription != null) + { + if (ApiRevisionDescription.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "ApiRevisionDescription", 256); + } + } + if (ApiVersionDescription != null) + { + if (ApiVersionDescription.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "ApiVersionDescription", 256); + } + } + if (DisplayName != null) + { + if (DisplayName.Length > 300) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 300); + } + if (DisplayName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "DisplayName", 1); + } + } + if (ServiceUrl != null) + { + if (ServiceUrl.Length > 2000) + { + throw new ValidationException(ValidationRules.MaxLength, "ServiceUrl", 2000); + } + if (ServiceUrl.Length < 0) + { + throw new ValidationException(ValidationRules.MinLength, "ServiceUrl", 0); + } + } + if (Path != null) + { + if (Path.Length > 400) + { + throw new ValidationException(ValidationRules.MaxLength, "Path", 400); + } + if (Path.Length < 0) + { + throw new ValidationException(ValidationRules.MinLength, "Path", 0); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiContractProperties.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiContractProperties.cs index 420f8fe49c47d..abfb457626dd7 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiContractProperties.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiContractProperties.cs @@ -134,12 +134,46 @@ public ApiContractProperties() /// /// Thrown if validation fails /// - public virtual void Validate() + public override void Validate() { + base.Validate(); if (Path == null) { throw new ValidationException(ValidationRules.CannotBeNull, "Path"); } + if (DisplayName != null) + { + if (DisplayName.Length > 300) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 300); + } + if (DisplayName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "DisplayName", 1); + } + } + if (ServiceUrl != null) + { + if (ServiceUrl.Length > 2000) + { + throw new ValidationException(ValidationRules.MaxLength, "ServiceUrl", 2000); + } + if (ServiceUrl.Length < 0) + { + throw new ValidationException(ValidationRules.MinLength, "ServiceUrl", 0); + } + } + if (Path != null) + { + if (Path.Length > 400) + { + throw new ValidationException(ValidationRules.MaxLength, "Path", 400); + } + if (Path.Length < 0) + { + throw new ValidationException(ValidationRules.MinLength, "Path", 0); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiCreateOrUpdateParameter.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiCreateOrUpdateParameter.cs index 56f2fed931b13..80b4ad63367b4 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiCreateOrUpdateParameter.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiCreateOrUpdateParameter.cs @@ -277,6 +277,71 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "Path"); } + if (ApiRevision != null) + { + if (ApiRevision.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "ApiRevision", 100); + } + if (ApiRevision.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "ApiRevision", 1); + } + } + if (ApiVersion != null) + { + if (ApiVersion.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "ApiVersion", 100); + } + } + if (ApiRevisionDescription != null) + { + if (ApiRevisionDescription.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "ApiRevisionDescription", 256); + } + } + if (ApiVersionDescription != null) + { + if (ApiVersionDescription.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "ApiVersionDescription", 256); + } + } + if (DisplayName != null) + { + if (DisplayName.Length > 300) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 300); + } + if (DisplayName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "DisplayName", 1); + } + } + if (ServiceUrl != null) + { + if (ServiceUrl.Length > 2000) + { + throw new ValidationException(ValidationRules.MaxLength, "ServiceUrl", 2000); + } + if (ServiceUrl.Length < 0) + { + throw new ValidationException(ValidationRules.MinLength, "ServiceUrl", 0); + } + } + if (Path != null) + { + if (Path.Length > 400) + { + throw new ValidationException(ValidationRules.MaxLength, "Path", 400); + } + if (Path.Length < 0) + { + throw new ValidationException(ValidationRules.MinLength, "Path", 0); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiDiagnosticUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiDiagnosticUpdateHeaders.cs new file mode 100644 index 0000000000000..f39006614763a --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiDiagnosticUpdateHeaders.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Update operation. + /// + public partial class ApiDiagnosticUpdateHeaders + { + /// + /// Initializes a new instance of the ApiDiagnosticUpdateHeaders class. + /// + public ApiDiagnosticUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ApiDiagnosticUpdateHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public ApiDiagnosticUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiEntityBaseContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiEntityBaseContract.cs index 440f615e2af77..3a36440534594 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiEntityBaseContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiEntityBaseContract.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; @@ -152,5 +153,46 @@ public ApiEntityBaseContract() [JsonProperty(PropertyName = "subscriptionRequired")] public bool? SubscriptionRequired { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (ApiRevision != null) + { + if (ApiRevision.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "ApiRevision", 100); + } + if (ApiRevision.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "ApiRevision", 1); + } + } + if (ApiVersion != null) + { + if (ApiVersion.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "ApiVersion", 100); + } + } + if (ApiRevisionDescription != null) + { + if (ApiRevisionDescription.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "ApiRevisionDescription", 256); + } + } + if (ApiVersionDescription != null) + { + if (ApiVersionDescription.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "ApiVersionDescription", 256); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiIssueUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiIssueUpdateHeaders.cs new file mode 100644 index 0000000000000..37ded5f49c09c --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiIssueUpdateHeaders.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Update operation. + /// + public partial class ApiIssueUpdateHeaders + { + /// + /// Initializes a new instance of the ApiIssueUpdateHeaders class. + /// + public ApiIssueUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ApiIssueUpdateHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public ApiIssueUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementServiceBaseProperties.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementServiceBaseProperties.cs index 1a83eb9b2fde8..9c56553e638e6 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementServiceBaseProperties.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementServiceBaseProperties.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Collections; using System.Collections.Generic; @@ -61,11 +62,12 @@ public ApiManagementServiceBaseProperties() /// of the API Management service. /// Public Static Load Balanced IP /// addresses of the API Management service in Primary region. - /// Available only for Basic, Standard and Premium SKU. + /// Available only for Basic, Standard, Premium and Isolated + /// SKU. /// Private Static Load Balanced IP /// addresses of the API Management service in Primary region which is /// deployed in an Internal Virtual Network. Available only for Basic, - /// Standard and Premium SKU. + /// Standard, Premium and Isolated SKU. /// Virtual network /// configuration of the API Management service. /// Additional datacenter locations @@ -129,7 +131,10 @@ public ApiManagementServiceBaseProperties() /// values include: 'None', 'External', 'Internal' /// Control Plane Apis version /// constraint for the API Management service. - public ApiManagementServiceBaseProperties(string notificationSenderEmail = default(string), string provisioningState = default(string), string targetProvisioningState = default(string), System.DateTime? createdAtUtc = default(System.DateTime?), string gatewayUrl = default(string), string gatewayRegionalUrl = default(string), string portalUrl = default(string), string managementApiUrl = default(string), string scmUrl = default(string), string developerPortalUrl = default(string), IList hostnameConfigurations = default(IList), IList publicIPAddresses = default(IList), IList privateIPAddresses = default(IList), VirtualNetworkConfiguration virtualNetworkConfiguration = default(VirtualNetworkConfiguration), IList additionalLocations = default(IList), IDictionary customProperties = default(IDictionary), IList certificates = default(IList), bool? enableClientCertificate = default(bool?), bool? disableGateway = default(bool?), string virtualNetworkType = default(string), ApiVersionConstraint apiVersionConstraint = default(ApiVersionConstraint)) + /// Undelete Api Management Service if it was + /// previously soft-deleted. If this flag is specified and set to True + /// all other properties will be ignored. + public ApiManagementServiceBaseProperties(string notificationSenderEmail = default(string), string provisioningState = default(string), string targetProvisioningState = default(string), System.DateTime? createdAtUtc = default(System.DateTime?), string gatewayUrl = default(string), string gatewayRegionalUrl = default(string), string portalUrl = default(string), string managementApiUrl = default(string), string scmUrl = default(string), string developerPortalUrl = default(string), IList hostnameConfigurations = default(IList), IList publicIPAddresses = default(IList), IList privateIPAddresses = default(IList), VirtualNetworkConfiguration virtualNetworkConfiguration = default(VirtualNetworkConfiguration), IList additionalLocations = default(IList), IDictionary customProperties = default(IDictionary), IList certificates = default(IList), bool? enableClientCertificate = default(bool?), bool? disableGateway = default(bool?), string virtualNetworkType = default(string), ApiVersionConstraint apiVersionConstraint = default(ApiVersionConstraint), bool? restore = default(bool?)) { NotificationSenderEmail = notificationSenderEmail; ProvisioningState = provisioningState; @@ -152,6 +157,7 @@ public ApiManagementServiceBaseProperties() DisableGateway = disableGateway; VirtualNetworkType = virtualNetworkType; ApiVersionConstraint = apiVersionConstraint; + Restore = restore; CustomInit(); } @@ -236,8 +242,8 @@ public ApiManagementServiceBaseProperties() /// /// Gets public Static Load Balanced IP addresses of the API Management - /// service in Primary region. Available only for Basic, Standard and - /// Premium SKU. + /// service in Primary region. Available only for Basic, Standard, + /// Premium and Isolated SKU. /// [JsonProperty(PropertyName = "publicIPAddresses")] public IList PublicIPAddresses { get; private set; } @@ -245,8 +251,8 @@ public ApiManagementServiceBaseProperties() /// /// Gets private Static Load Balanced IP addresses of the API /// Management service in Primary region which is deployed in an - /// Internal Virtual Network. Available only for Basic, Standard and - /// Premium SKU. + /// Internal Virtual Network. Available only for Basic, Standard, + /// Premium and Isolated SKU. /// [JsonProperty(PropertyName = "privateIPAddresses")] public IList PrivateIPAddresses { get; private set; } @@ -353,5 +359,63 @@ public ApiManagementServiceBaseProperties() [JsonProperty(PropertyName = "apiVersionConstraint")] public ApiVersionConstraint ApiVersionConstraint { get; set; } + /// + /// Gets or sets undelete Api Management Service if it was previously + /// soft-deleted. If this flag is specified and set to True all other + /// properties will be ignored. + /// + [JsonProperty(PropertyName = "restore")] + public bool? Restore { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (NotificationSenderEmail != null) + { + if (NotificationSenderEmail.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "NotificationSenderEmail", 100); + } + } + if (HostnameConfigurations != null) + { + foreach (var element in HostnameConfigurations) + { + if (element != null) + { + element.Validate(); + } + } + } + if (VirtualNetworkConfiguration != null) + { + VirtualNetworkConfiguration.Validate(); + } + if (AdditionalLocations != null) + { + foreach (var element1 in AdditionalLocations) + { + if (element1 != null) + { + element1.Validate(); + } + } + } + if (Certificates != null) + { + foreach (var element2 in Certificates) + { + if (element2 != null) + { + element2.Validate(); + } + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementServiceGetDomainOwnershipIdentifierResult.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementServiceGetDomainOwnershipIdentifierResult.cs new file mode 100644 index 0000000000000..251927bdfb247 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementServiceGetDomainOwnershipIdentifierResult.cs @@ -0,0 +1,54 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Response of the GetDomainOwnershipIdentifier operation. + /// + public partial class ApiManagementServiceGetDomainOwnershipIdentifierResult + { + /// + /// Initializes a new instance of the + /// ApiManagementServiceGetDomainOwnershipIdentifierResult class. + /// + public ApiManagementServiceGetDomainOwnershipIdentifierResult() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// ApiManagementServiceGetDomainOwnershipIdentifierResult class. + /// + /// The domain ownership + /// identifier value. + public ApiManagementServiceGetDomainOwnershipIdentifierResult(string domainOwnershipIdentifier = default(string)) + { + DomainOwnershipIdentifier = domainOwnershipIdentifier; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the domain ownership identifier value. + /// + [JsonProperty(PropertyName = "domainOwnershipIdentifier")] + public string DomainOwnershipIdentifier { get; private set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementServiceResource.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementServiceResource.cs index fa1d11c616711..08d4384bb709a 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementServiceResource.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementServiceResource.cs @@ -74,11 +74,12 @@ public ApiManagementServiceResource() /// of the API Management service. /// Public Static Load Balanced IP /// addresses of the API Management service in Primary region. - /// Available only for Basic, Standard and Premium SKU. + /// Available only for Basic, Standard, Premium and Isolated + /// SKU. /// Private Static Load Balanced IP /// addresses of the API Management service in Primary region which is /// deployed in an Internal Virtual Network. Available only for Basic, - /// Standard and Premium SKU. + /// Standard, Premium and Isolated SKU. /// Virtual network /// configuration of the API Management service. /// Additional datacenter locations @@ -142,10 +143,15 @@ public ApiManagementServiceResource() /// values include: 'None', 'External', 'Internal' /// Control Plane Apis version /// constraint for the API Management service. + /// Undelete Api Management Service if it was + /// previously soft-deleted. If this flag is specified and set to True + /// all other properties will be ignored. /// Managed service identity of the Api /// Management service. /// ETag of the resource. - public ApiManagementServiceResource(string publisherEmail, string publisherName, ApiManagementServiceSkuProperties sku, string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string notificationSenderEmail = default(string), string provisioningState = default(string), string targetProvisioningState = default(string), System.DateTime? createdAtUtc = default(System.DateTime?), string gatewayUrl = default(string), string gatewayRegionalUrl = default(string), string portalUrl = default(string), string managementApiUrl = default(string), string scmUrl = default(string), string developerPortalUrl = default(string), IList hostnameConfigurations = default(IList), IList publicIPAddresses = default(IList), IList privateIPAddresses = default(IList), VirtualNetworkConfiguration virtualNetworkConfiguration = default(VirtualNetworkConfiguration), IList additionalLocations = default(IList), IDictionary customProperties = default(IDictionary), IList certificates = default(IList), bool? enableClientCertificate = default(bool?), bool? disableGateway = default(bool?), string virtualNetworkType = default(string), ApiVersionConstraint apiVersionConstraint = default(ApiVersionConstraint), ApiManagementServiceIdentity identity = default(ApiManagementServiceIdentity), string etag = default(string)) + /// A list of availability zones denoting where the + /// resource needs to come from. + public ApiManagementServiceResource(string publisherEmail, string publisherName, ApiManagementServiceSkuProperties sku, string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string notificationSenderEmail = default(string), string provisioningState = default(string), string targetProvisioningState = default(string), System.DateTime? createdAtUtc = default(System.DateTime?), string gatewayUrl = default(string), string gatewayRegionalUrl = default(string), string portalUrl = default(string), string managementApiUrl = default(string), string scmUrl = default(string), string developerPortalUrl = default(string), IList hostnameConfigurations = default(IList), IList publicIPAddresses = default(IList), IList privateIPAddresses = default(IList), VirtualNetworkConfiguration virtualNetworkConfiguration = default(VirtualNetworkConfiguration), IList additionalLocations = default(IList), IDictionary customProperties = default(IDictionary), IList certificates = default(IList), bool? enableClientCertificate = default(bool?), bool? disableGateway = default(bool?), string virtualNetworkType = default(string), ApiVersionConstraint apiVersionConstraint = default(ApiVersionConstraint), bool? restore = default(bool?), ApiManagementServiceIdentity identity = default(ApiManagementServiceIdentity), string etag = default(string), IList zones = default(IList)) : base(id, name, type, tags) { NotificationSenderEmail = notificationSenderEmail; @@ -169,12 +175,14 @@ public ApiManagementServiceResource() DisableGateway = disableGateway; VirtualNetworkType = virtualNetworkType; ApiVersionConstraint = apiVersionConstraint; + Restore = restore; PublisherEmail = publisherEmail; PublisherName = publisherName; Sku = sku; Identity = identity; Location = location; Etag = etag; + Zones = zones; CustomInit(); } @@ -259,8 +267,8 @@ public ApiManagementServiceResource() /// /// Gets public Static Load Balanced IP addresses of the API Management - /// service in Primary region. Available only for Basic, Standard and - /// Premium SKU. + /// service in Primary region. Available only for Basic, Standard, + /// Premium and Isolated SKU. /// [JsonProperty(PropertyName = "properties.publicIPAddresses")] public IList PublicIPAddresses { get; private set; } @@ -268,8 +276,8 @@ public ApiManagementServiceResource() /// /// Gets private Static Load Balanced IP addresses of the API /// Management service in Primary region which is deployed in an - /// Internal Virtual Network. Available only for Basic, Standard and - /// Premium SKU. + /// Internal Virtual Network. Available only for Basic, Standard, + /// Premium and Isolated SKU. /// [JsonProperty(PropertyName = "properties.privateIPAddresses")] public IList PrivateIPAddresses { get; private set; } @@ -376,6 +384,14 @@ public ApiManagementServiceResource() [JsonProperty(PropertyName = "properties.apiVersionConstraint")] public ApiVersionConstraint ApiVersionConstraint { get; set; } + /// + /// Gets or sets undelete Api Management Service if it was previously + /// soft-deleted. If this flag is specified and set to True all other + /// properties will be ignored. + /// + [JsonProperty(PropertyName = "properties.restore")] + public bool? Restore { get; set; } + /// /// Gets or sets publisher email. /// @@ -413,6 +429,13 @@ public ApiManagementServiceResource() [JsonProperty(PropertyName = "etag")] public string Etag { get; private set; } + /// + /// Gets or sets a list of availability zones denoting where the + /// resource needs to come from. + /// + [JsonProperty(PropertyName = "zones")] + public IList Zones { get; set; } + /// /// Validate the object. /// @@ -437,6 +460,13 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "Location"); } + if (NotificationSenderEmail != null) + { + if (NotificationSenderEmail.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "NotificationSenderEmail", 100); + } + } if (HostnameConfigurations != null) { foreach (var element in HostnameConfigurations) @@ -447,6 +477,10 @@ public virtual void Validate() } } } + if (VirtualNetworkConfiguration != null) + { + VirtualNetworkConfiguration.Validate(); + } if (AdditionalLocations != null) { foreach (var element1 in AdditionalLocations) @@ -467,6 +501,20 @@ public virtual void Validate() } } } + if (PublisherEmail != null) + { + if (PublisherEmail.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "PublisherEmail", 100); + } + } + if (PublisherName != null) + { + if (PublisherName.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "PublisherName", 100); + } + } if (Sku != null) { Sku.Validate(); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementServiceSkuProperties.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementServiceSkuProperties.cs index 270eb09014717..aa90ae35ac8d9 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementServiceSkuProperties.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementServiceSkuProperties.cs @@ -33,7 +33,8 @@ public ApiManagementServiceSkuProperties() /// class. /// /// Name of the Sku. Possible values include: - /// 'Developer', 'Standard', 'Premium', 'Basic', 'Consumption' + /// 'Developer', 'Standard', 'Premium', 'Basic', 'Consumption', + /// 'Isolated' /// Capacity of the SKU (number of deployed /// units of the SKU). For Consumption SKU capacity must be specified /// as 0. @@ -51,7 +52,7 @@ public ApiManagementServiceSkuProperties(string name, int capacity) /// /// Gets or sets name of the Sku. Possible values include: 'Developer', - /// 'Standard', 'Premium', 'Basic', 'Consumption' + /// 'Standard', 'Premium', 'Basic', 'Consumption', 'Isolated' /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementServiceUpdateParameters.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementServiceUpdateParameters.cs index 9d4cdeda2abf7..47145e4df0a85 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementServiceUpdateParameters.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementServiceUpdateParameters.cs @@ -69,11 +69,12 @@ public ApiManagementServiceUpdateParameters() /// of the API Management service. /// Public Static Load Balanced IP /// addresses of the API Management service in Primary region. - /// Available only for Basic, Standard and Premium SKU. + /// Available only for Basic, Standard, Premium and Isolated + /// SKU. /// Private Static Load Balanced IP /// addresses of the API Management service in Primary region which is /// deployed in an Internal Virtual Network. Available only for Basic, - /// Standard and Premium SKU. + /// Standard, Premium and Isolated SKU. /// Virtual network /// configuration of the API Management service. /// Additional datacenter locations @@ -137,6 +138,9 @@ public ApiManagementServiceUpdateParameters() /// values include: 'None', 'External', 'Internal' /// Control Plane Apis version /// constraint for the API Management service. + /// Undelete Api Management Service if it was + /// previously soft-deleted. If this flag is specified and set to True + /// all other properties will be ignored. /// Publisher email. /// Publisher name. /// SKU properties of the API Management @@ -144,7 +148,7 @@ public ApiManagementServiceUpdateParameters() /// Managed service identity of the Api /// Management service. /// ETag of the resource. - public ApiManagementServiceUpdateParameters(string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string notificationSenderEmail = default(string), string provisioningState = default(string), string targetProvisioningState = default(string), System.DateTime? createdAtUtc = default(System.DateTime?), string gatewayUrl = default(string), string gatewayRegionalUrl = default(string), string portalUrl = default(string), string managementApiUrl = default(string), string scmUrl = default(string), string developerPortalUrl = default(string), IList hostnameConfigurations = default(IList), IList publicIPAddresses = default(IList), IList privateIPAddresses = default(IList), VirtualNetworkConfiguration virtualNetworkConfiguration = default(VirtualNetworkConfiguration), IList additionalLocations = default(IList), IDictionary customProperties = default(IDictionary), IList certificates = default(IList), bool? enableClientCertificate = default(bool?), bool? disableGateway = default(bool?), string virtualNetworkType = default(string), ApiVersionConstraint apiVersionConstraint = default(ApiVersionConstraint), string publisherEmail = default(string), string publisherName = default(string), ApiManagementServiceSkuProperties sku = default(ApiManagementServiceSkuProperties), ApiManagementServiceIdentity identity = default(ApiManagementServiceIdentity), string etag = default(string)) + public ApiManagementServiceUpdateParameters(string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string notificationSenderEmail = default(string), string provisioningState = default(string), string targetProvisioningState = default(string), System.DateTime? createdAtUtc = default(System.DateTime?), string gatewayUrl = default(string), string gatewayRegionalUrl = default(string), string portalUrl = default(string), string managementApiUrl = default(string), string scmUrl = default(string), string developerPortalUrl = default(string), IList hostnameConfigurations = default(IList), IList publicIPAddresses = default(IList), IList privateIPAddresses = default(IList), VirtualNetworkConfiguration virtualNetworkConfiguration = default(VirtualNetworkConfiguration), IList additionalLocations = default(IList), IDictionary customProperties = default(IDictionary), IList certificates = default(IList), bool? enableClientCertificate = default(bool?), bool? disableGateway = default(bool?), string virtualNetworkType = default(string), ApiVersionConstraint apiVersionConstraint = default(ApiVersionConstraint), bool? restore = default(bool?), string publisherEmail = default(string), string publisherName = default(string), ApiManagementServiceSkuProperties sku = default(ApiManagementServiceSkuProperties), ApiManagementServiceIdentity identity = default(ApiManagementServiceIdentity), string etag = default(string)) : base(id, name, type, tags) { NotificationSenderEmail = notificationSenderEmail; @@ -168,6 +172,7 @@ public ApiManagementServiceUpdateParameters() DisableGateway = disableGateway; VirtualNetworkType = virtualNetworkType; ApiVersionConstraint = apiVersionConstraint; + Restore = restore; PublisherEmail = publisherEmail; PublisherName = publisherName; Sku = sku; @@ -257,8 +262,8 @@ public ApiManagementServiceUpdateParameters() /// /// Gets public Static Load Balanced IP addresses of the API Management - /// service in Primary region. Available only for Basic, Standard and - /// Premium SKU. + /// service in Primary region. Available only for Basic, Standard, + /// Premium and Isolated SKU. /// [JsonProperty(PropertyName = "properties.publicIPAddresses")] public IList PublicIPAddresses { get; private set; } @@ -266,8 +271,8 @@ public ApiManagementServiceUpdateParameters() /// /// Gets private Static Load Balanced IP addresses of the API /// Management service in Primary region which is deployed in an - /// Internal Virtual Network. Available only for Basic, Standard and - /// Premium SKU. + /// Internal Virtual Network. Available only for Basic, Standard, + /// Premium and Isolated SKU. /// [JsonProperty(PropertyName = "properties.privateIPAddresses")] public IList PrivateIPAddresses { get; private set; } @@ -374,6 +379,14 @@ public ApiManagementServiceUpdateParameters() [JsonProperty(PropertyName = "properties.apiVersionConstraint")] public ApiVersionConstraint ApiVersionConstraint { get; set; } + /// + /// Gets or sets undelete Api Management Service if it was previously + /// soft-deleted. If this flag is specified and set to True all other + /// properties will be ignored. + /// + [JsonProperty(PropertyName = "properties.restore")] + public bool? Restore { get; set; } + /// /// Gets or sets publisher email. /// @@ -413,6 +426,13 @@ public ApiManagementServiceUpdateParameters() /// public virtual void Validate() { + if (NotificationSenderEmail != null) + { + if (NotificationSenderEmail.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "NotificationSenderEmail", 100); + } + } if (HostnameConfigurations != null) { foreach (var element in HostnameConfigurations) @@ -423,6 +443,10 @@ public virtual void Validate() } } } + if (VirtualNetworkConfiguration != null) + { + VirtualNetworkConfiguration.Validate(); + } if (AdditionalLocations != null) { foreach (var element1 in AdditionalLocations) @@ -443,6 +467,20 @@ public virtual void Validate() } } } + if (PublisherEmail != null) + { + if (PublisherEmail.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "PublisherEmail", 100); + } + } + if (PublisherName != null) + { + if (PublisherName.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "PublisherName", 100); + } + } if (Sku != null) { Sku.Validate(); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSku.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSku.cs new file mode 100644 index 0000000000000..08ad9e086a764 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSku.cs @@ -0,0 +1,165 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Describes an available ApiManagement SKU. + /// + public partial class ApiManagementSku + { + /// + /// Initializes a new instance of the ApiManagementSku class. + /// + public ApiManagementSku() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ApiManagementSku class. + /// + /// The type of resource the SKU applies + /// to. + /// The name of SKU. + /// Specifies the tier of virtual machines in a + /// scale set.<br /><br /> Possible Values:<br + /// /><br /> **Standard**<br /><br /> + /// **Basic** + /// The Size of the SKU. + /// The Family of this particular SKU. + /// The Kind of resources that are supported in this + /// SKU. + /// Specifies the number of virtual machines in + /// the scale set. + /// The set of locations that the SKU is + /// available. + /// A list of locations and availability + /// zones in those locations where the SKU is available. + /// The api versions that support this + /// SKU. + /// Metadata for retrieving price info. + /// A name value pair to describe the + /// capability. + /// The restrictions because of which SKU + /// cannot be used. This is empty if there are no restrictions. + public ApiManagementSku(string resourceType = default(string), string name = default(string), string tier = default(string), string size = default(string), string family = default(string), string kind = default(string), ApiManagementSkuCapacity capacity = default(ApiManagementSkuCapacity), IList locations = default(IList), IList locationInfo = default(IList), IList apiVersions = default(IList), IList costs = default(IList), IList capabilities = default(IList), IList restrictions = default(IList)) + { + ResourceType = resourceType; + Name = name; + Tier = tier; + Size = size; + Family = family; + Kind = kind; + Capacity = capacity; + Locations = locations; + LocationInfo = locationInfo; + ApiVersions = apiVersions; + Costs = costs; + Capabilities = capabilities; + Restrictions = restrictions; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the type of resource the SKU applies to. + /// + [JsonProperty(PropertyName = "resourceType")] + public string ResourceType { get; private set; } + + /// + /// Gets the name of SKU. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; private set; } + + /// + /// Gets specifies the tier of virtual machines in a scale + /// set.&lt;br /&gt;&lt;br /&gt; Possible + /// Values:&lt;br /&gt;&lt;br /&gt; + /// **Standard**&lt;br /&gt;&lt;br /&gt; **Basic** + /// + [JsonProperty(PropertyName = "tier")] + public string Tier { get; private set; } + + /// + /// Gets the Size of the SKU. + /// + [JsonProperty(PropertyName = "size")] + public string Size { get; private set; } + + /// + /// Gets the Family of this particular SKU. + /// + [JsonProperty(PropertyName = "family")] + public string Family { get; private set; } + + /// + /// Gets the Kind of resources that are supported in this SKU. + /// + [JsonProperty(PropertyName = "kind")] + public string Kind { get; private set; } + + /// + /// Gets specifies the number of virtual machines in the scale set. + /// + [JsonProperty(PropertyName = "capacity")] + public ApiManagementSkuCapacity Capacity { get; private set; } + + /// + /// Gets the set of locations that the SKU is available. + /// + [JsonProperty(PropertyName = "locations")] + public IList Locations { get; private set; } + + /// + /// Gets a list of locations and availability zones in those locations + /// where the SKU is available. + /// + [JsonProperty(PropertyName = "locationInfo")] + public IList LocationInfo { get; private set; } + + /// + /// Gets the api versions that support this SKU. + /// + [JsonProperty(PropertyName = "apiVersions")] + public IList ApiVersions { get; private set; } + + /// + /// Gets metadata for retrieving price info. + /// + [JsonProperty(PropertyName = "costs")] + public IList Costs { get; private set; } + + /// + /// Gets a name value pair to describe the capability. + /// + [JsonProperty(PropertyName = "capabilities")] + public IList Capabilities { get; private set; } + + /// + /// Gets the restrictions because of which SKU cannot be used. This is + /// empty if there are no restrictions. + /// + [JsonProperty(PropertyName = "restrictions")] + public IList Restrictions { get; private set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuCapabilities.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuCapabilities.cs new file mode 100644 index 0000000000000..7e42894aeb44c --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuCapabilities.cs @@ -0,0 +1,62 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Describes The SKU capabilities object. + /// + public partial class ApiManagementSkuCapabilities + { + /// + /// Initializes a new instance of the ApiManagementSkuCapabilities + /// class. + /// + public ApiManagementSkuCapabilities() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ApiManagementSkuCapabilities + /// class. + /// + /// An invariant to describe the feature. + /// An invariant if the feature is measured by + /// quantity. + public ApiManagementSkuCapabilities(string name = default(string), string value = default(string)) + { + Name = name; + Value = value; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets an invariant to describe the feature. + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; private set; } + + /// + /// Gets an invariant if the feature is measured by quantity. + /// + [JsonProperty(PropertyName = "value")] + public string Value { get; private set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuCapacity.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuCapacity.cs new file mode 100644 index 0000000000000..85267e86b4da4 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuCapacity.cs @@ -0,0 +1,77 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Describes scaling information of a SKU. + /// + public partial class ApiManagementSkuCapacity + { + /// + /// Initializes a new instance of the ApiManagementSkuCapacity class. + /// + public ApiManagementSkuCapacity() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ApiManagementSkuCapacity class. + /// + /// The minimum capacity. + /// The maximum capacity that can be set. + /// The default capacity. + /// The scale type applicable to the sku. + /// Possible values include: 'Automatic', 'Manual', 'None' + public ApiManagementSkuCapacity(int? minimum = default(int?), int? maximum = default(int?), int? defaultProperty = default(int?), ApiManagementSkuCapacityScaleType? scaleType = default(ApiManagementSkuCapacityScaleType?)) + { + Minimum = minimum; + Maximum = maximum; + DefaultProperty = defaultProperty; + ScaleType = scaleType; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the minimum capacity. + /// + [JsonProperty(PropertyName = "minimum")] + public int? Minimum { get; private set; } + + /// + /// Gets the maximum capacity that can be set. + /// + [JsonProperty(PropertyName = "maximum")] + public int? Maximum { get; private set; } + + /// + /// Gets the default capacity. + /// + [JsonProperty(PropertyName = "default")] + public int? DefaultProperty { get; private set; } + + /// + /// Gets the scale type applicable to the sku. Possible values include: + /// 'Automatic', 'Manual', 'None' + /// + [JsonProperty(PropertyName = "scaleType")] + public ApiManagementSkuCapacityScaleType? ScaleType { get; private set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuCapacityScaleType.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuCapacityScaleType.cs new file mode 100644 index 0000000000000..fcfff418b9875 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuCapacityScaleType.cs @@ -0,0 +1,66 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime; + using System.Runtime.Serialization; + + /// + /// Defines values for ApiManagementSkuCapacityScaleType. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum ApiManagementSkuCapacityScaleType + { + [EnumMember(Value = "Automatic")] + Automatic, + [EnumMember(Value = "Manual")] + Manual, + [EnumMember(Value = "None")] + None + } + internal static class ApiManagementSkuCapacityScaleTypeEnumExtension + { + internal static string ToSerializedValue(this ApiManagementSkuCapacityScaleType? value) + { + return value == null ? null : ((ApiManagementSkuCapacityScaleType)value).ToSerializedValue(); + } + + internal static string ToSerializedValue(this ApiManagementSkuCapacityScaleType value) + { + switch( value ) + { + case ApiManagementSkuCapacityScaleType.Automatic: + return "Automatic"; + case ApiManagementSkuCapacityScaleType.Manual: + return "Manual"; + case ApiManagementSkuCapacityScaleType.None: + return "None"; + } + return null; + } + + internal static ApiManagementSkuCapacityScaleType? ParseApiManagementSkuCapacityScaleType(this string value) + { + switch( value ) + { + case "Automatic": + return ApiManagementSkuCapacityScaleType.Automatic; + case "Manual": + return ApiManagementSkuCapacityScaleType.Manual; + case "None": + return ApiManagementSkuCapacityScaleType.None; + } + return null; + } + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuCosts.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuCosts.cs new file mode 100644 index 0000000000000..b01f4d6bf17de --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuCosts.cs @@ -0,0 +1,70 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Describes metadata for retrieving price info. + /// + public partial class ApiManagementSkuCosts + { + /// + /// Initializes a new instance of the ApiManagementSkuCosts class. + /// + public ApiManagementSkuCosts() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ApiManagementSkuCosts class. + /// + /// Used for querying price from + /// commerce. + /// The multiplier is needed to extend the base + /// metered cost. + /// An invariant to show the extended + /// unit. + public ApiManagementSkuCosts(string meterID = default(string), long? quantity = default(long?), string extendedUnit = default(string)) + { + MeterID = meterID; + Quantity = quantity; + ExtendedUnit = extendedUnit; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets used for querying price from commerce. + /// + [JsonProperty(PropertyName = "meterID")] + public string MeterID { get; private set; } + + /// + /// Gets the multiplier is needed to extend the base metered cost. + /// + [JsonProperty(PropertyName = "quantity")] + public long? Quantity { get; private set; } + + /// + /// Gets an invariant to show the extended unit. + /// + [JsonProperty(PropertyName = "extendedUnit")] + public string ExtendedUnit { get; private set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuLocationInfo.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuLocationInfo.cs new file mode 100644 index 0000000000000..8af8d99e67c61 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuLocationInfo.cs @@ -0,0 +1,70 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + public partial class ApiManagementSkuLocationInfo + { + /// + /// Initializes a new instance of the ApiManagementSkuLocationInfo + /// class. + /// + public ApiManagementSkuLocationInfo() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ApiManagementSkuLocationInfo + /// class. + /// + /// Location of the SKU + /// List of availability zones where the SKU is + /// supported. + /// Details of capabilities available to a + /// SKU in specific zones. + public ApiManagementSkuLocationInfo(string location = default(string), IList zones = default(IList), IList zoneDetails = default(IList)) + { + Location = location; + Zones = zones; + ZoneDetails = zoneDetails; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets location of the SKU + /// + [JsonProperty(PropertyName = "location")] + public string Location { get; private set; } + + /// + /// Gets list of availability zones where the SKU is supported. + /// + [JsonProperty(PropertyName = "zones")] + public IList Zones { get; private set; } + + /// + /// Gets details of capabilities available to a SKU in specific zones. + /// + [JsonProperty(PropertyName = "zoneDetails")] + public IList ZoneDetails { get; private set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuRestrictionInfo.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuRestrictionInfo.cs new file mode 100644 index 0000000000000..c057f6dbaabfb --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuRestrictionInfo.cs @@ -0,0 +1,62 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + public partial class ApiManagementSkuRestrictionInfo + { + /// + /// Initializes a new instance of the ApiManagementSkuRestrictionInfo + /// class. + /// + public ApiManagementSkuRestrictionInfo() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ApiManagementSkuRestrictionInfo + /// class. + /// + /// Locations where the SKU is + /// restricted + /// List of availability zones where the SKU is + /// restricted. + public ApiManagementSkuRestrictionInfo(IList locations = default(IList), IList zones = default(IList)) + { + Locations = locations; + Zones = zones; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets locations where the SKU is restricted + /// + [JsonProperty(PropertyName = "locations")] + public IList Locations { get; private set; } + + /// + /// Gets list of availability zones where the SKU is restricted. + /// + [JsonProperty(PropertyName = "zones")] + public IList Zones { get; private set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuRestrictions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuRestrictions.cs new file mode 100644 index 0000000000000..5afe6908fd8f6 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuRestrictions.cs @@ -0,0 +1,89 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Describes scaling information of a SKU. + /// + public partial class ApiManagementSkuRestrictions + { + /// + /// Initializes a new instance of the ApiManagementSkuRestrictions + /// class. + /// + public ApiManagementSkuRestrictions() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ApiManagementSkuRestrictions + /// class. + /// + /// The type of restrictions. Possible values + /// include: 'Location', 'Zone' + /// The value of restrictions. If the restriction + /// type is set to location. This would be different locations where + /// the SKU is restricted. + /// The information about the restriction + /// where the SKU cannot be used. + /// The reason for restriction. Possible + /// values include: 'QuotaId', 'NotAvailableForSubscription' + public ApiManagementSkuRestrictions(ApiManagementSkuRestrictionsType? type = default(ApiManagementSkuRestrictionsType?), IList values = default(IList), ApiManagementSkuRestrictionInfo restrictionInfo = default(ApiManagementSkuRestrictionInfo), ApiManagementSkuRestrictionsReasonCode? reasonCode = default(ApiManagementSkuRestrictionsReasonCode?)) + { + Type = type; + Values = values; + RestrictionInfo = restrictionInfo; + ReasonCode = reasonCode; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the type of restrictions. Possible values include: 'Location', + /// 'Zone' + /// + [JsonProperty(PropertyName = "type")] + public ApiManagementSkuRestrictionsType? Type { get; private set; } + + /// + /// Gets the value of restrictions. If the restriction type is set to + /// location. This would be different locations where the SKU is + /// restricted. + /// + [JsonProperty(PropertyName = "values")] + public IList Values { get; private set; } + + /// + /// Gets the information about the restriction where the SKU cannot be + /// used. + /// + [JsonProperty(PropertyName = "restrictionInfo")] + public ApiManagementSkuRestrictionInfo RestrictionInfo { get; private set; } + + /// + /// Gets the reason for restriction. Possible values include: + /// 'QuotaId', 'NotAvailableForSubscription' + /// + [JsonProperty(PropertyName = "reasonCode")] + public ApiManagementSkuRestrictionsReasonCode? ReasonCode { get; private set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuRestrictionsReasonCode.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuRestrictionsReasonCode.cs new file mode 100644 index 0000000000000..76ff8503694d7 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuRestrictionsReasonCode.cs @@ -0,0 +1,60 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime; + using System.Runtime.Serialization; + + /// + /// Defines values for ApiManagementSkuRestrictionsReasonCode. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum ApiManagementSkuRestrictionsReasonCode + { + [EnumMember(Value = "QuotaId")] + QuotaId, + [EnumMember(Value = "NotAvailableForSubscription")] + NotAvailableForSubscription + } + internal static class ApiManagementSkuRestrictionsReasonCodeEnumExtension + { + internal static string ToSerializedValue(this ApiManagementSkuRestrictionsReasonCode? value) + { + return value == null ? null : ((ApiManagementSkuRestrictionsReasonCode)value).ToSerializedValue(); + } + + internal static string ToSerializedValue(this ApiManagementSkuRestrictionsReasonCode value) + { + switch( value ) + { + case ApiManagementSkuRestrictionsReasonCode.QuotaId: + return "QuotaId"; + case ApiManagementSkuRestrictionsReasonCode.NotAvailableForSubscription: + return "NotAvailableForSubscription"; + } + return null; + } + + internal static ApiManagementSkuRestrictionsReasonCode? ParseApiManagementSkuRestrictionsReasonCode(this string value) + { + switch( value ) + { + case "QuotaId": + return ApiManagementSkuRestrictionsReasonCode.QuotaId; + case "NotAvailableForSubscription": + return ApiManagementSkuRestrictionsReasonCode.NotAvailableForSubscription; + } + return null; + } + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuRestrictionsType.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuRestrictionsType.cs new file mode 100644 index 0000000000000..8b89f75b60111 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuRestrictionsType.cs @@ -0,0 +1,60 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime; + using System.Runtime.Serialization; + + /// + /// Defines values for ApiManagementSkuRestrictionsType. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum ApiManagementSkuRestrictionsType + { + [EnumMember(Value = "Location")] + Location, + [EnumMember(Value = "Zone")] + Zone + } + internal static class ApiManagementSkuRestrictionsTypeEnumExtension + { + internal static string ToSerializedValue(this ApiManagementSkuRestrictionsType? value) + { + return value == null ? null : ((ApiManagementSkuRestrictionsType)value).ToSerializedValue(); + } + + internal static string ToSerializedValue(this ApiManagementSkuRestrictionsType value) + { + switch( value ) + { + case ApiManagementSkuRestrictionsType.Location: + return "Location"; + case ApiManagementSkuRestrictionsType.Zone: + return "Zone"; + } + return null; + } + + internal static ApiManagementSkuRestrictionsType? ParseApiManagementSkuRestrictionsType(this string value) + { + switch( value ) + { + case "Location": + return ApiManagementSkuRestrictionsType.Location; + case "Zone": + return ApiManagementSkuRestrictionsType.Zone; + } + return null; + } + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuZoneDetails.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuZoneDetails.cs new file mode 100644 index 0000000000000..f354d94ce0861 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiManagementSkuZoneDetails.cs @@ -0,0 +1,67 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Describes The zonal capabilities of a SKU. + /// + public partial class ApiManagementSkuZoneDetails + { + /// + /// Initializes a new instance of the ApiManagementSkuZoneDetails + /// class. + /// + public ApiManagementSkuZoneDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ApiManagementSkuZoneDetails + /// class. + /// + /// The set of zones that the SKU is available in + /// with the specified capabilities. + /// A list of capabilities that are + /// available for the SKU in the specified list of zones. + public ApiManagementSkuZoneDetails(IList name = default(IList), IList capabilities = default(IList)) + { + Name = name; + Capabilities = capabilities; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the set of zones that the SKU is available in with the + /// specified capabilities. + /// + [JsonProperty(PropertyName = "name")] + public IList Name { get; private set; } + + /// + /// Gets a list of capabilities that are available for the SKU in the + /// specified list of zones. + /// + [JsonProperty(PropertyName = "capabilities")] + public IList Capabilities { get; private set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiOperationUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiOperationUpdateHeaders.cs new file mode 100644 index 0000000000000..261077a010083 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiOperationUpdateHeaders.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Update operation. + /// + public partial class ApiOperationUpdateHeaders + { + /// + /// Initializes a new instance of the ApiOperationUpdateHeaders class. + /// + public ApiOperationUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ApiOperationUpdateHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public ApiOperationUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiReleaseUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiReleaseUpdateHeaders.cs new file mode 100644 index 0000000000000..6a2d7cdc1d421 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiReleaseUpdateHeaders.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Update operation. + /// + public partial class ApiReleaseUpdateHeaders + { + /// + /// Initializes a new instance of the ApiReleaseUpdateHeaders class. + /// + public ApiReleaseUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ApiReleaseUpdateHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public ApiReleaseUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiRevisionContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiRevisionContract.cs index e5ac8262c268c..558e09cdf1074 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiRevisionContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiRevisionContract.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; @@ -114,5 +115,32 @@ public ApiRevisionContract() [JsonProperty(PropertyName = "isCurrent")] public bool? IsCurrent { get; private set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (ApiRevision != null) + { + if (ApiRevision.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "ApiRevision", 100); + } + if (ApiRevision.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "ApiRevision", 1); + } + } + if (Description != null) + { + if (Description.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "Description", 256); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiRevisionInfoContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiRevisionInfoContract.cs index 881082a07bd39..bdbb3c21c2d7f 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiRevisionInfoContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiRevisionInfoContract.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; @@ -76,5 +77,28 @@ public ApiRevisionInfoContract() [JsonProperty(PropertyName = "apiVersionSet")] public ApiVersionSetContractDetails ApiVersionSet { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (ApiVersionName != null) + { + if (ApiVersionName.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "ApiVersionName", 100); + } + } + if (ApiRevisionDescription != null) + { + if (ApiRevisionDescription.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "ApiRevisionDescription", 256); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiTagResourceContractProperties.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiTagResourceContractProperties.cs index b989f3f9ed29e..eb956160cc204 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiTagResourceContractProperties.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiTagResourceContractProperties.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Collections; using System.Collections.Generic; @@ -119,5 +120,48 @@ public ApiTagResourceContractProperties() [JsonProperty(PropertyName = "protocols")] public IList Protocols { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public override void Validate() + { + base.Validate(); + if (Name != null) + { + if (Name.Length > 300) + { + throw new ValidationException(ValidationRules.MaxLength, "Name", 300); + } + if (Name.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Name", 1); + } + } + if (ServiceUrl != null) + { + if (ServiceUrl.Length > 2000) + { + throw new ValidationException(ValidationRules.MaxLength, "ServiceUrl", 2000); + } + if (ServiceUrl.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "ServiceUrl", 1); + } + } + if (Path != null) + { + if (Path.Length > 400) + { + throw new ValidationException(ValidationRules.MaxLength, "Path", 400); + } + if (Path.Length < 0) + { + throw new ValidationException(ValidationRules.MinLength, "Path", 0); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiUpdateContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiUpdateContract.cs index 05f8f789c6ecc..7701cc20b045c 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiUpdateContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiUpdateContract.cs @@ -200,5 +200,79 @@ public ApiUpdateContract() [JsonProperty(PropertyName = "properties.protocols")] public IList Protocols { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (ApiRevision != null) + { + if (ApiRevision.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "ApiRevision", 100); + } + if (ApiRevision.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "ApiRevision", 1); + } + } + if (ApiVersion != null) + { + if (ApiVersion.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "ApiVersion", 100); + } + } + if (ApiRevisionDescription != null) + { + if (ApiRevisionDescription.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "ApiRevisionDescription", 256); + } + } + if (ApiVersionDescription != null) + { + if (ApiVersionDescription.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "ApiVersionDescription", 256); + } + } + if (DisplayName != null) + { + if (DisplayName.Length > 300) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 300); + } + if (DisplayName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "DisplayName", 1); + } + } + if (ServiceUrl != null) + { + if (ServiceUrl.Length > 2000) + { + throw new ValidationException(ValidationRules.MaxLength, "ServiceUrl", 2000); + } + if (ServiceUrl.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "ServiceUrl", 1); + } + } + if (Path != null) + { + if (Path.Length > 400) + { + throw new ValidationException(ValidationRules.MaxLength, "Path", 400); + } + if (Path.Length < 0) + { + throw new ValidationException(ValidationRules.MinLength, "Path", 0); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiUpdateHeaders.cs new file mode 100644 index 0000000000000..72b2812f190e6 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiUpdateHeaders.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Update operation. + /// + public partial class ApiUpdateHeaders + { + /// + /// Initializes a new instance of the ApiUpdateHeaders class. + /// + public ApiUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ApiUpdateHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public ApiUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiVersionSetContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiVersionSetContract.cs index 031d058484e1f..9a242f5d3ff65 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiVersionSetContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiVersionSetContract.cs @@ -34,7 +34,7 @@ public ApiVersionSetContract() /// /// Name of API Version Set /// An value that determines where the - /// API Version identifer will be located in a HTTP request. Possible + /// API Version identifier will be located in a HTTP request. Possible /// values include: 'Segment', 'Query', 'Header' /// Resource ID. /// Resource name. @@ -91,7 +91,7 @@ public ApiVersionSetContract() /// /// Gets or sets an value that determines where the API Version - /// identifer will be located in a HTTP request. Possible values + /// identifier will be located in a HTTP request. Possible values /// include: 'Segment', 'Query', 'Header' /// [JsonProperty(PropertyName = "properties.versioningScheme")] @@ -113,6 +113,39 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "VersioningScheme"); } + if (VersionQueryName != null) + { + if (VersionQueryName.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "VersionQueryName", 100); + } + if (VersionQueryName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "VersionQueryName", 1); + } + } + if (VersionHeaderName != null) + { + if (VersionHeaderName.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "VersionHeaderName", 100); + } + if (VersionHeaderName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "VersionHeaderName", 1); + } + } + if (DisplayName != null) + { + if (DisplayName.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 100); + } + if (DisplayName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "DisplayName", 1); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiVersionSetContractDetails.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiVersionSetContractDetails.cs index d62a35bf699e8..9767ae34cd9c5 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiVersionSetContractDetails.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiVersionSetContractDetails.cs @@ -37,7 +37,7 @@ public ApiVersionSetContractDetails() /// The display Name of the API Version Set. /// Description of API Version Set. /// An value that determines where the - /// API Version identifer will be located in a HTTP request. Possible + /// API Version identifier will be located in a HTTP request. Possible /// values include: 'Segment', 'Query', 'Header' /// Name of query parameter that /// indicates the API Version if versioningScheme is set to @@ -82,7 +82,7 @@ public ApiVersionSetContractDetails() /// /// Gets or sets an value that determines where the API Version - /// identifer will be located in a HTTP request. Possible values + /// identifier will be located in a HTTP request. Possible values /// include: 'Segment', 'Query', 'Header' /// [JsonProperty(PropertyName = "versioningScheme")] diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiVersionSetEntityBase.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiVersionSetEntityBase.cs index 2caff1909a9fb..ae233adb00adc 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiVersionSetEntityBase.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiVersionSetEntityBase.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; @@ -69,5 +70,36 @@ public ApiVersionSetEntityBase() [JsonProperty(PropertyName = "versionHeaderName")] public string VersionHeaderName { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (VersionQueryName != null) + { + if (VersionQueryName.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "VersionQueryName", 100); + } + if (VersionQueryName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "VersionQueryName", 1); + } + } + if (VersionHeaderName != null) + { + if (VersionHeaderName.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "VersionHeaderName", 100); + } + if (VersionHeaderName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "VersionHeaderName", 1); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiVersionSetUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiVersionSetUpdateHeaders.cs new file mode 100644 index 0000000000000..8dcdcece6ab4a --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiVersionSetUpdateHeaders.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Update operation. + /// + public partial class ApiVersionSetUpdateHeaders + { + /// + /// Initializes a new instance of the ApiVersionSetUpdateHeaders class. + /// + public ApiVersionSetUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ApiVersionSetUpdateHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public ApiVersionSetUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiVersionSetUpdateParameters.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiVersionSetUpdateParameters.cs index 6a7fa044e092b..127c91590c7ef 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiVersionSetUpdateParameters.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ApiVersionSetUpdateParameters.cs @@ -43,7 +43,7 @@ public ApiVersionSetUpdateParameters() /// `header`. /// Name of API Version Set /// An value that determines where the - /// API Version identifer will be located in a HTTP request. Possible + /// API Version identifier will be located in a HTTP request. Possible /// values include: 'Segment', 'Query', 'Header' public ApiVersionSetUpdateParameters(string description = default(string), string versionQueryName = default(string), string versionHeaderName = default(string), string displayName = default(string), string versioningScheme = default(string)) { @@ -88,11 +88,53 @@ public ApiVersionSetUpdateParameters() /// /// Gets or sets an value that determines where the API Version - /// identifer will be located in a HTTP request. Possible values + /// identifier will be located in a HTTP request. Possible values /// include: 'Segment', 'Query', 'Header' /// [JsonProperty(PropertyName = "properties.versioningScheme")] public string VersioningScheme { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (VersionQueryName != null) + { + if (VersionQueryName.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "VersionQueryName", 100); + } + if (VersionQueryName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "VersionQueryName", 1); + } + } + if (VersionHeaderName != null) + { + if (VersionHeaderName.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "VersionHeaderName", 100); + } + if (VersionHeaderName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "VersionHeaderName", 1); + } + } + if (DisplayName != null) + { + if (DisplayName.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 100); + } + if (DisplayName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "DisplayName", 1); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AppType.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AppType.cs index acdce32552aad..306cde695bccf 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AppType.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AppType.cs @@ -16,6 +16,10 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// public static class AppType { + /// + /// User create request was sent by legacy developer portal. + /// + public const string Portal = "portal"; /// /// User create request was sent by new developer portal. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AuthorizationServerContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AuthorizationServerContract.cs index 90fba4689c75a..f239f764153e3 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AuthorizationServerContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AuthorizationServerContract.cs @@ -276,6 +276,17 @@ public virtual void Validate() } } } + if (DisplayName != null) + { + if (DisplayName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 50); + } + if (DisplayName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "DisplayName", 1); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AuthorizationServerListSecretsHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AuthorizationServerListSecretsHeaders.cs new file mode 100644 index 0000000000000..af67cf4ff2f14 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AuthorizationServerListSecretsHeaders.cs @@ -0,0 +1,55 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for ListSecrets operation. + /// + public partial class AuthorizationServerListSecretsHeaders + { + /// + /// Initializes a new instance of the + /// AuthorizationServerListSecretsHeaders class. + /// + public AuthorizationServerListSecretsHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// AuthorizationServerListSecretsHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public AuthorizationServerListSecretsHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AuthorizationServerSecretsContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AuthorizationServerSecretsContract.cs new file mode 100644 index 0000000000000..fa768c05a9e40 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AuthorizationServerSecretsContract.cs @@ -0,0 +1,78 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// OAuth Server Secrets Contract. + /// + public partial class AuthorizationServerSecretsContract + { + /// + /// Initializes a new instance of the + /// AuthorizationServerSecretsContract class. + /// + public AuthorizationServerSecretsContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// AuthorizationServerSecretsContract class. + /// + /// oAuth Authorization Server + /// Secrets. + /// Can be optionally specified + /// when resource owner password grant type is supported by this + /// authorization server. Default resource owner username. + /// Can be optionally specified + /// when resource owner password grant type is supported by this + /// authorization server. Default resource owner password. + public AuthorizationServerSecretsContract(string clientSecret = default(string), string resourceOwnerUsername = default(string), string resourceOwnerPassword = default(string)) + { + ClientSecret = clientSecret; + ResourceOwnerUsername = resourceOwnerUsername; + ResourceOwnerPassword = resourceOwnerPassword; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets oAuth Authorization Server Secrets. + /// + [JsonProperty(PropertyName = "clientSecret")] + public string ClientSecret { get; set; } + + /// + /// Gets or sets can be optionally specified when resource owner + /// password grant type is supported by this authorization server. + /// Default resource owner username. + /// + [JsonProperty(PropertyName = "resourceOwnerUsername")] + public string ResourceOwnerUsername { get; set; } + + /// + /// Gets or sets can be optionally specified when resource owner + /// password grant type is supported by this authorization server. + /// Default resource owner password. + /// + [JsonProperty(PropertyName = "resourceOwnerPassword")] + public string ResourceOwnerPassword { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AuthorizationServerUpdateContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AuthorizationServerUpdateContract.cs index 2dedeacee8482..6ccf6044d68d1 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AuthorizationServerUpdateContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AuthorizationServerUpdateContract.cs @@ -238,5 +238,35 @@ public AuthorizationServerUpdateContract() [JsonProperty(PropertyName = "properties.clientSecret")] public string ClientSecret { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (TokenBodyParameters != null) + { + foreach (var element in TokenBodyParameters) + { + if (element != null) + { + element.Validate(); + } + } + } + if (DisplayName != null) + { + if (DisplayName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 50); + } + if (DisplayName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "DisplayName", 1); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AuthorizationServerUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AuthorizationServerUpdateHeaders.cs new file mode 100644 index 0000000000000..304316794eedf --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/AuthorizationServerUpdateHeaders.cs @@ -0,0 +1,55 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Update operation. + /// + public partial class AuthorizationServerUpdateHeaders + { + /// + /// Initializes a new instance of the AuthorizationServerUpdateHeaders + /// class. + /// + public AuthorizationServerUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AuthorizationServerUpdateHeaders + /// class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public AuthorizationServerUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendAuthorizationHeaderCredentials.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendAuthorizationHeaderCredentials.cs index ae08095d15ca5..0d3e88976f83a 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendAuthorizationHeaderCredentials.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendAuthorizationHeaderCredentials.cs @@ -74,6 +74,28 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "Parameter"); } + if (Scheme != null) + { + if (Scheme.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "Scheme", 100); + } + if (Scheme.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Scheme", 1); + } + } + if (Parameter != null) + { + if (Parameter.Length > 300) + { + throw new ValidationException(ValidationRules.MaxLength, "Parameter", 300); + } + if (Parameter.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Parameter", 1); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendBaseParameters.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendBaseParameters.cs index ca6eb593d55e3..d10de360a431f 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendBaseParameters.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendBaseParameters.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; @@ -103,11 +104,44 @@ public BackendBaseParameters() /// /// Validate the object. /// - /// + /// /// Thrown if validation fails /// public virtual void Validate() { + if (Title != null) + { + if (Title.Length > 300) + { + throw new ValidationException(ValidationRules.MaxLength, "Title", 300); + } + if (Title.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Title", 1); + } + } + if (Description != null) + { + if (Description.Length > 2000) + { + throw new ValidationException(ValidationRules.MaxLength, "Description", 2000); + } + if (Description.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Description", 1); + } + } + if (ResourceId != null) + { + if (ResourceId.Length > 2000) + { + throw new ValidationException(ValidationRules.MaxLength, "ResourceId", 2000); + } + if (ResourceId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "ResourceId", 1); + } + } if (Properties != null) { Properties.Validate(); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendContract.cs index 9c5746491fd63..3662dbc928270 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendContract.cs @@ -142,6 +142,39 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "Protocol"); } + if (Title != null) + { + if (Title.Length > 300) + { + throw new ValidationException(ValidationRules.MaxLength, "Title", 300); + } + if (Title.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Title", 1); + } + } + if (Description != null) + { + if (Description.Length > 2000) + { + throw new ValidationException(ValidationRules.MaxLength, "Description", 2000); + } + if (Description.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Description", 1); + } + } + if (ResourceId != null) + { + if (ResourceId.Length > 2000) + { + throw new ValidationException(ValidationRules.MaxLength, "ResourceId", 2000); + } + if (ResourceId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "ResourceId", 1); + } + } if (Properties != null) { Properties.Validate(); @@ -154,6 +187,17 @@ public virtual void Validate() { Proxy.Validate(); } + if (Url != null) + { + if (Url.Length > 2000) + { + throw new ValidationException(ValidationRules.MaxLength, "Url", 2000); + } + if (Url.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Url", 1); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendCredentialsContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendCredentialsContract.cs index bc51b2a4deefd..033637bf641a7 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendCredentialsContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendCredentialsContract.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Collections; using System.Collections.Generic; @@ -31,14 +32,17 @@ public BackendCredentialsContract() /// /// Initializes a new instance of the BackendCredentialsContract class. /// - /// List of Client Certificate - /// Thumbprint. + /// List of Client Certificate + /// Ids. + /// List of Client Certificate Thumbprints. + /// Will be ignored if certificatesIds are provided. /// Query Parameter description. /// Header Parameter description. /// Authorization header /// authentication - public BackendCredentialsContract(IList certificate = default(IList), IDictionary> query = default(IDictionary>), IDictionary> header = default(IDictionary>), BackendAuthorizationHeaderCredentials authorization = default(BackendAuthorizationHeaderCredentials)) + public BackendCredentialsContract(IList certificateIds = default(IList), IList certificate = default(IList), IDictionary> query = default(IDictionary>), IDictionary> header = default(IDictionary>), BackendAuthorizationHeaderCredentials authorization = default(BackendAuthorizationHeaderCredentials)) { + CertificateIds = certificateIds; Certificate = certificate; Query = query; Header = header; @@ -52,7 +56,14 @@ public BackendCredentialsContract() partial void CustomInit(); /// - /// Gets or sets list of Client Certificate Thumbprint. + /// Gets or sets list of Client Certificate Ids. + /// + [JsonProperty(PropertyName = "certificateIds")] + public IList CertificateIds { get; set; } + + /// + /// Gets or sets list of Client Certificate Thumbprints. Will be + /// ignored if certificatesIds are provided. /// [JsonProperty(PropertyName = "certificate")] public IList Certificate { get; set; } @@ -78,11 +89,25 @@ public BackendCredentialsContract() /// /// Validate the object. /// - /// + /// /// Thrown if validation fails /// public virtual void Validate() { + if (CertificateIds != null) + { + if (CertificateIds.Count > 32) + { + throw new ValidationException(ValidationRules.MaxItems, "CertificateIds", 32); + } + } + if (Certificate != null) + { + if (Certificate.Count > 32) + { + throw new ValidationException(ValidationRules.MaxItems, "Certificate", 32); + } + } if (Authorization != null) { Authorization.Validate(); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendProxyContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendProxyContract.cs index 519523e741540..13338776d03e2 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendProxyContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendProxyContract.cs @@ -86,6 +86,17 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "Url"); } + if (Url != null) + { + if (Url.Length > 2000) + { + throw new ValidationException(ValidationRules.MaxLength, "Url", 2000); + } + if (Url.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Url", 1); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendServiceFabricClusterProperties.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendServiceFabricClusterProperties.cs index a4180b0d10e9e..de3c2bf74e8d3 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendServiceFabricClusterProperties.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendServiceFabricClusterProperties.cs @@ -34,10 +34,13 @@ public BackendServiceFabricClusterProperties() /// Initializes a new instance of the /// BackendServiceFabricClusterProperties class. /// - /// The client certificate - /// thumbprint for the management endpoint. /// The cluster management /// endpoint. + /// The client certificate id for the + /// management endpoint. + /// The client certificate + /// thumbprint for the management endpoint. Will be ignored if + /// certificatesIds are provided /// Maximum number of /// retries while attempting resolve the partition. /// Thumbprints of @@ -45,8 +48,9 @@ public BackendServiceFabricClusterProperties() /// communication /// Server X509 Certificate Names /// Collection - public BackendServiceFabricClusterProperties(string clientCertificatethumbprint, IList managementEndpoints, int? maxPartitionResolutionRetries = default(int?), IList serverCertificateThumbprints = default(IList), IList serverX509Names = default(IList)) + public BackendServiceFabricClusterProperties(IList managementEndpoints, string clientCertificateId = default(string), string clientCertificatethumbprint = default(string), int? maxPartitionResolutionRetries = default(int?), IList serverCertificateThumbprints = default(IList), IList serverX509Names = default(IList)) { + ClientCertificateId = clientCertificateId; ClientCertificatethumbprint = clientCertificatethumbprint; MaxPartitionResolutionRetries = maxPartitionResolutionRetries; ManagementEndpoints = managementEndpoints; @@ -60,9 +64,15 @@ public BackendServiceFabricClusterProperties() /// partial void CustomInit(); + /// + /// Gets or sets the client certificate id for the management endpoint. + /// + [JsonProperty(PropertyName = "clientCertificateId")] + public string ClientCertificateId { get; set; } + /// /// Gets or sets the client certificate thumbprint for the management - /// endpoint. + /// endpoint. Will be ignored if certificatesIds are provided /// [JsonProperty(PropertyName = "clientCertificatethumbprint")] public string ClientCertificatethumbprint { get; set; } @@ -101,10 +111,6 @@ public BackendServiceFabricClusterProperties() /// public virtual void Validate() { - if (ClientCertificatethumbprint == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "ClientCertificatethumbprint"); - } if (ManagementEndpoints == null) { throw new ValidationException(ValidationRules.CannotBeNull, "ManagementEndpoints"); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendUpdateHeaders.cs new file mode 100644 index 0000000000000..76aca33918faa --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendUpdateHeaders.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Update operation. + /// + public partial class BackendUpdateHeaders + { + /// + /// Initializes a new instance of the BackendUpdateHeaders class. + /// + public BackendUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the BackendUpdateHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public BackendUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendUpdateParameters.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendUpdateParameters.cs index f5dc8676fce21..10414d288d8b9 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendUpdateParameters.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/BackendUpdateParameters.cs @@ -129,6 +129,39 @@ public BackendUpdateParameters() /// public virtual void Validate() { + if (Title != null) + { + if (Title.Length > 300) + { + throw new ValidationException(ValidationRules.MaxLength, "Title", 300); + } + if (Title.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Title", 1); + } + } + if (Description != null) + { + if (Description.Length > 2000) + { + throw new ValidationException(ValidationRules.MaxLength, "Description", 2000); + } + if (Description.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Description", 1); + } + } + if (ResourceId != null) + { + if (ResourceId.Length > 2000) + { + throw new ValidationException(ValidationRules.MaxLength, "ResourceId", 2000); + } + if (ResourceId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "ResourceId", 1); + } + } if (Properties != null) { Properties.Validate(); @@ -141,6 +174,17 @@ public virtual void Validate() { Proxy.Validate(); } + if (Url != null) + { + if (Url.Length > 2000) + { + throw new ValidationException(ValidationRules.MaxLength, "Url", 2000); + } + if (Url.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Url", 1); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/CacheContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/CacheContract.cs index a790374d79bc6..240a67f6fa9c2 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/CacheContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/CacheContract.cs @@ -34,6 +34,9 @@ public CacheContract() /// /// Runtime connection string to /// cache + /// Location identifier to use cache from + /// (should be either 'default' or valid Azure region + /// identifier) /// Resource ID. /// Resource name. /// Resource type for API Management @@ -41,11 +44,12 @@ public CacheContract() /// Cache description /// Original uri of entity in external system /// cache points to - public CacheContract(string connectionString, string id = default(string), string name = default(string), string type = default(string), string description = default(string), string resourceId = default(string)) + public CacheContract(string connectionString, string useFromLocation, string id = default(string), string name = default(string), string type = default(string), string description = default(string), string resourceId = default(string)) : base(id, name, type) { Description = description; ConnectionString = connectionString; + UseFromLocation = useFromLocation; ResourceId = resourceId; CustomInit(); } @@ -67,6 +71,13 @@ public CacheContract() [JsonProperty(PropertyName = "properties.connectionString")] public string ConnectionString { get; set; } + /// + /// Gets or sets location identifier to use cache from (should be + /// either 'default' or valid Azure region identifier) + /// + [JsonProperty(PropertyName = "properties.useFromLocation")] + public string UseFromLocation { get; set; } + /// /// Gets or sets original uri of entity in external system cache points /// to @@ -86,6 +97,38 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "ConnectionString"); } + if (UseFromLocation == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "UseFromLocation"); + } + if (Description != null) + { + if (Description.Length > 2000) + { + throw new ValidationException(ValidationRules.MaxLength, "Description", 2000); + } + } + if (ConnectionString != null) + { + if (ConnectionString.Length > 300) + { + throw new ValidationException(ValidationRules.MaxLength, "ConnectionString", 300); + } + } + if (UseFromLocation != null) + { + if (UseFromLocation.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "UseFromLocation", 256); + } + } + if (ResourceId != null) + { + if (ResourceId.Length > 2000) + { + throw new ValidationException(ValidationRules.MaxLength, "ResourceId", 2000); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/CacheUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/CacheUpdateHeaders.cs new file mode 100644 index 0000000000000..6a2dc7bbbda2a --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/CacheUpdateHeaders.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Update operation. + /// + public partial class CacheUpdateHeaders + { + /// + /// Initializes a new instance of the CacheUpdateHeaders class. + /// + public CacheUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the CacheUpdateHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public CacheUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/CacheUpdateParameters.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/CacheUpdateParameters.cs index 86ffc8386fc83..92aed25847f1c 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/CacheUpdateParameters.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/CacheUpdateParameters.cs @@ -35,12 +35,16 @@ public CacheUpdateParameters() /// Cache description /// Runtime connection string to /// cache + /// Location identifier to use cache from + /// (should be either 'default' or valid Azure region + /// identifier) /// Original uri of entity in external system /// cache points to - public CacheUpdateParameters(string description = default(string), string connectionString = default(string), string resourceId = default(string)) + public CacheUpdateParameters(string description = default(string), string connectionString = default(string), string useFromLocation = default(string), string resourceId = default(string)) { Description = description; ConnectionString = connectionString; + UseFromLocation = useFromLocation; ResourceId = resourceId; CustomInit(); } @@ -62,6 +66,13 @@ public CacheUpdateParameters() [JsonProperty(PropertyName = "properties.connectionString")] public string ConnectionString { get; set; } + /// + /// Gets or sets location identifier to use cache from (should be + /// either 'default' or valid Azure region identifier) + /// + [JsonProperty(PropertyName = "properties.useFromLocation")] + public string UseFromLocation { get; set; } + /// /// Gets or sets original uri of entity in external system cache points /// to @@ -69,5 +80,42 @@ public CacheUpdateParameters() [JsonProperty(PropertyName = "properties.resourceId")] public string ResourceId { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Description != null) + { + if (Description.Length > 2000) + { + throw new ValidationException(ValidationRules.MaxLength, "Description", 2000); + } + } + if (ConnectionString != null) + { + if (ConnectionString.Length > 300) + { + throw new ValidationException(ValidationRules.MaxLength, "ConnectionString", 300); + } + } + if (UseFromLocation != null) + { + if (UseFromLocation.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "UseFromLocation", 256); + } + } + if (ResourceId != null) + { + if (ResourceId.Length > 2000) + { + throw new ValidationException(ValidationRules.MaxLength, "ResourceId", 2000); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/CertificateContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/CertificateContract.cs index 979632bc6ee86..508ecccab23f3 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/CertificateContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/CertificateContract.cs @@ -42,12 +42,15 @@ public CertificateContract() /// Resource name. /// Resource type for API Management /// resource. - public CertificateContract(string subject, string thumbprint, System.DateTime expirationDate, string id = default(string), string name = default(string), string type = default(string)) + /// KeyVault location details of the + /// certificate. + public CertificateContract(string subject, string thumbprint, System.DateTime expirationDate, string id = default(string), string name = default(string), string type = default(string), KeyVaultContractProperties keyVault = default(KeyVaultContractProperties)) : base(id, name, type) { Subject = subject; Thumbprint = thumbprint; ExpirationDate = expirationDate; + KeyVault = keyVault; CustomInit(); } @@ -77,6 +80,12 @@ public CertificateContract() [JsonProperty(PropertyName = "properties.expirationDate")] public System.DateTime ExpirationDate { get; set; } + /// + /// Gets or sets keyVault location details of the certificate. + /// + [JsonProperty(PropertyName = "properties.keyVault")] + public KeyVaultContractProperties KeyVault { get; set; } + /// /// Validate the object. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/CertificateCreateOrUpdateParameters.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/CertificateCreateOrUpdateParameters.cs index 5d98108a6484f..14c2a6b9ff477 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/CertificateCreateOrUpdateParameters.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/CertificateCreateOrUpdateParameters.cs @@ -37,10 +37,13 @@ public CertificateCreateOrUpdateParameters() /// Base 64 encoded certificate using the /// application/x-pkcs12 representation. /// Password for the Certificate - public CertificateCreateOrUpdateParameters(string data, string password) + /// KeyVault location details of the + /// certificate. + public CertificateCreateOrUpdateParameters(string data = default(string), string password = default(string), KeyVaultContractCreateProperties keyVault = default(KeyVaultContractCreateProperties)) { Data = data; Password = password; + KeyVault = keyVault; CustomInit(); } @@ -63,21 +66,10 @@ public CertificateCreateOrUpdateParameters(string data, string password) public string Password { get; set; } /// - /// Validate the object. + /// Gets or sets keyVault location details of the certificate. /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (Data == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "Data"); - } - if (Password == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "Password"); - } - } + [JsonProperty(PropertyName = "properties.keyVault")] + public KeyVaultContractCreateProperties KeyVault { get; set; } + } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/CertificateRefreshSecretHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/CertificateRefreshSecretHeaders.cs new file mode 100644 index 0000000000000..1530d0dc3ad1e --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/CertificateRefreshSecretHeaders.cs @@ -0,0 +1,55 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for RefreshSecret operation. + /// + public partial class CertificateRefreshSecretHeaders + { + /// + /// Initializes a new instance of the CertificateRefreshSecretHeaders + /// class. + /// + public CertificateRefreshSecretHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the CertificateRefreshSecretHeaders + /// class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public CertificateRefreshSecretHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ConnectivityStatusContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ConnectivityStatusContract.cs index aed42db0e8004..05d3d6365f774 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ConnectivityStatusContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ConnectivityStatusContract.cs @@ -49,15 +49,19 @@ public ConnectivityStatusContract() /// vice-versa. The date conforms to the following format: /// `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard. /// + /// Resource Type. + /// Whether this is optional. /// Error details of the connectivity to the /// resource. - public ConnectivityStatusContract(string name, string status, System.DateTime lastUpdated, System.DateTime lastStatusChange, string error = default(string)) + public ConnectivityStatusContract(string name, string status, System.DateTime lastUpdated, System.DateTime lastStatusChange, string resourceType, bool isOptional, string error = default(string)) { Name = name; Status = status; Error = error; LastUpdated = lastUpdated; LastStatusChange = lastStatusChange; + ResourceType = resourceType; + IsOptional = isOptional; CustomInit(); } @@ -109,6 +113,18 @@ public ConnectivityStatusContract() [JsonProperty(PropertyName = "lastStatusChange")] public System.DateTime LastStatusChange { get; set; } + /// + /// Gets or sets resource Type. + /// + [JsonProperty(PropertyName = "resourceType")] + public string ResourceType { get; set; } + + /// + /// Gets or sets whether this is optional. + /// + [JsonProperty(PropertyName = "isOptional")] + public bool IsOptional { get; set; } + /// /// Validate the object. /// @@ -125,6 +141,17 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "Status"); } + if (ResourceType == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "ResourceType"); + } + if (Name != null) + { + if (Name.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Name", 1); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentFormat.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentFormat.cs index 0ee9899e6de5a..12f48c4c9ba75 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentFormat.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentFormat.cs @@ -26,11 +26,12 @@ public static class ContentFormat /// public const string WadlLinkJson = "wadl-link-json"; /// - /// The contents are inline and Content Type is a OpenApi 2.0 Document. + /// The contents are inline and Content Type is a OpenAPI 2.0 JSON + /// Document. /// public const string SwaggerJson = "swagger-json"; /// - /// The Open Api 2.0 document is hosted on a publicly accessible + /// The OpenAPI 2.0 JSON document is hosted on a publicly accessible /// internet address. /// public const string SwaggerLinkJson = "swagger-link-json"; @@ -44,22 +45,22 @@ public static class ContentFormat /// public const string WsdlLink = "wsdl-link"; /// - /// The contents are inline and Content Type is a OpenApi 3.0 Document - /// in YAML format. + /// The contents are inline and Content Type is a OpenAPI 3.0 YAML + /// Document. /// public const string Openapi = "openapi"; /// - /// The contents are inline and Content Type is a OpenApi 3.0 Document - /// in JSON format. + /// The contents are inline and Content Type is a OpenAPI 3.0 JSON + /// Document. /// public const string Openapijson = "openapi+json"; /// - /// The Open Api 3.0 document is hosted on a publicly accessible + /// The OpenAPI 3.0 YAML document is hosted on a publicly accessible /// internet address. /// public const string OpenapiLink = "openapi-link"; /// - /// The Open Api 3.0 Json document is hosted on a publicly accessible + /// The OpenAPI 3.0 JSON document is hosted on a publicly accessible /// internet address. /// public const string OpenapijsonLink = "openapi+json-link"; diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentItemContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentItemContract.cs new file mode 100644 index 0000000000000..406c2081442d3 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentItemContract.cs @@ -0,0 +1,58 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Content type contract details. + /// + public partial class ContentItemContract : Resource + { + /// + /// Initializes a new instance of the ContentItemContract class. + /// + public ContentItemContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ContentItemContract class. + /// + /// Resource ID. + /// Resource name. + /// Resource type for API Management + /// resource. + /// Properties of the content item. + public ContentItemContract(string id = default(string), string name = default(string), string type = default(string), IDictionary properties = default(IDictionary)) + : base(id, name, type) + { + Properties = properties; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets properties of the content item. + /// + [JsonProperty(PropertyName = "properties")] + public IDictionary Properties { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentItemCreateOrUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentItemCreateOrUpdateHeaders.cs new file mode 100644 index 0000000000000..47b07c1155b8a --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentItemCreateOrUpdateHeaders.cs @@ -0,0 +1,55 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for CreateOrUpdate operation. + /// + public partial class ContentItemCreateOrUpdateHeaders + { + /// + /// Initializes a new instance of the ContentItemCreateOrUpdateHeaders + /// class. + /// + public ContentItemCreateOrUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ContentItemCreateOrUpdateHeaders + /// class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public ContentItemCreateOrUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentItemGetEntityTagHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentItemGetEntityTagHeaders.cs new file mode 100644 index 0000000000000..3bc2096aafab3 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentItemGetEntityTagHeaders.cs @@ -0,0 +1,55 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for GetEntityTag operation. + /// + public partial class ContentItemGetEntityTagHeaders + { + /// + /// Initializes a new instance of the ContentItemGetEntityTagHeaders + /// class. + /// + public ContentItemGetEntityTagHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ContentItemGetEntityTagHeaders + /// class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public ContentItemGetEntityTagHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TenantAccessGitGetHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentItemGetHeaders.cs similarity index 80% rename from sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TenantAccessGitGetHeaders.cs rename to sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentItemGetHeaders.cs index ba195019d71d6..8cf2c8d9ee6b1 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TenantAccessGitGetHeaders.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentItemGetHeaders.cs @@ -16,22 +16,22 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// /// Defines headers for Get operation. /// - public partial class TenantAccessGitGetHeaders + public partial class ContentItemGetHeaders { /// - /// Initializes a new instance of the TenantAccessGitGetHeaders class. + /// Initializes a new instance of the ContentItemGetHeaders class. /// - public TenantAccessGitGetHeaders() + public ContentItemGetHeaders() { CustomInit(); } /// - /// Initializes a new instance of the TenantAccessGitGetHeaders class. + /// Initializes a new instance of the ContentItemGetHeaders class. /// /// Current entity state version. Should be treated /// as opaque and used to make conditional HTTP requests. - public TenantAccessGitGetHeaders(string eTag = default(string)) + public ContentItemGetHeaders(string eTag = default(string)) { ETag = eTag; CustomInit(); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentTypeContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentTypeContract.cs new file mode 100644 index 0000000000000..5ed97c533082f --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentTypeContract.cs @@ -0,0 +1,92 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Content type contract details. + /// + [Rest.Serialization.JsonTransformation] + public partial class ContentTypeContract : Resource + { + /// + /// Initializes a new instance of the ContentTypeContract class. + /// + public ContentTypeContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ContentTypeContract class. + /// + /// Resource ID. + /// Resource name. + /// Resource type for API Management + /// resource. + /// Content type identifier + /// Content type name. Must be 1 + /// to 250 characters long. + /// Content type description. + /// Content type schema. + /// Content type version. + public ContentTypeContract(string id = default(string), string name = default(string), string type = default(string), string contentTypeContractId = default(string), string contentTypeContractName = default(string), string description = default(string), object schema = default(object), string version = default(string)) + : base(id, name, type) + { + ContentTypeContractId = contentTypeContractId; + ContentTypeContractName = contentTypeContractName; + Description = description; + Schema = schema; + Version = version; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets content type identifier + /// + [JsonProperty(PropertyName = "properties.id")] + public string ContentTypeContractId { get; set; } + + /// + /// Gets or sets content type name. Must be 1 to 250 characters long. + /// + [JsonProperty(PropertyName = "properties.name")] + public string ContentTypeContractName { get; set; } + + /// + /// Gets or sets content type description. + /// + [JsonProperty(PropertyName = "properties.description")] + public string Description { get; set; } + + /// + /// Gets or sets content type schema. + /// + [JsonProperty(PropertyName = "properties.schema")] + public object Schema { get; set; } + + /// + /// Gets or sets content type version. + /// + [JsonProperty(PropertyName = "properties.version")] + public string Version { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentTypeCreateOrUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentTypeCreateOrUpdateHeaders.cs new file mode 100644 index 0000000000000..6545987d95f3f --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentTypeCreateOrUpdateHeaders.cs @@ -0,0 +1,55 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for CreateOrUpdate operation. + /// + public partial class ContentTypeCreateOrUpdateHeaders + { + /// + /// Initializes a new instance of the ContentTypeCreateOrUpdateHeaders + /// class. + /// + public ContentTypeCreateOrUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ContentTypeCreateOrUpdateHeaders + /// class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public ContentTypeCreateOrUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentTypeGetHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentTypeGetHeaders.cs new file mode 100644 index 0000000000000..c6ff1f015d54f --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ContentTypeGetHeaders.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Get operation. + /// + public partial class ContentTypeGetHeaders + { + /// + /// Initializes a new instance of the ContentTypeGetHeaders class. + /// + public ContentTypeGetHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ContentTypeGetHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public ContentTypeGetHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/DataMasking.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/DataMasking.cs new file mode 100644 index 0000000000000..4322b71f6df1f --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/DataMasking.cs @@ -0,0 +1,59 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + public partial class DataMasking + { + /// + /// Initializes a new instance of the DataMasking class. + /// + public DataMasking() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the DataMasking class. + /// + /// Masking settings for Url query + /// parameters + /// Masking settings for headers + public DataMasking(IList queryParams = default(IList), IList headers = default(IList)) + { + QueryParams = queryParams; + Headers = headers; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets masking settings for Url query parameters + /// + [JsonProperty(PropertyName = "queryParams")] + public IList QueryParams { get; set; } + + /// + /// Gets or sets masking settings for headers + /// + [JsonProperty(PropertyName = "headers")] + public IList Headers { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/DataMaskingEntity.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/DataMaskingEntity.cs new file mode 100644 index 0000000000000..8bcbf3ebd3dcd --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/DataMaskingEntity.cs @@ -0,0 +1,60 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + public partial class DataMaskingEntity + { + /// + /// Initializes a new instance of the DataMaskingEntity class. + /// + public DataMaskingEntity() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the DataMaskingEntity class. + /// + /// The name of an entity to mask (e.g. a name of a + /// header or a query parameter). + /// Data masking mode. Possible values include: + /// 'Mask', 'Hide' + public DataMaskingEntity(string value = default(string), string mode = default(string)) + { + Value = value; + Mode = mode; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the name of an entity to mask (e.g. a name of a header + /// or a query parameter). + /// + [JsonProperty(PropertyName = "value")] + public string Value { get; set; } + + /// + /// Gets or sets data masking mode. Possible values include: 'Mask', + /// 'Hide' + /// + [JsonProperty(PropertyName = "mode")] + public string Mode { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/DataMaskingMode.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/DataMaskingMode.cs new file mode 100644 index 0000000000000..8db1a58fbbf0c --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/DataMaskingMode.cs @@ -0,0 +1,28 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + + /// + /// Defines values for DataMaskingMode. + /// + public static class DataMaskingMode + { + /// + /// Mask the value of an entity. + /// + public const string Mask = "Mask"; + /// + /// Hide the presence of an entity. + /// + public const string Hide = "Hide"; + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/DeletedServiceContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/DeletedServiceContract.cs new file mode 100644 index 0000000000000..923423de0aa10 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/DeletedServiceContract.cs @@ -0,0 +1,94 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Deleted Api Management Service information. + /// + [Rest.Serialization.JsonTransformation] + public partial class DeletedServiceContract : Resource + { + /// + /// Initializes a new instance of the DeletedServiceContract class. + /// + public DeletedServiceContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the DeletedServiceContract class. + /// + /// Resource ID. + /// Resource name. + /// Resource type for API Management + /// resource. + /// Fully-qualified API Management Service + /// Resource ID + /// UTC Date and Time when the service + /// will be automatically purged. The date conforms to the following + /// format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 + /// standard. + /// UTC Timestamp when the service was + /// soft-deleted. The date conforms to the following format: + /// yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard. + /// Api Management Service Master + /// Location. + public DeletedServiceContract(string id = default(string), string name = default(string), string type = default(string), string serviceId = default(string), System.DateTime? scheduledPurgeDate = default(System.DateTime?), System.DateTime? deletionDate = default(System.DateTime?), string location = default(string)) + : base(id, name, type) + { + ServiceId = serviceId; + ScheduledPurgeDate = scheduledPurgeDate; + DeletionDate = deletionDate; + Location = location; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets fully-qualified API Management Service Resource ID + /// + [JsonProperty(PropertyName = "properties.serviceId")] + public string ServiceId { get; set; } + + /// + /// Gets or sets UTC Date and Time when the service will be + /// automatically purged. The date conforms to the following format: + /// yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard. + /// + [JsonProperty(PropertyName = "properties.scheduledPurgeDate")] + public System.DateTime? ScheduledPurgeDate { get; set; } + + /// + /// Gets or sets UTC Timestamp when the service was soft-deleted. The + /// date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as + /// specified by the ISO 8601 standard. + /// + [JsonProperty(PropertyName = "properties.deletionDate")] + public System.DateTime? DeletionDate { get; set; } + + /// + /// Gets api Management Service Master Location. + /// + [JsonProperty(PropertyName = "location")] + public string Location { get; private set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/DiagnosticContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/DiagnosticContract.cs index e22df586e42db..33fd0fe0b237c 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/DiagnosticContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/DiagnosticContract.cs @@ -53,7 +53,10 @@ public DiagnosticContract() /// The verbosity level applied to traces /// emitted by trace policies. Possible values include: 'verbose', /// 'information', 'error' - public DiagnosticContract(string loggerId, string id = default(string), string name = default(string), string type = default(string), string alwaysLog = default(string), SamplingSettings sampling = default(SamplingSettings), PipelineDiagnosticSettings frontend = default(PipelineDiagnosticSettings), PipelineDiagnosticSettings backend = default(PipelineDiagnosticSettings), bool? logClientIp = default(bool?), string httpCorrelationProtocol = default(string), string verbosity = default(string)) + /// The format of the Operation Name + /// for Application Insights telemetries. Default is Name. Possible + /// values include: 'Name', 'Url' + public DiagnosticContract(string loggerId, string id = default(string), string name = default(string), string type = default(string), string alwaysLog = default(string), SamplingSettings sampling = default(SamplingSettings), PipelineDiagnosticSettings frontend = default(PipelineDiagnosticSettings), PipelineDiagnosticSettings backend = default(PipelineDiagnosticSettings), bool? logClientIp = default(bool?), string httpCorrelationProtocol = default(string), string verbosity = default(string), string operationNameFormat = default(string)) : base(id, name, type) { AlwaysLog = alwaysLog; @@ -64,6 +67,7 @@ public DiagnosticContract() LogClientIp = logClientIp; HttpCorrelationProtocol = httpCorrelationProtocol; Verbosity = verbosity; + OperationNameFormat = operationNameFormat; CustomInit(); } @@ -127,6 +131,14 @@ public DiagnosticContract() [JsonProperty(PropertyName = "properties.verbosity")] public string Verbosity { get; set; } + /// + /// Gets or sets the format of the Operation Name for Application + /// Insights telemetries. Default is Name. Possible values include: + /// 'Name', 'Url' + /// + [JsonProperty(PropertyName = "properties.operationNameFormat")] + public string OperationNameFormat { get; set; } + /// /// Validate the object. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/DiagnosticUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/DiagnosticUpdateHeaders.cs new file mode 100644 index 0000000000000..51794f54e9c98 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/DiagnosticUpdateHeaders.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Update operation. + /// + public partial class DiagnosticUpdateHeaders + { + /// + /// Initializes a new instance of the DiagnosticUpdateHeaders class. + /// + public DiagnosticUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the DiagnosticUpdateHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public DiagnosticUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/EmailTemplateContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/EmailTemplateContract.cs index a3f02ae3cbc5f..6ba6bb8c0a518 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/EmailTemplateContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/EmailTemplateContract.cs @@ -117,6 +117,34 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "Body"); } + if (Subject != null) + { + if (Subject.Length > 1000) + { + throw new ValidationException(ValidationRules.MaxLength, "Subject", 1000); + } + if (Subject.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Subject", 1); + } + } + if (Body != null) + { + if (Body.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Body", 1); + } + } + if (Parameters != null) + { + foreach (var element in Parameters) + { + if (element != null) + { + element.Validate(); + } + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/EmailTemplateParametersContractProperties.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/EmailTemplateParametersContractProperties.cs index 647bed46e0be2..c306d22bcb58e 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/EmailTemplateParametersContractProperties.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/EmailTemplateParametersContractProperties.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; @@ -65,5 +66,55 @@ public EmailTemplateParametersContractProperties() [JsonProperty(PropertyName = "description")] public string Description { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Name != null) + { + if (Name.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "Name", 256); + } + if (Name.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Name", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(Name, "^[A-Za-z0-9-._]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "Name", "^[A-Za-z0-9-._]+$"); + } + } + if (Title != null) + { + if (Title.Length > 4096) + { + throw new ValidationException(ValidationRules.MaxLength, "Title", 4096); + } + if (Title.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Title", 1); + } + } + if (Description != null) + { + if (Description.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "Description", 256); + } + if (Description.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Description", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(Description, "^[A-Za-z0-9-._]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "Description", "^[A-Za-z0-9-._]+$"); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/EmailTemplateUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/EmailTemplateUpdateHeaders.cs new file mode 100644 index 0000000000000..8572c3b25f68c --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/EmailTemplateUpdateHeaders.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Update operation. + /// + public partial class EmailTemplateUpdateHeaders + { + /// + /// Initializes a new instance of the EmailTemplateUpdateHeaders class. + /// + public EmailTemplateUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the EmailTemplateUpdateHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public EmailTemplateUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/EmailTemplateUpdateParameters.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/EmailTemplateUpdateParameters.cs index ac21c482ee627..f9c6390994ef5 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/EmailTemplateUpdateParameters.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/EmailTemplateUpdateParameters.cs @@ -88,5 +88,42 @@ public EmailTemplateUpdateParameters() [JsonProperty(PropertyName = "properties.parameters")] public IList Parameters { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Subject != null) + { + if (Subject.Length > 1000) + { + throw new ValidationException(ValidationRules.MaxLength, "Subject", 1000); + } + if (Subject.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Subject", 1); + } + } + if (Body != null) + { + if (Body.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Body", 1); + } + } + if (Parameters != null) + { + foreach (var element in Parameters) + { + if (element != null) + { + element.Validate(); + } + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ExportFormat.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ExportFormat.cs index e807228371b38..1bf9853e85ea1 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ExportFormat.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ExportFormat.cs @@ -17,8 +17,8 @@ namespace Microsoft.Azure.Management.ApiManagement.Models public static class ExportFormat { /// - /// Export the Api Definition in OpenApi Specification 2.0 format to - /// the Storage Blob. + /// Export the Api Definition in OpenAPI 2.0 Specification as JSON + /// document to the Storage Blob. /// public const string Swagger = "swagger-link"; /// @@ -31,12 +31,12 @@ public static class ExportFormat /// public const string Wadl = "wadl-link"; /// - /// Export the Api Definition in OpenApi Specification 3.0 to Storage - /// Blob. + /// Export the Api Definition in OpenAPI 3.0 Specification as YAML + /// document to Storage Blob. /// public const string Openapi = "openapi-link"; /// - /// Export the Api Definition in OpenApi Specification 3.0 as JSON + /// Export the Api Definition in OpenAPI 3.0 Specification as JSON /// document to Storage Blob. /// public const string OpenapiJson = "openapi+json-link"; diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GatewayCertificateAuthorityContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GatewayCertificateAuthorityContract.cs new file mode 100644 index 0000000000000..98ab28d50529b --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GatewayCertificateAuthorityContract.cs @@ -0,0 +1,62 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Gateway certificate authority details. + /// + [Rest.Serialization.JsonTransformation] + public partial class GatewayCertificateAuthorityContract : Resource + { + /// + /// Initializes a new instance of the + /// GatewayCertificateAuthorityContract class. + /// + public GatewayCertificateAuthorityContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// GatewayCertificateAuthorityContract class. + /// + /// Resource ID. + /// Resource name. + /// Resource type for API Management + /// resource. + /// Determines whether certificate authority is + /// trusted. + public GatewayCertificateAuthorityContract(string id = default(string), string name = default(string), string type = default(string), bool? isTrusted = default(bool?)) + : base(id, name, type) + { + IsTrusted = isTrusted; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets determines whether certificate authority is trusted. + /// + [JsonProperty(PropertyName = "properties.isTrusted")] + public bool? IsTrusted { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GatewayCertificateAuthorityCreateOrUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GatewayCertificateAuthorityCreateOrUpdateHeaders.cs new file mode 100644 index 0000000000000..c062f6179f4d3 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GatewayCertificateAuthorityCreateOrUpdateHeaders.cs @@ -0,0 +1,55 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for CreateOrUpdate operation. + /// + public partial class GatewayCertificateAuthorityCreateOrUpdateHeaders + { + /// + /// Initializes a new instance of the + /// GatewayCertificateAuthorityCreateOrUpdateHeaders class. + /// + public GatewayCertificateAuthorityCreateOrUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// GatewayCertificateAuthorityCreateOrUpdateHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public GatewayCertificateAuthorityCreateOrUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GatewayCertificateAuthorityGetEntityTagHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GatewayCertificateAuthorityGetEntityTagHeaders.cs new file mode 100644 index 0000000000000..7ba68b8e793af --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GatewayCertificateAuthorityGetEntityTagHeaders.cs @@ -0,0 +1,55 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for GetEntityTag operation. + /// + public partial class GatewayCertificateAuthorityGetEntityTagHeaders + { + /// + /// Initializes a new instance of the + /// GatewayCertificateAuthorityGetEntityTagHeaders class. + /// + public GatewayCertificateAuthorityGetEntityTagHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// GatewayCertificateAuthorityGetEntityTagHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public GatewayCertificateAuthorityGetEntityTagHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GatewayCertificateAuthorityGetHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GatewayCertificateAuthorityGetHeaders.cs new file mode 100644 index 0000000000000..adaa409f28001 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GatewayCertificateAuthorityGetHeaders.cs @@ -0,0 +1,55 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Get operation. + /// + public partial class GatewayCertificateAuthorityGetHeaders + { + /// + /// Initializes a new instance of the + /// GatewayCertificateAuthorityGetHeaders class. + /// + public GatewayCertificateAuthorityGetHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// GatewayCertificateAuthorityGetHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public GatewayCertificateAuthorityGetHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GatewayContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GatewayContract.cs index b5275735097a7..62a7f552a44ba 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GatewayContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GatewayContract.cs @@ -75,6 +75,13 @@ public virtual void Validate() { LocationData.Validate(); } + if (Description != null) + { + if (Description.Length > 1000) + { + throw new ValidationException(ValidationRules.MaxLength, "Description", 1000); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GatewayHostnameConfigurationContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GatewayHostnameConfigurationContract.cs index d402ea02ce1c9..7add2302780f6 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GatewayHostnameConfigurationContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GatewayHostnameConfigurationContract.cs @@ -44,12 +44,21 @@ public GatewayHostnameConfigurationContract() /// will be used for TLS connection establishment /// Determines whether gateway /// requests client certificate - public GatewayHostnameConfigurationContract(string id = default(string), string name = default(string), string type = default(string), string hostname = default(string), string certificateId = default(string), bool? negotiateClientCertificate = default(bool?)) + /// Specifies if TLS 1.0 is + /// supported + /// Specifies if TLS 1.1 is + /// supported + /// Specifies if HTTP/2.0 is + /// supported + public GatewayHostnameConfigurationContract(string id = default(string), string name = default(string), string type = default(string), string hostname = default(string), string certificateId = default(string), bool? negotiateClientCertificate = default(bool?), bool? tls10Enabled = default(bool?), bool? tls11Enabled = default(bool?), bool? http2Enabled = default(bool?)) : base(id, name, type) { Hostname = hostname; CertificateId = certificateId; NegotiateClientCertificate = negotiateClientCertificate; + Tls10Enabled = tls10Enabled; + Tls11Enabled = tls11Enabled; + Http2Enabled = http2Enabled; CustomInit(); } @@ -78,5 +87,23 @@ public GatewayHostnameConfigurationContract() [JsonProperty(PropertyName = "properties.negotiateClientCertificate")] public bool? NegotiateClientCertificate { get; set; } + /// + /// Gets or sets specifies if TLS 1.0 is supported + /// + [JsonProperty(PropertyName = "properties.tls10Enabled")] + public bool? Tls10Enabled { get; set; } + + /// + /// Gets or sets specifies if TLS 1.1 is supported + /// + [JsonProperty(PropertyName = "properties.tls11Enabled")] + public bool? Tls11Enabled { get; set; } + + /// + /// Gets or sets specifies if HTTP/2.0 is supported + /// + [JsonProperty(PropertyName = "properties.http2Enabled")] + public bool? Http2Enabled { get; set; } + } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GatewayUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GatewayUpdateHeaders.cs new file mode 100644 index 0000000000000..7b127d0e04484 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GatewayUpdateHeaders.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Update operation. + /// + public partial class GatewayUpdateHeaders + { + /// + /// Initializes a new instance of the GatewayUpdateHeaders class. + /// + public GatewayUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the GatewayUpdateHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public GatewayUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GroupContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GroupContract.cs index 4e0add48e7a1e..e17fe5e13ffbf 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GroupContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GroupContract.cs @@ -113,6 +113,24 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "DisplayName"); } + if (DisplayName != null) + { + if (DisplayName.Length > 300) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 300); + } + if (DisplayName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "DisplayName", 1); + } + } + if (Description != null) + { + if (Description.Length > 1000) + { + throw new ValidationException(ValidationRules.MaxLength, "Description", 1000); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GroupContractProperties.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GroupContractProperties.cs index 56600211e4378..07c97234a6f21 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GroupContractProperties.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GroupContractProperties.cs @@ -106,6 +106,24 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "DisplayName"); } + if (DisplayName != null) + { + if (DisplayName.Length > 300) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 300); + } + if (DisplayName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "DisplayName", 1); + } + } + if (Description != null) + { + if (Description.Length > 1000) + { + throw new ValidationException(ValidationRules.MaxLength, "Description", 1000); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GroupCreateParameters.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GroupCreateParameters.cs index 94b6e59419455..2dbe8fc20697a 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GroupCreateParameters.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GroupCreateParameters.cs @@ -96,6 +96,17 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "DisplayName"); } + if (DisplayName != null) + { + if (DisplayName.Length > 300) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 300); + } + if (DisplayName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "DisplayName", 1); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GroupUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GroupUpdateHeaders.cs new file mode 100644 index 0000000000000..bc2e14a635a6b --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GroupUpdateHeaders.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Update operation. + /// + public partial class GroupUpdateHeaders + { + /// + /// Initializes a new instance of the GroupUpdateHeaders class. + /// + public GroupUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the GroupUpdateHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public GroupUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GroupUpdateParameters.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GroupUpdateParameters.cs index 2dcf2a1c1c6e2..8d236c2893ec2 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GroupUpdateParameters.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/GroupUpdateParameters.cs @@ -84,5 +84,25 @@ public GroupUpdateParameters() [JsonProperty(PropertyName = "properties.externalId")] public string ExternalId { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (DisplayName != null) + { + if (DisplayName.Length > 300) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 300); + } + if (DisplayName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "DisplayName", 1); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/HostnameConfiguration.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/HostnameConfiguration.cs index 21e5dac3e22f2..e59d20fe3ab65 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/HostnameConfiguration.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/HostnameConfiguration.cs @@ -37,8 +37,11 @@ public HostnameConfiguration() /// Url to the KeyVault Secret containing the /// Ssl Certificate. If absolute Url containing version is provided, /// auto-update of ssl certificate will not work. This requires Api - /// Management service to be configured with MSI. The secret should be - /// of type *application/x-pkcs12* + /// Management service to be configured with aka.ms/apimmsi. The secret + /// should be of type *application/x-pkcs12* + /// System or User Assigned Managed + /// identity clientId as generated by Azure AD, which has GET access to + /// the keyVault containing the SSL certificate. /// Base64 Encoded /// certificate. /// Certificate Password. @@ -53,11 +56,12 @@ public HostnameConfiguration() /// negotiate client certificate on the hostname. Default Value is /// false. /// Certificate information. - public HostnameConfiguration(string type, string hostName, string keyVaultId = default(string), string encodedCertificate = default(string), string certificatePassword = default(string), bool? defaultSslBinding = default(bool?), bool? negotiateClientCertificate = default(bool?), CertificateInformation certificate = default(CertificateInformation)) + public HostnameConfiguration(string type, string hostName, string keyVaultId = default(string), string identityClientId = default(string), string encodedCertificate = default(string), string certificatePassword = default(string), bool? defaultSslBinding = default(bool?), bool? negotiateClientCertificate = default(bool?), CertificateInformation certificate = default(CertificateInformation)) { Type = type; HostName = hostName; KeyVaultId = keyVaultId; + IdentityClientId = identityClientId; EncodedCertificate = encodedCertificate; CertificatePassword = certificatePassword; DefaultSslBinding = defaultSslBinding; @@ -88,12 +92,20 @@ public HostnameConfiguration() /// Gets or sets url to the KeyVault Secret containing the Ssl /// Certificate. If absolute Url containing version is provided, /// auto-update of ssl certificate will not work. This requires Api - /// Management service to be configured with MSI. The secret should be - /// of type *application/x-pkcs12* + /// Management service to be configured with aka.ms/apimmsi. The secret + /// should be of type *application/x-pkcs12* /// [JsonProperty(PropertyName = "keyVaultId")] public string KeyVaultId { get; set; } + /// + /// Gets or sets system or User Assigned Managed identity clientId as + /// generated by Azure AD, which has GET access to the keyVault + /// containing the SSL certificate. + /// + [JsonProperty(PropertyName = "identityClientId")] + public string IdentityClientId { get; set; } + /// /// Gets or sets base64 Encoded certificate. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/HttpMessageDiagnostic.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/HttpMessageDiagnostic.cs index f7d24049ac886..a080427cd0fda 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/HttpMessageDiagnostic.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/HttpMessageDiagnostic.cs @@ -33,10 +33,12 @@ public HttpMessageDiagnostic() /// /// Array of HTTP Headers to log. /// Body logging settings. - public HttpMessageDiagnostic(IList headers = default(IList), BodyDiagnosticSettings body = default(BodyDiagnosticSettings)) + /// Data masking settings. + public HttpMessageDiagnostic(IList headers = default(IList), BodyDiagnosticSettings body = default(BodyDiagnosticSettings), DataMasking dataMasking = default(DataMasking)) { Headers = headers; Body = body; + DataMasking = dataMasking; CustomInit(); } @@ -57,6 +59,12 @@ public HttpMessageDiagnostic() [JsonProperty(PropertyName = "body")] public BodyDiagnosticSettings Body { get; set; } + /// + /// Gets or sets data masking settings. + /// + [JsonProperty(PropertyName = "dataMasking")] + public DataMasking DataMasking { get; set; } + /// /// Validate the object. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/IdentityProviderBaseParameters.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/IdentityProviderBaseParameters.cs index 8c4f0535ae050..f591f52b47c0c 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/IdentityProviderBaseParameters.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/IdentityProviderBaseParameters.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Collections; using System.Collections.Generic; @@ -125,5 +126,49 @@ public IdentityProviderBaseParameters() [JsonProperty(PropertyName = "passwordResetPolicyName")] public string PasswordResetPolicyName { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (AllowedTenants != null) + { + if (AllowedTenants.Count > 32) + { + throw new ValidationException(ValidationRules.MaxItems, "AllowedTenants", 32); + } + } + if (SignupPolicyName != null) + { + if (SignupPolicyName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "SignupPolicyName", 1); + } + } + if (SigninPolicyName != null) + { + if (SigninPolicyName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "SigninPolicyName", 1); + } + } + if (ProfileEditingPolicyName != null) + { + if (ProfileEditingPolicyName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "ProfileEditingPolicyName", 1); + } + } + if (PasswordResetPolicyName != null) + { + if (PasswordResetPolicyName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "PasswordResetPolicyName", 1); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/IdentityProviderContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/IdentityProviderContract.cs index 33c4f206c2118..8adc8501aed46 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/IdentityProviderContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/IdentityProviderContract.cs @@ -172,6 +172,55 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "ClientId"); } + if (AllowedTenants != null) + { + if (AllowedTenants.Count > 32) + { + throw new ValidationException(ValidationRules.MaxItems, "AllowedTenants", 32); + } + } + if (SignupPolicyName != null) + { + if (SignupPolicyName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "SignupPolicyName", 1); + } + } + if (SigninPolicyName != null) + { + if (SigninPolicyName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "SigninPolicyName", 1); + } + } + if (ProfileEditingPolicyName != null) + { + if (ProfileEditingPolicyName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "ProfileEditingPolicyName", 1); + } + } + if (PasswordResetPolicyName != null) + { + if (PasswordResetPolicyName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "PasswordResetPolicyName", 1); + } + } + if (ClientId != null) + { + if (ClientId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "ClientId", 1); + } + } + if (ClientSecret != null) + { + if (ClientSecret.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "ClientSecret", 1); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/IdentityProviderCreateContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/IdentityProviderCreateContract.cs index 7fd61edd769bf..521ca44c16c46 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/IdentityProviderCreateContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/IdentityProviderCreateContract.cs @@ -178,6 +178,55 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "ClientSecret"); } + if (AllowedTenants != null) + { + if (AllowedTenants.Count > 32) + { + throw new ValidationException(ValidationRules.MaxItems, "AllowedTenants", 32); + } + } + if (SignupPolicyName != null) + { + if (SignupPolicyName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "SignupPolicyName", 1); + } + } + if (SigninPolicyName != null) + { + if (SigninPolicyName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "SigninPolicyName", 1); + } + } + if (ProfileEditingPolicyName != null) + { + if (ProfileEditingPolicyName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "ProfileEditingPolicyName", 1); + } + } + if (PasswordResetPolicyName != null) + { + if (PasswordResetPolicyName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "PasswordResetPolicyName", 1); + } + } + if (ClientId != null) + { + if (ClientId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "ClientId", 1); + } + } + if (ClientSecret != null) + { + if (ClientSecret.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "ClientSecret", 1); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/IdentityProviderListSecretsHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/IdentityProviderListSecretsHeaders.cs new file mode 100644 index 0000000000000..88049e08792e5 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/IdentityProviderListSecretsHeaders.cs @@ -0,0 +1,55 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for ListSecrets operation. + /// + public partial class IdentityProviderListSecretsHeaders + { + /// + /// Initializes a new instance of the + /// IdentityProviderListSecretsHeaders class. + /// + public IdentityProviderListSecretsHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// IdentityProviderListSecretsHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public IdentityProviderListSecretsHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/IdentityProviderUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/IdentityProviderUpdateHeaders.cs new file mode 100644 index 0000000000000..27f2f4f38e8f8 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/IdentityProviderUpdateHeaders.cs @@ -0,0 +1,55 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Update operation. + /// + public partial class IdentityProviderUpdateHeaders + { + /// + /// Initializes a new instance of the IdentityProviderUpdateHeaders + /// class. + /// + public IdentityProviderUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the IdentityProviderUpdateHeaders + /// class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public IdentityProviderUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/IdentityProviderUpdateParameters.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/IdentityProviderUpdateParameters.cs index 901477f2719d8..d32298cf5a7cf 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/IdentityProviderUpdateParameters.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/IdentityProviderUpdateParameters.cs @@ -154,5 +154,63 @@ public IdentityProviderUpdateParameters() [JsonProperty(PropertyName = "properties.clientSecret")] public string ClientSecret { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (AllowedTenants != null) + { + if (AllowedTenants.Count > 32) + { + throw new ValidationException(ValidationRules.MaxItems, "AllowedTenants", 32); + } + } + if (SignupPolicyName != null) + { + if (SignupPolicyName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "SignupPolicyName", 1); + } + } + if (SigninPolicyName != null) + { + if (SigninPolicyName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "SigninPolicyName", 1); + } + } + if (ProfileEditingPolicyName != null) + { + if (ProfileEditingPolicyName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "ProfileEditingPolicyName", 1); + } + } + if (PasswordResetPolicyName != null) + { + if (PasswordResetPolicyName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "PasswordResetPolicyName", 1); + } + } + if (ClientId != null) + { + if (ClientId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "ClientId", 1); + } + } + if (ClientSecret != null) + { + if (ClientSecret.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "ClientSecret", 1); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/KeyVaultContractCreateProperties.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/KeyVaultContractCreateProperties.cs new file mode 100644 index 0000000000000..fdbe073ca243c --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/KeyVaultContractCreateProperties.cs @@ -0,0 +1,70 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Create keyVault contract details. + /// + public partial class KeyVaultContractCreateProperties + { + /// + /// Initializes a new instance of the KeyVaultContractCreateProperties + /// class. + /// + public KeyVaultContractCreateProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the KeyVaultContractCreateProperties + /// class. + /// + /// Key vault secret identifier for + /// fetching secret. Providing a versioned secret will prevent + /// auto-refresh. This requires Api Management service to be configured + /// with aka.ms/apimmsi + /// SystemAssignedIdentity or + /// UserAssignedIdentity Client Id which will be used to access key + /// vault secret. + public KeyVaultContractCreateProperties(string secretIdentifier = default(string), string identityClientId = default(string)) + { + SecretIdentifier = secretIdentifier; + IdentityClientId = identityClientId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets key vault secret identifier for fetching secret. + /// Providing a versioned secret will prevent auto-refresh. This + /// requires Api Management service to be configured with + /// aka.ms/apimmsi + /// + [JsonProperty(PropertyName = "secretIdentifier")] + public string SecretIdentifier { get; set; } + + /// + /// Gets or sets systemAssignedIdentity or UserAssignedIdentity Client + /// Id which will be used to access key vault secret. + /// + [JsonProperty(PropertyName = "identityClientId")] + public string IdentityClientId { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/KeyVaultContractProperties.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/KeyVaultContractProperties.cs new file mode 100644 index 0000000000000..af91d8a0f22b8 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/KeyVaultContractProperties.cs @@ -0,0 +1,61 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// KeyVault contract details. + /// + public partial class KeyVaultContractProperties : KeyVaultContractCreateProperties + { + /// + /// Initializes a new instance of the KeyVaultContractProperties class. + /// + public KeyVaultContractProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the KeyVaultContractProperties class. + /// + /// Key vault secret identifier for + /// fetching secret. Providing a versioned secret will prevent + /// auto-refresh. This requires Api Management service to be configured + /// with aka.ms/apimmsi + /// SystemAssignedIdentity or + /// UserAssignedIdentity Client Id which will be used to access key + /// vault secret. + /// Last time sync and refresh status of + /// secret from key vault. + public KeyVaultContractProperties(string secretIdentifier = default(string), string identityClientId = default(string), KeyVaultLastAccessStatusContractProperties lastStatus = default(KeyVaultLastAccessStatusContractProperties)) + : base(secretIdentifier, identityClientId) + { + LastStatus = lastStatus; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets last time sync and refresh status of secret from key + /// vault. + /// + [JsonProperty(PropertyName = "lastStatus")] + public KeyVaultLastAccessStatusContractProperties LastStatus { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/KeyVaultLastAccessStatusContractProperties.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/KeyVaultLastAccessStatusContractProperties.cs new file mode 100644 index 0000000000000..091bbf9403c18 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/KeyVaultLastAccessStatusContractProperties.cs @@ -0,0 +1,77 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Issue contract Update Properties. + /// + public partial class KeyVaultLastAccessStatusContractProperties + { + /// + /// Initializes a new instance of the + /// KeyVaultLastAccessStatusContractProperties class. + /// + public KeyVaultLastAccessStatusContractProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// KeyVaultLastAccessStatusContractProperties class. + /// + /// Last status code for sync and refresh of secret + /// from key vault. + /// Details of the error else empty. + /// Last time secret was accessed. The date + /// conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as + /// specified by the ISO 8601 standard. + /// + public KeyVaultLastAccessStatusContractProperties(string code = default(string), string message = default(string), System.DateTime? timeStampUtc = default(System.DateTime?)) + { + Code = code; + Message = message; + TimeStampUtc = timeStampUtc; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets last status code for sync and refresh of secret from + /// key vault. + /// + [JsonProperty(PropertyName = "code")] + public string Code { get; set; } + + /// + /// Gets or sets details of the error else empty. + /// + [JsonProperty(PropertyName = "message")] + public string Message { get; set; } + + /// + /// Gets or sets last time secret was accessed. The date conforms to + /// the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the + /// ISO 8601 standard. + /// + /// + [JsonProperty(PropertyName = "timeStampUtc")] + public System.DateTime? TimeStampUtc { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/LoggerContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/LoggerContract.cs index 13a2eef55c947..8c832edbe786f 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/LoggerContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/LoggerContract.cs @@ -35,21 +35,21 @@ public LoggerContract() /// Initializes a new instance of the LoggerContract class. /// /// Logger type. Possible values include: - /// 'azureEventHub', 'applicationInsights' - /// The name and SendRule connection string - /// of the event hub for azureEventHub logger. - /// Instrumentation key for applicationInsights logger. + /// 'azureEventHub', 'applicationInsights', 'azureMonitor' /// Resource ID. /// Resource name. /// Resource type for API Management /// resource. /// Logger description. + /// The name and SendRule connection string + /// of the event hub for azureEventHub logger. + /// Instrumentation key for applicationInsights logger. /// Whether records are buffered in the logger /// before publishing. Default is assumed to be true. /// Azure Resource Id of a log target (either /// Azure Event Hub resource or Azure Application Insights /// resource). - public LoggerContract(string loggerType, IDictionary credentials, string id = default(string), string name = default(string), string type = default(string), string description = default(string), bool? isBuffered = default(bool?), string resourceId = default(string)) + public LoggerContract(string loggerType, string id = default(string), string name = default(string), string type = default(string), string description = default(string), IDictionary credentials = default(IDictionary), bool? isBuffered = default(bool?), string resourceId = default(string)) : base(id, name, type) { LoggerType = loggerType; @@ -67,7 +67,7 @@ public LoggerContract() /// /// Gets or sets logger type. Possible values include: 'azureEventHub', - /// 'applicationInsights' + /// 'applicationInsights', 'azureMonitor' /// [JsonProperty(PropertyName = "properties.loggerType")] public string LoggerType { get; set; } @@ -112,9 +112,12 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "LoggerType"); } - if (Credentials == null) + if (Description != null) { - throw new ValidationException(ValidationRules.CannotBeNull, "Credentials"); + if (Description.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "Description", 256); + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/LoggerType.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/LoggerType.cs index 9208818ea38ec..ce68e895d69dd 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/LoggerType.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/LoggerType.cs @@ -24,5 +24,9 @@ public static class LoggerType /// Azure Application Insights as log destination. /// public const string ApplicationInsights = "applicationInsights"; + /// + /// Azure Monitor + /// + public const string AzureMonitor = "azureMonitor"; } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/LoggerUpdateContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/LoggerUpdateContract.cs index 0d8246e2e1763..8dfa808f6bd52 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/LoggerUpdateContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/LoggerUpdateContract.cs @@ -35,7 +35,7 @@ public LoggerUpdateContract() /// Initializes a new instance of the LoggerUpdateContract class. /// /// Logger type. Possible values include: - /// 'azureEventHub', 'applicationInsights' + /// 'azureEventHub', 'applicationInsights', 'azureMonitor' /// Logger description. /// Logger credentials. /// Whether records are buffered in the logger @@ -56,7 +56,7 @@ public LoggerUpdateContract() /// /// Gets or sets logger type. Possible values include: 'azureEventHub', - /// 'applicationInsights' + /// 'applicationInsights', 'azureMonitor' /// [JsonProperty(PropertyName = "properties.loggerType")] public string LoggerType { get; set; } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/LoggerUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/LoggerUpdateHeaders.cs new file mode 100644 index 0000000000000..96ec0608dcc47 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/LoggerUpdateHeaders.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Update operation. + /// + public partial class LoggerUpdateHeaders + { + /// + /// Initializes a new instance of the LoggerUpdateHeaders class. + /// + public LoggerUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the LoggerUpdateHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public LoggerUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueContract.cs index 084c3c65eb495..84aa9442a2841 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueContract.cs @@ -49,13 +49,16 @@ public NamedValueContract() /// expressions. It may not be empty or consist only of whitespace. /// This property will not be filled on 'GET' operations! Use /// '/listSecrets' POST request to get the value. - public NamedValueContract(string displayName, string id = default(string), string name = default(string), string type = default(string), IList tags = default(IList), bool? secret = default(bool?), string value = default(string)) + /// KeyVault location details of the + /// namedValue. + public NamedValueContract(string displayName, string id = default(string), string name = default(string), string type = default(string), IList tags = default(IList), bool? secret = default(bool?), string value = default(string), KeyVaultContractProperties keyVault = default(KeyVaultContractProperties)) : base(id, name, type) { Tags = tags; Secret = secret; DisplayName = displayName; Value = value; + KeyVault = keyVault; CustomInit(); } @@ -94,6 +97,12 @@ public NamedValueContract() [JsonProperty(PropertyName = "properties.value")] public string Value { get; set; } + /// + /// Gets or sets keyVault location details of the namedValue. + /// + [JsonProperty(PropertyName = "properties.keyVault")] + public KeyVaultContractProperties KeyVault { get; set; } + /// /// Validate the object. /// @@ -106,6 +115,35 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "DisplayName"); } + if (Tags != null) + { + if (Tags.Count > 32) + { + throw new ValidationException(ValidationRules.MaxItems, "Tags", 32); + } + } + if (DisplayName != null) + { + if (DisplayName.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 256); + } + if (DisplayName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "DisplayName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(DisplayName, "^[A-Za-z0-9-._]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "DisplayName", "^[A-Za-z0-9-._]+$"); + } + } + if (Value != null) + { + if (Value.Length > 4096) + { + throw new ValidationException(ValidationRules.MaxLength, "Value", 4096); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueCreateContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueCreateContract.cs index 642e1ec7425a4..e22c6af38dc3f 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueCreateContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueCreateContract.cs @@ -37,10 +37,6 @@ public NamedValueCreateContract() /// Unique name of NamedValue. It may contain /// only letters, digits, period, dash, and underscore /// characters. - /// Value of the NamedValue. Can contain policy - /// expressions. It may not be empty or consist only of whitespace. - /// This property will not be filled on 'GET' operations! Use - /// '/listSecrets' POST request to get the value. /// Resource ID. /// Resource name. /// Resource type for API Management @@ -49,13 +45,20 @@ public NamedValueCreateContract() /// filter the NamedValue list. /// Determines whether the value is a secret and /// should be encrypted or not. Default value is false. - public NamedValueCreateContract(string displayName, string value, string id = default(string), string name = default(string), string type = default(string), IList tags = default(IList), bool? secret = default(bool?)) + /// Value of the NamedValue. Can contain policy + /// expressions. It may not be empty or consist only of whitespace. + /// This property will not be filled on 'GET' operations! Use + /// '/listSecrets' POST request to get the value. + /// KeyVault location details of the + /// namedValue. + public NamedValueCreateContract(string displayName, string id = default(string), string name = default(string), string type = default(string), IList tags = default(IList), bool? secret = default(bool?), string value = default(string), KeyVaultContractCreateProperties keyVault = default(KeyVaultContractCreateProperties)) : base(id, name, type) { Tags = tags; Secret = secret; DisplayName = displayName; Value = value; + KeyVault = keyVault; CustomInit(); } @@ -94,6 +97,12 @@ public NamedValueCreateContract() [JsonProperty(PropertyName = "properties.value")] public string Value { get; set; } + /// + /// Gets or sets keyVault location details of the namedValue. + /// + [JsonProperty(PropertyName = "properties.keyVault")] + public KeyVaultContractCreateProperties KeyVault { get; set; } + /// /// Validate the object. /// @@ -106,9 +115,34 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "DisplayName"); } - if (Value == null) + if (Tags != null) + { + if (Tags.Count > 32) + { + throw new ValidationException(ValidationRules.MaxItems, "Tags", 32); + } + } + if (DisplayName != null) + { + if (DisplayName.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 256); + } + if (DisplayName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "DisplayName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(DisplayName, "^[A-Za-z0-9-._]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "DisplayName", "^[A-Za-z0-9-._]+$"); + } + } + if (Value != null) { - throw new ValidationException(ValidationRules.CannotBeNull, "Value"); + if (Value.Length > 4096) + { + throw new ValidationException(ValidationRules.MaxLength, "Value", 4096); + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueEntityBaseParameters.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueEntityBaseParameters.cs index 18608bb0df294..9a5074be421b0 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueEntityBaseParameters.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueEntityBaseParameters.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Collections; using System.Collections.Generic; @@ -63,5 +64,21 @@ public NamedValueEntityBaseParameters() [JsonProperty(PropertyName = "secret")] public bool? Secret { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Tags != null) + { + if (Tags.Count > 32) + { + throw new ValidationException(ValidationRules.MaxItems, "Tags", 32); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueListValueHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueListValueHeaders.cs new file mode 100644 index 0000000000000..a409052631cae --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueListValueHeaders.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for ListValue operation. + /// + public partial class NamedValueListValueHeaders + { + /// + /// Initializes a new instance of the NamedValueListValueHeaders class. + /// + public NamedValueListValueHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the NamedValueListValueHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public NamedValueListValueHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueRefreshSecretHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueRefreshSecretHeaders.cs new file mode 100644 index 0000000000000..e558eea7eebf8 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueRefreshSecretHeaders.cs @@ -0,0 +1,55 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for RefreshSecret operation. + /// + public partial class NamedValueRefreshSecretHeaders + { + /// + /// Initializes a new instance of the NamedValueRefreshSecretHeaders + /// class. + /// + public NamedValueRefreshSecretHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the NamedValueRefreshSecretHeaders + /// class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public NamedValueRefreshSecretHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PropertyValueContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueSecretContract.cs similarity index 80% rename from sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PropertyValueContract.cs rename to sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueSecretContract.cs index 56186ab6403bc..42c9565d846bf 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PropertyValueContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueSecretContract.cs @@ -16,22 +16,22 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// /// Client or app secret used in IdentityProviders, Aad, OpenID or OAuth. /// - public partial class PropertyValueContract + public partial class NamedValueSecretContract { /// - /// Initializes a new instance of the PropertyValueContract class. + /// Initializes a new instance of the NamedValueSecretContract class. /// - public PropertyValueContract() + public NamedValueSecretContract() { CustomInit(); } /// - /// Initializes a new instance of the PropertyValueContract class. + /// Initializes a new instance of the NamedValueSecretContract class. /// /// This is secret value of the NamedValue /// entity. - public PropertyValueContract(string value = default(string)) + public NamedValueSecretContract(string value = default(string)) { Value = value; CustomInit(); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueUpdateParameters.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueUpdateParameters.cs index 5e91d546893ab..38e2aa884bb4c 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueUpdateParameters.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NamedValueUpdateParameters.cs @@ -44,12 +44,15 @@ public NamedValueUpdateParameters() /// Value of the NamedValue. Can contain policy /// expressions. It may not be empty or consist only of /// whitespace. - public NamedValueUpdateParameters(IList tags = default(IList), bool? secret = default(bool?), string displayName = default(string), string value = default(string)) + /// KeyVault location details of the + /// namedValue. + public NamedValueUpdateParameters(IList tags = default(IList), bool? secret = default(bool?), string displayName = default(string), string value = default(string), KeyVaultContractCreateProperties keyVault = default(KeyVaultContractCreateProperties)) { Tags = tags; Secret = secret; DisplayName = displayName; Value = value; + KeyVault = keyVault; CustomInit(); } @@ -86,5 +89,53 @@ public NamedValueUpdateParameters() [JsonProperty(PropertyName = "properties.value")] public string Value { get; set; } + /// + /// Gets or sets keyVault location details of the namedValue. + /// + [JsonProperty(PropertyName = "properties.keyVault")] + public KeyVaultContractCreateProperties KeyVault { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Tags != null) + { + if (Tags.Count > 32) + { + throw new ValidationException(ValidationRules.MaxItems, "Tags", 32); + } + } + if (DisplayName != null) + { + if (DisplayName.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 256); + } + if (DisplayName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "DisplayName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(DisplayName, "^[A-Za-z0-9-._]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "DisplayName", "^[A-Za-z0-9-._]+$"); + } + } + if (Value != null) + { + if (Value.Length > 4096) + { + throw new ValidationException(ValidationRules.MaxLength, "Value", 4096); + } + if (Value.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Value", 1); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NetworkStatusContractByLocation.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NetworkStatusContractByLocation.cs index c6a3fe1dbf38a..5608b9e6de5a4 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NetworkStatusContractByLocation.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NetworkStatusContractByLocation.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; @@ -60,11 +61,18 @@ public NetworkStatusContractByLocation() /// /// Validate the object. /// - /// + /// /// Thrown if validation fails /// public virtual void Validate() { + if (Location != null) + { + if (Location.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Location", 1); + } + } if (NetworkStatus != null) { NetworkStatus.Validate(); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NotificationContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NotificationContract.cs index b904fdef872a5..49a6d346fe0f6 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NotificationContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/NotificationContract.cs @@ -83,6 +83,17 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "Title"); } + if (Title != null) + { + if (Title.Length > 1000) + { + throw new ValidationException(ValidationRules.MaxLength, "Title", 1000); + } + if (Title.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Title", 1); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OpenIdConnectProviderListSecretsHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OpenIdConnectProviderListSecretsHeaders.cs new file mode 100644 index 0000000000000..47a9a47919aba --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OpenIdConnectProviderListSecretsHeaders.cs @@ -0,0 +1,55 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for ListSecrets operation. + /// + public partial class OpenIdConnectProviderListSecretsHeaders + { + /// + /// Initializes a new instance of the + /// OpenIdConnectProviderListSecretsHeaders class. + /// + public OpenIdConnectProviderListSecretsHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// OpenIdConnectProviderListSecretsHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public OpenIdConnectProviderListSecretsHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OpenIdConnectProviderUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OpenIdConnectProviderUpdateHeaders.cs new file mode 100644 index 0000000000000..90d3db320fe0d --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OpenIdConnectProviderUpdateHeaders.cs @@ -0,0 +1,55 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Update operation. + /// + public partial class OpenIdConnectProviderUpdateHeaders + { + /// + /// Initializes a new instance of the + /// OpenIdConnectProviderUpdateHeaders class. + /// + public OpenIdConnectProviderUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// OpenIdConnectProviderUpdateHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public OpenIdConnectProviderUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OpenidConnectProviderContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OpenidConnectProviderContract.cs index 7c7d24ef31c3c..968d453142bcb 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OpenidConnectProviderContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OpenidConnectProviderContract.cs @@ -115,6 +115,13 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "ClientId"); } + if (DisplayName != null) + { + if (DisplayName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 50); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OpenidConnectProviderUpdateContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OpenidConnectProviderUpdateContract.cs index b8e035fed7454..a9f72234fb39d 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OpenidConnectProviderUpdateContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OpenidConnectProviderUpdateContract.cs @@ -90,5 +90,21 @@ public OpenidConnectProviderUpdateContract() [JsonProperty(PropertyName = "properties.clientSecret")] public string ClientSecret { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (DisplayName != null) + { + if (DisplayName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 50); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OperationContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OperationContract.cs index 380ebeb57dae7..0855e59a37557 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OperationContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OperationContract.cs @@ -152,6 +152,13 @@ public virtual void Validate() } } } + if (Description != null) + { + if (Description.Length > 1000) + { + throw new ValidationException(ValidationRules.MaxLength, "Description", 1000); + } + } if (Responses != null) { foreach (var element1 in Responses) @@ -162,6 +169,28 @@ public virtual void Validate() } } } + if (DisplayName != null) + { + if (DisplayName.Length > 300) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 300); + } + if (DisplayName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "DisplayName", 1); + } + } + if (UrlTemplate != null) + { + if (UrlTemplate.Length > 1000) + { + throw new ValidationException(ValidationRules.MaxLength, "UrlTemplate", 1000); + } + if (UrlTemplate.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "UrlTemplate", 1); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OperationEntityBaseContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OperationEntityBaseContract.cs index 31049aca78012..ab95926fea771 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OperationEntityBaseContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OperationEntityBaseContract.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Collections; using System.Collections.Generic; @@ -86,5 +87,41 @@ public OperationEntityBaseContract() [JsonProperty(PropertyName = "policies")] public string Policies { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (TemplateParameters != null) + { + foreach (var element in TemplateParameters) + { + if (element != null) + { + element.Validate(); + } + } + } + if (Description != null) + { + if (Description.Length > 1000) + { + throw new ValidationException(ValidationRules.MaxLength, "Description", 1000); + } + } + if (Responses != null) + { + foreach (var element1 in Responses) + { + if (element1 != null) + { + element1.Validate(); + } + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OperationNameFormat.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OperationNameFormat.cs new file mode 100644 index 0000000000000..5979f586fdf9e --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OperationNameFormat.cs @@ -0,0 +1,28 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + + /// + /// Defines values for OperationNameFormat. + /// + public static class OperationNameFormat + { + /// + /// API_NAME;rev=API_REVISION - OPERATION_NAME + /// + public const string Name = "Name"; + /// + /// HTTP_VERB URL + /// + public const string Url = "Url"; + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OperationResultContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OperationResultContract.cs index bce4e05baf3c5..63841f5c06f0d 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OperationResultContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OperationResultContract.cs @@ -10,15 +10,18 @@ namespace Microsoft.Azure.Management.ApiManagement.Models { + using Microsoft.Rest; + using Microsoft.Rest.Serialization; using Newtonsoft.Json; using System.Collections; using System.Collections.Generic; using System.Linq; /// - /// Operation Result. + /// Long Running Git Operation Results. /// - public partial class OperationResultContract + [Rest.Serialization.JsonTransformation] + public partial class OperationResultContract : Resource { /// /// Initializes a new instance of the OperationResultContract class. @@ -31,7 +34,12 @@ public OperationResultContract() /// /// Initializes a new instance of the OperationResultContract class. /// - /// Operation result identifier. + /// Resource ID. + /// Resource name. + /// Resource type for API Management + /// resource. + /// Operation result + /// identifier. /// Status of an async operation. Possible values /// include: 'Started', 'InProgress', 'Succeeded', 'Failed' /// Start time of an async operation. The date @@ -48,9 +56,10 @@ public OperationResultContract() /// the TenantConfiguration_Validate operation. It contains the log the /// entities which will be updated/created/deleted as part of the /// TenantConfiguration_Deploy operation. - public OperationResultContract(string id = default(string), AsyncOperationStatus? status = default(AsyncOperationStatus?), System.DateTime? started = default(System.DateTime?), System.DateTime? updated = default(System.DateTime?), string resultInfo = default(string), ErrorResponseBody error = default(ErrorResponseBody), IList actionLog = default(IList)) + public OperationResultContract(string id = default(string), string name = default(string), string type = default(string), string operationResultContractId = default(string), AsyncOperationStatus? status = default(AsyncOperationStatus?), System.DateTime? started = default(System.DateTime?), System.DateTime? updated = default(System.DateTime?), string resultInfo = default(string), ErrorResponseBody error = default(ErrorResponseBody), IList actionLog = default(IList)) + : base(id, name, type) { - Id = id; + OperationResultContractId = operationResultContractId; Status = status; Started = started; Updated = updated; @@ -68,14 +77,14 @@ public OperationResultContract() /// /// Gets or sets operation result identifier. /// - [JsonProperty(PropertyName = "id")] - public string Id { get; set; } + [JsonProperty(PropertyName = "properties.id")] + public string OperationResultContractId { get; set; } /// /// Gets or sets status of an async operation. Possible values include: /// 'Started', 'InProgress', 'Succeeded', 'Failed' /// - [JsonProperty(PropertyName = "status")] + [JsonProperty(PropertyName = "properties.status")] public AsyncOperationStatus? Status { get; set; } /// @@ -84,7 +93,7 @@ public OperationResultContract() /// ISO 8601 standard. /// /// - [JsonProperty(PropertyName = "started")] + [JsonProperty(PropertyName = "properties.started")] public System.DateTime? Started { get; set; } /// @@ -93,19 +102,19 @@ public OperationResultContract() /// specified by the ISO 8601 standard. /// /// - [JsonProperty(PropertyName = "updated")] + [JsonProperty(PropertyName = "properties.updated")] public System.DateTime? Updated { get; set; } /// /// Gets or sets optional result info. /// - [JsonProperty(PropertyName = "resultInfo")] + [JsonProperty(PropertyName = "properties.resultInfo")] public string ResultInfo { get; set; } /// /// Gets or sets error Body Contract /// - [JsonProperty(PropertyName = "error")] + [JsonProperty(PropertyName = "properties.error")] public ErrorResponseBody Error { get; set; } /// @@ -114,7 +123,7 @@ public OperationResultContract() /// entities which will be updated/created/deleted as part of the /// TenantConfiguration_Deploy operation. /// - [JsonProperty(PropertyName = "actionLog")] + [JsonProperty(PropertyName = "properties.actionLog")] public IList ActionLog { get; private set; } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OperationUpdateContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OperationUpdateContract.cs index 572a0351dd1eb..36308b97b2a8b 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OperationUpdateContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/OperationUpdateContract.cs @@ -117,5 +117,63 @@ public OperationUpdateContract() [JsonProperty(PropertyName = "properties.urlTemplate")] public string UrlTemplate { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (TemplateParameters != null) + { + foreach (var element in TemplateParameters) + { + if (element != null) + { + element.Validate(); + } + } + } + if (Description != null) + { + if (Description.Length > 1000) + { + throw new ValidationException(ValidationRules.MaxLength, "Description", 1000); + } + } + if (Responses != null) + { + foreach (var element1 in Responses) + { + if (element1 != null) + { + element1.Validate(); + } + } + } + if (DisplayName != null) + { + if (DisplayName.Length > 300) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 300); + } + if (DisplayName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "DisplayName", 1); + } + } + if (UrlTemplate != null) + { + if (UrlTemplate.Length > 1000) + { + throw new ValidationException(ValidationRules.MaxLength, "UrlTemplate", 1000); + } + if (UrlTemplate.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "UrlTemplate", 1); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PolicyCollection.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PolicyCollection.cs index e06dd4a260381..4a3085eb869cc 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PolicyCollection.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PolicyCollection.cs @@ -32,10 +32,12 @@ public PolicyCollection() /// Initializes a new instance of the PolicyCollection class. /// /// Policy Contract value. + /// Total record count number. /// Next page link if any. - public PolicyCollection(IList value = default(IList), string nextLink = default(string)) + public PolicyCollection(IList value = default(IList), long? count = default(long?), string nextLink = default(string)) { Value = value; + Count = count; NextLink = nextLink; CustomInit(); } @@ -51,6 +53,12 @@ public PolicyCollection() [JsonProperty(PropertyName = "value")] public IList Value { get; set; } + /// + /// Gets or sets total record count number. + /// + [JsonProperty(PropertyName = "count")] + public long? Count { get; set; } + /// /// Gets or sets next page link if any. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PolicyDescriptionContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PolicyDescriptionContract.cs index 2682af2f01f56..cd95d77a425af 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PolicyDescriptionContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PolicyDescriptionContract.cs @@ -38,7 +38,7 @@ public PolicyDescriptionContract() /// resource. /// Policy description. /// Binary OR value of the Snippet scope. - public PolicyDescriptionContract(string id = default(string), string name = default(string), string type = default(string), string description = default(string), int? scope = default(int?)) + public PolicyDescriptionContract(string id = default(string), string name = default(string), string type = default(string), string description = default(string), long? scope = default(long?)) : base(id, name, type) { Description = description; @@ -61,7 +61,7 @@ public PolicyDescriptionContract() /// Gets binary OR value of the Snippet scope. /// [JsonProperty(PropertyName = "properties.scope")] - public int? Scope { get; private set; } + public long? Scope { get; private set; } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PortalRevisionContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PortalRevisionContract.cs new file mode 100644 index 0000000000000..5997b9f7f07f5 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PortalRevisionContract.cs @@ -0,0 +1,128 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Portal revisions contract details. + /// + [Rest.Serialization.JsonTransformation] + public partial class PortalRevisionContract : Resource + { + /// + /// Initializes a new instance of the PortalRevisionContract class. + /// + public PortalRevisionContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PortalRevisionContract class. + /// + /// Resource ID. + /// Resource name. + /// Resource type for API Management + /// resource. + /// Portal revision description. + /// Portal revision publishing status + /// details. + /// Portal revision publishing status. Possible + /// values include: 'pending', 'publishing', 'completed', + /// 'failed' + /// Indicates if the Portal Revision is + /// public. + /// Portal revision creation date and + /// time. + /// Last updated date and time. + public PortalRevisionContract(string id = default(string), string name = default(string), string type = default(string), string description = default(string), string statusDetails = default(string), string status = default(string), bool? isCurrent = default(bool?), System.DateTime? createdDateTime = default(System.DateTime?), System.DateTime? updatedDateTime = default(System.DateTime?)) + : base(id, name, type) + { + Description = description; + StatusDetails = statusDetails; + Status = status; + IsCurrent = isCurrent; + CreatedDateTime = createdDateTime; + UpdatedDateTime = updatedDateTime; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets portal revision description. + /// + [JsonProperty(PropertyName = "properties.description")] + public string Description { get; set; } + + /// + /// Gets portal revision publishing status details. + /// + [JsonProperty(PropertyName = "properties.statusDetails")] + public string StatusDetails { get; private set; } + + /// + /// Gets portal revision publishing status. Possible values include: + /// 'pending', 'publishing', 'completed', 'failed' + /// + [JsonProperty(PropertyName = "properties.status")] + public string Status { get; private set; } + + /// + /// Gets or sets indicates if the Portal Revision is public. + /// + [JsonProperty(PropertyName = "properties.isCurrent")] + public bool? IsCurrent { get; set; } + + /// + /// Gets portal revision creation date and time. + /// + [JsonProperty(PropertyName = "properties.createdDateTime")] + public System.DateTime? CreatedDateTime { get; private set; } + + /// + /// Gets last updated date and time. + /// + [JsonProperty(PropertyName = "properties.updatedDateTime")] + public System.DateTime? UpdatedDateTime { get; private set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Description != null) + { + if (Description.Length > 2000) + { + throw new ValidationException(ValidationRules.MaxLength, "Description", 2000); + } + } + if (StatusDetails != null) + { + if (StatusDetails.Length > 2000) + { + throw new ValidationException(ValidationRules.MaxLength, "StatusDetails", 2000); + } + } + } + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PortalRevisionCreateOrUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PortalRevisionCreateOrUpdateHeaders.cs new file mode 100644 index 0000000000000..1717b337b3aea --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PortalRevisionCreateOrUpdateHeaders.cs @@ -0,0 +1,55 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for CreateOrUpdate operation. + /// + public partial class PortalRevisionCreateOrUpdateHeaders + { + /// + /// Initializes a new instance of the + /// PortalRevisionCreateOrUpdateHeaders class. + /// + public PortalRevisionCreateOrUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// PortalRevisionCreateOrUpdateHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public PortalRevisionCreateOrUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PortalRevisionGetEntityTagHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PortalRevisionGetEntityTagHeaders.cs new file mode 100644 index 0000000000000..4aede2ff00703 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PortalRevisionGetEntityTagHeaders.cs @@ -0,0 +1,55 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for GetEntityTag operation. + /// + public partial class PortalRevisionGetEntityTagHeaders + { + /// + /// Initializes a new instance of the PortalRevisionGetEntityTagHeaders + /// class. + /// + public PortalRevisionGetEntityTagHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PortalRevisionGetEntityTagHeaders + /// class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public PortalRevisionGetEntityTagHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PortalRevisionGetHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PortalRevisionGetHeaders.cs new file mode 100644 index 0000000000000..00b9c0aa1a271 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PortalRevisionGetHeaders.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Get operation. + /// + public partial class PortalRevisionGetHeaders + { + /// + /// Initializes a new instance of the PortalRevisionGetHeaders class. + /// + public PortalRevisionGetHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PortalRevisionGetHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public PortalRevisionGetHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PortalRevisionStatus.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PortalRevisionStatus.cs new file mode 100644 index 0000000000000..fb095551b2e1b --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PortalRevisionStatus.cs @@ -0,0 +1,36 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + + /// + /// Defines values for PortalRevisionStatus. + /// + public static class PortalRevisionStatus + { + /// + /// Portal revision publishing is pending + /// + public const string Pending = "pending"; + /// + /// Portal revision is publishing + /// + public const string Publishing = "publishing"; + /// + /// Portal revision publishing completed + /// + public const string Completed = "completed"; + /// + /// Portal revision publishing failed + /// + public const string Failed = "failed"; + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PortalRevisionUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PortalRevisionUpdateHeaders.cs new file mode 100644 index 0000000000000..23d36192141d1 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PortalRevisionUpdateHeaders.cs @@ -0,0 +1,55 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Update operation. + /// + public partial class PortalRevisionUpdateHeaders + { + /// + /// Initializes a new instance of the PortalRevisionUpdateHeaders + /// class. + /// + public PortalRevisionUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PortalRevisionUpdateHeaders + /// class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public PortalRevisionUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PortalSettingsCollection.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PortalSettingsCollection.cs new file mode 100644 index 0000000000000..aa77273a87981 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PortalSettingsCollection.cs @@ -0,0 +1,61 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Descriptions of APIM policies. + /// + public partial class PortalSettingsCollection + { + /// + /// Initializes a new instance of the PortalSettingsCollection class. + /// + public PortalSettingsCollection() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PortalSettingsCollection class. + /// + /// Descriptions of APIM policies. + /// Total record count number. + public PortalSettingsCollection(IList value = default(IList), long? count = default(long?)) + { + Value = value; + Count = count; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets descriptions of APIM policies. + /// + [JsonProperty(PropertyName = "value")] + public IList Value { get; set; } + + /// + /// Gets or sets total record count number. + /// + [JsonProperty(PropertyName = "count")] + public long? Count { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PortalSettingsContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PortalSettingsContract.cs new file mode 100644 index 0000000000000..9b1b75b1a1a62 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/PortalSettingsContract.cs @@ -0,0 +1,106 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Portal Settings for the Developer Portal. + /// + [Rest.Serialization.JsonTransformation] + public partial class PortalSettingsContract : Resource + { + /// + /// Initializes a new instance of the PortalSettingsContract class. + /// + public PortalSettingsContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PortalSettingsContract class. + /// + /// Resource ID. + /// Resource name. + /// Resource type for API Management + /// resource. + /// A delegation Url. + /// A base64-encoded validation key to + /// validate, that a request is coming from Azure API + /// Management. + /// Subscriptions delegation + /// settings. + /// User registration delegation + /// settings. + /// Redirect Anonymous users to the Sign-In + /// page. + /// Terms of service contract + /// properties. + public PortalSettingsContract(string id = default(string), string name = default(string), string type = default(string), string url = default(string), string validationKey = default(string), SubscriptionsDelegationSettingsProperties subscriptions = default(SubscriptionsDelegationSettingsProperties), RegistrationDelegationSettingsProperties userRegistration = default(RegistrationDelegationSettingsProperties), bool? enabled = default(bool?), TermsOfServiceProperties termsOfService = default(TermsOfServiceProperties)) + : base(id, name, type) + { + Url = url; + ValidationKey = validationKey; + Subscriptions = subscriptions; + UserRegistration = userRegistration; + Enabled = enabled; + TermsOfService = termsOfService; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets a delegation Url. + /// + [JsonProperty(PropertyName = "properties.url")] + public string Url { get; set; } + + /// + /// Gets or sets a base64-encoded validation key to validate, that a + /// request is coming from Azure API Management. + /// + [JsonProperty(PropertyName = "properties.validationKey")] + public string ValidationKey { get; set; } + + /// + /// Gets or sets subscriptions delegation settings. + /// + [JsonProperty(PropertyName = "properties.subscriptions")] + public SubscriptionsDelegationSettingsProperties Subscriptions { get; set; } + + /// + /// Gets or sets user registration delegation settings. + /// + [JsonProperty(PropertyName = "properties.userRegistration")] + public RegistrationDelegationSettingsProperties UserRegistration { get; set; } + + /// + /// Gets or sets redirect Anonymous users to the Sign-In page. + /// + [JsonProperty(PropertyName = "properties.enabled")] + public bool? Enabled { get; set; } + + /// + /// Gets or sets terms of service contract properties. + /// + [JsonProperty(PropertyName = "properties.termsOfService")] + public TermsOfServiceProperties TermsOfService { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductContract.cs index cdc23aa777928..3675c89e78fb8 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductContract.cs @@ -162,6 +162,28 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "DisplayName"); } + if (Description != null) + { + if (Description.Length > 1000) + { + throw new ValidationException(ValidationRules.MaxLength, "Description", 1000); + } + if (Description.Length < 0) + { + throw new ValidationException(ValidationRules.MinLength, "Description", 0); + } + } + if (DisplayName != null) + { + if (DisplayName.Length > 300) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 300); + } + if (DisplayName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "DisplayName", 1); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductEntityBaseParameters.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductEntityBaseParameters.cs index 68cac208dc657..d040b20dd9c05 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductEntityBaseParameters.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductEntityBaseParameters.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; @@ -136,5 +137,25 @@ public ProductEntityBaseParameters() [JsonProperty(PropertyName = "state")] public ProductState? State { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Description != null) + { + if (Description.Length > 1000) + { + throw new ValidationException(ValidationRules.MaxLength, "Description", 1000); + } + if (Description.Length < 0) + { + throw new ValidationException(ValidationRules.MinLength, "Description", 0); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductTagResourceContractProperties.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductTagResourceContractProperties.cs index 35b72f41b0d05..870bc3b61cceb 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductTagResourceContractProperties.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductTagResourceContractProperties.cs @@ -98,12 +98,24 @@ public ProductTagResourceContractProperties() /// /// Thrown if validation fails /// - public virtual void Validate() + public override void Validate() { + base.Validate(); if (Name == null) { throw new ValidationException(ValidationRules.CannotBeNull, "Name"); } + if (Name != null) + { + if (Name.Length > 300) + { + throw new ValidationException(ValidationRules.MaxLength, "Name", 300); + } + if (Name.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Name", 1); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductUpdateHeaders.cs new file mode 100644 index 0000000000000..b5282ab96b69b --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductUpdateHeaders.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Update operation. + /// + public partial class ProductUpdateHeaders + { + /// + /// Initializes a new instance of the ProductUpdateHeaders class. + /// + public ProductUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ProductUpdateHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public ProductUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductUpdateParameters.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductUpdateParameters.cs index e937a865850d0..3b2cc605adf17 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductUpdateParameters.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ProductUpdateParameters.cs @@ -145,5 +145,36 @@ public ProductUpdateParameters() [JsonProperty(PropertyName = "properties.displayName")] public string DisplayName { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Description != null) + { + if (Description.Length > 1000) + { + throw new ValidationException(ValidationRules.MaxLength, "Description", 1000); + } + if (Description.Length < 0) + { + throw new ValidationException(ValidationRules.MinLength, "Description", 0); + } + } + if (DisplayName != null) + { + if (DisplayName.Length > 300) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 300); + } + if (DisplayName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "DisplayName", 1); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/QuotaCounterContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/QuotaCounterContract.cs index ea87800b9188b..a71b0049525eb 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/QuotaCounterContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/QuotaCounterContract.cs @@ -111,6 +111,20 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "PeriodKey"); } + if (CounterKey != null) + { + if (CounterKey.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "CounterKey", 1); + } + } + if (PeriodKey != null) + { + if (PeriodKey.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "PeriodKey", 1); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/RecipientEmailCollection.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/RecipientEmailCollection.cs index 27051a4dc1e25..bfa95fa9b1fce 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/RecipientEmailCollection.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/RecipientEmailCollection.cs @@ -32,10 +32,13 @@ public RecipientEmailCollection() /// Initializes a new instance of the RecipientEmailCollection class. /// /// Page values. + /// Total record count number across all + /// pages. /// Next page link if any. - public RecipientEmailCollection(IList value = default(IList), string nextLink = default(string)) + public RecipientEmailCollection(IList value = default(IList), long? count = default(long?), string nextLink = default(string)) { Value = value; + Count = count; NextLink = nextLink; CustomInit(); } @@ -51,6 +54,12 @@ public RecipientEmailCollection() [JsonProperty(PropertyName = "value")] public IList Value { get; set; } + /// + /// Gets or sets total record count number across all pages. + /// + [JsonProperty(PropertyName = "count")] + public long? Count { get; set; } + /// /// Gets or sets next page link if any. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/RecipientUserCollection.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/RecipientUserCollection.cs index 1b59105985848..d3659f7af4172 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/RecipientUserCollection.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/RecipientUserCollection.cs @@ -32,10 +32,13 @@ public RecipientUserCollection() /// Initializes a new instance of the RecipientUserCollection class. /// /// Page values. + /// Total record count number across all + /// pages. /// Next page link if any. - public RecipientUserCollection(IList value = default(IList), string nextLink = default(string)) + public RecipientUserCollection(IList value = default(IList), long? count = default(long?), string nextLink = default(string)) { Value = value; + Count = count; NextLink = nextLink; CustomInit(); } @@ -51,6 +54,12 @@ public RecipientUserCollection() [JsonProperty(PropertyName = "value")] public IList Value { get; set; } + /// + /// Gets or sets total record count number across all pages. + /// + [JsonProperty(PropertyName = "count")] + public long? Count { get; set; } + /// /// Gets or sets next page link if any. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ResourceLocationDataContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ResourceLocationDataContract.cs index c3d3ac5fdb53e..9ed6e45d5d843 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ResourceLocationDataContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ResourceLocationDataContract.cs @@ -92,6 +92,34 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "Name"); } + if (Name != null) + { + if (Name.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "Name", 256); + } + } + if (City != null) + { + if (City.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "City", 256); + } + } + if (District != null) + { + if (District.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "District", 256); + } + } + if (CountryOrRegion != null) + { + if (CountryOrRegion.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "CountryOrRegion", 256); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ResourceSku.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ResourceSku.cs index aa1639c95c445..2bc54052527cb 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ResourceSku.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/ResourceSku.cs @@ -30,7 +30,8 @@ public ResourceSku() /// Initializes a new instance of the ResourceSku class. /// /// Name of the Sku. Possible values include: - /// 'Developer', 'Standard', 'Premium', 'Basic', 'Consumption' + /// 'Developer', 'Standard', 'Premium', 'Basic', 'Consumption', + /// 'Isolated' public ResourceSku(string name = default(string)) { Name = name; @@ -44,7 +45,7 @@ public ResourceSku() /// /// Gets or sets name of the Sku. Possible values include: 'Developer', - /// 'Standard', 'Premium', 'Basic', 'Consumption' + /// 'Standard', 'Premium', 'Basic', 'Consumption', 'Isolated' /// [JsonProperty(PropertyName = "name")] public string Name { get; set; } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SkuType.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SkuType.cs index 306c9e8f9eb7a..67f24815f7e85 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SkuType.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SkuType.cs @@ -36,5 +36,9 @@ public static class SkuType /// Consumption SKU of Api Management. /// public const string Consumption = "Consumption"; + /// + /// Isolated SKU of Api Management. + /// + public const string Isolated = "Isolated"; } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SubscriptionContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SubscriptionContract.cs index 8dcb69e1793c4..5737a604039cd 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SubscriptionContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SubscriptionContract.cs @@ -89,7 +89,8 @@ public SubscriptionContract() /// property will not be filled on 'GET' operations! Use '/listSecrets' /// POST request to get the value. /// Optional subscription comment added by - /// an administrator. + /// an administrator when the state is changed to the + /// 'rejected'. /// Determines whether tracing is /// enabled public SubscriptionContract(string scope, SubscriptionState state, string id = default(string), string name = default(string), string type = default(string), string ownerId = default(string), string displayName = default(string), System.DateTime? createdDate = default(System.DateTime?), System.DateTime? startDate = default(System.DateTime?), System.DateTime? expirationDate = default(System.DateTime?), System.DateTime? endDate = default(System.DateTime?), System.DateTime? notificationDate = default(System.DateTime?), string primaryKey = default(string), string secondaryKey = default(string), string stateComment = default(string), bool? allowTracing = default(bool?)) @@ -223,7 +224,7 @@ public SubscriptionContract() /// /// Gets or sets optional subscription comment added by an - /// administrator. + /// administrator when the state is changed to the 'rejected'. /// [JsonProperty(PropertyName = "properties.stateComment")] public string StateComment { get; set; } @@ -246,6 +247,39 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "Scope"); } + if (DisplayName != null) + { + if (DisplayName.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 100); + } + if (DisplayName.Length < 0) + { + throw new ValidationException(ValidationRules.MinLength, "DisplayName", 0); + } + } + if (PrimaryKey != null) + { + if (PrimaryKey.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "PrimaryKey", 256); + } + if (PrimaryKey.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "PrimaryKey", 1); + } + } + if (SecondaryKey != null) + { + if (SecondaryKey.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "SecondaryKey", 256); + } + if (SecondaryKey.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "SecondaryKey", 1); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SubscriptionCreateParameters.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SubscriptionCreateParameters.cs index 6db0f72c1f291..35bd7aa3275a6 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SubscriptionCreateParameters.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SubscriptionCreateParameters.cs @@ -147,6 +147,39 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "DisplayName"); } + if (DisplayName != null) + { + if (DisplayName.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 100); + } + if (DisplayName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "DisplayName", 1); + } + } + if (PrimaryKey != null) + { + if (PrimaryKey.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "PrimaryKey", 256); + } + if (PrimaryKey.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "PrimaryKey", 1); + } + } + if (SecondaryKey != null) + { + if (SecondaryKey.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "SecondaryKey", 256); + } + if (SecondaryKey.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "SecondaryKey", 1); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SubscriptionKeysContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SubscriptionKeysContract.cs index e08de2a2fc3b3..6d042d52bc5ad 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SubscriptionKeysContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SubscriptionKeysContract.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; @@ -55,5 +56,36 @@ public SubscriptionKeysContract() [JsonProperty(PropertyName = "secondaryKey")] public string SecondaryKey { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (PrimaryKey != null) + { + if (PrimaryKey.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "PrimaryKey", 256); + } + if (PrimaryKey.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "PrimaryKey", 1); + } + } + if (SecondaryKey != null) + { + if (SecondaryKey.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "SecondaryKey", 256); + } + if (SecondaryKey.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "SecondaryKey", 1); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TenantAccessGitListSecretsHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SubscriptionListSecretsHeaders.cs similarity index 80% rename from sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TenantAccessGitListSecretsHeaders.cs rename to sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SubscriptionListSecretsHeaders.cs index d0730cc92a0b9..e6bb122ac4914 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TenantAccessGitListSecretsHeaders.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SubscriptionListSecretsHeaders.cs @@ -16,24 +16,24 @@ namespace Microsoft.Azure.Management.ApiManagement.Models /// /// Defines headers for ListSecrets operation. /// - public partial class TenantAccessGitListSecretsHeaders + public partial class SubscriptionListSecretsHeaders { /// - /// Initializes a new instance of the TenantAccessGitListSecretsHeaders + /// Initializes a new instance of the SubscriptionListSecretsHeaders /// class. /// - public TenantAccessGitListSecretsHeaders() + public SubscriptionListSecretsHeaders() { CustomInit(); } /// - /// Initializes a new instance of the TenantAccessGitListSecretsHeaders + /// Initializes a new instance of the SubscriptionListSecretsHeaders /// class. /// /// Current entity state version. Should be treated /// as opaque and used to make conditional HTTP requests. - public TenantAccessGitListSecretsHeaders(string eTag = default(string)) + public SubscriptionListSecretsHeaders(string eTag = default(string)) { ETag = eTag; CustomInit(); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SubscriptionUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SubscriptionUpdateHeaders.cs new file mode 100644 index 0000000000000..1e4b1cbdd7e6d --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SubscriptionUpdateHeaders.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Update operation. + /// + public partial class SubscriptionUpdateHeaders + { + /// + /// Initializes a new instance of the SubscriptionUpdateHeaders class. + /// + public SubscriptionUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the SubscriptionUpdateHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public SubscriptionUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SubscriptionUpdateParameters.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SubscriptionUpdateParameters.cs index 8bdac5b760c6d..144a7f3fb6172 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SubscriptionUpdateParameters.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/SubscriptionUpdateParameters.cs @@ -57,7 +57,8 @@ public SubscriptionUpdateParameters() /// date and was deactivated. Possible values include: 'suspended', /// 'active', 'expired', 'submitted', 'rejected', 'cancelled' /// Comments describing subscription state - /// change by the administrator. + /// change by the administrator when the state is changed to the + /// 'rejected'. /// Determines whether tracing can be /// enabled public SubscriptionUpdateParameters(string ownerId = default(string), string scope = default(string), System.DateTime? expirationDate = default(System.DateTime?), string displayName = default(string), string primaryKey = default(string), string secondaryKey = default(string), SubscriptionState? state = default(SubscriptionState?), string stateComment = default(string), bool? allowTracing = default(bool?)) @@ -137,7 +138,7 @@ public SubscriptionUpdateParameters() /// /// Gets or sets comments describing subscription state change by the - /// administrator. + /// administrator when the state is changed to the 'rejected'. /// [JsonProperty(PropertyName = "properties.stateComment")] public string StateComment { get; set; } @@ -148,5 +149,36 @@ public SubscriptionUpdateParameters() [JsonProperty(PropertyName = "properties.allowTracing")] public bool? AllowTracing { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (PrimaryKey != null) + { + if (PrimaryKey.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "PrimaryKey", 256); + } + if (PrimaryKey.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "PrimaryKey", 1); + } + } + if (SecondaryKey != null) + { + if (SecondaryKey.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "SecondaryKey", 256); + } + if (SecondaryKey.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "SecondaryKey", 1); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagContract.cs index 09e91423f0f7c..a1b2a33496e23 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagContract.cs @@ -67,6 +67,17 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "DisplayName"); } + if (DisplayName != null) + { + if (DisplayName.Length > 160) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 160); + } + if (DisplayName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "DisplayName", 1); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagCreateUpdateParameters.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagCreateUpdateParameters.cs index d4012efee2670..6bf21e536e8b1 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagCreateUpdateParameters.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagCreateUpdateParameters.cs @@ -62,6 +62,17 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "DisplayName"); } + if (DisplayName != null) + { + if (DisplayName.Length > 160) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 160); + } + if (DisplayName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "DisplayName", 1); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagDescriptionContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagDescriptionContract.cs index ea183cd66f940..343ac9393717d 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagDescriptionContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagDescriptionContract.cs @@ -91,5 +91,32 @@ public TagDescriptionContract() [JsonProperty(PropertyName = "properties.displayName")] public string DisplayName { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (ExternalDocsUrl != null) + { + if (ExternalDocsUrl.Length > 2000) + { + throw new ValidationException(ValidationRules.MaxLength, "ExternalDocsUrl", 2000); + } + } + if (DisplayName != null) + { + if (DisplayName.Length > 160) + { + throw new ValidationException(ValidationRules.MaxLength, "DisplayName", 160); + } + if (DisplayName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "DisplayName", 1); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagDescriptionCreateParameters.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagDescriptionCreateParameters.cs index 03a356ee01950..c40b4d65ab8ce 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagDescriptionCreateParameters.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagDescriptionCreateParameters.cs @@ -71,5 +71,21 @@ public TagDescriptionCreateParameters() [JsonProperty(PropertyName = "properties.externalDocsDescription")] public string ExternalDocsDescription { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (ExternalDocsUrl != null) + { + if (ExternalDocsUrl.Length > 2000) + { + throw new ValidationException(ValidationRules.MaxLength, "ExternalDocsUrl", 2000); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagResourceContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagResourceContract.cs index ce13df9d2e7b8..ccfdb809b4fc6 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagResourceContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagResourceContract.cs @@ -84,6 +84,14 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "Tag"); } + if (Tag != null) + { + Tag.Validate(); + } + if (Api != null) + { + Api.Validate(); + } if (Product != null) { Product.Validate(); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagTagResourceContractProperties.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagTagResourceContractProperties.cs index c2244f85d4c59..a0c8b4332eb9c 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagTagResourceContractProperties.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagTagResourceContractProperties.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; @@ -57,5 +58,25 @@ public TagTagResourceContractProperties() [JsonProperty(PropertyName = "name")] public string Name { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Name != null) + { + if (Name.Length > 160) + { + throw new ValidationException(ValidationRules.MaxLength, "Name", 160); + } + if (Name.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Name", 1); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagUpdateHeaders.cs new file mode 100644 index 0000000000000..11c038c0a202c --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TagUpdateHeaders.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Update operation. + /// + public partial class TagUpdateHeaders + { + /// + /// Initializes a new instance of the TagUpdateHeaders class. + /// + public TagUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the TagUpdateHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public TagUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TenantAccessCreateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TenantAccessCreateHeaders.cs new file mode 100644 index 0000000000000..f11c918417dd8 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TenantAccessCreateHeaders.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Create operation. + /// + public partial class TenantAccessCreateHeaders + { + /// + /// Initializes a new instance of the TenantAccessCreateHeaders class. + /// + public TenantAccessCreateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the TenantAccessCreateHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public TenantAccessCreateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TenantAccessUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TenantAccessUpdateHeaders.cs new file mode 100644 index 0000000000000..689c1d96f57c5 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TenantAccessUpdateHeaders.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Update operation. + /// + public partial class TenantAccessUpdateHeaders + { + /// + /// Initializes a new instance of the TenantAccessUpdateHeaders class. + /// + public TenantAccessUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the TenantAccessUpdateHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public TenantAccessUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TenantConfigurationSyncStateContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TenantConfigurationSyncStateContract.cs index 8a19eb0504b2f..d020b196a8369 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TenantConfigurationSyncStateContract.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TenantConfigurationSyncStateContract.cs @@ -10,12 +10,15 @@ namespace Microsoft.Azure.Management.ApiManagement.Models { + using Microsoft.Rest; + using Microsoft.Rest.Serialization; using Newtonsoft.Json; using System.Linq; /// - /// Tenant Configuration Synchronization State. + /// Result of Tenant Configuration Sync State. /// + [Rest.Serialization.JsonTransformation] public partial class TenantConfigurationSyncStateContract { /// @@ -47,7 +50,9 @@ public TenantConfigurationSyncStateContract() /// configuration change. The date conforms to the following format: /// `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard. /// - public TenantConfigurationSyncStateContract(string branch = default(string), string commitId = default(string), bool? isExport = default(bool?), bool? isSynced = default(bool?), bool? isGitEnabled = default(bool?), System.DateTime? syncDate = default(System.DateTime?), System.DateTime? configurationChangeDate = default(System.DateTime?)) + /// Most recent tenant configuration + /// operation identifier + public TenantConfigurationSyncStateContract(string branch = default(string), string commitId = default(string), bool? isExport = default(bool?), bool? isSynced = default(bool?), bool? isGitEnabled = default(bool?), System.DateTime? syncDate = default(System.DateTime?), System.DateTime? configurationChangeDate = default(System.DateTime?), string lastOperationId = default(string)) { Branch = branch; CommitId = commitId; @@ -56,6 +61,7 @@ public TenantConfigurationSyncStateContract() IsGitEnabled = isGitEnabled; SyncDate = syncDate; ConfigurationChangeDate = configurationChangeDate; + LastOperationId = lastOperationId; CustomInit(); } @@ -67,34 +73,34 @@ public TenantConfigurationSyncStateContract() /// /// Gets or sets the name of Git branch. /// - [JsonProperty(PropertyName = "branch")] + [JsonProperty(PropertyName = "properties.branch")] public string Branch { get; set; } /// /// Gets or sets the latest commit Id. /// - [JsonProperty(PropertyName = "commitId")] + [JsonProperty(PropertyName = "properties.commitId")] public string CommitId { get; set; } /// /// Gets or sets value indicating if last sync was save (true) or /// deploy (false) operation. /// - [JsonProperty(PropertyName = "isExport")] + [JsonProperty(PropertyName = "properties.isExport")] public bool? IsExport { get; set; } /// /// Gets or sets value indicating if last synchronization was later /// than the configuration change. /// - [JsonProperty(PropertyName = "isSynced")] + [JsonProperty(PropertyName = "properties.isSynced")] public bool? IsSynced { get; set; } /// /// Gets or sets value indicating whether Git configuration access is /// enabled. /// - [JsonProperty(PropertyName = "isGitEnabled")] + [JsonProperty(PropertyName = "properties.isGitEnabled")] public bool? IsGitEnabled { get; set; } /// @@ -103,7 +109,7 @@ public TenantConfigurationSyncStateContract() /// specified by the ISO 8601 standard. /// /// - [JsonProperty(PropertyName = "syncDate")] + [JsonProperty(PropertyName = "properties.syncDate")] public System.DateTime? SyncDate { get; set; } /// @@ -112,8 +118,14 @@ public TenantConfigurationSyncStateContract() /// specified by the ISO 8601 standard. /// /// - [JsonProperty(PropertyName = "configurationChangeDate")] + [JsonProperty(PropertyName = "properties.configurationChangeDate")] public System.DateTime? ConfigurationChangeDate { get; set; } + /// + /// Gets or sets most recent tenant configuration operation identifier + /// + [JsonProperty(PropertyName = "properties.lastOperationId")] + public string LastOperationId { get; set; } + } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TenantSettingsContract.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TenantSettingsContract.cs new file mode 100644 index 0000000000000..eaa3f2d46d74f --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TenantSettingsContract.cs @@ -0,0 +1,61 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Tenant Settings. + /// + [Rest.Serialization.JsonTransformation] + public partial class TenantSettingsContract : Resource + { + /// + /// Initializes a new instance of the TenantSettingsContract class. + /// + public TenantSettingsContract() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the TenantSettingsContract class. + /// + /// Resource ID. + /// Resource name. + /// Resource type for API Management + /// resource. + /// Tenant settings + public TenantSettingsContract(string id = default(string), string name = default(string), string type = default(string), IDictionary settings = default(IDictionary)) + : base(id, name, type) + { + Settings = settings; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets tenant settings + /// + [JsonProperty(PropertyName = "properties.settings")] + public IDictionary Settings { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TenantSettingsGetHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TenantSettingsGetHeaders.cs new file mode 100644 index 0000000000000..39e64a8a76618 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/TenantSettingsGetHeaders.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Get operation. + /// + public partial class TenantSettingsGetHeaders + { + /// + /// Initializes a new instance of the TenantSettingsGetHeaders class. + /// + public TenantSettingsGetHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the TenantSettingsGetHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public TenantSettingsGetHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/UserCreateParameters.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/UserCreateParameters.cs index 1feefcfa5fdfb..a92b74a5300d1 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/UserCreateParameters.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/UserCreateParameters.cs @@ -49,8 +49,8 @@ public UserCreateParameters() /// User Password. If no value is provided, a /// default password is generated. /// Determines the type of application which send - /// the create user request. Default is old publisher portal. Possible - /// values include: 'developerPortal' + /// the create user request. Default is legacy portal. Possible values + /// include: 'portal', 'developerPortal' /// Determines the type of confirmation /// e-mail that will be sent to the newly created user. Possible values /// include: 'signup', 'invite' @@ -122,8 +122,8 @@ public UserCreateParameters() /// /// Gets or sets determines the type of application which send the - /// create user request. Default is old publisher portal. Possible - /// values include: 'developerPortal' + /// create user request. Default is legacy portal. Possible values + /// include: 'portal', 'developerPortal' /// [JsonProperty(PropertyName = "properties.appType")] public string AppType { get; set; } @@ -156,6 +156,39 @@ public virtual void Validate() { throw new ValidationException(ValidationRules.CannotBeNull, "LastName"); } + if (Email != null) + { + if (Email.Length > 254) + { + throw new ValidationException(ValidationRules.MaxLength, "Email", 254); + } + if (Email.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Email", 1); + } + } + if (FirstName != null) + { + if (FirstName.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "FirstName", 100); + } + if (FirstName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "FirstName", 1); + } + } + if (LastName != null) + { + if (LastName.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "LastName", 100); + } + if (LastName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "LastName", 1); + } + } } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/UserSubscriptionGetHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/UserSubscriptionGetHeaders.cs new file mode 100644 index 0000000000000..89b7c4327529b --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/UserSubscriptionGetHeaders.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Get operation. + /// + public partial class UserSubscriptionGetHeaders + { + /// + /// Initializes a new instance of the UserSubscriptionGetHeaders class. + /// + public UserSubscriptionGetHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the UserSubscriptionGetHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public UserSubscriptionGetHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/UserUpdateHeaders.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/UserUpdateHeaders.cs new file mode 100644 index 0000000000000..ced49ea7f1944 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/UserUpdateHeaders.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for Update operation. + /// + public partial class UserUpdateHeaders + { + /// + /// Initializes a new instance of the UserUpdateHeaders class. + /// + public UserUpdateHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the UserUpdateHeaders class. + /// + /// Current entity state version. Should be treated + /// as opaque and used to make conditional HTTP requests. + public UserUpdateHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets current entity state version. Should be treated as + /// opaque and used to make conditional HTTP requests. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/UserUpdateParameters.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/UserUpdateParameters.cs index 3e5669ded042a..c192304971b1c 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/UserUpdateParameters.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/UserUpdateParameters.cs @@ -110,5 +110,47 @@ public UserUpdateParameters() [JsonProperty(PropertyName = "properties.lastName")] public string LastName { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Email != null) + { + if (Email.Length > 254) + { + throw new ValidationException(ValidationRules.MaxLength, "Email", 254); + } + if (Email.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Email", 1); + } + } + if (FirstName != null) + { + if (FirstName.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "FirstName", 100); + } + if (FirstName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "FirstName", 1); + } + } + if (LastName != null) + { + if (LastName.Length > 100) + { + throw new ValidationException(ValidationRules.MaxLength, "LastName", 100); + } + if (LastName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "LastName", 1); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/VirtualNetworkConfiguration.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/VirtualNetworkConfiguration.cs index 245f6290f43ca..dbbf9d18810b1 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/VirtualNetworkConfiguration.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/Models/VirtualNetworkConfiguration.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.ApiManagement.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; @@ -70,5 +71,21 @@ public VirtualNetworkConfiguration() [JsonProperty(PropertyName = "subnetResourceId")] public string SubnetResourceId { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (SubnetResourceId != null) + { + if (!System.Text.RegularExpressions.Regex.IsMatch(SubnetResourceId, "^/subscriptions/[^/]*/resourceGroups/[^/]*/providers/Microsoft.(ClassicNetwork|Network)/virtualNetworks/[^/]*/subnets/[^/]*$")) + { + throw new ValidationException(ValidationRules.Pattern, "SubnetResourceId", "^/subscriptions/[^/]*/resourceGroups/[^/]*/providers/Microsoft.(ClassicNetwork|Network)/virtualNetworks/[^/]*/subnets/[^/]*$"); + } + } + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/NamedValueOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/NamedValueOperations.cs index 1f011e9fa4eaf..4805d518293de 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/NamedValueOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/NamedValueOperations.cs @@ -52,7 +52,7 @@ internal NamedValueOperations(ApiManagementClient client) public ApiManagementClient Client { get; private set; } /// - /// Lists a collection of NamedValues defined within a service instance. + /// Lists a collection of named values defined within a service instance. /// /// /// @@ -64,6 +64,10 @@ internal NamedValueOperations(ApiManagementClient client) /// /// OData parameters to apply to the operation. /// + /// + /// When set to true, the response contains only named value entities which + /// failed refresh. + /// /// /// Headers that will be added to request. /// @@ -85,7 +89,7 @@ internal NamedValueOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery), bool? isKeyVaultRefreshFailed = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -110,11 +114,14 @@ internal NamedValueOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -125,7 +132,7 @@ internal NamedValueOperations(ApiManagementClient client) tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); + tracingParameters.Add("isKeyVaultRefreshFailed", isKeyVaultRefreshFailed); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -144,9 +151,13 @@ internal NamedValueOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (isKeyVaultRefreshFailed != null) + { + _queryParameters.Add(string.Format("isKeyVaultRefreshFailed={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(isKeyVaultRefreshFailed, Client.SerializationSettings).Trim('"')))); + } + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -269,7 +280,7 @@ internal NamedValueOperations(ApiManagementClient client) } /// - /// Gets the entity state (Etag) version of the NamedValue specified by its + /// Gets the entity state (Etag) version of the named value specified by its /// identifier. /// /// @@ -339,11 +350,14 @@ internal NamedValueOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "namedValueId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -354,7 +368,6 @@ internal NamedValueOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("namedValueId", namedValueId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -366,9 +379,9 @@ internal NamedValueOperations(ApiManagementClient client) _url = _url.Replace("{namedValueId}", System.Uri.EscapeDataString(namedValueId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -486,7 +499,7 @@ internal NamedValueOperations(ApiManagementClient client) } /// - /// Gets the details of the NamedValue specified by its identifier. + /// Gets the details of the named value specified by its identifier. /// /// /// The name of the resource group. @@ -558,11 +571,14 @@ internal NamedValueOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "namedValueId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -573,7 +589,6 @@ internal NamedValueOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("namedValueId", namedValueId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -585,9 +600,9 @@ internal NamedValueOperations(ApiManagementClient client) _url = _url.Replace("{namedValueId}", System.Uri.EscapeDataString(namedValueId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -723,7 +738,7 @@ internal NamedValueOperations(ApiManagementClient client) } /// - /// Creates or updates a NamedValue. + /// Creates or updates named value. /// /// /// The name of the resource group. @@ -755,7 +770,7 @@ internal NamedValueOperations(ApiManagementClient client) } /// - /// Updates the specific NamedValue. + /// Updates the specific named value. /// /// /// The name of the resource group. @@ -788,7 +803,7 @@ internal NamedValueOperations(ApiManagementClient client) } /// - /// Deletes specific NamedValue from the API Management service instance. + /// Deletes specific named value from the API Management service instance. /// /// /// The name of the resource group. @@ -866,11 +881,14 @@ internal NamedValueOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -882,7 +900,6 @@ internal NamedValueOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("namedValueId", namedValueId); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -894,9 +911,9 @@ internal NamedValueOperations(ApiManagementClient client) _url = _url.Replace("{namedValueId}", System.Uri.EscapeDataString(namedValueId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1009,7 +1026,7 @@ internal NamedValueOperations(ApiManagementClient client) } /// - /// Gets the secret value of the NamedValue. + /// Gets the secret of the named value specified by its identifier. /// /// /// The name of the resource group. @@ -1041,7 +1058,7 @@ internal NamedValueOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> ListValueWithHttpMessagesAsync(string resourceGroupName, string serviceName, string namedValueId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> ListValueWithHttpMessagesAsync(string resourceGroupName, string serviceName, string namedValueId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1081,11 +1098,14 @@ internal NamedValueOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "namedValueId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1096,7 +1116,6 @@ internal NamedValueOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("namedValueId", namedValueId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListValue", tracingParameters); } @@ -1108,9 +1127,9 @@ internal NamedValueOperations(ApiManagementClient client) _url = _url.Replace("{namedValueId}", System.Uri.EscapeDataString(namedValueId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1200,7 +1219,7 @@ internal NamedValueOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) @@ -1213,7 +1232,7 @@ internal NamedValueOperations(ApiManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -1225,6 +1244,19 @@ internal NamedValueOperations(ApiManagementClient client) throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); } } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1233,7 +1265,32 @@ internal NamedValueOperations(ApiManagementClient client) } /// - /// Creates or updates a NamedValue. + /// Refresh the secret of the named value specified by its identifier. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Identifier of the NamedValue. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task> RefreshSecretWithHttpMessagesAsync(string resourceGroupName, string serviceName, string namedValueId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send request + AzureOperationResponse _response = await BeginRefreshSecretWithHttpMessagesAsync(resourceGroupName, serviceName, namedValueId, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Creates or updates named value. /// /// /// The name of the resource group. @@ -1320,11 +1377,14 @@ internal NamedValueOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1337,7 +1397,6 @@ internal NamedValueOperations(ApiManagementClient client) tracingParameters.Add("namedValueId", namedValueId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginCreateOrUpdate", tracingParameters); } @@ -1349,9 +1408,9 @@ internal NamedValueOperations(ApiManagementClient client) _url = _url.Replace("{namedValueId}", System.Uri.EscapeDataString(namedValueId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1519,7 +1578,7 @@ internal NamedValueOperations(ApiManagementClient client) } /// - /// Updates the specific NamedValue. + /// Updates the specific named value. /// /// /// The name of the resource group. @@ -1607,11 +1666,14 @@ internal NamedValueOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1624,7 +1686,6 @@ internal NamedValueOperations(ApiManagementClient client) tracingParameters.Add("namedValueId", namedValueId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginUpdate", tracingParameters); } @@ -1636,9 +1697,9 @@ internal NamedValueOperations(ApiManagementClient client) _url = _url.Replace("{namedValueId}", System.Uri.EscapeDataString(namedValueId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1712,7 +1773,7 @@ internal NamedValueOperations(ApiManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 204) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1788,7 +1849,246 @@ internal NamedValueOperations(ApiManagementClient client) } /// - /// Lists a collection of NamedValues defined within a service instance. + /// Refresh the secret of the named value specified by its identifier. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Identifier of the NamedValue. + /// + /// + /// 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> BeginRefreshSecretWithHttpMessagesAsync(string resourceGroupName, string serviceName, string namedValueId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (namedValueId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "namedValueId"); + } + if (namedValueId != null) + { + if (namedValueId.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "namedValueId", 256); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(namedValueId, "^[^*#&+:<>?]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "namedValueId", "^[^*#&+:<>?]+$"); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("namedValueId", namedValueId); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BeginRefreshSecret", 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.ApiManagement/service/{serviceName}/namedValues/{namedValueId}/refreshSecret").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{namedValueId}", System.Uri.EscapeDataString(namedValueId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200 && (int)_statusCode != 202) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Lists a collection of named values defined within a service instance. /// /// /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/NamedValueOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/NamedValueOperationsExtensions.cs index a19f1d28a260b..40a450ce26e92 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/NamedValueOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/NamedValueOperationsExtensions.cs @@ -23,7 +23,7 @@ namespace Microsoft.Azure.Management.ApiManagement public static partial class NamedValueOperationsExtensions { /// - /// Lists a collection of NamedValues defined within a service instance. + /// Lists a collection of named values defined within a service instance. /// /// /// @@ -38,13 +38,17 @@ public static partial class NamedValueOperationsExtensions /// /// OData parameters to apply to the operation. /// - public static IPage ListByService(this INamedValueOperations operations, string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery)) + /// + /// When set to true, the response contains only named value entities which + /// failed refresh. + /// + public static IPage ListByService(this INamedValueOperations operations, string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery), bool? isKeyVaultRefreshFailed = default(bool?)) { - return operations.ListByServiceAsync(resourceGroupName, serviceName, odataQuery).GetAwaiter().GetResult(); + return operations.ListByServiceAsync(resourceGroupName, serviceName, odataQuery, isKeyVaultRefreshFailed).GetAwaiter().GetResult(); } /// - /// Lists a collection of NamedValues defined within a service instance. + /// Lists a collection of named values defined within a service instance. /// /// /// @@ -59,19 +63,23 @@ public static partial class NamedValueOperationsExtensions /// /// OData parameters to apply to the operation. /// + /// + /// When set to true, the response contains only named value entities which + /// failed refresh. + /// /// /// The cancellation token. /// - public static async Task> ListByServiceAsync(this INamedValueOperations operations, string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListByServiceAsync(this INamedValueOperations operations, string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery), bool? isKeyVaultRefreshFailed = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListByServiceWithHttpMessagesAsync(resourceGroupName, serviceName, odataQuery, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListByServiceWithHttpMessagesAsync(resourceGroupName, serviceName, odataQuery, isKeyVaultRefreshFailed, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } } /// - /// Gets the entity state (Etag) version of the NamedValue specified by its + /// Gets the entity state (Etag) version of the named value specified by its /// identifier. /// /// @@ -92,7 +100,7 @@ public static NamedValueGetEntityTagHeaders GetEntityTag(this INamedValueOperati } /// - /// Gets the entity state (Etag) version of the NamedValue specified by its + /// Gets the entity state (Etag) version of the named value specified by its /// identifier. /// /// @@ -119,7 +127,7 @@ public static NamedValueGetEntityTagHeaders GetEntityTag(this INamedValueOperati } /// - /// Gets the details of the NamedValue specified by its identifier. + /// Gets the details of the named value specified by its identifier. /// /// /// The operations group for this extension method. @@ -139,7 +147,7 @@ public static NamedValueContract Get(this INamedValueOperations operations, stri } /// - /// Gets the details of the NamedValue specified by its identifier. + /// Gets the details of the named value specified by its identifier. /// /// /// The operations group for this extension method. @@ -165,7 +173,7 @@ public static NamedValueContract Get(this INamedValueOperations operations, stri } /// - /// Creates or updates a NamedValue. + /// Creates or updates named value. /// /// /// The operations group for this extension method. @@ -192,7 +200,7 @@ public static NamedValueContract Get(this INamedValueOperations operations, stri } /// - /// Creates or updates a NamedValue. + /// Creates or updates named value. /// /// /// The operations group for this extension method. @@ -225,7 +233,7 @@ public static NamedValueContract Get(this INamedValueOperations operations, stri } /// - /// Updates the specific NamedValue. + /// Updates the specific named value. /// /// /// The operations group for this extension method. @@ -253,7 +261,7 @@ public static NamedValueContract Update(this INamedValueOperations operations, s } /// - /// Updates the specific NamedValue. + /// Updates the specific named value. /// /// /// The operations group for this extension method. @@ -287,7 +295,7 @@ public static NamedValueContract Update(this INamedValueOperations operations, s } /// - /// Deletes specific NamedValue from the API Management service instance. + /// Deletes specific named value from the API Management service instance. /// /// /// The operations group for this extension method. @@ -312,7 +320,7 @@ public static void Delete(this INamedValueOperations operations, string resource } /// - /// Deletes specific NamedValue from the API Management service instance. + /// Deletes specific named value from the API Management service instance. /// /// /// The operations group for this extension method. @@ -340,7 +348,7 @@ public static void Delete(this INamedValueOperations operations, string resource } /// - /// Gets the secret value of the NamedValue. + /// Gets the secret of the named value specified by its identifier. /// /// /// The operations group for this extension method. @@ -354,13 +362,13 @@ public static void Delete(this INamedValueOperations operations, string resource /// /// Identifier of the NamedValue. /// - public static PropertyValueContract ListValue(this INamedValueOperations operations, string resourceGroupName, string serviceName, string namedValueId) + public static NamedValueSecretContract ListValue(this INamedValueOperations operations, string resourceGroupName, string serviceName, string namedValueId) { return operations.ListValueAsync(resourceGroupName, serviceName, namedValueId).GetAwaiter().GetResult(); } /// - /// Gets the secret value of the NamedValue. + /// Gets the secret of the named value specified by its identifier. /// /// /// The operations group for this extension method. @@ -377,7 +385,7 @@ public static PropertyValueContract ListValue(this INamedValueOperations operati /// /// The cancellation token. /// - public static async Task ListValueAsync(this INamedValueOperations operations, string resourceGroupName, string serviceName, string namedValueId, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task ListValueAsync(this INamedValueOperations operations, string resourceGroupName, string serviceName, string namedValueId, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListValueWithHttpMessagesAsync(resourceGroupName, serviceName, namedValueId, null, cancellationToken).ConfigureAwait(false)) { @@ -386,7 +394,53 @@ public static PropertyValueContract ListValue(this INamedValueOperations operati } /// - /// Creates or updates a NamedValue. + /// Refresh the secret of the named value specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Identifier of the NamedValue. + /// + public static NamedValueContract RefreshSecret(this INamedValueOperations operations, string resourceGroupName, string serviceName, string namedValueId) + { + return operations.RefreshSecretAsync(resourceGroupName, serviceName, namedValueId).GetAwaiter().GetResult(); + } + + /// + /// Refresh the secret of the named value specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Identifier of the NamedValue. + /// + /// + /// The cancellation token. + /// + public static async Task RefreshSecretAsync(this INamedValueOperations operations, string resourceGroupName, string serviceName, string namedValueId, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.RefreshSecretWithHttpMessagesAsync(resourceGroupName, serviceName, namedValueId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Creates or updates named value. /// /// /// The operations group for this extension method. @@ -413,7 +467,7 @@ public static PropertyValueContract ListValue(this INamedValueOperations operati } /// - /// Creates or updates a NamedValue. + /// Creates or updates named value. /// /// /// The operations group for this extension method. @@ -446,7 +500,7 @@ public static PropertyValueContract ListValue(this INamedValueOperations operati } /// - /// Updates the specific NamedValue. + /// Updates the specific named value. /// /// /// The operations group for this extension method. @@ -474,7 +528,7 @@ public static NamedValueContract BeginUpdate(this INamedValueOperations operatio } /// - /// Updates the specific NamedValue. + /// Updates the specific named value. /// /// /// The operations group for this extension method. @@ -508,7 +562,53 @@ public static NamedValueContract BeginUpdate(this INamedValueOperations operatio } /// - /// Lists a collection of NamedValues defined within a service instance. + /// Refresh the secret of the named value specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Identifier of the NamedValue. + /// + public static NamedValueContract BeginRefreshSecret(this INamedValueOperations operations, string resourceGroupName, string serviceName, string namedValueId) + { + return operations.BeginRefreshSecretAsync(resourceGroupName, serviceName, namedValueId).GetAwaiter().GetResult(); + } + + /// + /// Refresh the secret of the named value specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Identifier of the NamedValue. + /// + /// + /// The cancellation token. + /// + public static async Task BeginRefreshSecretAsync(this INamedValueOperations operations, string resourceGroupName, string serviceName, string namedValueId, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.BeginRefreshSecretWithHttpMessagesAsync(resourceGroupName, serviceName, namedValueId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Lists a collection of named values defined within a service instance. /// /// /// @@ -523,7 +623,7 @@ public static IPage ListByServiceNext(this INamedValueOperat } /// - /// Lists a collection of NamedValues defined within a service instance. + /// Lists a collection of named values defined within a service instance. /// /// /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/NetworkStatusOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/NetworkStatusOperations.cs index f737476ac7b1b..2536b3e729a65 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/NetworkStatusOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/NetworkStatusOperations.cs @@ -111,7 +111,10 @@ internal NetworkStatusOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } - string apiVersion = "2019-12-01"; + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -121,7 +124,6 @@ internal NetworkStatusOperations(ApiManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -132,9 +134,9 @@ internal NetworkStatusOperations(ApiManagementClient client) _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -332,7 +334,10 @@ internal NetworkStatusOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "locationName", 1); } } - string apiVersion = "2019-12-01"; + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -343,7 +348,6 @@ internal NetworkStatusOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("locationName", locationName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByLocation", tracingParameters); } @@ -355,9 +359,9 @@ internal NetworkStatusOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{locationName}", System.Uri.EscapeDataString(locationName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/NotificationOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/NotificationOperations.cs index dbcfaef52bbc8..78443260da12e 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/NotificationOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/NotificationOperations.cs @@ -119,11 +119,14 @@ internal NotificationOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.InclusiveMinimum, "skip", 0); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -135,7 +138,6 @@ internal NotificationOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("top", top); tracingParameters.Add("skip", skip); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -154,9 +156,9 @@ internal NotificationOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("$skip={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(skip, Client.SerializationSettings).Trim('"')))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -345,11 +347,14 @@ internal NotificationOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "notificationName"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -360,7 +365,6 @@ internal NotificationOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("notificationName", notificationName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -372,9 +376,9 @@ internal NotificationOperations(ApiManagementClient client) _url = _url.Replace("{notificationName}", System.Uri.EscapeDataString(notificationName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -567,11 +571,14 @@ internal NotificationOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "notificationName"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -583,7 +590,6 @@ internal NotificationOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("notificationName", notificationName); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -595,9 +601,9 @@ internal NotificationOperations(ApiManagementClient client) _url = _url.Replace("{notificationName}", System.Uri.EscapeDataString(notificationName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/NotificationRecipientEmailOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/NotificationRecipientEmailOperations.cs index 6ecd599f5c59b..2d332f8ef319c 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/NotificationRecipientEmailOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/NotificationRecipientEmailOperations.cs @@ -118,11 +118,14 @@ internal NotificationRecipientEmailOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "notificationName"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -133,7 +136,6 @@ internal NotificationRecipientEmailOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("notificationName", notificationName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByNotification", tracingParameters); } @@ -145,9 +147,9 @@ internal NotificationRecipientEmailOperations(ApiManagementClient client) _url = _url.Replace("{notificationName}", System.Uri.EscapeDataString(notificationName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -340,11 +342,14 @@ internal NotificationRecipientEmailOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "email"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -356,7 +361,6 @@ internal NotificationRecipientEmailOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("notificationName", notificationName); tracingParameters.Add("email", email); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CheckEntityExists", tracingParameters); } @@ -369,9 +373,9 @@ internal NotificationRecipientEmailOperations(ApiManagementClient client) _url = _url.Replace("{email}", System.Uri.EscapeDataString(email)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -550,11 +554,14 @@ internal NotificationRecipientEmailOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "email"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -566,7 +573,6 @@ internal NotificationRecipientEmailOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("notificationName", notificationName); tracingParameters.Add("email", email); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -579,9 +585,9 @@ internal NotificationRecipientEmailOperations(ApiManagementClient client) _url = _url.Replace("{email}", System.Uri.EscapeDataString(email)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -792,11 +798,14 @@ internal NotificationRecipientEmailOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "email"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -808,7 +817,6 @@ internal NotificationRecipientEmailOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("notificationName", notificationName); tracingParameters.Add("email", email); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -821,9 +829,9 @@ internal NotificationRecipientEmailOperations(ApiManagementClient client) _url = _url.Replace("{email}", System.Uri.EscapeDataString(email)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/NotificationRecipientUserOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/NotificationRecipientUserOperations.cs index 748ab2b6916e7..e47f2869fa297 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/NotificationRecipientUserOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/NotificationRecipientUserOperations.cs @@ -118,11 +118,14 @@ internal NotificationRecipientUserOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "notificationName"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -133,7 +136,6 @@ internal NotificationRecipientUserOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("notificationName", notificationName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByNotification", tracingParameters); } @@ -145,9 +147,9 @@ internal NotificationRecipientUserOperations(ApiManagementClient client) _url = _url.Replace("{notificationName}", System.Uri.EscapeDataString(notificationName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -353,11 +355,14 @@ internal NotificationRecipientUserOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "userId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -369,7 +374,6 @@ internal NotificationRecipientUserOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("notificationName", notificationName); tracingParameters.Add("userId", userId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CheckEntityExists", tracingParameters); } @@ -382,9 +386,9 @@ internal NotificationRecipientUserOperations(ApiManagementClient client) _url = _url.Replace("{userId}", System.Uri.EscapeDataString(userId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -576,11 +580,14 @@ internal NotificationRecipientUserOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "userId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -592,7 +599,6 @@ internal NotificationRecipientUserOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("notificationName", notificationName); tracingParameters.Add("userId", userId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -605,9 +611,9 @@ internal NotificationRecipientUserOperations(ApiManagementClient client) _url = _url.Replace("{userId}", System.Uri.EscapeDataString(userId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -830,11 +836,14 @@ internal NotificationRecipientUserOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "userId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -846,7 +855,6 @@ internal NotificationRecipientUserOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("notificationName", notificationName); tracingParameters.Add("userId", userId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -859,9 +867,9 @@ internal NotificationRecipientUserOperations(ApiManagementClient client) _url = _url.Replace("{userId}", System.Uri.EscapeDataString(userId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/OpenIdConnectProviderOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/OpenIdConnectProviderOperations.cs index 031e1fb573fd0..cf44bb5ff433b 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/OpenIdConnectProviderOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/OpenIdConnectProviderOperations.cs @@ -109,11 +109,14 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -124,7 +127,6 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -143,9 +145,9 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -338,11 +340,14 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "opid", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -353,7 +358,6 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("opid", opid); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -365,9 +369,9 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) _url = _url.Replace("{opid}", System.Uri.EscapeDataString(opid)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -485,7 +489,7 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) } /// - /// Gets specific OpenID Connect Provider. + /// Gets specific OpenID Connect Provider without secrets. /// /// /// The name of the resource group. @@ -557,11 +561,14 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "opid", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -572,7 +579,6 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("opid", opid); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -584,9 +590,9 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) _url = _url.Replace("{opid}", System.Uri.EscapeDataString(opid)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -809,11 +815,14 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -826,7 +835,6 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) tracingParameters.Add("opid", opid); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -838,9 +846,9 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) _url = _url.Replace("{opid}", System.Uri.EscapeDataString(opid)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1036,6 +1044,9 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -1045,7 +1056,7 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string opid, OpenidConnectProviderUpdateContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string opid, OpenidConnectProviderUpdateContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1093,11 +1104,14 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1110,7 +1124,6 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) tracingParameters.Add("opid", opid); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -1122,9 +1135,9 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) _url = _url.Replace("{opid}", System.Uri.EscapeDataString(opid)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1198,7 +1211,7 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 204) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1228,13 +1241,44 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1322,11 +1366,14 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1338,7 +1385,6 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("opid", opid); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1350,9 +1396,9 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) _url = _url.Replace("{opid}", System.Uri.EscapeDataString(opid)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1497,7 +1543,7 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> ListSecretsWithHttpMessagesAsync(string resourceGroupName, string serviceName, string opid, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> ListSecretsWithHttpMessagesAsync(string resourceGroupName, string serviceName, string opid, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1537,11 +1583,14 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "opid", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1552,7 +1601,6 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("opid", opid); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListSecrets", tracingParameters); } @@ -1564,9 +1612,9 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) _url = _url.Replace("{opid}", System.Uri.EscapeDataString(opid)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1656,7 +1704,7 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) @@ -1681,6 +1729,19 @@ internal OpenIdConnectProviderOperations(ApiManagementClient client) throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); } } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/OpenIdConnectProviderOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/OpenIdConnectProviderOperationsExtensions.cs index 268c0ff859880..65c39184b694c 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/OpenIdConnectProviderOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/OpenIdConnectProviderOperationsExtensions.cs @@ -117,7 +117,7 @@ public static OpenIdConnectProviderGetEntityTagHeaders GetEntityTag(this IOpenId } /// - /// Gets specific OpenID Connect Provider. + /// Gets specific OpenID Connect Provider without secrets. /// /// /// The operations group for this extension method. @@ -137,7 +137,7 @@ public static OpenidConnectProviderContract Get(this IOpenIdConnectProviderOpera } /// - /// Gets specific OpenID Connect Provider. + /// Gets specific OpenID Connect Provider without secrets. /// /// /// The operations group for this extension method. @@ -245,9 +245,9 @@ public static OpenidConnectProviderContract Get(this IOpenIdConnectProviderOpera /// header response of the GET request or it should be * for unconditional /// update. /// - public static void Update(this IOpenIdConnectProviderOperations operations, string resourceGroupName, string serviceName, string opid, OpenidConnectProviderUpdateContract parameters, string ifMatch) + public static OpenidConnectProviderContract Update(this IOpenIdConnectProviderOperations operations, string resourceGroupName, string serviceName, string opid, OpenidConnectProviderUpdateContract parameters, string ifMatch) { - operations.UpdateAsync(resourceGroupName, serviceName, opid, parameters, ifMatch).GetAwaiter().GetResult(); + return operations.UpdateAsync(resourceGroupName, serviceName, opid, parameters, ifMatch).GetAwaiter().GetResult(); } /// @@ -276,9 +276,12 @@ public static void Update(this IOpenIdConnectProviderOperations operations, stri /// /// The cancellation token. /// - public static async Task UpdateAsync(this IOpenIdConnectProviderOperations operations, string resourceGroupName, string serviceName, string opid, OpenidConnectProviderUpdateContract parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this IOpenIdConnectProviderOperations operations, string resourceGroupName, string serviceName, string opid, OpenidConnectProviderUpdateContract parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, opid, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, opid, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/OperationOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/OperationOperations.cs index 25604a187d99f..9ac8e9d3b425a 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/OperationOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/OperationOperations.cs @@ -77,7 +77,7 @@ internal OperationOperations(ApiManagementClient client) /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -136,11 +136,14 @@ internal OperationOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "apiId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -153,7 +156,6 @@ internal OperationOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); tracingParameters.Add("includeNotTaggedOperations", includeNotTaggedOperations); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByTags", tracingParameters); } @@ -177,9 +179,9 @@ internal OperationOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("includeNotTaggedOperations={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(includeNotTaggedOperations, Client.SerializationSettings).Trim('"')))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -241,14 +243,13 @@ internal OperationOperations(ApiManagementClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new ErrorResponseException(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); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -258,10 +259,6 @@ internal OperationOperations(ApiManagementClient client) } 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); @@ -318,7 +315,7 @@ internal OperationOperations(ApiManagementClient client) /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -414,14 +411,13 @@ internal OperationOperations(ApiManagementClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new ErrorResponseException(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); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -431,10 +427,6 @@ internal OperationOperations(ApiManagementClient client) } 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); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/PolicyDescriptionOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/PolicyDescriptionOperations.cs index d11dd918a6f06..5508d93ebe1af 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/PolicyDescriptionOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/PolicyDescriptionOperations.cs @@ -109,11 +109,14 @@ internal PolicyDescriptionOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -124,7 +127,6 @@ internal PolicyDescriptionOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("scope", scope); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -139,9 +141,9 @@ internal PolicyDescriptionOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("scope={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(scope, Client.SerializationSettings).Trim('"')))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/PolicyOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/PolicyOperations.cs index d5938304f1b53..3a5b2df71c874 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/PolicyOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/PolicyOperations.cs @@ -105,11 +105,14 @@ internal PolicyOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -119,7 +122,6 @@ internal PolicyOperations(ApiManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -130,9 +132,9 @@ internal PolicyOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -307,12 +309,15 @@ internal PolicyOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } string policyId = "policy"; - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -323,7 +328,6 @@ internal PolicyOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("policyId", policyId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -335,9 +339,9 @@ internal PolicyOperations(ApiManagementClient client) _url = _url.Replace("{policyId}", System.Uri.EscapeDataString(policyId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -512,12 +516,15 @@ internal PolicyOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } string policyId = "policy"; - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -529,7 +536,6 @@ internal PolicyOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("policyId", policyId); tracingParameters.Add("format", format); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -545,9 +551,9 @@ internal PolicyOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("format={0}", System.Uri.EscapeDataString(format))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -753,12 +759,15 @@ internal PolicyOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } string policyId = "policy"; - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -771,7 +780,6 @@ internal PolicyOperations(ApiManagementClient client) tracingParameters.Add("policyId", policyId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -783,9 +791,9 @@ internal PolicyOperations(ApiManagementClient client) _url = _url.Replace("{policyId}", System.Uri.EscapeDataString(policyId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1013,12 +1021,15 @@ internal PolicyOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } string policyId = "policy"; - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1030,7 +1041,6 @@ internal PolicyOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("policyId", policyId); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1042,9 +1052,9 @@ internal PolicyOperations(ApiManagementClient client) _url = _url.Replace("{policyId}", System.Uri.EscapeDataString(policyId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/PortalRevisionOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/PortalRevisionOperations.cs new file mode 100644 index 0000000000000..8fd9bf1748e22 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/PortalRevisionOperations.cs @@ -0,0 +1,1520 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + + /// + /// PortalRevisionOperations operations. + /// + internal partial class PortalRevisionOperations : IServiceOperations, IPortalRevisionOperations + { + /// + /// Initializes a new instance of the PortalRevisionOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal PortalRevisionOperations(ApiManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the ApiManagementClient + /// + public ApiManagementClient Client { get; private set; } + + /// + /// Lists developer portal's revisions. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// | Field | Supported operators | Supported functions + /// | + /// |-------------|------------------------|-----------------------------------| + /// + /// |name | ge, le, eq, ne, gt, lt | substringof, contains, startswith, + /// endswith| + /// |description | ge, le, eq, ne, gt, lt | substringof, contains, startswith, + /// endswith| + /// |isCurrent | eq, ne | | + /// + /// + /// Number of records to return. + /// + /// + /// Number of records to skip. + /// + /// + /// 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>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, string filter = default(string), int? top = default(int?), int? skip = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (top < 1) + { + throw new ValidationException(ValidationRules.InclusiveMinimum, "top", 1); + } + if (skip < 0) + { + throw new ValidationException(ValidationRules.InclusiveMinimum, "skip", 0); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("filter", filter); + tracingParameters.Add("top", top); + tracingParameters.Add("skip", skip); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListByService", 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.ApiManagement/service/{serviceName}/portalRevisions").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (filter != null) + { + _queryParameters.Add(string.Format("$filter={0}", System.Uri.EscapeDataString(filter))); + } + if (top != null) + { + _queryParameters.Add(string.Format("$top={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(top, Client.SerializationSettings).Trim('"')))); + } + if (skip != null) + { + _queryParameters.Add(string.Format("$skip={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(skip, Client.SerializationSettings).Trim('"')))); + } + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Gets the developer portal revision specified by its identifier. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Portal revision identifier. Must be unique in the current API Management + /// service instance. + /// + /// + /// 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> GetEntityTagWithHttpMessagesAsync(string resourceGroupName, string serviceName, string portalRevisionId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (portalRevisionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "portalRevisionId"); + } + if (portalRevisionId != null) + { + if (portalRevisionId.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "portalRevisionId", 256); + } + if (portalRevisionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "portalRevisionId", 1); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("portalRevisionId", portalRevisionId); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", 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.ApiManagement/service/{serviceName}/portalRevisions/{portalRevisionId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{portalRevisionId}", System.Uri.EscapeDataString(portalRevisionId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("HEAD"); + _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, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationHeaderResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Gets the developer portal's revision specified by its identifier. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Portal revision identifier. Must be unique in the current API Management + /// service instance. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, string portalRevisionId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (portalRevisionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "portalRevisionId"); + } + if (portalRevisionId != null) + { + if (portalRevisionId.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "portalRevisionId", 256); + } + if (portalRevisionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "portalRevisionId", 1); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("portalRevisionId", portalRevisionId); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/portalRevisions/{portalRevisionId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{portalRevisionId}", System.Uri.EscapeDataString(portalRevisionId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Creates a new developer portal's revision by running the portal's + /// publishing. The `isCurrent` property indicates if the revision is publicly + /// accessible. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Portal revision identifier. Must be unique in the current API Management + /// service instance. + /// + /// + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string portalRevisionId, PortalRevisionContract parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send Request + AzureOperationResponse _response = await BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, serviceName, portalRevisionId, parameters, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Updates the description of specified portal revision or makes it current. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Portal revision identifier. Must be unique in the current API Management + /// service instance. + /// + /// + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string portalRevisionId, PortalRevisionContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send Request + AzureOperationResponse _response = await BeginUpdateWithHttpMessagesAsync(resourceGroupName, serviceName, portalRevisionId, parameters, ifMatch, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Creates a new developer portal's revision by running the portal's + /// publishing. The `isCurrent` property indicates if the revision is publicly + /// accessible. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Portal revision identifier. Must be unique in the current API Management + /// service instance. + /// + /// + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string portalRevisionId, PortalRevisionContract parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (portalRevisionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "portalRevisionId"); + } + if (portalRevisionId != null) + { + if (portalRevisionId.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "portalRevisionId", 256); + } + if (portalRevisionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "portalRevisionId", 1); + } + } + if (parameters == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); + } + if (parameters != null) + { + parameters.Validate(); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("portalRevisionId", portalRevisionId); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BeginCreateOrUpdate", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/portalRevisions/{portalRevisionId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{portalRevisionId}", System.Uri.EscapeDataString(portalRevisionId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + if(parameters != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 201 && (int)_statusCode != 202) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + 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 == 201) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Updates the description of specified portal revision or makes it current. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Portal revision identifier. Must be unique in the current API Management + /// service instance. + /// + /// + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string portalRevisionId, PortalRevisionContract parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (portalRevisionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "portalRevisionId"); + } + if (portalRevisionId != null) + { + if (portalRevisionId.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "portalRevisionId", 256); + } + if (portalRevisionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "portalRevisionId", 1); + } + } + if (parameters == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); + } + if (ifMatch == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("portalRevisionId", portalRevisionId); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("ifMatch", ifMatch); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BeginUpdate", 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.ApiManagement/service/{serviceName}/portalRevisions/{portalRevisionId}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{portalRevisionId}", System.Uri.EscapeDataString(portalRevisionId)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("PATCH"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + if(parameters != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200 && (int)_statusCode != 202) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Lists developer portal's revisions. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (nextPageLink == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListByServiceNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + List _queryParameters = new List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/PortalRevisionOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/PortalRevisionOperationsExtensions.cs new file mode 100644 index 0000000000000..91d2083603494 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/PortalRevisionOperationsExtensions.cs @@ -0,0 +1,465 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for PortalRevisionOperations. + /// + public static partial class PortalRevisionOperationsExtensions + { + /// + /// Lists developer portal's revisions. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// | Field | Supported operators | Supported functions + /// | + /// |-------------|------------------------|-----------------------------------| + /// + /// |name | ge, le, eq, ne, gt, lt | substringof, contains, startswith, + /// endswith| + /// |description | ge, le, eq, ne, gt, lt | substringof, contains, startswith, + /// endswith| + /// |isCurrent | eq, ne | | + /// + /// + /// Number of records to return. + /// + /// + /// Number of records to skip. + /// + public static IPage ListByService(this IPortalRevisionOperations operations, string resourceGroupName, string serviceName, string filter = default(string), int? top = default(int?), int? skip = default(int?)) + { + return operations.ListByServiceAsync(resourceGroupName, serviceName, filter, top, skip).GetAwaiter().GetResult(); + } + + /// + /// Lists developer portal's revisions. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// | Field | Supported operators | Supported functions + /// | + /// |-------------|------------------------|-----------------------------------| + /// + /// |name | ge, le, eq, ne, gt, lt | substringof, contains, startswith, + /// endswith| + /// |description | ge, le, eq, ne, gt, lt | substringof, contains, startswith, + /// endswith| + /// |isCurrent | eq, ne | | + /// + /// + /// Number of records to return. + /// + /// + /// Number of records to skip. + /// + /// + /// The cancellation token. + /// + public static async Task> ListByServiceAsync(this IPortalRevisionOperations operations, string resourceGroupName, string serviceName, string filter = default(string), int? top = default(int?), int? skip = default(int?), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByServiceWithHttpMessagesAsync(resourceGroupName, serviceName, filter, top, skip, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Gets the developer portal revision specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Portal revision identifier. Must be unique in the current API Management + /// service instance. + /// + public static PortalRevisionGetEntityTagHeaders GetEntityTag(this IPortalRevisionOperations operations, string resourceGroupName, string serviceName, string portalRevisionId) + { + return operations.GetEntityTagAsync(resourceGroupName, serviceName, portalRevisionId).GetAwaiter().GetResult(); + } + + /// + /// Gets the developer portal revision specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Portal revision identifier. Must be unique in the current API Management + /// service instance. + /// + /// + /// The cancellation token. + /// + public static async Task GetEntityTagAsync(this IPortalRevisionOperations operations, string resourceGroupName, string serviceName, string portalRevisionId, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetEntityTagWithHttpMessagesAsync(resourceGroupName, serviceName, portalRevisionId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Headers; + } + } + + /// + /// Gets the developer portal's revision specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Portal revision identifier. Must be unique in the current API Management + /// service instance. + /// + public static PortalRevisionContract Get(this IPortalRevisionOperations operations, string resourceGroupName, string serviceName, string portalRevisionId) + { + return operations.GetAsync(resourceGroupName, serviceName, portalRevisionId).GetAwaiter().GetResult(); + } + + /// + /// Gets the developer portal's revision specified by its identifier. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Portal revision identifier. Must be unique in the current API Management + /// service instance. + /// + /// + /// The cancellation token. + /// + public static async Task GetAsync(this IPortalRevisionOperations operations, string resourceGroupName, string serviceName, string portalRevisionId, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, serviceName, portalRevisionId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Creates a new developer portal's revision by running the portal's + /// publishing. The `isCurrent` property indicates if the revision is publicly + /// accessible. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Portal revision identifier. Must be unique in the current API Management + /// service instance. + /// + /// + /// + public static PortalRevisionContract CreateOrUpdate(this IPortalRevisionOperations operations, string resourceGroupName, string serviceName, string portalRevisionId, PortalRevisionContract parameters) + { + return operations.CreateOrUpdateAsync(resourceGroupName, serviceName, portalRevisionId, parameters).GetAwaiter().GetResult(); + } + + /// + /// Creates a new developer portal's revision by running the portal's + /// publishing. The `isCurrent` property indicates if the revision is publicly + /// accessible. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Portal revision identifier. Must be unique in the current API Management + /// service instance. + /// + /// + /// + /// + /// The cancellation token. + /// + public static async Task CreateOrUpdateAsync(this IPortalRevisionOperations operations, string resourceGroupName, string serviceName, string portalRevisionId, PortalRevisionContract parameters, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, serviceName, portalRevisionId, parameters, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Updates the description of specified portal revision or makes it current. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Portal revision identifier. Must be unique in the current API Management + /// service instance. + /// + /// + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + public static PortalRevisionContract Update(this IPortalRevisionOperations operations, string resourceGroupName, string serviceName, string portalRevisionId, PortalRevisionContract parameters, string ifMatch) + { + return operations.UpdateAsync(resourceGroupName, serviceName, portalRevisionId, parameters, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// Updates the description of specified portal revision or makes it current. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Portal revision identifier. Must be unique in the current API Management + /// service instance. + /// + /// + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// The cancellation token. + /// + public static async Task UpdateAsync(this IPortalRevisionOperations operations, string resourceGroupName, string serviceName, string portalRevisionId, PortalRevisionContract parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, portalRevisionId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Creates a new developer portal's revision by running the portal's + /// publishing. The `isCurrent` property indicates if the revision is publicly + /// accessible. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Portal revision identifier. Must be unique in the current API Management + /// service instance. + /// + /// + /// + public static PortalRevisionContract BeginCreateOrUpdate(this IPortalRevisionOperations operations, string resourceGroupName, string serviceName, string portalRevisionId, PortalRevisionContract parameters) + { + return operations.BeginCreateOrUpdateAsync(resourceGroupName, serviceName, portalRevisionId, parameters).GetAwaiter().GetResult(); + } + + /// + /// Creates a new developer portal's revision by running the portal's + /// publishing. The `isCurrent` property indicates if the revision is publicly + /// accessible. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Portal revision identifier. Must be unique in the current API Management + /// service instance. + /// + /// + /// + /// + /// The cancellation token. + /// + public static async Task BeginCreateOrUpdateAsync(this IPortalRevisionOperations operations, string resourceGroupName, string serviceName, string portalRevisionId, PortalRevisionContract parameters, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, serviceName, portalRevisionId, parameters, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Updates the description of specified portal revision or makes it current. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Portal revision identifier. Must be unique in the current API Management + /// service instance. + /// + /// + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + public static PortalRevisionContract BeginUpdate(this IPortalRevisionOperations operations, string resourceGroupName, string serviceName, string portalRevisionId, PortalRevisionContract parameters, string ifMatch) + { + return operations.BeginUpdateAsync(resourceGroupName, serviceName, portalRevisionId, parameters, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// Updates the description of specified portal revision or makes it current. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Portal revision identifier. Must be unique in the current API Management + /// service instance. + /// + /// + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// The cancellation token. + /// + public static async Task BeginUpdateAsync(this IPortalRevisionOperations operations, string resourceGroupName, string serviceName, string portalRevisionId, PortalRevisionContract parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.BeginUpdateWithHttpMessagesAsync(resourceGroupName, serviceName, portalRevisionId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Lists developer portal's revisions. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListByServiceNext(this IPortalRevisionOperations operations, string nextPageLink) + { + return operations.ListByServiceNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Lists developer portal's revisions. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListByServiceNextAsync(this IPortalRevisionOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByServiceNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/PortalSettingsOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/PortalSettingsOperations.cs new file mode 100644 index 0000000000000..daf86b605fb8d --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/PortalSettingsOperations.cs @@ -0,0 +1,260 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + + /// + /// PortalSettingsOperations operations. + /// + internal partial class PortalSettingsOperations : IServiceOperations, IPortalSettingsOperations + { + /// + /// Initializes a new instance of the PortalSettingsOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal PortalSettingsOperations(ApiManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the ApiManagementClient + /// + public ApiManagementClient Client { get; private set; } + + /// + /// Lists a collection of portalsettings defined within a service instance.. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// 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> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListByService", 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.ApiManagement/service/{serviceName}/portalsettings").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/PortalSettingsOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/PortalSettingsOperationsExtensions.cs new file mode 100644 index 0000000000000..a3c431000c9e6 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/PortalSettingsOperationsExtensions.cs @@ -0,0 +1,65 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for PortalSettingsOperations. + /// + public static partial class PortalSettingsOperationsExtensions + { + /// + /// Lists a collection of portalsettings defined within a service instance.. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + public static PortalSettingsCollection ListByService(this IPortalSettingsOperations operations, string resourceGroupName, string serviceName) + { + return operations.ListByServiceAsync(resourceGroupName, serviceName).GetAwaiter().GetResult(); + } + + /// + /// Lists a collection of portalsettings defined within a service instance.. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// The cancellation token. + /// + public static async Task ListByServiceAsync(this IPortalSettingsOperations operations, string resourceGroupName, string serviceName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByServiceWithHttpMessagesAsync(resourceGroupName, serviceName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ProductApiOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ProductApiOperations.cs index ae04a2616b6c9..3b37921bc7640 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ProductApiOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ProductApiOperations.cs @@ -128,11 +128,14 @@ internal ProductApiOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "productId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -144,7 +147,6 @@ internal ProductApiOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("productId", productId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByProduct", tracingParameters); } @@ -164,9 +166,9 @@ internal ProductApiOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -384,11 +386,14 @@ internal ProductApiOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "apiId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -400,7 +405,6 @@ internal ProductApiOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("productId", productId); tracingParameters.Add("apiId", apiId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CheckEntityExists", tracingParameters); } @@ -413,9 +417,9 @@ internal ProductApiOperations(ApiManagementClient client) _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -617,11 +621,14 @@ internal ProductApiOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "apiId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -633,7 +640,6 @@ internal ProductApiOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("productId", productId); tracingParameters.Add("apiId", apiId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -646,9 +652,9 @@ internal ProductApiOperations(ApiManagementClient client) _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -883,11 +889,14 @@ internal ProductApiOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "apiId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -899,7 +908,6 @@ internal ProductApiOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("productId", productId); tracingParameters.Add("apiId", apiId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -912,9 +920,9 @@ internal ProductApiOperations(ApiManagementClient client) _url = _url.Replace("{apiId}", System.Uri.EscapeDataString(apiId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ProductGroupOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ProductGroupOperations.cs index 01c4ff4aad6a6..4e0635dbd8c08 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ProductGroupOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ProductGroupOperations.cs @@ -129,11 +129,14 @@ internal ProductGroupOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "productId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -145,7 +148,6 @@ internal ProductGroupOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("productId", productId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByProduct", tracingParameters); } @@ -165,9 +167,9 @@ internal ProductGroupOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -380,11 +382,14 @@ internal ProductGroupOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "groupId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -396,7 +401,6 @@ internal ProductGroupOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("productId", productId); tracingParameters.Add("groupId", groupId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CheckEntityExists", tracingParameters); } @@ -409,9 +413,9 @@ internal ProductGroupOperations(ApiManagementClient client) _url = _url.Replace("{groupId}", System.Uri.EscapeDataString(groupId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -609,11 +613,14 @@ internal ProductGroupOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "groupId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -625,7 +632,6 @@ internal ProductGroupOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("productId", productId); tracingParameters.Add("groupId", groupId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -638,9 +644,9 @@ internal ProductGroupOperations(ApiManagementClient client) _url = _url.Replace("{groupId}", System.Uri.EscapeDataString(groupId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -870,11 +876,14 @@ internal ProductGroupOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "groupId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -886,7 +895,6 @@ internal ProductGroupOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("productId", productId); tracingParameters.Add("groupId", groupId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -899,9 +907,9 @@ internal ProductGroupOperations(ApiManagementClient client) _url = _url.Replace("{groupId}", System.Uri.EscapeDataString(groupId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ProductOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ProductOperations.cs index 03b57b4351b16..0173e988837fc 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ProductOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ProductOperations.cs @@ -116,11 +116,14 @@ internal ProductOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -133,7 +136,6 @@ internal ProductOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("expandGroups", expandGroups); tracingParameters.Add("tags", tags); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -160,9 +162,9 @@ internal ProductOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("tags={0}", System.Uri.EscapeDataString(tags))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -356,11 +358,14 @@ internal ProductOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "productId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -371,7 +376,6 @@ internal ProductOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("productId", productId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -383,9 +387,9 @@ internal ProductOperations(ApiManagementClient client) _url = _url.Replace("{productId}", System.Uri.EscapeDataString(productId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -576,11 +580,14 @@ internal ProductOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "productId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -591,7 +598,6 @@ internal ProductOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("productId", productId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -603,9 +609,9 @@ internal ProductOperations(ApiManagementClient client) _url = _url.Replace("{productId}", System.Uri.EscapeDataString(productId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -829,11 +835,14 @@ internal ProductOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -846,7 +855,6 @@ internal ProductOperations(ApiManagementClient client) tracingParameters.Add("productId", productId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -858,9 +866,9 @@ internal ProductOperations(ApiManagementClient client) _url = _url.Replace("{productId}", System.Uri.EscapeDataString(productId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1057,6 +1065,9 @@ internal ProductOperations(ApiManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -1066,7 +1077,7 @@ internal ProductOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string productId, ProductUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string productId, ProductUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1114,11 +1125,14 @@ internal ProductOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1131,7 +1145,6 @@ internal ProductOperations(ApiManagementClient client) tracingParameters.Add("productId", productId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -1143,9 +1156,9 @@ internal ProductOperations(ApiManagementClient client) _url = _url.Replace("{productId}", System.Uri.EscapeDataString(productId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1219,7 +1232,7 @@ internal ProductOperations(ApiManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 204) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1249,13 +1262,44 @@ internal ProductOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1346,11 +1390,14 @@ internal ProductOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1363,7 +1410,6 @@ internal ProductOperations(ApiManagementClient client) tracingParameters.Add("productId", productId); tracingParameters.Add("ifMatch", ifMatch); tracingParameters.Add("deleteSubscriptions", deleteSubscriptions); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1379,9 +1425,9 @@ internal ProductOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("deleteSubscriptions={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(deleteSubscriptions, Client.SerializationSettings).Trim('"')))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1554,11 +1600,14 @@ internal ProductOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1570,7 +1619,6 @@ internal ProductOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("includeNotTaggedProducts", includeNotTaggedProducts); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByTags", tracingParameters); } @@ -1593,9 +1641,9 @@ internal ProductOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("includeNotTaggedProducts={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(includeNotTaggedProducts, Client.SerializationSettings).Trim('"')))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ProductOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ProductOperationsExtensions.cs index 03af19e940015..2d41567d9e92d 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ProductOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ProductOperationsExtensions.cs @@ -266,9 +266,9 @@ public static ProductContract Get(this IProductOperations operations, string res /// header response of the GET request or it should be * for unconditional /// update. /// - public static void Update(this IProductOperations operations, string resourceGroupName, string serviceName, string productId, ProductUpdateParameters parameters, string ifMatch) + public static ProductContract Update(this IProductOperations operations, string resourceGroupName, string serviceName, string productId, ProductUpdateParameters parameters, string ifMatch) { - operations.UpdateAsync(resourceGroupName, serviceName, productId, parameters, ifMatch).GetAwaiter().GetResult(); + return operations.UpdateAsync(resourceGroupName, serviceName, productId, parameters, ifMatch).GetAwaiter().GetResult(); } /// @@ -298,9 +298,12 @@ public static void Update(this IProductOperations operations, string resourceGro /// /// The cancellation token. /// - public static async Task UpdateAsync(this IProductOperations operations, string resourceGroupName, string serviceName, string productId, ProductUpdateParameters parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this IProductOperations operations, string resourceGroupName, string serviceName, string productId, ProductUpdateParameters parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, productId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, productId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ProductPolicyOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ProductPolicyOperations.cs index eab3a444039fc..6b77d2327501f 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ProductPolicyOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ProductPolicyOperations.cs @@ -124,11 +124,14 @@ internal ProductPolicyOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "productId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -139,7 +142,6 @@ internal ProductPolicyOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("productId", productId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByProduct", tracingParameters); } @@ -151,9 +153,9 @@ internal ProductPolicyOperations(ApiManagementClient client) _url = _url.Replace("{productId}", System.Uri.EscapeDataString(productId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -346,12 +348,15 @@ internal ProductPolicyOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "productId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } string policyId = "policy"; - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -363,7 +368,6 @@ internal ProductPolicyOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("productId", productId); tracingParameters.Add("policyId", policyId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -376,9 +380,9 @@ internal ProductPolicyOperations(ApiManagementClient client) _url = _url.Replace("{policyId}", System.Uri.EscapeDataString(policyId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -572,12 +576,15 @@ internal ProductPolicyOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "productId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } string policyId = "policy"; - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -590,7 +597,6 @@ internal ProductPolicyOperations(ApiManagementClient client) tracingParameters.Add("productId", productId); tracingParameters.Add("policyId", policyId); tracingParameters.Add("format", format); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -607,9 +613,9 @@ internal ProductPolicyOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("format={0}", System.Uri.EscapeDataString(format))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -833,12 +839,15 @@ internal ProductPolicyOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } string policyId = "policy"; - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -852,7 +861,6 @@ internal ProductPolicyOperations(ApiManagementClient client) tracingParameters.Add("policyId", policyId); tracingParameters.Add("ifMatch", ifMatch); tracingParameters.Add("parameters", parameters); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -865,9 +873,9 @@ internal ProductPolicyOperations(ApiManagementClient client) _url = _url.Replace("{policyId}", System.Uri.EscapeDataString(policyId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1114,12 +1122,15 @@ internal ProductPolicyOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } string policyId = "policy"; - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1132,7 +1143,6 @@ internal ProductPolicyOperations(ApiManagementClient client) tracingParameters.Add("productId", productId); tracingParameters.Add("policyId", policyId); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1145,9 +1155,9 @@ internal ProductPolicyOperations(ApiManagementClient client) _url = _url.Replace("{policyId}", System.Uri.EscapeDataString(policyId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ProductSubscriptionsOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ProductSubscriptionsOperations.cs index cef326830f29a..ef759db4eddcf 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ProductSubscriptionsOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ProductSubscriptionsOperations.cs @@ -128,11 +128,14 @@ internal ProductSubscriptionsOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "productId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -144,7 +147,6 @@ internal ProductSubscriptionsOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("productId", productId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); } @@ -164,9 +166,9 @@ internal ProductSubscriptionsOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/QuotaByCounterKeysOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/QuotaByCounterKeysOperations.cs index 9bc1df78d9858..b8b22d97d9300 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/QuotaByCounterKeysOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/QuotaByCounterKeysOperations.cs @@ -119,11 +119,14 @@ internal QuotaByCounterKeysOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "quotaCounterKey"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -134,7 +137,6 @@ internal QuotaByCounterKeysOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("quotaCounterKey", quotaCounterKey); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -146,9 +148,9 @@ internal QuotaByCounterKeysOperations(ApiManagementClient client) _url = _url.Replace("{quotaCounterKey}", System.Uri.EscapeDataString(quotaCounterKey)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -300,6 +302,9 @@ internal QuotaByCounterKeysOperations(ApiManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -309,7 +314,7 @@ internal QuotaByCounterKeysOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string quotaCounterKey, QuotaCounterValueUpdateContract parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string quotaCounterKey, QuotaCounterValueUpdateContract parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -342,11 +347,14 @@ internal QuotaByCounterKeysOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -358,7 +366,6 @@ internal QuotaByCounterKeysOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("quotaCounterKey", quotaCounterKey); tracingParameters.Add("parameters", parameters); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -370,9 +377,9 @@ internal QuotaByCounterKeysOperations(ApiManagementClient client) _url = _url.Replace("{quotaCounterKey}", System.Uri.EscapeDataString(quotaCounterKey)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -438,7 +445,7 @@ internal QuotaByCounterKeysOperations(ApiManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 204) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -468,13 +475,31 @@ internal QuotaByCounterKeysOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/QuotaByCounterKeysOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/QuotaByCounterKeysOperationsExtensions.cs index cc08d856fee1e..6950c0df24d8a 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/QuotaByCounterKeysOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/QuotaByCounterKeysOperationsExtensions.cs @@ -105,9 +105,9 @@ public static QuotaCounterCollection ListByService(this IQuotaByCounterKeysOpera /// /// The value of the quota counter to be applied to all quota counter periods. /// - public static void Update(this IQuotaByCounterKeysOperations operations, string resourceGroupName, string serviceName, string quotaCounterKey, QuotaCounterValueUpdateContract parameters) + public static QuotaCounterCollection Update(this IQuotaByCounterKeysOperations operations, string resourceGroupName, string serviceName, string quotaCounterKey, QuotaCounterValueUpdateContract parameters) { - operations.UpdateAsync(resourceGroupName, serviceName, quotaCounterKey, parameters).GetAwaiter().GetResult(); + return operations.UpdateAsync(resourceGroupName, serviceName, quotaCounterKey, parameters).GetAwaiter().GetResult(); } /// @@ -137,9 +137,12 @@ public static void Update(this IQuotaByCounterKeysOperations operations, string /// /// The cancellation token. /// - public static async Task UpdateAsync(this IQuotaByCounterKeysOperations operations, string resourceGroupName, string serviceName, string quotaCounterKey, QuotaCounterValueUpdateContract parameters, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this IQuotaByCounterKeysOperations operations, string resourceGroupName, string serviceName, string quotaCounterKey, QuotaCounterValueUpdateContract parameters, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, quotaCounterKey, parameters, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, quotaCounterKey, parameters, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/QuotaByPeriodKeysOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/QuotaByPeriodKeysOperations.cs index 10f83ba618bcc..33760972ca446 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/QuotaByPeriodKeysOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/QuotaByPeriodKeysOperations.cs @@ -125,11 +125,14 @@ internal QuotaByPeriodKeysOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "quotaPeriodKey"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -141,7 +144,6 @@ internal QuotaByPeriodKeysOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("quotaCounterKey", quotaCounterKey); tracingParameters.Add("quotaPeriodKey", quotaPeriodKey); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -154,9 +156,9 @@ internal QuotaByPeriodKeysOperations(ApiManagementClient client) _url = _url.Replace("{quotaPeriodKey}", System.Uri.EscapeDataString(quotaPeriodKey)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -309,6 +311,9 @@ internal QuotaByPeriodKeysOperations(ApiManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -318,7 +323,7 @@ internal QuotaByPeriodKeysOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string quotaCounterKey, string quotaPeriodKey, QuotaCounterValueUpdateContract parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string quotaCounterKey, string quotaPeriodKey, QuotaCounterValueUpdateContract parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -355,11 +360,14 @@ internal QuotaByPeriodKeysOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -372,7 +380,6 @@ internal QuotaByPeriodKeysOperations(ApiManagementClient client) tracingParameters.Add("quotaCounterKey", quotaCounterKey); tracingParameters.Add("quotaPeriodKey", quotaPeriodKey); tracingParameters.Add("parameters", parameters); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -385,9 +392,9 @@ internal QuotaByPeriodKeysOperations(ApiManagementClient client) _url = _url.Replace("{quotaPeriodKey}", System.Uri.EscapeDataString(quotaPeriodKey)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -453,7 +460,7 @@ internal QuotaByPeriodKeysOperations(ApiManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 204) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -483,13 +490,31 @@ internal QuotaByPeriodKeysOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/QuotaByPeriodKeysOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/QuotaByPeriodKeysOperationsExtensions.cs index d0d9f877a7e50..bceb7204fc55a 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/QuotaByPeriodKeysOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/QuotaByPeriodKeysOperationsExtensions.cs @@ -110,9 +110,9 @@ public static QuotaCounterContract Get(this IQuotaByPeriodKeysOperations operati /// /// The value of the Quota counter to be applied on the specified period. /// - public static void Update(this IQuotaByPeriodKeysOperations operations, string resourceGroupName, string serviceName, string quotaCounterKey, string quotaPeriodKey, QuotaCounterValueUpdateContract parameters) + public static QuotaCounterContract Update(this IQuotaByPeriodKeysOperations operations, string resourceGroupName, string serviceName, string quotaCounterKey, string quotaPeriodKey, QuotaCounterValueUpdateContract parameters) { - operations.UpdateAsync(resourceGroupName, serviceName, quotaCounterKey, quotaPeriodKey, parameters).GetAwaiter().GetResult(); + return operations.UpdateAsync(resourceGroupName, serviceName, quotaCounterKey, quotaPeriodKey, parameters).GetAwaiter().GetResult(); } /// @@ -143,9 +143,12 @@ public static void Update(this IQuotaByPeriodKeysOperations operations, string r /// /// The cancellation token. /// - public static async Task UpdateAsync(this IQuotaByPeriodKeysOperations operations, string resourceGroupName, string serviceName, string quotaCounterKey, string quotaPeriodKey, QuotaCounterValueUpdateContract parameters, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this IQuotaByPeriodKeysOperations operations, string resourceGroupName, string serviceName, string quotaCounterKey, string quotaPeriodKey, QuotaCounterValueUpdateContract parameters, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, quotaCounterKey, quotaPeriodKey, parameters, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, quotaCounterKey, quotaPeriodKey, parameters, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/RegionOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/RegionOperations.cs index fd8b873d6c326..65dade7c8a7e1 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/RegionOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/RegionOperations.cs @@ -105,11 +105,14 @@ internal RegionOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -119,7 +122,6 @@ internal RegionOperations(ApiManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -130,9 +132,9 @@ internal RegionOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ReportsOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ReportsOperations.cs index 2209f85dbbb9d..4cd86f12e0970 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ReportsOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/ReportsOperations.cs @@ -69,7 +69,7 @@ internal ReportsOperations(ApiManagementClient client) /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -113,11 +113,14 @@ internal ReportsOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -128,7 +131,6 @@ internal ReportsOperations(ApiManagementClient client) tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByApi", tracingParameters); } @@ -147,9 +149,9 @@ internal ReportsOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -211,14 +213,13 @@ internal ReportsOperations(ApiManagementClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new ErrorResponseException(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); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -228,10 +229,6 @@ internal ReportsOperations(ApiManagementClient client) } 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); @@ -294,7 +291,7 @@ internal ReportsOperations(ApiManagementClient client) /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -338,11 +335,14 @@ internal ReportsOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -353,7 +353,6 @@ internal ReportsOperations(ApiManagementClient client) tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByUser", tracingParameters); } @@ -372,9 +371,9 @@ internal ReportsOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -436,14 +435,13 @@ internal ReportsOperations(ApiManagementClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new ErrorResponseException(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); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -453,10 +451,6 @@ internal ReportsOperations(ApiManagementClient client) } 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); @@ -519,7 +513,7 @@ internal ReportsOperations(ApiManagementClient client) /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -563,11 +557,14 @@ internal ReportsOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -578,7 +575,6 @@ internal ReportsOperations(ApiManagementClient client) tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByOperation", tracingParameters); } @@ -597,9 +593,9 @@ internal ReportsOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -661,14 +657,13 @@ internal ReportsOperations(ApiManagementClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new ErrorResponseException(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); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -678,10 +673,6 @@ internal ReportsOperations(ApiManagementClient client) } 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); @@ -744,7 +735,7 @@ internal ReportsOperations(ApiManagementClient client) /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -788,11 +779,14 @@ internal ReportsOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -803,7 +797,6 @@ internal ReportsOperations(ApiManagementClient client) tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByProduct", tracingParameters); } @@ -822,9 +815,9 @@ internal ReportsOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -886,14 +879,13 @@ internal ReportsOperations(ApiManagementClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new ErrorResponseException(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); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -903,10 +895,6 @@ internal ReportsOperations(ApiManagementClient client) } 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); @@ -969,7 +957,7 @@ internal ReportsOperations(ApiManagementClient client) /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -1013,11 +1001,14 @@ internal ReportsOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1028,7 +1019,6 @@ internal ReportsOperations(ApiManagementClient client) tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByGeo", tracingParameters); } @@ -1047,9 +1037,9 @@ internal ReportsOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1111,14 +1101,13 @@ internal ReportsOperations(ApiManagementClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new ErrorResponseException(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); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -1128,10 +1117,6 @@ internal ReportsOperations(ApiManagementClient client) } 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); @@ -1194,7 +1179,7 @@ internal ReportsOperations(ApiManagementClient client) /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -1238,11 +1223,14 @@ internal ReportsOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1253,7 +1241,6 @@ internal ReportsOperations(ApiManagementClient client) tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListBySubscription", tracingParameters); } @@ -1272,9 +1259,9 @@ internal ReportsOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1336,14 +1323,13 @@ internal ReportsOperations(ApiManagementClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new ErrorResponseException(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); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -1353,10 +1339,6 @@ internal ReportsOperations(ApiManagementClient client) } 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); @@ -1426,7 +1408,7 @@ internal ReportsOperations(ApiManagementClient client) /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -1470,11 +1452,14 @@ internal ReportsOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1486,7 +1471,6 @@ internal ReportsOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("interval", interval); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByTime", tracingParameters); } @@ -1506,9 +1490,9 @@ internal ReportsOperations(ApiManagementClient client) } } _queryParameters.Add(string.Format("interval={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(interval, Client.SerializationSettings).Trim('"')))); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1570,14 +1554,13 @@ internal ReportsOperations(ApiManagementClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new ErrorResponseException(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); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -1587,10 +1570,6 @@ internal ReportsOperations(ApiManagementClient client) } 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); @@ -1653,7 +1632,7 @@ internal ReportsOperations(ApiManagementClient client) /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -1697,11 +1676,14 @@ internal ReportsOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1712,7 +1694,6 @@ internal ReportsOperations(ApiManagementClient client) tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByRequest", tracingParameters); } @@ -1731,9 +1712,9 @@ internal ReportsOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1795,14 +1776,13 @@ internal ReportsOperations(ApiManagementClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new ErrorResponseException(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); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -1812,10 +1792,6 @@ internal ReportsOperations(ApiManagementClient client) } 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); @@ -1872,7 +1848,7 @@ internal ReportsOperations(ApiManagementClient client) /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -1968,14 +1944,13 @@ internal ReportsOperations(ApiManagementClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new ErrorResponseException(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); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -1985,10 +1960,6 @@ internal ReportsOperations(ApiManagementClient client) } 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); @@ -2045,7 +2016,7 @@ internal ReportsOperations(ApiManagementClient client) /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -2141,14 +2112,13 @@ internal ReportsOperations(ApiManagementClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new ErrorResponseException(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); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -2158,10 +2128,6 @@ internal ReportsOperations(ApiManagementClient client) } 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); @@ -2218,7 +2184,7 @@ internal ReportsOperations(ApiManagementClient client) /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -2314,14 +2280,13 @@ internal ReportsOperations(ApiManagementClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new ErrorResponseException(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); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -2331,10 +2296,6 @@ internal ReportsOperations(ApiManagementClient client) } 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); @@ -2391,7 +2352,7 @@ internal ReportsOperations(ApiManagementClient client) /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -2487,14 +2448,13 @@ internal ReportsOperations(ApiManagementClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new ErrorResponseException(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); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -2504,10 +2464,6 @@ internal ReportsOperations(ApiManagementClient client) } 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); @@ -2564,7 +2520,7 @@ internal ReportsOperations(ApiManagementClient client) /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -2660,14 +2616,13 @@ internal ReportsOperations(ApiManagementClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new ErrorResponseException(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); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -2677,10 +2632,6 @@ internal ReportsOperations(ApiManagementClient client) } 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); @@ -2737,7 +2688,7 @@ internal ReportsOperations(ApiManagementClient client) /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -2833,14 +2784,13 @@ internal ReportsOperations(ApiManagementClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new ErrorResponseException(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); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -2850,10 +2800,6 @@ internal ReportsOperations(ApiManagementClient client) } 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); @@ -2910,7 +2856,7 @@ internal ReportsOperations(ApiManagementClient client) /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -3006,14 +2952,13 @@ internal ReportsOperations(ApiManagementClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new ErrorResponseException(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); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -3023,10 +2968,6 @@ internal ReportsOperations(ApiManagementClient client) } 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); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/SdkInfo_ApiManagementClient.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/SdkInfo_ApiManagementClient.cs index 784204ef982c5..33354475b07af 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/SdkInfo_ApiManagementClient.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/SdkInfo_ApiManagementClient.cs @@ -19,70 +19,78 @@ public static IEnumerable> ApiInfo_ApiManagementCl { return new Tuple[] { - new Tuple("ApiManagement", "Api", "2019-12-01"), - new Tuple("ApiManagement", "ApiDiagnostic", "2019-12-01"), - new Tuple("ApiManagement", "ApiExport", "2019-12-01"), - new Tuple("ApiManagement", "ApiIssue", "2019-12-01"), - new Tuple("ApiManagement", "ApiIssueAttachment", "2019-12-01"), - new Tuple("ApiManagement", "ApiIssueComment", "2019-12-01"), - new Tuple("ApiManagement", "ApiManagementOperations", "2019-12-01"), - new Tuple("ApiManagement", "ApiManagementService", "2019-12-01"), - new Tuple("ApiManagement", "ApiManagementServiceSkus", "2019-12-01"), - new Tuple("ApiManagement", "ApiOperation", "2019-12-01"), - new Tuple("ApiManagement", "ApiOperationPolicy", "2019-12-01"), - new Tuple("ApiManagement", "ApiPolicy", "2019-12-01"), - new Tuple("ApiManagement", "ApiProduct", "2019-12-01"), - new Tuple("ApiManagement", "ApiRelease", "2019-12-01"), - new Tuple("ApiManagement", "ApiRevision", "2019-12-01"), - new Tuple("ApiManagement", "ApiSchema", "2019-12-01"), - new Tuple("ApiManagement", "ApiTagDescription", "2019-12-01"), - new Tuple("ApiManagement", "ApiVersionSet", "2019-12-01"), - new Tuple("ApiManagement", "AuthorizationServer", "2019-12-01"), - new Tuple("ApiManagement", "Backend", "2019-12-01"), - new Tuple("ApiManagement", "Cache", "2019-12-01"), - new Tuple("ApiManagement", "Certificate", "2019-12-01"), - new Tuple("ApiManagement", "DelegationSettings", "2019-12-01"), - new Tuple("ApiManagement", "Diagnostic", "2019-12-01"), - new Tuple("ApiManagement", "EmailTemplate", "2019-12-01"), - new Tuple("ApiManagement", "Gateway", "2019-12-01"), - new Tuple("ApiManagement", "GatewayApi", "2019-12-01"), - new Tuple("ApiManagement", "GatewayHostnameConfiguration", "2019-12-01"), - new Tuple("ApiManagement", "Group", "2019-12-01"), - new Tuple("ApiManagement", "GroupUser", "2019-12-01"), - new Tuple("ApiManagement", "IdentityProvider", "2019-12-01"), - new Tuple("ApiManagement", "Issue", "2019-12-01"), - new Tuple("ApiManagement", "Logger", "2019-12-01"), - new Tuple("ApiManagement", "NamedValue", "2019-12-01"), - new Tuple("ApiManagement", "NetworkStatus", "2019-12-01"), - new Tuple("ApiManagement", "Notification", "2019-12-01"), - new Tuple("ApiManagement", "NotificationRecipientEmail", "2019-12-01"), - new Tuple("ApiManagement", "NotificationRecipientUser", "2019-12-01"), - new Tuple("ApiManagement", "OpenIdConnectProvider", "2019-12-01"), - new Tuple("ApiManagement", "Operation", "2019-12-01"), - new Tuple("ApiManagement", "Policy", "2019-12-01"), - new Tuple("ApiManagement", "PolicyDescription", "2019-12-01"), - new Tuple("ApiManagement", "Product", "2019-12-01"), - new Tuple("ApiManagement", "ProductApi", "2019-12-01"), - new Tuple("ApiManagement", "ProductGroup", "2019-12-01"), - new Tuple("ApiManagement", "ProductPolicy", "2019-12-01"), - new Tuple("ApiManagement", "ProductSubscriptions", "2019-12-01"), - new Tuple("ApiManagement", "QuotaByCounterKeys", "2019-12-01"), - new Tuple("ApiManagement", "QuotaByPeriodKeys", "2019-12-01"), - new Tuple("ApiManagement", "Region", "2019-12-01"), - new Tuple("ApiManagement", "Reports", "2019-12-01"), - new Tuple("ApiManagement", "SignInSettings", "2019-12-01"), - new Tuple("ApiManagement", "SignUpSettings", "2019-12-01"), - new Tuple("ApiManagement", "Subscription", "2019-12-01"), - new Tuple("ApiManagement", "Tag", "2019-12-01"), - new Tuple("ApiManagement", "TagResource", "2019-12-01"), - new Tuple("ApiManagement", "TenantAccess", "2019-12-01"), - new Tuple("ApiManagement", "TenantAccessGit", "2019-12-01"), - new Tuple("ApiManagement", "TenantConfiguration", "2019-12-01"), - new Tuple("ApiManagement", "User", "2019-12-01"), - new Tuple("ApiManagement", "UserConfirmationPassword", "2019-12-01"), - new Tuple("ApiManagement", "UserGroup", "2019-12-01"), - new Tuple("ApiManagement", "UserIdentities", "2019-12-01"), - new Tuple("ApiManagement", "UserSubscription", "2019-12-01"), + new Tuple("ApiManagement", "Api", "2020-12-01"), + new Tuple("ApiManagement", "ApiDiagnostic", "2020-12-01"), + new Tuple("ApiManagement", "ApiExport", "2020-12-01"), + new Tuple("ApiManagement", "ApiIssue", "2020-12-01"), + new Tuple("ApiManagement", "ApiIssueAttachment", "2020-12-01"), + new Tuple("ApiManagement", "ApiIssueComment", "2020-12-01"), + new Tuple("ApiManagement", "ApiManagementOperations", "2020-12-01"), + new Tuple("ApiManagement", "ApiManagementService", "2020-12-01"), + new Tuple("ApiManagement", "ApiManagementServiceSkus", "2020-12-01"), + new Tuple("ApiManagement", "ApiManagementSkus", "2020-12-01"), + new Tuple("ApiManagement", "ApiOperation", "2020-12-01"), + new Tuple("ApiManagement", "ApiOperationPolicy", "2020-12-01"), + new Tuple("ApiManagement", "ApiPolicy", "2020-12-01"), + new Tuple("ApiManagement", "ApiProduct", "2020-12-01"), + new Tuple("ApiManagement", "ApiRelease", "2020-12-01"), + new Tuple("ApiManagement", "ApiRevision", "2020-12-01"), + new Tuple("ApiManagement", "ApiSchema", "2020-12-01"), + new Tuple("ApiManagement", "ApiTagDescription", "2020-12-01"), + new Tuple("ApiManagement", "ApiVersionSet", "2020-12-01"), + new Tuple("ApiManagement", "AuthorizationServer", "2020-12-01"), + new Tuple("ApiManagement", "Backend", "2020-12-01"), + new Tuple("ApiManagement", "Cache", "2020-12-01"), + new Tuple("ApiManagement", "Certificate", "2020-12-01"), + new Tuple("ApiManagement", "ContentItem", "2020-12-01"), + new Tuple("ApiManagement", "ContentType", "2020-12-01"), + new Tuple("ApiManagement", "DelegationSettings", "2020-12-01"), + new Tuple("ApiManagement", "DeletedServices", "2020-12-01"), + new Tuple("ApiManagement", "Diagnostic", "2020-12-01"), + new Tuple("ApiManagement", "EmailTemplate", "2020-12-01"), + new Tuple("ApiManagement", "Gateway", "2020-12-01"), + new Tuple("ApiManagement", "GatewayApi", "2020-12-01"), + new Tuple("ApiManagement", "GatewayCertificateAuthority", "2020-12-01"), + new Tuple("ApiManagement", "GatewayHostnameConfiguration", "2020-12-01"), + new Tuple("ApiManagement", "Group", "2020-12-01"), + new Tuple("ApiManagement", "GroupUser", "2020-12-01"), + new Tuple("ApiManagement", "IdentityProvider", "2020-12-01"), + new Tuple("ApiManagement", "Issue", "2020-12-01"), + new Tuple("ApiManagement", "Logger", "2020-12-01"), + new Tuple("ApiManagement", "NamedValue", "2020-12-01"), + new Tuple("ApiManagement", "NetworkStatus", "2020-12-01"), + new Tuple("ApiManagement", "Notification", "2020-12-01"), + new Tuple("ApiManagement", "NotificationRecipientEmail", "2020-12-01"), + new Tuple("ApiManagement", "NotificationRecipientUser", "2020-12-01"), + new Tuple("ApiManagement", "OpenIdConnectProvider", "2020-12-01"), + new Tuple("ApiManagement", "Operation", "2020-12-01"), + new Tuple("ApiManagement", "Policy", "2020-12-01"), + new Tuple("ApiManagement", "PolicyDescription", "2020-12-01"), + new Tuple("ApiManagement", "PortalRevision", "2020-12-01"), + new Tuple("ApiManagement", "PortalSettings", "2020-12-01"), + new Tuple("ApiManagement", "Product", "2020-12-01"), + new Tuple("ApiManagement", "ProductApi", "2020-12-01"), + new Tuple("ApiManagement", "ProductGroup", "2020-12-01"), + new Tuple("ApiManagement", "ProductPolicy", "2020-12-01"), + new Tuple("ApiManagement", "ProductSubscriptions", "2020-12-01"), + new Tuple("ApiManagement", "QuotaByCounterKeys", "2020-12-01"), + new Tuple("ApiManagement", "QuotaByPeriodKeys", "2020-12-01"), + new Tuple("ApiManagement", "Region", "2020-12-01"), + new Tuple("ApiManagement", "Reports", "2020-12-01"), + new Tuple("ApiManagement", "SignInSettings", "2020-12-01"), + new Tuple("ApiManagement", "SignUpSettings", "2020-12-01"), + new Tuple("ApiManagement", "Subscription", "2020-12-01"), + new Tuple("ApiManagement", "Tag", "2020-12-01"), + new Tuple("ApiManagement", "TagResource", "2020-12-01"), + new Tuple("ApiManagement", "TenantAccess", "2020-12-01"), + new Tuple("ApiManagement", "TenantAccessGit", "2020-12-01"), + new Tuple("ApiManagement", "TenantConfiguration", "2020-12-01"), + new Tuple("ApiManagement", "TenantSettings", "2020-12-01"), + new Tuple("ApiManagement", "User", "2020-12-01"), + new Tuple("ApiManagement", "UserConfirmationPassword", "2020-12-01"), + new Tuple("ApiManagement", "UserGroup", "2020-12-01"), + new Tuple("ApiManagement", "UserIdentities", "2020-12-01"), + new Tuple("ApiManagement", "UserSubscription", "2020-12-01"), }.AsEnumerable(); } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/SignInSettingsOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/SignInSettingsOperations.cs index 53f70862cb10d..0c99f6ccfe29e 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/SignInSettingsOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/SignInSettingsOperations.cs @@ -102,11 +102,14 @@ internal SignInSettingsOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -116,7 +119,6 @@ internal SignInSettingsOperations(ApiManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -127,9 +129,9 @@ internal SignInSettingsOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -301,11 +303,14 @@ internal SignInSettingsOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -315,7 +320,6 @@ internal SignInSettingsOperations(ApiManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -326,9 +330,9 @@ internal SignInSettingsOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -531,11 +535,14 @@ internal SignInSettingsOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -547,7 +554,6 @@ internal SignInSettingsOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -558,9 +564,9 @@ internal SignInSettingsOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -744,11 +750,14 @@ internal SignInSettingsOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -760,7 +769,6 @@ internal SignInSettingsOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -771,9 +779,9 @@ internal SignInSettingsOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/SignUpSettingsOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/SignUpSettingsOperations.cs index 512ff8a528370..e62d0e18b4526 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/SignUpSettingsOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/SignUpSettingsOperations.cs @@ -102,11 +102,14 @@ internal SignUpSettingsOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -116,7 +119,6 @@ internal SignUpSettingsOperations(ApiManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -127,9 +129,9 @@ internal SignUpSettingsOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -301,11 +303,14 @@ internal SignUpSettingsOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -315,7 +320,6 @@ internal SignUpSettingsOperations(ApiManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -326,9 +330,9 @@ internal SignUpSettingsOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -531,11 +535,14 @@ internal SignUpSettingsOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -547,7 +554,6 @@ internal SignUpSettingsOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -558,9 +564,9 @@ internal SignUpSettingsOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -744,11 +750,14 @@ internal SignUpSettingsOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -760,7 +769,6 @@ internal SignUpSettingsOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -771,9 +779,9 @@ internal SignUpSettingsOperations(ApiManagementClient client) _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/SubscriptionOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/SubscriptionOperations.cs index cede310fabb54..d705044f5da03 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/SubscriptionOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/SubscriptionOperations.cs @@ -109,11 +109,14 @@ internal SubscriptionOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -124,7 +127,6 @@ internal SubscriptionOperations(ApiManagementClient client) tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); } @@ -143,9 +145,9 @@ internal SubscriptionOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -339,11 +341,14 @@ internal SubscriptionOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "sid", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -354,7 +359,6 @@ internal SubscriptionOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("sid", sid); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -366,9 +370,9 @@ internal SubscriptionOperations(ApiManagementClient client) _url = _url.Replace("{sid}", System.Uri.EscapeDataString(sid)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -559,11 +563,14 @@ internal SubscriptionOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "sid", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -574,7 +581,6 @@ internal SubscriptionOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("sid", sid); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -586,9 +592,9 @@ internal SubscriptionOperations(ApiManagementClient client) _url = _url.Replace("{sid}", System.Uri.EscapeDataString(sid)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -750,6 +756,11 @@ internal SubscriptionOperations(ApiManagementClient client) /// ETag of the Entity. Not required when creating an entity, but required when /// updating an entity. /// + /// + /// Determines the type of application which send the create user request. + /// Default is legacy publisher portal. Possible values include: 'portal', + /// 'developerPortal' + /// /// /// Headers that will be added to request. /// @@ -771,7 +782,7 @@ internal SubscriptionOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string sid, SubscriptionCreateParameters parameters, bool? notify = default(bool?), string ifMatch = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string sid, SubscriptionCreateParameters parameters, bool? notify = default(bool?), string ifMatch = default(string), string appType = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -819,11 +830,14 @@ internal SubscriptionOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -837,7 +851,7 @@ internal SubscriptionOperations(ApiManagementClient client) tracingParameters.Add("parameters", parameters); tracingParameters.Add("notify", notify); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); + tracingParameters.Add("appType", appType); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -853,9 +867,13 @@ internal SubscriptionOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("notify={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(notify, Client.SerializationSettings).Trim('"')))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (appType != null) + { + _queryParameters.Add(string.Format("appType={0}", System.Uri.EscapeDataString(appType))); } if (_queryParameters.Count > 0) { @@ -1049,6 +1067,11 @@ internal SubscriptionOperations(ApiManagementClient client) /// subscription /// - If true, send email notification of change of state of subscription /// + /// + /// Determines the type of application which send the create user request. + /// Default is legacy publisher portal. Possible values include: 'portal', + /// 'developerPortal' + /// /// /// Headers that will be added to request. /// @@ -1058,6 +1081,9 @@ internal SubscriptionOperations(ApiManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -1067,7 +1093,7 @@ internal SubscriptionOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string sid, SubscriptionUpdateParameters parameters, string ifMatch, bool? notify = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string sid, SubscriptionUpdateParameters parameters, string ifMatch, bool? notify = default(bool?), string appType = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1115,11 +1141,14 @@ internal SubscriptionOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1133,7 +1162,7 @@ internal SubscriptionOperations(ApiManagementClient client) tracingParameters.Add("parameters", parameters); tracingParameters.Add("notify", notify); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); + tracingParameters.Add("appType", appType); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -1149,9 +1178,13 @@ internal SubscriptionOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("notify={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(notify, Client.SerializationSettings).Trim('"')))); } - if (apiVersion != null) + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (appType != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("appType={0}", System.Uri.EscapeDataString(appType))); } if (_queryParameters.Count > 0) { @@ -1225,7 +1258,7 @@ internal SubscriptionOperations(ApiManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 204) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1255,13 +1288,44 @@ internal SubscriptionOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1349,11 +1413,14 @@ internal SubscriptionOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1365,7 +1432,6 @@ internal SubscriptionOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("sid", sid); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1377,9 +1443,9 @@ internal SubscriptionOperations(ApiManagementClient client) _url = _url.Replace("{sid}", System.Uri.EscapeDataString(sid)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1563,11 +1629,14 @@ internal SubscriptionOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "sid", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1578,7 +1647,6 @@ internal SubscriptionOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("sid", sid); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "RegeneratePrimaryKey", tracingParameters); } @@ -1590,9 +1658,9 @@ internal SubscriptionOperations(ApiManagementClient client) _url = _url.Replace("{sid}", System.Uri.EscapeDataString(sid)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1768,11 +1836,14 @@ internal SubscriptionOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "sid", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1783,7 +1854,6 @@ internal SubscriptionOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("sid", sid); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "RegenerateSecondaryKey", tracingParameters); } @@ -1795,9 +1865,9 @@ internal SubscriptionOperations(ApiManagementClient client) _url = _url.Replace("{sid}", System.Uri.EscapeDataString(sid)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1902,7 +1972,7 @@ internal SubscriptionOperations(ApiManagementClient client) } /// - /// Gets the subscription keys. + /// Gets the specified Subscription keys. /// /// /// The name of the resource group. @@ -1935,7 +2005,7 @@ internal SubscriptionOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> ListSecretsWithHttpMessagesAsync(string resourceGroupName, string serviceName, string sid, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> ListSecretsWithHttpMessagesAsync(string resourceGroupName, string serviceName, string sid, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1975,11 +2045,14 @@ internal SubscriptionOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "sid", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1990,7 +2063,6 @@ internal SubscriptionOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("sid", sid); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListSecrets", tracingParameters); } @@ -2002,9 +2074,9 @@ internal SubscriptionOperations(ApiManagementClient client) _url = _url.Replace("{sid}", System.Uri.EscapeDataString(sid)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -2094,7 +2166,7 @@ internal SubscriptionOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) @@ -2119,6 +2191,19 @@ internal SubscriptionOperations(ApiManagementClient client) throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); } } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/SubscriptionOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/SubscriptionOperationsExtensions.cs index 0f9fa47c71dc2..cae6e31e8639e 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/SubscriptionOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/SubscriptionOperationsExtensions.cs @@ -196,9 +196,14 @@ public static SubscriptionContract Get(this ISubscriptionOperations operations, /// ETag of the Entity. Not required when creating an entity, but required when /// updating an entity. /// - public static SubscriptionContract CreateOrUpdate(this ISubscriptionOperations operations, string resourceGroupName, string serviceName, string sid, SubscriptionCreateParameters parameters, bool? notify = default(bool?), string ifMatch = default(string)) + /// + /// Determines the type of application which send the create user request. + /// Default is legacy publisher portal. Possible values include: 'portal', + /// 'developerPortal' + /// + public static SubscriptionContract CreateOrUpdate(this ISubscriptionOperations operations, string resourceGroupName, string serviceName, string sid, SubscriptionCreateParameters parameters, bool? notify = default(bool?), string ifMatch = default(string), string appType = default(string)) { - return operations.CreateOrUpdateAsync(resourceGroupName, serviceName, sid, parameters, notify, ifMatch).GetAwaiter().GetResult(); + return operations.CreateOrUpdateAsync(resourceGroupName, serviceName, sid, parameters, notify, ifMatch, appType).GetAwaiter().GetResult(); } /// @@ -231,12 +236,17 @@ public static SubscriptionContract Get(this ISubscriptionOperations operations, /// ETag of the Entity. Not required when creating an entity, but required when /// updating an entity. /// + /// + /// Determines the type of application which send the create user request. + /// Default is legacy publisher portal. Possible values include: 'portal', + /// 'developerPortal' + /// /// /// The cancellation token. /// - public static async Task CreateOrUpdateAsync(this ISubscriptionOperations operations, string resourceGroupName, string serviceName, string sid, SubscriptionCreateParameters parameters, bool? notify = default(bool?), string ifMatch = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task CreateOrUpdateAsync(this ISubscriptionOperations operations, string resourceGroupName, string serviceName, string sid, SubscriptionCreateParameters parameters, bool? notify = default(bool?), string ifMatch = default(string), string appType = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, serviceName, sid, parameters, notify, ifMatch, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, serviceName, sid, parameters, notify, ifMatch, appType, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -272,9 +282,14 @@ public static SubscriptionContract Get(this ISubscriptionOperations operations, /// subscription /// - If true, send email notification of change of state of subscription /// - public static void Update(this ISubscriptionOperations operations, string resourceGroupName, string serviceName, string sid, SubscriptionUpdateParameters parameters, string ifMatch, bool? notify = default(bool?)) + /// + /// Determines the type of application which send the create user request. + /// Default is legacy publisher portal. Possible values include: 'portal', + /// 'developerPortal' + /// + public static SubscriptionContract Update(this ISubscriptionOperations operations, string resourceGroupName, string serviceName, string sid, SubscriptionUpdateParameters parameters, string ifMatch, bool? notify = default(bool?), string appType = default(string)) { - operations.UpdateAsync(resourceGroupName, serviceName, sid, parameters, ifMatch, notify).GetAwaiter().GetResult(); + return operations.UpdateAsync(resourceGroupName, serviceName, sid, parameters, ifMatch, notify, appType).GetAwaiter().GetResult(); } /// @@ -307,12 +322,20 @@ public static SubscriptionContract Get(this ISubscriptionOperations operations, /// subscription /// - If true, send email notification of change of state of subscription /// + /// + /// Determines the type of application which send the create user request. + /// Default is legacy publisher portal. Possible values include: 'portal', + /// 'developerPortal' + /// /// /// The cancellation token. /// - public static async Task UpdateAsync(this ISubscriptionOperations operations, string resourceGroupName, string serviceName, string sid, SubscriptionUpdateParameters parameters, string ifMatch, bool? notify = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this ISubscriptionOperations operations, string resourceGroupName, string serviceName, string sid, SubscriptionUpdateParameters parameters, string ifMatch, bool? notify = default(bool?), string appType = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, sid, parameters, ifMatch, notify, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, sid, parameters, ifMatch, notify, appType, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// @@ -465,7 +488,7 @@ public static void RegenerateSecondaryKey(this ISubscriptionOperations operation } /// - /// Gets the subscription keys. + /// Gets the specified Subscription keys. /// /// /// The operations group for this extension method. @@ -486,7 +509,7 @@ public static SubscriptionKeysContract ListSecrets(this ISubscriptionOperations } /// - /// Gets the subscription keys. + /// Gets the specified Subscription keys. /// /// /// The operations group for this extension method. diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TagOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TagOperations.cs index 46394c81a5e0e..6290283595ff5 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TagOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TagOperations.cs @@ -152,11 +152,14 @@ internal TagOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "operationId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -169,7 +172,6 @@ internal TagOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); tracingParameters.Add("operationId", operationId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByOperation", tracingParameters); } @@ -190,9 +192,9 @@ internal TagOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -432,11 +434,14 @@ internal TagOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "tagId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -449,7 +454,6 @@ internal TagOperations(ApiManagementClient client) tracingParameters.Add("apiId", apiId); tracingParameters.Add("operationId", operationId); tracingParameters.Add("tagId", tagId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityStateByOperation", tracingParameters); } @@ -463,9 +467,9 @@ internal TagOperations(ApiManagementClient client) _url = _url.Replace("{tagId}", System.Uri.EscapeDataString(tagId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -703,11 +707,14 @@ internal TagOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "tagId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -720,7 +727,6 @@ internal TagOperations(ApiManagementClient client) tracingParameters.Add("apiId", apiId); tracingParameters.Add("operationId", operationId); tracingParameters.Add("tagId", tagId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetByOperation", tracingParameters); } @@ -734,9 +740,9 @@ internal TagOperations(ApiManagementClient client) _url = _url.Replace("{tagId}", System.Uri.EscapeDataString(tagId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -992,11 +998,14 @@ internal TagOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "tagId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1009,7 +1018,6 @@ internal TagOperations(ApiManagementClient client) tracingParameters.Add("apiId", apiId); tracingParameters.Add("operationId", operationId); tracingParameters.Add("tagId", tagId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "AssignToOperation", tracingParameters); } @@ -1023,9 +1031,9 @@ internal TagOperations(ApiManagementClient client) _url = _url.Replace("{tagId}", System.Uri.EscapeDataString(tagId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1283,11 +1291,14 @@ internal TagOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "tagId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1300,7 +1311,6 @@ internal TagOperations(ApiManagementClient client) tracingParameters.Add("apiId", apiId); tracingParameters.Add("operationId", operationId); tracingParameters.Add("tagId", tagId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DetachFromOperation", tracingParameters); } @@ -1314,9 +1324,9 @@ internal TagOperations(ApiManagementClient client) _url = _url.Replace("{tagId}", System.Uri.EscapeDataString(tagId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1502,11 +1512,14 @@ internal TagOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "apiId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1518,7 +1531,6 @@ internal TagOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByApi", tracingParameters); } @@ -1538,9 +1550,9 @@ internal TagOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1761,11 +1773,14 @@ internal TagOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "tagId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1777,7 +1792,6 @@ internal TagOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); tracingParameters.Add("tagId", tagId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityStateByApi", tracingParameters); } @@ -1790,9 +1804,9 @@ internal TagOperations(ApiManagementClient client) _url = _url.Replace("{tagId}", System.Uri.EscapeDataString(tagId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -2011,11 +2025,14 @@ internal TagOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "tagId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2027,7 +2044,6 @@ internal TagOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); tracingParameters.Add("tagId", tagId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetByApi", tracingParameters); } @@ -2040,9 +2056,9 @@ internal TagOperations(ApiManagementClient client) _url = _url.Replace("{tagId}", System.Uri.EscapeDataString(tagId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -2279,11 +2295,14 @@ internal TagOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "tagId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2295,7 +2314,6 @@ internal TagOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); tracingParameters.Add("tagId", tagId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "AssignToApi", tracingParameters); } @@ -2308,9 +2326,9 @@ internal TagOperations(ApiManagementClient client) _url = _url.Replace("{tagId}", System.Uri.EscapeDataString(tagId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -2562,11 +2580,14 @@ internal TagOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "tagId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2578,7 +2599,6 @@ internal TagOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("apiId", apiId); tracingParameters.Add("tagId", tagId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DetachFromApi", tracingParameters); } @@ -2591,9 +2611,9 @@ internal TagOperations(ApiManagementClient client) _url = _url.Replace("{tagId}", System.Uri.EscapeDataString(tagId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -2774,11 +2794,14 @@ internal TagOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "productId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2790,7 +2813,6 @@ internal TagOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("productId", productId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByProduct", tracingParameters); } @@ -2810,9 +2832,9 @@ internal TagOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -3028,11 +3050,14 @@ internal TagOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "tagId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -3044,7 +3069,6 @@ internal TagOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("productId", productId); tracingParameters.Add("tagId", tagId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityStateByProduct", tracingParameters); } @@ -3057,9 +3081,9 @@ internal TagOperations(ApiManagementClient client) _url = _url.Replace("{tagId}", System.Uri.EscapeDataString(tagId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -3273,11 +3297,14 @@ internal TagOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "tagId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -3289,7 +3316,6 @@ internal TagOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("productId", productId); tracingParameters.Add("tagId", tagId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetByProduct", tracingParameters); } @@ -3302,9 +3328,9 @@ internal TagOperations(ApiManagementClient client) _url = _url.Replace("{tagId}", System.Uri.EscapeDataString(tagId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -3536,11 +3562,14 @@ internal TagOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "tagId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -3552,7 +3581,6 @@ internal TagOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("productId", productId); tracingParameters.Add("tagId", tagId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "AssignToProduct", tracingParameters); } @@ -3565,9 +3593,9 @@ internal TagOperations(ApiManagementClient client) _url = _url.Replace("{tagId}", System.Uri.EscapeDataString(tagId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -3801,11 +3829,14 @@ internal TagOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "tagId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -3817,7 +3848,6 @@ internal TagOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("productId", productId); tracingParameters.Add("tagId", tagId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DetachFromProduct", tracingParameters); } @@ -3830,9 +3860,9 @@ internal TagOperations(ApiManagementClient client) _url = _url.Replace("{tagId}", System.Uri.EscapeDataString(tagId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -3997,11 +4027,14 @@ internal TagOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -4013,7 +4046,6 @@ internal TagOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("scope", scope); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -4036,9 +4068,9 @@ internal TagOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("scope={0}", System.Uri.EscapeDataString(scope))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -4235,11 +4267,14 @@ internal TagOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "tagId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -4250,7 +4285,6 @@ internal TagOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("tagId", tagId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityState", tracingParameters); } @@ -4262,9 +4296,9 @@ internal TagOperations(ApiManagementClient client) _url = _url.Replace("{tagId}", System.Uri.EscapeDataString(tagId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -4459,11 +4493,14 @@ internal TagOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "tagId", "^[^*#&+:<>?]+$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -4474,7 +4511,6 @@ internal TagOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("tagId", tagId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -4486,9 +4522,9 @@ internal TagOperations(ApiManagementClient client) _url = _url.Replace("{tagId}", System.Uri.EscapeDataString(tagId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -4716,11 +4752,14 @@ internal TagOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -4733,7 +4772,6 @@ internal TagOperations(ApiManagementClient client) tracingParameters.Add("tagId", tagId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -4745,9 +4783,9 @@ internal TagOperations(ApiManagementClient client) _url = _url.Replace("{tagId}", System.Uri.EscapeDataString(tagId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -4944,6 +4982,9 @@ internal TagOperations(ApiManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -4953,7 +4994,7 @@ internal TagOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string tagId, TagCreateUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string tagId, TagCreateUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -5005,11 +5046,14 @@ internal TagOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -5022,7 +5066,6 @@ internal TagOperations(ApiManagementClient client) tracingParameters.Add("tagId", tagId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -5034,9 +5077,9 @@ internal TagOperations(ApiManagementClient client) _url = _url.Replace("{tagId}", System.Uri.EscapeDataString(tagId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -5110,7 +5153,7 @@ internal TagOperations(ApiManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 204) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -5140,13 +5183,44 @@ internal TagOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -5238,11 +5312,14 @@ internal TagOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -5254,7 +5331,6 @@ internal TagOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("tagId", tagId); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -5266,9 +5342,9 @@ internal TagOperations(ApiManagementClient client) _url = _url.Replace("{tagId}", System.Uri.EscapeDataString(tagId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TagOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TagOperationsExtensions.cs index 52a3690c8ca94..1a1116008fd1d 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TagOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TagOperationsExtensions.cs @@ -1141,9 +1141,9 @@ public static TagContract Get(this ITagOperations operations, string resourceGro /// header response of the GET request or it should be * for unconditional /// update. /// - public static void Update(this ITagOperations operations, string resourceGroupName, string serviceName, string tagId, TagCreateUpdateParameters parameters, string ifMatch) + public static TagContract Update(this ITagOperations operations, string resourceGroupName, string serviceName, string tagId, TagCreateUpdateParameters parameters, string ifMatch) { - operations.UpdateAsync(resourceGroupName, serviceName, tagId, parameters, ifMatch).GetAwaiter().GetResult(); + return operations.UpdateAsync(resourceGroupName, serviceName, tagId, parameters, ifMatch).GetAwaiter().GetResult(); } /// @@ -1173,9 +1173,12 @@ public static void Update(this ITagOperations operations, string resourceGroupNa /// /// The cancellation token. /// - public static async Task UpdateAsync(this ITagOperations operations, string resourceGroupName, string serviceName, string tagId, TagCreateUpdateParameters parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this ITagOperations operations, string resourceGroupName, string serviceName, string tagId, TagCreateUpdateParameters parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, tagId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, tagId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TagResourceOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TagResourceOperations.cs index 2faec30925448..7b9b99bfb2031 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TagResourceOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TagResourceOperations.cs @@ -109,11 +109,14 @@ internal TagResourceOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -124,7 +127,6 @@ internal TagResourceOperations(ApiManagementClient client) tracingParameters.Add("odataQuery", odataQuery); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -143,9 +145,9 @@ internal TagResourceOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantAccessGitOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantAccessGitOperations.cs index 3ccd229315552..ad14b54d311f6 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantAccessGitOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantAccessGitOperations.cs @@ -51,7 +51,7 @@ internal TenantAccessGitOperations(ApiManagementClient client) public ApiManagementClient Client { get; private set; } /// - /// Gets the Git access configuration for the tenant. Without secrets. + /// Regenerate primary access key for GIT. /// /// /// The name of the resource group. @@ -59,6 +59,10 @@ internal TenantAccessGitOperations(ApiManagementClient client) /// /// The name of the API Management service. /// + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' + /// /// /// Headers that will be added to request. /// @@ -68,9 +72,6 @@ internal TenantAccessGitOperations(ApiManagementClient client) /// /// Thrown when the operation returned an invalid status code /// - /// - /// Thrown when unable to deserialize the response - /// /// /// Thrown when a required parameter is null /// @@ -80,7 +81,7 @@ internal TenantAccessGitOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task RegeneratePrimaryKeyWithHttpMessagesAsync(string resourceGroupName, string serviceName, string accessName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -105,229 +106,18 @@ internal TenantAccessGitOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - string apiVersion = "2019-12-01"; - string accessName = "access"; - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); - tracingParameters.Add("accessName", accessName); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{accessName}/git").ToString(); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{accessName}", System.Uri.EscapeDataString(accessName)); - List _queryParameters = new List(); - if (apiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - try + if (Client.ApiVersion == null) { - _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Regenerate primary access key for GIT. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the API Management service. - /// - /// - /// 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 RegeneratePrimaryKeyWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (serviceName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); - } - if (serviceName != null) - { - if (serviceName.Length > 50) - { - throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); - } - if (serviceName.Length < 1) - { - throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); - } - if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) - { - throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); - } + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; - string accessName = "access"; + if (accessName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accessName"); + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -337,7 +127,6 @@ internal TenantAccessGitOperations(ApiManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("accessName", accessName); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "RegeneratePrimaryKey", tracingParameters); @@ -350,9 +139,9 @@ internal TenantAccessGitOperations(ApiManagementClient client) _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{accessName}", System.Uri.EscapeDataString(accessName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -465,6 +254,10 @@ internal TenantAccessGitOperations(ApiManagementClient client) /// /// The name of the API Management service. /// + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' + /// /// /// Headers that will be added to request. /// @@ -483,7 +276,7 @@ internal TenantAccessGitOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task RegenerateSecondaryKeyWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task RegenerateSecondaryKeyWithHttpMessagesAsync(string resourceGroupName, string serviceName, string accessName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -508,12 +301,18 @@ internal TenantAccessGitOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; - string accessName = "access"; + if (accessName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accessName"); + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -523,7 +322,6 @@ internal TenantAccessGitOperations(ApiManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("accessName", accessName); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "RegenerateSecondaryKey", tracingParameters); @@ -536,9 +334,9 @@ internal TenantAccessGitOperations(ApiManagementClient client) _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{accessName}", System.Uri.EscapeDataString(accessName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -642,225 +440,5 @@ internal TenantAccessGitOperations(ApiManagementClient client) return _result; } - /// - /// Gets the Git access configuration for the tenant. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the API Management service. - /// - /// - /// 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> ListSecretsWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (serviceName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); - } - if (serviceName != null) - { - if (serviceName.Length > 50) - { - throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); - } - if (serviceName.Length < 1) - { - throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); - } - if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) - { - throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); - } - } - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - string apiVersion = "2019-12-01"; - string accessName = "access"; - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); - tracingParameters.Add("accessName", accessName); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListSecrets", 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.ApiManagement/service/{serviceName}/tenant/{accessName}/git/listSecrets").ToString(); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{accessName}", System.Uri.EscapeDataString(accessName)); - 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) - { - var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - try - { - _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantAccessGitOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantAccessGitOperationsExtensions.cs index 9dfa50113aaeb..4aa16a16860e4 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantAccessGitOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantAccessGitOperationsExtensions.cs @@ -22,7 +22,7 @@ namespace Microsoft.Azure.Management.ApiManagement public static partial class TenantAccessGitOperationsExtensions { /// - /// Gets the Git access configuration for the tenant. Without secrets. + /// Regenerate primary access key for GIT. /// /// /// The operations group for this extension method. @@ -33,32 +33,13 @@ public static partial class TenantAccessGitOperationsExtensions /// /// The name of the API Management service. /// - public static AccessInformationContract Get(this ITenantAccessGitOperations operations, string resourceGroupName, string serviceName) - { - return operations.GetAsync(resourceGroupName, serviceName).GetAwaiter().GetResult(); - } - - /// - /// Gets the Git access configuration for the tenant. Without secrets. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the API Management service. + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' /// - /// - /// The cancellation token. - /// - public static async Task GetAsync(this ITenantAccessGitOperations operations, string resourceGroupName, string serviceName, CancellationToken cancellationToken = default(CancellationToken)) + public static void RegeneratePrimaryKey(this ITenantAccessGitOperations operations, string resourceGroupName, string serviceName, string accessName) { - using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, serviceName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } + operations.RegeneratePrimaryKeyAsync(resourceGroupName, serviceName, accessName).GetAwaiter().GetResult(); } /// @@ -73,29 +54,16 @@ public static AccessInformationContract Get(this ITenantAccessGitOperations oper /// /// The name of the API Management service. /// - public static void RegeneratePrimaryKey(this ITenantAccessGitOperations operations, string resourceGroupName, string serviceName) - { - operations.RegeneratePrimaryKeyAsync(resourceGroupName, serviceName).GetAwaiter().GetResult(); - } - - /// - /// Regenerate primary access key for GIT. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the API Management service. + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' /// /// /// The cancellation token. /// - public static async Task RegeneratePrimaryKeyAsync(this ITenantAccessGitOperations operations, string resourceGroupName, string serviceName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task RegeneratePrimaryKeyAsync(this ITenantAccessGitOperations operations, string resourceGroupName, string serviceName, string accessName, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.RegeneratePrimaryKeyWithHttpMessagesAsync(resourceGroupName, serviceName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.RegeneratePrimaryKeyWithHttpMessagesAsync(resourceGroupName, serviceName, accessName, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// @@ -110,33 +78,17 @@ public static void RegeneratePrimaryKey(this ITenantAccessGitOperations operatio /// /// The name of the API Management service. /// - public static void RegenerateSecondaryKey(this ITenantAccessGitOperations operations, string resourceGroupName, string serviceName) - { - operations.RegenerateSecondaryKeyAsync(resourceGroupName, serviceName).GetAwaiter().GetResult(); - } - - /// - /// Regenerate secondary access key for GIT. - /// - /// - /// The operations group for this extension method. + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' /// - /// - /// The name of the resource group. - /// - /// - /// The name of the API Management service. - /// - /// - /// The cancellation token. - /// - public static async Task RegenerateSecondaryKeyAsync(this ITenantAccessGitOperations operations, string resourceGroupName, string serviceName, CancellationToken cancellationToken = default(CancellationToken)) + public static void RegenerateSecondaryKey(this ITenantAccessGitOperations operations, string resourceGroupName, string serviceName, string accessName) { - (await operations.RegenerateSecondaryKeyWithHttpMessagesAsync(resourceGroupName, serviceName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + operations.RegenerateSecondaryKeyAsync(resourceGroupName, serviceName, accessName).GetAwaiter().GetResult(); } /// - /// Gets the Git access configuration for the tenant. + /// Regenerate secondary access key for GIT. /// /// /// The operations group for this extension method. @@ -147,32 +99,16 @@ public static void RegenerateSecondaryKey(this ITenantAccessGitOperations operat /// /// The name of the API Management service. /// - public static AccessInformationContract ListSecrets(this ITenantAccessGitOperations operations, string resourceGroupName, string serviceName) - { - return operations.ListSecretsAsync(resourceGroupName, serviceName).GetAwaiter().GetResult(); - } - - /// - /// Gets the Git access configuration for the tenant. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the API Management service. + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' /// /// /// The cancellation token. /// - public static async Task ListSecretsAsync(this ITenantAccessGitOperations operations, string resourceGroupName, string serviceName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task RegenerateSecondaryKeyAsync(this ITenantAccessGitOperations operations, string resourceGroupName, string serviceName, string accessName, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListSecretsWithHttpMessagesAsync(resourceGroupName, serviceName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } + (await operations.RegenerateSecondaryKeyWithHttpMessagesAsync(resourceGroupName, serviceName, accessName, null, cancellationToken).ConfigureAwait(false)).Dispose(); } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantAccessOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantAccessOperations.cs index 9f5b14a1c66f6..3dd9a6f441d8f 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantAccessOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantAccessOperations.cs @@ -12,6 +12,7 @@ namespace Microsoft.Azure.Management.ApiManagement { using Microsoft.Rest; using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; using Models; using Newtonsoft.Json; using System.Collections; @@ -50,6 +51,224 @@ internal TenantAccessOperations(ApiManagementClient client) /// public ApiManagementClient Client { get; private set; } + /// + /// Returns list of access infos - for Git and Management endpoints. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// OData parameters to apply to the 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>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("odataQuery", odataQuery); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListByService", 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.ApiManagement/service/{serviceName}/tenant").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (odataQuery != null) + { + var _odataFilter = odataQuery.ToString(); + if (!string.IsNullOrEmpty(_odataFilter)) + { + _queryParameters.Add(_odataFilter); + } + } + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + 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; + } + /// /// Tenant access metadata /// @@ -59,6 +278,10 @@ internal TenantAccessOperations(ApiManagementClient client) /// /// The name of the API Management service. /// + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' + /// /// /// Headers that will be added to request. /// @@ -77,7 +300,7 @@ internal TenantAccessOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetEntityTagWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetEntityTagWithHttpMessagesAsync(string resourceGroupName, string serviceName, string accessName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -102,12 +325,474 @@ internal TenantAccessOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (accessName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accessName"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("accessName", accessName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", 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.ApiManagement/service/{serviceName}/tenant/{accessName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{accessName}", System.Uri.EscapeDataString(accessName)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("HEAD"); + _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, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationHeaderResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Get tenant access information details without secrets. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, string accessName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (accessName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accessName"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("accessName", accessName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{accessName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{accessName}", System.Uri.EscapeDataString(accessName)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Update tenant access information details. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Parameters supplied to retrieve the Tenant Access Information. + /// + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> CreateWithHttpMessagesAsync(string resourceGroupName, string serviceName, AccessInformationCreateParameters parameters, string accessName, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (parameters == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); + } + if (accessName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accessName"); + } + if (ifMatch == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; - string accessName = "access"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -117,22 +802,23 @@ internal TenantAccessOperations(ApiManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); + tracingParameters.Add("parameters", parameters); tracingParameters.Add("accessName", accessName); + tracingParameters.Add("ifMatch", ifMatch); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "Create", 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.ApiManagement/service/{serviceName}/tenant/{accessName}").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{accessName}", System.Uri.EscapeDataString(accessName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -141,13 +827,21 @@ internal TenantAccessOperations(ApiManagementClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("HEAD"); + _httpRequest.Method = new HttpMethod("PUT"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) { _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } if (Client.AcceptLanguage != null) { if (_httpRequest.Headers.Contains("accept-language")) @@ -172,6 +866,12 @@ internal TenantAccessOperations(ApiManagementClient client) // Serialize Request string _requestContent = null; + if(parameters != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } // Set Credentials if (Client.Credentials != null) { @@ -184,7 +884,7 @@ internal TenantAccessOperations(ApiManagementClient client) ServiceClientTracing.SendRequest(_invocationId, _httpRequest); } cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); if (_shouldTrace) { ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); @@ -222,16 +922,34 @@ internal TenantAccessOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationHeaderResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } try { - _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); } catch (JsonException ex) { @@ -250,7 +968,7 @@ internal TenantAccessOperations(ApiManagementClient client) } /// - /// Get tenant access information details without secrets. + /// Update tenant access information details. /// /// /// The name of the resource group. @@ -258,6 +976,18 @@ internal TenantAccessOperations(ApiManagementClient client) /// /// The name of the API Management service. /// + /// + /// Parameters supplied to retrieve the Tenant Access Information. + /// + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// /// /// Headers that will be added to request. /// @@ -279,7 +1009,7 @@ internal TenantAccessOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, AccessInformationUpdateParameters parameters, string accessName, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -304,12 +1034,26 @@ internal TenantAccessOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (parameters == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); + } + if (accessName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accessName"); + } + if (ifMatch == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; - string accessName = "access"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -319,22 +1063,23 @@ internal TenantAccessOperations(ApiManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); + tracingParameters.Add("parameters", parameters); tracingParameters.Add("accessName", accessName); + tracingParameters.Add("ifMatch", ifMatch); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{accessName}").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{accessName}", System.Uri.EscapeDataString(accessName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -343,13 +1088,21 @@ internal TenantAccessOperations(ApiManagementClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.Method = new HttpMethod("PATCH"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) { _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } if (Client.AcceptLanguage != null) { if (_httpRequest.Headers.Contains("accept-language")) @@ -374,6 +1127,12 @@ internal TenantAccessOperations(ApiManagementClient client) // Serialize Request string _requestContent = null; + if(parameters != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } // Set Credentials if (Client.Credentials != null) { @@ -424,7 +1183,7 @@ internal TenantAccessOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) @@ -451,7 +1210,7 @@ internal TenantAccessOperations(ApiManagementClient client) } try { - _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); } catch (JsonException ex) { @@ -470,7 +1229,7 @@ internal TenantAccessOperations(ApiManagementClient client) } /// - /// Update tenant access information details. + /// Regenerate primary access key /// /// /// The name of the resource group. @@ -478,13 +1237,9 @@ internal TenantAccessOperations(ApiManagementClient client) /// /// The name of the API Management service. /// - /// - /// Parameters supplied to retrieve the Tenant Access Information. - /// - /// - /// ETag of the Entity. ETag should match the current entity state from the - /// header response of the GET request or it should be * for unconditional - /// update. + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' /// /// /// Headers that will be added to request. @@ -504,7 +1259,7 @@ internal TenantAccessOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, AccessInformationUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task RegeneratePrimaryKeyWithHttpMessagesAsync(string resourceGroupName, string serviceName, string accessName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -529,20 +1284,18 @@ internal TenantAccessOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } - if (ifMatch == null) + if (Client.ApiVersion == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string accessName = "access"; - string apiVersion = "2019-12-01"; + if (accessName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accessName"); + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -552,24 +1305,21 @@ internal TenantAccessOperations(ApiManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("parameters", parameters); tracingParameters.Add("accessName", accessName); - tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "RegeneratePrimaryKey", 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.ApiManagement/service/{serviceName}/tenant/{accessName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{accessName}/regeneratePrimaryKey").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); - _url = _url.Replace("{accessName}", System.Uri.EscapeDataString(accessName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{accessName}", System.Uri.EscapeDataString(accessName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -578,21 +1328,13 @@ internal TenantAccessOperations(ApiManagementClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PATCH"); + _httpRequest.Method = new HttpMethod("POST"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) { _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); } - if (ifMatch != null) - { - if (_httpRequest.Headers.Contains("If-Match")) - { - _httpRequest.Headers.Remove("If-Match"); - } - _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); - } if (Client.AcceptLanguage != null) { if (_httpRequest.Headers.Contains("accept-language")) @@ -617,12 +1359,6 @@ internal TenantAccessOperations(ApiManagementClient client) // Serialize Request string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } // Set Credentials if (Client.Credentials != null) { @@ -688,7 +1424,7 @@ internal TenantAccessOperations(ApiManagementClient client) } /// - /// Regenerate primary access key + /// Regenerate secondary access key /// /// /// The name of the resource group. @@ -696,6 +1432,10 @@ internal TenantAccessOperations(ApiManagementClient client) /// /// The name of the API Management service. /// + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' + /// /// /// Headers that will be added to request. /// @@ -714,7 +1454,7 @@ internal TenantAccessOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task RegeneratePrimaryKeyWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task RegenerateSecondaryKeyWithHttpMessagesAsync(string resourceGroupName, string serviceName, string accessName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -739,12 +1479,18 @@ internal TenantAccessOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; - string accessName = "access"; + if (accessName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accessName"); + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -754,22 +1500,21 @@ internal TenantAccessOperations(ApiManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("accessName", accessName); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "RegeneratePrimaryKey", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "RegenerateSecondaryKey", 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.ApiManagement/service/{serviceName}/tenant/{accessName}/regeneratePrimaryKey").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{accessName}/regenerateSecondaryKey").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{accessName}", System.Uri.EscapeDataString(accessName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -874,7 +1619,7 @@ internal TenantAccessOperations(ApiManagementClient client) } /// - /// Regenerate secondary access key + /// Get tenant access information details. /// /// /// The name of the resource group. @@ -882,6 +1627,10 @@ internal TenantAccessOperations(ApiManagementClient client) /// /// The name of the API Management service. /// + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' + /// /// /// Headers that will be added to request. /// @@ -891,6 +1640,9 @@ internal TenantAccessOperations(ApiManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -900,7 +1652,7 @@ internal TenantAccessOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task RegenerateSecondaryKeyWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> ListSecretsWithHttpMessagesAsync(string resourceGroupName, string serviceName, string accessName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -925,12 +1677,18 @@ internal TenantAccessOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; - string accessName = "access"; + if (accessName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accessName"); + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -940,22 +1698,21 @@ internal TenantAccessOperations(ApiManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("accessName", accessName); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "RegenerateSecondaryKey", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListSecrets", 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.ApiManagement/service/{serviceName}/tenant/{accessName}/regenerateSecondaryKey").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{accessName}/listSecrets").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{accessName}", System.Uri.EscapeDataString(accessName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1015,7 +1772,7 @@ internal TenantAccessOperations(ApiManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 204) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1045,13 +1802,44 @@ internal TenantAccessOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1060,13 +1848,10 @@ internal TenantAccessOperations(ApiManagementClient client) } /// - /// Get tenant access information details. + /// Returns list of access infos - for Git and Management endpoints. /// - /// - /// The name of the resource group. - /// - /// - /// The name of the API Management service. + /// + /// The NextLink from the previous successful call to List operation. /// /// /// Headers that will be added to request. @@ -1089,37 +1874,12 @@ internal TenantAccessOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> ListSecretsWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (serviceName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); - } - if (serviceName != null) - { - if (serviceName.Length > 50) - { - throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); - } - if (serviceName.Length < 1) - { - throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); - } - if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) - { - throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); - } - } - if (Client.SubscriptionId == null) + if (nextPageLink == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); } - string apiVersion = "2019-12-01"; - string accessName = "access"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1127,25 +1887,14 @@ internal TenantAccessOperations(ApiManagementClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); - tracingParameters.Add("accessName", accessName); + tracingParameters.Add("nextPageLink", nextPageLink); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListSecrets", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListByServiceNext", 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.ApiManagement/service/{serviceName}/tenant/{accessName}/listSecrets").ToString(); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{accessName}", System.Uri.EscapeDataString(accessName)); + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); List _queryParameters = new List(); - if (apiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); - } if (_queryParameters.Count > 0) { _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); @@ -1153,7 +1902,7 @@ internal TenantAccessOperations(ApiManagementClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("POST"); + _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -1234,7 +1983,7 @@ internal TenantAccessOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse>(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) @@ -1247,7 +1996,7 @@ internal TenantAccessOperations(ApiManagementClient client) _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -1259,19 +2008,6 @@ internal TenantAccessOperations(ApiManagementClient client) throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); } } - try - { - _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); - } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantAccessOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantAccessOperationsExtensions.cs index 27595d0ee77ab..5b453a236e989 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantAccessOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantAccessOperationsExtensions.cs @@ -12,6 +12,7 @@ namespace Microsoft.Azure.Management.ApiManagement { using Microsoft.Rest; using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; using Models; using System.Threading; using System.Threading.Tasks; @@ -21,6 +22,52 @@ namespace Microsoft.Azure.Management.ApiManagement /// public static partial class TenantAccessOperationsExtensions { + /// + /// Returns list of access infos - for Git and Management endpoints. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// OData parameters to apply to the operation. + /// + public static IPage ListByService(this ITenantAccessOperations operations, string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery)) + { + return operations.ListByServiceAsync(resourceGroupName, serviceName, odataQuery).GetAwaiter().GetResult(); + } + + /// + /// Returns list of access infos - for Git and Management endpoints. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListByServiceAsync(this ITenantAccessOperations operations, string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByServiceWithHttpMessagesAsync(resourceGroupName, serviceName, odataQuery, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// /// Tenant access metadata /// @@ -33,9 +80,13 @@ public static partial class TenantAccessOperationsExtensions /// /// The name of the API Management service. /// - public static TenantAccessGetEntityTagHeaders GetEntityTag(this ITenantAccessOperations operations, string resourceGroupName, string serviceName) + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' + /// + public static TenantAccessGetEntityTagHeaders GetEntityTag(this ITenantAccessOperations operations, string resourceGroupName, string serviceName, string accessName) { - return operations.GetEntityTagAsync(resourceGroupName, serviceName).GetAwaiter().GetResult(); + return operations.GetEntityTagAsync(resourceGroupName, serviceName, accessName).GetAwaiter().GetResult(); } /// @@ -50,12 +101,16 @@ public static TenantAccessGetEntityTagHeaders GetEntityTag(this ITenantAccessOpe /// /// The name of the API Management service. /// + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' + /// /// /// The cancellation token. /// - public static async Task GetEntityTagAsync(this ITenantAccessOperations operations, string resourceGroupName, string serviceName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetEntityTagAsync(this ITenantAccessOperations operations, string resourceGroupName, string serviceName, string accessName, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.GetEntityTagWithHttpMessagesAsync(resourceGroupName, serviceName, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.GetEntityTagWithHttpMessagesAsync(resourceGroupName, serviceName, accessName, null, cancellationToken).ConfigureAwait(false)) { return _result.Headers; } @@ -73,9 +128,13 @@ public static TenantAccessGetEntityTagHeaders GetEntityTag(this ITenantAccessOpe /// /// The name of the API Management service. /// - public static AccessInformationContract Get(this ITenantAccessOperations operations, string resourceGroupName, string serviceName) + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' + /// + public static AccessInformationContract Get(this ITenantAccessOperations operations, string resourceGroupName, string serviceName, string accessName) { - return operations.GetAsync(resourceGroupName, serviceName).GetAwaiter().GetResult(); + return operations.GetAsync(resourceGroupName, serviceName, accessName).GetAwaiter().GetResult(); } /// @@ -90,12 +149,16 @@ public static AccessInformationContract Get(this ITenantAccessOperations operati /// /// The name of the API Management service. /// + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' + /// /// /// The cancellation token. /// - public static async Task GetAsync(this ITenantAccessOperations operations, string resourceGroupName, string serviceName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetAsync(this ITenantAccessOperations operations, string resourceGroupName, string serviceName, string accessName, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, serviceName, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, serviceName, accessName, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -116,14 +179,18 @@ public static AccessInformationContract Get(this ITenantAccessOperations operati /// /// Parameters supplied to retrieve the Tenant Access Information. /// + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' + /// /// /// ETag of the Entity. ETag should match the current entity state from the /// header response of the GET request or it should be * for unconditional /// update. /// - public static void Update(this ITenantAccessOperations operations, string resourceGroupName, string serviceName, AccessInformationUpdateParameters parameters, string ifMatch) + public static AccessInformationContract Create(this ITenantAccessOperations operations, string resourceGroupName, string serviceName, AccessInformationCreateParameters parameters, string accessName, string ifMatch) { - operations.UpdateAsync(resourceGroupName, serviceName, parameters, ifMatch).GetAwaiter().GetResult(); + return operations.CreateAsync(resourceGroupName, serviceName, parameters, accessName, ifMatch).GetAwaiter().GetResult(); } /// @@ -141,6 +208,10 @@ public static void Update(this ITenantAccessOperations operations, string resour /// /// Parameters supplied to retrieve the Tenant Access Information. /// + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' + /// /// /// ETag of the Entity. ETag should match the current entity state from the /// header response of the GET request or it should be * for unconditional @@ -149,9 +220,76 @@ public static void Update(this ITenantAccessOperations operations, string resour /// /// The cancellation token. /// - public static async Task UpdateAsync(this ITenantAccessOperations operations, string resourceGroupName, string serviceName, AccessInformationUpdateParameters parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task CreateAsync(this ITenantAccessOperations operations, string resourceGroupName, string serviceName, AccessInformationCreateParameters parameters, string accessName, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.CreateWithHttpMessagesAsync(resourceGroupName, serviceName, parameters, accessName, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Update tenant access information details. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Parameters supplied to retrieve the Tenant Access Information. + /// + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + public static AccessInformationContract Update(this ITenantAccessOperations operations, string resourceGroupName, string serviceName, AccessInformationUpdateParameters parameters, string accessName, string ifMatch) + { + return operations.UpdateAsync(resourceGroupName, serviceName, parameters, accessName, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// Update tenant access information details. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Parameters supplied to retrieve the Tenant Access Information. + /// + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' + /// + /// + /// ETag of the Entity. ETag should match the current entity state from the + /// header response of the GET request or it should be * for unconditional + /// update. + /// + /// + /// The cancellation token. + /// + public static async Task UpdateAsync(this ITenantAccessOperations operations, string resourceGroupName, string serviceName, AccessInformationUpdateParameters parameters, string accessName, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, parameters, accessName, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// @@ -166,9 +304,13 @@ public static void Update(this ITenantAccessOperations operations, string resour /// /// The name of the API Management service. /// - public static void RegeneratePrimaryKey(this ITenantAccessOperations operations, string resourceGroupName, string serviceName) + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' + /// + public static void RegeneratePrimaryKey(this ITenantAccessOperations operations, string resourceGroupName, string serviceName, string accessName) { - operations.RegeneratePrimaryKeyAsync(resourceGroupName, serviceName).GetAwaiter().GetResult(); + operations.RegeneratePrimaryKeyAsync(resourceGroupName, serviceName, accessName).GetAwaiter().GetResult(); } /// @@ -183,12 +325,16 @@ public static void RegeneratePrimaryKey(this ITenantAccessOperations operations, /// /// The name of the API Management service. /// + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' + /// /// /// The cancellation token. /// - public static async Task RegeneratePrimaryKeyAsync(this ITenantAccessOperations operations, string resourceGroupName, string serviceName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task RegeneratePrimaryKeyAsync(this ITenantAccessOperations operations, string resourceGroupName, string serviceName, string accessName, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.RegeneratePrimaryKeyWithHttpMessagesAsync(resourceGroupName, serviceName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.RegeneratePrimaryKeyWithHttpMessagesAsync(resourceGroupName, serviceName, accessName, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// @@ -203,9 +349,13 @@ public static void RegeneratePrimaryKey(this ITenantAccessOperations operations, /// /// The name of the API Management service. /// - public static void RegenerateSecondaryKey(this ITenantAccessOperations operations, string resourceGroupName, string serviceName) + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' + /// + public static void RegenerateSecondaryKey(this ITenantAccessOperations operations, string resourceGroupName, string serviceName, string accessName) { - operations.RegenerateSecondaryKeyAsync(resourceGroupName, serviceName).GetAwaiter().GetResult(); + operations.RegenerateSecondaryKeyAsync(resourceGroupName, serviceName, accessName).GetAwaiter().GetResult(); } /// @@ -220,12 +370,16 @@ public static void RegenerateSecondaryKey(this ITenantAccessOperations operation /// /// The name of the API Management service. /// + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' + /// /// /// The cancellation token. /// - public static async Task RegenerateSecondaryKeyAsync(this ITenantAccessOperations operations, string resourceGroupName, string serviceName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task RegenerateSecondaryKeyAsync(this ITenantAccessOperations operations, string resourceGroupName, string serviceName, string accessName, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.RegenerateSecondaryKeyWithHttpMessagesAsync(resourceGroupName, serviceName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.RegenerateSecondaryKeyWithHttpMessagesAsync(resourceGroupName, serviceName, accessName, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// @@ -240,9 +394,13 @@ public static void RegenerateSecondaryKey(this ITenantAccessOperations operation /// /// The name of the API Management service. /// - public static AccessInformationContract ListSecrets(this ITenantAccessOperations operations, string resourceGroupName, string serviceName) + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' + /// + public static AccessInformationSecretsContract ListSecrets(this ITenantAccessOperations operations, string resourceGroupName, string serviceName, string accessName) { - return operations.ListSecretsAsync(resourceGroupName, serviceName).GetAwaiter().GetResult(); + return operations.ListSecretsAsync(resourceGroupName, serviceName, accessName).GetAwaiter().GetResult(); } /// @@ -257,12 +415,50 @@ public static AccessInformationContract ListSecrets(this ITenantAccessOperations /// /// The name of the API Management service. /// + /// + /// The identifier of the Access configuration. Possible values include: + /// 'access', 'gitAccess' + /// + /// + /// The cancellation token. + /// + public static async Task ListSecretsAsync(this ITenantAccessOperations operations, string resourceGroupName, string serviceName, string accessName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListSecretsWithHttpMessagesAsync(resourceGroupName, serviceName, accessName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Returns list of access infos - for Git and Management endpoints. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListByServiceNext(this ITenantAccessOperations operations, string nextPageLink) + { + return operations.ListByServiceNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Returns list of access infos - for Git and Management endpoints. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// /// /// The cancellation token. /// - public static async Task ListSecretsAsync(this ITenantAccessOperations operations, string resourceGroupName, string serviceName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListByServiceNextAsync(this ITenantAccessOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListSecretsWithHttpMessagesAsync(resourceGroupName, serviceName, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListByServiceNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantConfigurationOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantConfigurationOperations.cs index 58ad08aa71783..307441ca24eaf 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantConfigurationOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantConfigurationOperations.cs @@ -148,7 +148,7 @@ internal TenantConfigurationOperations(ApiManagementClient client) /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -188,11 +188,14 @@ internal TenantConfigurationOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; string configurationName = "configuration"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -203,7 +206,6 @@ internal TenantConfigurationOperations(ApiManagementClient client) Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("configurationName", configurationName); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetSyncState", tracingParameters); @@ -216,9 +218,9 @@ internal TenantConfigurationOperations(ApiManagementClient client) _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{configurationName}", System.Uri.EscapeDataString(configurationName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -280,14 +282,13 @@ internal TenantConfigurationOperations(ApiManagementClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new ErrorResponseException(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); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -297,10 +298,6 @@ internal TenantConfigurationOperations(ApiManagementClient client) } 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); @@ -414,11 +411,14 @@ internal TenantConfigurationOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; string configurationName = "configuration"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -430,7 +430,6 @@ internal TenantConfigurationOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("parameters", parameters); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("configurationName", configurationName); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginDeploy", tracingParameters); @@ -443,9 +442,9 @@ internal TenantConfigurationOperations(ApiManagementClient client) _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{configurationName}", System.Uri.EscapeDataString(configurationName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -642,11 +641,14 @@ internal TenantConfigurationOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; string configurationName = "configuration"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -658,7 +660,6 @@ internal TenantConfigurationOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("parameters", parameters); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("configurationName", configurationName); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginSave", tracingParameters); @@ -671,9 +672,9 @@ internal TenantConfigurationOperations(ApiManagementClient client) _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{configurationName}", System.Uri.EscapeDataString(configurationName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -868,11 +869,14 @@ internal TenantConfigurationOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; string configurationName = "configuration"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -884,7 +888,6 @@ internal TenantConfigurationOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("parameters", parameters); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("configurationName", configurationName); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginValidate", tracingParameters); @@ -897,9 +900,9 @@ internal TenantConfigurationOperations(ApiManagementClient client) _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{configurationName}", System.Uri.EscapeDataString(configurationName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantSettingsOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantSettingsOperations.cs new file mode 100644 index 0000000000000..e68786a60b582 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantSettingsOperations.cs @@ -0,0 +1,663 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; + using Models; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + + /// + /// TenantSettingsOperations operations. + /// + internal partial class TenantSettingsOperations : IServiceOperations, ITenantSettingsOperations + { + /// + /// Initializes a new instance of the TenantSettingsOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal TenantSettingsOperations(ApiManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the ApiManagementClient + /// + public ApiManagementClient Client { get; private set; } + + /// + /// Public settings. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// OData parameters to apply to the 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>> ListByServiceWithHttpMessagesAsync(string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("odataQuery", odataQuery); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListByService", 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.ApiManagement/service/{serviceName}/settings").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (odataQuery != null) + { + var _odataFilter = odataQuery.ToString(); + if (!string.IsNullOrEmpty(_odataFilter)) + { + _queryParameters.Add(_odataFilter); + } + } + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + 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; + } + + /// + /// Get tenant settings. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + string settingsType = "public"; + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("settingsType", settingsType); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/settings/{settingsType}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{settingsType}", System.Uri.EscapeDataString(settingsType)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Public settings. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListByServiceNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (nextPageLink == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListByServiceNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + List _queryParameters = new List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantSettingsOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantSettingsOperationsExtensions.cs new file mode 100644 index 0000000000000..6cfb4a75336e1 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/TenantSettingsOperationsExtensions.cs @@ -0,0 +1,146 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ApiManagement +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Microsoft.Rest.Azure.OData; + using Models; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for TenantSettingsOperations. + /// + public static partial class TenantSettingsOperationsExtensions + { + /// + /// Public settings. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// OData parameters to apply to the operation. + /// + public static IPage ListByService(this ITenantSettingsOperations operations, string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery)) + { + return operations.ListByServiceAsync(resourceGroupName, serviceName, odataQuery).GetAwaiter().GetResult(); + } + + /// + /// Public settings. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// OData parameters to apply to the operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListByServiceAsync(this ITenantSettingsOperations operations, string resourceGroupName, string serviceName, ODataQuery odataQuery = default(ODataQuery), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByServiceWithHttpMessagesAsync(resourceGroupName, serviceName, odataQuery, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Get tenant settings. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + public static TenantSettingsContract Get(this ITenantSettingsOperations operations, string resourceGroupName, string serviceName) + { + return operations.GetAsync(resourceGroupName, serviceName).GetAwaiter().GetResult(); + } + + /// + /// Get tenant settings. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// The cancellation token. + /// + public static async Task GetAsync(this ITenantSettingsOperations operations, string resourceGroupName, string serviceName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, serviceName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Public settings. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListByServiceNext(this ITenantSettingsOperations operations, string nextPageLink) + { + return operations.ListByServiceNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Public settings. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListByServiceNextAsync(this ITenantSettingsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByServiceNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserConfirmationPasswordOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserConfirmationPasswordOperations.cs index 2760d515544f4..339a79e79f18a 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserConfirmationPasswordOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserConfirmationPasswordOperations.cs @@ -63,6 +63,11 @@ internal UserConfirmationPasswordOperations(ApiManagementClient client) /// User identifier. Must be unique in the current API Management service /// instance. /// + /// + /// Determines the type of application which send the create user request. + /// Default is legacy publisher portal. Possible values include: 'portal', + /// 'developerPortal' + /// /// /// Headers that will be added to request. /// @@ -81,7 +86,7 @@ internal UserConfirmationPasswordOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task SendWithHttpMessagesAsync(string resourceGroupName, string serviceName, string userId, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task SendWithHttpMessagesAsync(string resourceGroupName, string serviceName, string userId, string appType = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -121,11 +126,14 @@ internal UserConfirmationPasswordOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "userId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -136,7 +144,7 @@ internal UserConfirmationPasswordOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("userId", userId); - tracingParameters.Add("apiVersion", apiVersion); + tracingParameters.Add("appType", appType); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Send", tracingParameters); } @@ -148,9 +156,13 @@ internal UserConfirmationPasswordOperations(ApiManagementClient client) _url = _url.Replace("{userId}", System.Uri.EscapeDataString(userId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (appType != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("appType={0}", System.Uri.EscapeDataString(appType))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserConfirmationPasswordOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserConfirmationPasswordOperationsExtensions.cs index 77e5f271b1ae5..8658d06a9d08d 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserConfirmationPasswordOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserConfirmationPasswordOperationsExtensions.cs @@ -37,9 +37,14 @@ public static partial class UserConfirmationPasswordOperationsExtensions /// User identifier. Must be unique in the current API Management service /// instance. /// - public static void Send(this IUserConfirmationPasswordOperations operations, string resourceGroupName, string serviceName, string userId) + /// + /// Determines the type of application which send the create user request. + /// Default is legacy publisher portal. Possible values include: 'portal', + /// 'developerPortal' + /// + public static void Send(this IUserConfirmationPasswordOperations operations, string resourceGroupName, string serviceName, string userId, string appType = default(string)) { - operations.SendAsync(resourceGroupName, serviceName, userId).GetAwaiter().GetResult(); + operations.SendAsync(resourceGroupName, serviceName, userId, appType).GetAwaiter().GetResult(); } /// @@ -58,12 +63,17 @@ public static void Send(this IUserConfirmationPasswordOperations operations, str /// User identifier. Must be unique in the current API Management service /// instance. /// + /// + /// Determines the type of application which send the create user request. + /// Default is legacy publisher portal. Possible values include: 'portal', + /// 'developerPortal' + /// /// /// The cancellation token. /// - public static async Task SendAsync(this IUserConfirmationPasswordOperations operations, string resourceGroupName, string serviceName, string userId, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task SendAsync(this IUserConfirmationPasswordOperations operations, string resourceGroupName, string serviceName, string userId, string appType = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.SendWithHttpMessagesAsync(resourceGroupName, serviceName, userId, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.SendWithHttpMessagesAsync(resourceGroupName, serviceName, userId, appType, null, cancellationToken).ConfigureAwait(false)).Dispose(); } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserGroupOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserGroupOperations.cs index dd8c8dccb263f..1e5e2d354eab2 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserGroupOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserGroupOperations.cs @@ -128,11 +128,14 @@ internal UserGroupOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "userId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -144,7 +147,6 @@ internal UserGroupOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("userId", userId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); } @@ -164,9 +166,9 @@ internal UserGroupOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserIdentitiesOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserIdentitiesOperations.cs index 851819f4c5956..5b5429d7bce71 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserIdentitiesOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserIdentitiesOperations.cs @@ -124,11 +124,14 @@ internal UserIdentitiesOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "userId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -139,7 +142,6 @@ internal UserIdentitiesOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("userId", userId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); } @@ -151,9 +153,9 @@ internal UserIdentitiesOperations(ApiManagementClient client) _url = _url.Replace("{userId}", System.Uri.EscapeDataString(userId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserOperations.cs index 52b4ffe7820a2..3e1bc347ac194 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserOperations.cs @@ -112,11 +112,14 @@ internal UserOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -128,7 +131,6 @@ internal UserOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("expandGroups", expandGroups); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "ListByService", tracingParameters); } @@ -151,9 +153,9 @@ internal UserOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("expandGroups={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(expandGroups, Client.SerializationSettings).Trim('"')))); } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -347,11 +349,14 @@ internal UserOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "userId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -362,7 +367,6 @@ internal UserOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("userId", userId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetEntityTag", tracingParameters); } @@ -374,9 +378,9 @@ internal UserOperations(ApiManagementClient client) _url = _url.Replace("{userId}", System.Uri.EscapeDataString(userId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -567,11 +571,14 @@ internal UserOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "userId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -582,7 +589,6 @@ internal UserOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("userId", userId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -594,9 +600,9 @@ internal UserOperations(ApiManagementClient client) _url = _url.Replace("{userId}", System.Uri.EscapeDataString(userId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -747,6 +753,9 @@ internal UserOperations(ApiManagementClient client) /// /// Create or update parameters. /// + /// + /// Send an Email notification to the User. + /// /// /// ETag of the Entity. Not required when creating an entity, but required when /// updating an entity. @@ -772,7 +781,7 @@ internal UserOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string userId, UserCreateParameters parameters, string ifMatch = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string userId, UserCreateParameters parameters, bool? notify = default(bool?), string ifMatch = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -820,11 +829,14 @@ internal UserOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -836,8 +848,8 @@ internal UserOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("userId", userId); tracingParameters.Add("parameters", parameters); + tracingParameters.Add("notify", notify); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); } @@ -849,9 +861,13 @@ internal UserOperations(ApiManagementClient client) _url = _url.Replace("{userId}", System.Uri.EscapeDataString(userId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (notify != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("notify={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(notify, Client.SerializationSettings).Trim('"')))); + } + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1048,6 +1064,9 @@ internal UserOperations(ApiManagementClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -1057,7 +1076,7 @@ internal UserOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string userId, UserUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string serviceName, string userId, UserUpdateParameters parameters, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1105,11 +1124,14 @@ internal UserOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1122,7 +1144,6 @@ internal UserOperations(ApiManagementClient client) tracingParameters.Add("userId", userId); tracingParameters.Add("parameters", parameters); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); } @@ -1134,9 +1155,9 @@ internal UserOperations(ApiManagementClient client) _url = _url.Replace("{userId}", System.Uri.EscapeDataString(userId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1210,7 +1231,7 @@ internal UserOperations(ApiManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 204) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -1240,13 +1261,44 @@ internal UserOperations(ApiManagementClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) { _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -1278,6 +1330,11 @@ internal UserOperations(ApiManagementClient client) /// /// Send an Account Closed Email notification to the User. /// + /// + /// Determines the type of application which send the create user request. + /// Default is legacy publisher portal. Possible values include: 'portal', + /// 'developerPortal' + /// /// /// Headers that will be added to request. /// @@ -1296,7 +1353,7 @@ internal UserOperations(ApiManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string userId, string ifMatch, bool? deleteSubscriptions = default(bool?), bool? notify = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string serviceName, string userId, string ifMatch, bool? deleteSubscriptions = default(bool?), bool? notify = default(bool?), string appType = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1340,11 +1397,14 @@ internal UserOperations(ApiManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1358,7 +1418,7 @@ internal UserOperations(ApiManagementClient client) tracingParameters.Add("deleteSubscriptions", deleteSubscriptions); tracingParameters.Add("notify", notify); tracingParameters.Add("ifMatch", ifMatch); - tracingParameters.Add("apiVersion", apiVersion); + tracingParameters.Add("appType", appType); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } @@ -1378,9 +1438,13 @@ internal UserOperations(ApiManagementClient client) { _queryParameters.Add(string.Format("notify={0}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(notify, Client.SerializationSettings).Trim('"')))); } - if (apiVersion != null) + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (appType != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("appType={0}", System.Uri.EscapeDataString(appType))); } if (_queryParameters.Count > 0) { @@ -1567,11 +1631,14 @@ internal UserOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "userId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1582,7 +1649,6 @@ internal UserOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("userId", userId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GenerateSsoUrl", tracingParameters); } @@ -1594,9 +1660,9 @@ internal UserOperations(ApiManagementClient client) _url = _url.Replace("{userId}", System.Uri.EscapeDataString(userId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -1803,11 +1869,14 @@ internal UserOperations(ApiManagementClient client) { parameters.Validate(); } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1819,7 +1888,6 @@ internal UserOperations(ApiManagementClient client) tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("userId", userId); tracingParameters.Add("parameters", parameters); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetSharedAccessToken", tracingParameters); } @@ -1831,9 +1899,9 @@ internal UserOperations(ApiManagementClient client) _url = _url.Replace("{userId}", System.Uri.EscapeDataString(userId)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserOperationsExtensions.cs index fa5779fa09eb8..865f58e6ae591 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserOperationsExtensions.cs @@ -191,13 +191,16 @@ public static UserContract Get(this IUserOperations operations, string resourceG /// /// Create or update parameters. /// + /// + /// Send an Email notification to the User. + /// /// /// ETag of the Entity. Not required when creating an entity, but required when /// updating an entity. /// - public static UserContract CreateOrUpdate(this IUserOperations operations, string resourceGroupName, string serviceName, string userId, UserCreateParameters parameters, string ifMatch = default(string)) + public static UserContract CreateOrUpdate(this IUserOperations operations, string resourceGroupName, string serviceName, string userId, UserCreateParameters parameters, bool? notify = default(bool?), string ifMatch = default(string)) { - return operations.CreateOrUpdateAsync(resourceGroupName, serviceName, userId, parameters, ifMatch).GetAwaiter().GetResult(); + return operations.CreateOrUpdateAsync(resourceGroupName, serviceName, userId, parameters, notify, ifMatch).GetAwaiter().GetResult(); } /// @@ -219,6 +222,9 @@ public static UserContract Get(this IUserOperations operations, string resourceG /// /// Create or update parameters. /// + /// + /// Send an Email notification to the User. + /// /// /// ETag of the Entity. Not required when creating an entity, but required when /// updating an entity. @@ -226,9 +232,9 @@ public static UserContract Get(this IUserOperations operations, string resourceG /// /// The cancellation token. /// - public static async Task CreateOrUpdateAsync(this IUserOperations operations, string resourceGroupName, string serviceName, string userId, UserCreateParameters parameters, string ifMatch = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task CreateOrUpdateAsync(this IUserOperations operations, string resourceGroupName, string serviceName, string userId, UserCreateParameters parameters, bool? notify = default(bool?), string ifMatch = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, serviceName, userId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, serviceName, userId, parameters, notify, ifMatch, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -258,9 +264,9 @@ public static UserContract Get(this IUserOperations operations, string resourceG /// header response of the GET request or it should be * for unconditional /// update. /// - public static void Update(this IUserOperations operations, string resourceGroupName, string serviceName, string userId, UserUpdateParameters parameters, string ifMatch) + public static UserContract Update(this IUserOperations operations, string resourceGroupName, string serviceName, string userId, UserUpdateParameters parameters, string ifMatch) { - operations.UpdateAsync(resourceGroupName, serviceName, userId, parameters, ifMatch).GetAwaiter().GetResult(); + return operations.UpdateAsync(resourceGroupName, serviceName, userId, parameters, ifMatch).GetAwaiter().GetResult(); } /// @@ -290,9 +296,12 @@ public static void Update(this IUserOperations operations, string resourceGroupN /// /// The cancellation token. /// - public static async Task UpdateAsync(this IUserOperations operations, string resourceGroupName, string serviceName, string userId, UserUpdateParameters parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task UpdateAsync(this IUserOperations operations, string resourceGroupName, string serviceName, string userId, UserUpdateParameters parameters, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, userId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, serviceName, userId, parameters, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// @@ -322,9 +331,14 @@ public static void Update(this IUserOperations operations, string resourceGroupN /// /// Send an Account Closed Email notification to the User. /// - public static void Delete(this IUserOperations operations, string resourceGroupName, string serviceName, string userId, string ifMatch, bool? deleteSubscriptions = default(bool?), bool? notify = default(bool?)) + /// + /// Determines the type of application which send the create user request. + /// Default is legacy publisher portal. Possible values include: 'portal', + /// 'developerPortal' + /// + public static void Delete(this IUserOperations operations, string resourceGroupName, string serviceName, string userId, string ifMatch, bool? deleteSubscriptions = default(bool?), bool? notify = default(bool?), string appType = default(string)) { - operations.DeleteAsync(resourceGroupName, serviceName, userId, ifMatch, deleteSubscriptions, notify).GetAwaiter().GetResult(); + operations.DeleteAsync(resourceGroupName, serviceName, userId, ifMatch, deleteSubscriptions, notify, appType).GetAwaiter().GetResult(); } /// @@ -354,12 +368,17 @@ public static void Update(this IUserOperations operations, string resourceGroupN /// /// Send an Account Closed Email notification to the User. /// + /// + /// Determines the type of application which send the create user request. + /// Default is legacy publisher portal. Possible values include: 'portal', + /// 'developerPortal' + /// /// /// The cancellation token. /// - public static async Task DeleteAsync(this IUserOperations operations, string resourceGroupName, string serviceName, string userId, string ifMatch, bool? deleteSubscriptions = default(bool?), bool? notify = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteAsync(this IUserOperations operations, string resourceGroupName, string serviceName, string userId, string ifMatch, bool? deleteSubscriptions = default(bool?), bool? notify = default(bool?), string appType = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, serviceName, userId, ifMatch, deleteSubscriptions, notify, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, serviceName, userId, ifMatch, deleteSubscriptions, notify, appType, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserSubscriptionOperations.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserSubscriptionOperations.cs index 792a93f9f51a8..9b3392266e238 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserSubscriptionOperations.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserSubscriptionOperations.cs @@ -128,11 +128,14 @@ internal UserSubscriptionOperations(ApiManagementClient client) throw new ValidationException(ValidationRules.MinLength, "userId", 1); } } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2019-12-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -144,7 +147,6 @@ internal UserSubscriptionOperations(ApiManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("serviceName", serviceName); tracingParameters.Add("userId", userId); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); } @@ -164,9 +166,9 @@ internal UserSubscriptionOperations(ApiManagementClient client) _queryParameters.Add(_odataFilter); } } - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -288,6 +290,267 @@ internal UserSubscriptionOperations(ApiManagementClient client) return _result; } + /// + /// Gets the specified Subscription entity associated with a particular user. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// User identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// Subscription entity Identifier. The entity represents the association + /// between a user and a product in API Management. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string serviceName, string userId, string sid, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (serviceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "serviceName"); + } + if (serviceName != null) + { + if (serviceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "serviceName", 50); + } + if (serviceName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "serviceName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(serviceName, "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$")) + { + throw new ValidationException(ValidationRules.Pattern, "serviceName", "^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$"); + } + } + if (userId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "userId"); + } + if (userId != null) + { + if (userId.Length > 80) + { + throw new ValidationException(ValidationRules.MaxLength, "userId", 80); + } + if (userId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "userId", 1); + } + } + if (sid == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "sid"); + } + if (sid != null) + { + if (sid.Length > 256) + { + throw new ValidationException(ValidationRules.MaxLength, "sid", 256); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(sid, "^[^*#&+:<>?]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "sid", "^[^*#&+:<>?]+$"); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("serviceName", serviceName); + tracingParameters.Add("userId", userId); + tracingParameters.Add("sid", sid); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/users/{userId}/subscriptions/{sid}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{serviceName}", System.Uri.EscapeDataString(serviceName)); + _url = _url.Replace("{userId}", System.Uri.EscapeDataString(userId)); + _url = _url.Replace("{sid}", System.Uri.EscapeDataString(sid)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + /// /// Lists the collection of subscriptions of the specified user. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserSubscriptionOperationsExtensions.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserSubscriptionOperationsExtensions.cs index 4d4e83e7d7893..012dc382689ba 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserSubscriptionOperationsExtensions.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Generated/UserSubscriptionOperationsExtensions.cs @@ -76,6 +76,62 @@ public static partial class UserSubscriptionOperationsExtensions } } + /// + /// Gets the specified Subscription entity associated with a particular user. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// User identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// Subscription entity Identifier. The entity represents the association + /// between a user and a product in API Management. + /// + public static SubscriptionContract Get(this IUserSubscriptionOperations operations, string resourceGroupName, string serviceName, string userId, string sid) + { + return operations.GetAsync(resourceGroupName, serviceName, userId, sid).GetAwaiter().GetResult(); + } + + /// + /// Gets the specified Subscription entity associated with a particular user. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the API Management service. + /// + /// + /// User identifier. Must be unique in the current API Management service + /// instance. + /// + /// + /// Subscription entity Identifier. The entity represents the association + /// between a user and a product in API Management. + /// + /// + /// The cancellation token. + /// + public static async Task GetAsync(this IUserSubscriptionOperations operations, string resourceGroupName, string serviceName, string userId, string sid, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, serviceName, userId, sid, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// /// Lists the collection of subscriptions of the specified user. /// diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Microsoft.Azure.Management.ApiManagement.csproj b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Microsoft.Azure.Management.ApiManagement.csproj index d189d155beacb..cedf05726604b 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Microsoft.Azure.Management.ApiManagement.csproj +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Microsoft.Azure.Management.ApiManagement.csproj @@ -8,7 +8,7 @@ Provides ApiManagement management capabilities for Microsoft Azure. Microsoft Azure API Management Management Microsoft.Azure.Management.ApiManagement - 6.0.0-preview + 7.0.0-preview Microsoft Azure ApiManagement management;API Management; Refer https://aka.ms/apimdotnetsdkchangelog for release notes. diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Properties/AssemblyInfo.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Properties/AssemblyInfo.cs index 83ad7538d488a..e70b5f21adfa5 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Properties/AssemblyInfo.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Properties/AssemblyInfo.cs @@ -9,8 +9,8 @@ [assembly: AssemblyTitle("Microsoft Azure API Management Resource Management Library")] [assembly: AssemblyDescription("Provides Api management capabilities for Microsoft Azure.")] -[assembly: AssemblyVersion("6.0.0.0")] -[assembly: AssemblyFileVersion("6.0.0.0")] +[assembly: AssemblyVersion("7.0.0.0")] +[assembly: AssemblyFileVersion("7.0.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ApiManagementTestBase.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ApiManagementTestBase.cs index a97d53b6a85f7..9fa21886bd160 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ApiManagementTestBase.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ApiManagementTestBase.cs @@ -28,6 +28,7 @@ public class ApiManagementTestBase : TestBase private const string LocationKey = "Location"; private const string TestCertificateKey = "TestCertificate"; private const string TestCertificatePasswordKey = "TestCertificatePassword"; + private const string TestKeyVaultSecretKey = "testKeyVaultSecretUrl"; public string location { get; set; } public string subscriptionId { get; set; } @@ -43,6 +44,7 @@ public class ApiManagementTestBase : TestBase public ApiManagementServiceResource serviceProperties { get; internal set; } public string base64EncodedTestCertificateData { get; internal set; } public string testCertificatePassword { get; internal set; } + public string testKeyVaultSecretUrl { get; internal set; } public ApiManagementTestBase(MockContext context) { @@ -102,6 +104,12 @@ private void Initialize() HttpMockServer.Variables[TestCertificatePasswordKey] = testCertificatePassword; } + if (testEnv.ConnectionString.KeyValuePairs.TryGetValue(TestKeyVaultSecretKey, out string testKeyVaultSecretUrl)) + { + this.testKeyVaultSecretUrl = testKeyVaultSecretUrl; + HttpMockServer.Variables[TestKeyVaultSecretKey] = testKeyVaultSecretUrl; + } + this.subscriptionId = testEnv.SubscriptionId; HttpMockServer.Variables[SubIdKey] = subscriptionId; HttpMockServer.Variables[ServiceNameKey] = this.serviceName; @@ -125,6 +133,11 @@ private void Initialize() { this.testCertificatePassword = testCertificatePwd; } + HttpMockServer.Variables.TryGetValue(TestKeyVaultSecretKey, out var testKVSecretUrl); + if (!string.IsNullOrEmpty(testKVSecretUrl)) + { + this.testKeyVaultSecretUrl = testKVSecretUrl; + } } tags = new Dictionary { { "tag1", "value1" }, { "tag2", "value2" }, { "tag3", "value3" } }; @@ -139,8 +152,9 @@ private void Initialize() Location = location, PublisherEmail = "apim@autorestsdk.com", PublisherName = "autorestsdk", - Tags = tags - }; + Tags = tags, + Identity = new ApiManagementServiceIdentity("SystemAssigned") + }; } public void TryCreateApiManagementService() diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiDiagnosticTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiDiagnosticTests.cs index 1227722eda5f3..bdbd70547ec4a 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiDiagnosticTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiDiagnosticTests.cs @@ -59,7 +59,7 @@ public async Task CreateListUpdateDelete() var credentials = new Dictionary(); credentials.Add("instrumentationKey", applicationInsightsGuid.ToString()); - var loggerCreateParameters = new LoggerContract(LoggerType.ApplicationInsights, credentials); + var loggerCreateParameters = new LoggerContract(LoggerType.ApplicationInsights, credentials: credentials); var loggerContract = await testBase.client.Logger.CreateOrUpdateAsync( testBase.rgName, testBase.serviceName, diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiExportImportTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiExportImportTests.cs index b94fe942dbda0..e336e474914ad 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiExportImportTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiExportImportTests.cs @@ -15,7 +15,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class ApiExportImportTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public void SwaggerTest() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -89,7 +89,7 @@ public void SwaggerTest() } [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public void WadlTest() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -166,7 +166,7 @@ public void WadlTest() } [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public void WsdlTest() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -252,7 +252,7 @@ public void WsdlTest() } [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public void OpenApiTest() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -326,6 +326,7 @@ public void OpenApiTest() } [Fact] + [Trait("owner", "jikang")] public void OpenApiInJsonTest() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiOperationTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiOperationTests.cs index bb829444e41a2..760e22776d231 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiOperationTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiOperationTests.cs @@ -17,7 +17,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class ApiOperationTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateListUpdateDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiProductTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiProductTests.cs index 2477c3d5caed2..e4de22c5eefa3 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiProductTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiProductTests.cs @@ -16,7 +16,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class ApiProductTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateListUpdateDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiRevisionTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiRevisionTests.cs index 414f32cad663a..33ffe4301147a 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiRevisionTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiRevisionTests.cs @@ -20,7 +20,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class ApiRevisionTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateListUpdateDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiSchemaTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiSchemaTests.cs index 18026909a56ce..b0cf3da8d00ef 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiSchemaTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiSchemaTests.cs @@ -151,7 +151,7 @@ public class ApiSchemaTests : TestBase }}"; [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateListUpdateDeleteSwaggerSchema() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -295,6 +295,7 @@ await testBase.client.ApiSchema.DeleteAsync( } [Fact] + [Trait("owner", "jikang")] public async Task CreateListUpdateDeleteOpenApiSchema() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -457,6 +458,7 @@ await testBase.client.ApiSchema.DeleteAsync( } [Fact] + [Trait("owner", "jikang")] public async Task CreateListUpdateDeleteWsdlSchema() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiTests.cs index 91d31d5548099..bbc1bdaca8833 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiTests.cs @@ -19,7 +19,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class ApiTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateListUpdateDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -342,7 +342,7 @@ public async Task CreateListUpdateDelete() } [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CloneApiUsingSourceApiId() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiVersionSetTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiVersionSetTests.cs index fb8334fe0aca6..1e95388175d8c 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiVersionSetTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ApiVersionSetTests.cs @@ -16,7 +16,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class ApiVersionSetTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateListUpdateDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/AuthorizationServerTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/AuthorizationServerTests.cs index 40766f48053a0..6f9b8a4d0f20b 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/AuthorizationServerTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/AuthorizationServerTests.cs @@ -18,7 +18,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class AuthorizationServerTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "sasolank")] public async Task CreateListUpdateDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -94,8 +94,8 @@ public async Task CreateListUpdateDelete() Assert.Equal(authorizationServerContract.ClientId, getResponse.Body.ClientId); Assert.Equal(authorizationServerContract.ClientRegistrationEndpoint, getResponse.Body.ClientRegistrationEndpoint); Assert.Null(getResponse.Body.ClientSecret); - Assert.Equal(authorizationServerContract.ResourceOwnerPassword, getResponse.Body.ResourceOwnerPassword); - Assert.Equal(authorizationServerContract.ResourceOwnerUsername, getResponse.Body.ResourceOwnerUsername); + Assert.Null(getResponse.Body.ResourceOwnerPassword); + Assert.Null(getResponse.Body.ResourceOwnerUsername); Assert.Equal(authorizationServerContract.GrantTypes.Count, getResponse.Body.GrantTypes.Count); Assert.True(getResponse.Body.GrantTypes.All(gt => authorizationServerContract.GrantTypes.Contains(gt))); Assert.Equal(authorizationServerContract.AuthorizationMethods.Count, getResponse.Body.AuthorizationMethods.Count); @@ -111,6 +111,8 @@ public async Task CreateListUpdateDelete() testBase.serviceName, authsid); Assert.Equal(authorizationServerContract.ClientSecret, secretsResponse.ClientSecret); + Assert.Equal(authorizationServerContract.ResourceOwnerUsername, secretsResponse.ResourceOwnerUsername); + Assert.Equal(authorizationServerContract.ResourceOwnerPassword, secretsResponse.ResourceOwnerPassword); // list again listResponse = testBase.client.AuthorizationServer.ListByService( @@ -154,8 +156,8 @@ public async Task CreateListUpdateDelete() Assert.Equal(authorizationServerContract.ClientId, getResponse.Body.ClientId); Assert.Equal(authorizationServerContract.ClientRegistrationEndpoint, getResponse.Body.ClientRegistrationEndpoint); Assert.Null(getResponse.Body.ClientSecret); - Assert.Equal(authorizationServerContract.ResourceOwnerPassword, getResponse.Body.ResourceOwnerPassword); - Assert.Equal(authorizationServerContract.ResourceOwnerUsername, getResponse.Body.ResourceOwnerUsername); + Assert.Null(getResponse.Body.ResourceOwnerPassword); + Assert.Null(getResponse.Body.ResourceOwnerUsername); Assert.Equal(updateParameters.GrantTypes.Count, getResponse.Body.GrantTypes.Count); Assert.True(getResponse.Body.GrantTypes.All(gt => updateParameters.GrantTypes.Contains(gt))); Assert.Equal(authorizationServerContract.AuthorizationMethods.Count, getResponse.Body.AuthorizationMethods.Count); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/BackendTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/BackendTests.cs index 22f28204784f2..61ad642dea907 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/BackendTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/BackendTests.cs @@ -19,7 +19,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class BackendTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateListUpdateDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -143,6 +143,7 @@ public async Task CreateListUpdateDelete() } [Fact] + [Trait("owner", "jikang")] public async Task ServiceFabricCreateUpdateDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -181,7 +182,7 @@ public async Task ServiceFabricCreateUpdateDelete() backendCreateParameters.Description = TestUtilities.GenerateName("description"); backendCreateParameters.Properties = new BackendProperties(); backendCreateParameters.Properties.ServiceFabricCluster = new BackendServiceFabricClusterProperties(); - backendCreateParameters.Properties.ServiceFabricCluster.ClientCertificatethumbprint = cert.Thumbprint; + backendCreateParameters.Properties.ServiceFabricCluster.ClientCertificateId = $"/subscriptions/{testBase.subscriptionId}/resourceGroups/{testBase.rgName}/providers/Microsoft.ApiManagement/service/{testBase.serviceName}/certificates/{certificateId}"; backendCreateParameters.Properties.ServiceFabricCluster.ManagementEndpoints = new List(); backendCreateParameters.Properties.ServiceFabricCluster.ManagementEndpoints.Add(urlParameter); backendCreateParameters.Properties.ServiceFabricCluster.MaxPartitionResolutionRetries = 5; diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/CacheTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/CacheTests.cs index cf617daa96630..4dd2168ddca65 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/CacheTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/CacheTests.cs @@ -15,7 +15,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class CacheTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateListUpdateDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -41,7 +41,8 @@ public async Task CreateListUpdateDelete() var cacheContract = new CacheContract() { ConnectionString = TestUtilities.GenerateName(), - Description = TestUtilities.GenerateName() + Description = TestUtilities.GenerateName(), + UseFromLocation = TestUtilities.GenerateName() }; var createResponse = await testBase.client.Cache.CreateOrUpdateAsync( diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/CertificateTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/CertificateTests.cs index 53eae2ccff200..c8862dea5c909 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/CertificateTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/CertificateTests.cs @@ -10,13 +10,14 @@ using System.Threading.Tasks; using System; using System.Security.Cryptography.X509Certificates; +using System.Linq; namespace ApiManagement.Tests.ManagementApiTests { public class CertificateTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateListUpdateDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -67,6 +68,43 @@ public async Task CreateListUpdateDelete() Assert.Equal(cert.Subject, getResponse.Body.Subject, StringComparer.OrdinalIgnoreCase); Assert.Equal(cert.Thumbprint, getResponse.Body.Thumbprint, StringComparer.OrdinalIgnoreCase); + //create key vault certificate + string kvcertificateId = TestUtilities.GenerateName("kvcertificateId"); + var kvCreateParameters = new CertificateCreateOrUpdateParameters + { + KeyVault = new KeyVaultContractCreateProperties + { + SecretIdentifier = testBase.testKeyVaultSecretUrl + }, + }; + + var kvCertificateIdResponse = testBase.client.Certificate.CreateOrUpdate( + testBase.rgName, + testBase.serviceName, + kvcertificateId, + kvCreateParameters, + null); + + Assert.NotNull(createResponse); + Assert.Equal(certificateId, createResponse.Name); + + // get the certificate to check is was created + var getKVResponse = await testBase.client.Certificate.GetWithHttpMessagesAsync( + testBase.rgName, + testBase.serviceName, + kvcertificateId); + + Assert.NotNull(getKVResponse); + Assert.Equal(kvcertificateId, getKVResponse.Body.Name); + + //refresh secret of key vault client + var refreshKvCertificateResponse = testBase.client.Certificate.RefreshSecret( + testBase.rgName, + testBase.serviceName, + kvcertificateId); + + Assert.NotNull(refreshKvCertificateResponse); + // list certificates listResponse = testBase.client.Certificate.ListByService( testBase.rgName, @@ -74,7 +112,7 @@ public async Task CreateListUpdateDelete() null); Assert.NotNull(listResponse); - Assert.Single(listResponse); + Assert.Equal(2, listResponse.Count()); // remove the certificate testBase.client.Certificate.Delete( @@ -83,6 +121,12 @@ public async Task CreateListUpdateDelete() certificateId, getResponse.Headers.ETag); + testBase.client.Certificate.Delete( + testBase.rgName, + testBase.serviceName, + kvcertificateId, + "*"); + // list again to see it was removed listResponse = testBase.client.Certificate.ListByService( testBase.rgName, diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ContentTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ContentTests.cs new file mode 100644 index 0000000000000..ab56dd80c2a8b --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ContentTests.cs @@ -0,0 +1,37 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// using ApiManagement.Management.Tests; + +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; +using Microsoft.Azure.Management.ApiManagement; +using Microsoft.Azure.Management.ApiManagement.Models; +using Microsoft.Rest.ClientRuntime.Azure.TestFramework; +using Xunit; + +namespace ApiManagement.Tests.ManagementApiTests +{ + public class ContentTests : TestBase + { + [Fact] + [Trait("owner", "jikang")] + public void ListContentType() + { + Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); + using (MockContext context = MockContext.Start(this.GetType())) + { + var testBase = new ApiManagementTestBase(context); + testBase.TryCreateApiManagementService(); + + // get the existing ContentType on the service + var contentType = testBase.client.ContentType.ListByService( + testBase.rgName, + testBase.serviceName); + Assert.NotNull(contentType); + } + } + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/DelegationSettingTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/DelegationSettingTests.cs index 89b9cc1867ea6..6180075aa8d0a 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/DelegationSettingTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/DelegationSettingTests.cs @@ -15,7 +15,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class DelegationSettingTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateUpdateReset() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/DiagnosticTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/DiagnosticTests.cs index 73b319f715a2a..4d8782b673ab2 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/DiagnosticTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/DiagnosticTests.cs @@ -16,7 +16,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class DiagnosticTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "glfeokti")] public async Task CreateListUpdateDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -45,7 +45,7 @@ public async Task CreateListUpdateDelete() var credentials = new Dictionary(); credentials.Add("instrumentationKey", applicationInsightsGuid.ToString()); - var loggerCreateParameters = new LoggerContract(LoggerType.ApplicationInsights, credentials); + var loggerCreateParameters = new LoggerContract(LoggerType.ApplicationInsights, credentials: credentials); var loggerContract = await testBase.client.Logger.CreateOrUpdateAsync( testBase.rgName, testBase.serviceName, diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/EmailTemplateTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/EmailTemplateTests.cs index 419c4b0382117..9cb3eed0570c7 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/EmailTemplateTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/EmailTemplateTests.cs @@ -16,7 +16,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class EmailTemplateTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateListUpdateDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -63,12 +63,30 @@ public async Task CreateListUpdateDelete() Assert.NotNull(publisherEmailTemplateResponse.Body.Parameters); Assert.NotNull(publisherEmailTemplateResponse.Headers.ETag); + var updatePublisherEmailTemplate = await testBase.client.EmailTemplate.UpdateWithHttpMessagesAsync( + testBase.rgName, + testBase.serviceName, + firstTemplate.Name, + "*", + new EmailTemplateUpdateParameters() + { + Subject = "Updated Subject" + }); + + var updatePublisherEmailTemplateResponse = await testBase.client.EmailTemplate.GetWithHttpMessagesAsync( + testBase.rgName, + testBase.serviceName, + firstTemplate.Name); + + Assert.NotNull(updatePublisherEmailTemplateResponse); + Assert.Equal("Updated Subject", updatePublisherEmailTemplateResponse.Body.Subject); + // reset the template to default testBase.client.EmailTemplate.Delete( testBase.rgName, testBase.serviceName, firstTemplate.Name, - publisherEmailTemplateResponse.Headers.ETag); + updatePublisherEmailTemplateResponse.Headers.ETag); publisherEmailTemplate = testBase.client.EmailTemplate.Get( testBase.rgName, diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/GatewayTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/GatewayTests.cs index fdc373e9bda5e..4adc005d6d952 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/GatewayTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/GatewayTests.cs @@ -17,7 +17,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class GatewayTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateListUpdateDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -124,8 +124,6 @@ public async Task CreateListUpdateDelete() Assert.Single(apiGatewaysResponse); Assert.Equal(echoApi.Name, apiGatewaysResponse.First().Name); - - //hostnameConfiguration: //certificate first: var base64ArrayCertificate = Convert.FromBase64String(testBase.base64EncodedTestCertificateData); var cert = new X509Certificate2(base64ArrayCertificate, testBase.testCertificatePassword); @@ -141,6 +139,42 @@ public async Task CreateListUpdateDelete() }, null); + //GatewayCertificateAuthority: + var gatewayCertificateAuthority = new GatewayCertificateAuthorityContract() + { + IsTrusted = true + }; + + var gatewayCertificateAuthorityCreateResponse = await testBase.client.GatewayCertificateAuthority.CreateOrUpdateWithHttpMessagesAsync( + testBase.rgName, + testBase.serviceName, + gatewayId, + certificateId, + gatewayCertificateAuthority + ); + Assert.NotNull(gatewayCertificateAuthorityCreateResponse); + Assert.Equal(certificateId, gatewayCertificateAuthorityCreateResponse.Body.Name); + Assert.True(gatewayCertificateAuthorityCreateResponse.Body.IsTrusted); + + var gatewayCertificateAuthorityResponse = await testBase.client.GatewayCertificateAuthority.GetAsync( + testBase.rgName, + testBase.serviceName, + gatewayId, + certificateId + ); + Assert.NotNull(gatewayCertificateAuthorityResponse); + Assert.Equal(certificateId, gatewayCertificateAuthorityResponse.Name); + Assert.True(gatewayCertificateAuthorityResponse.IsTrusted); + + //delete + testBase.client.GatewayCertificateAuthority.Delete( + testBase.rgName, + testBase.serviceName, + gatewayId, + certificateId, + "*"); + + //hostnameConfiguration: var hostnameConfig = new GatewayHostnameConfigurationContract() { CertificateId = certCreateResponse.Id, @@ -179,7 +213,8 @@ public async Task CreateListUpdateDelete() testBase.rgName, testBase.serviceName, gatewayId, - hostnameConfigId); + hostnameConfigId, + "*"); //get latest etag for delete getResponse = await testBase.client.Gateway.GetWithHttpMessagesAsync( @@ -207,7 +242,7 @@ public async Task CreateListUpdateDelete() { try { - testBase.client.GatewayHostnameConfiguration.Delete(testBase.rgName, testBase.serviceName, gatewayId, hostnameConfigId); + testBase.client.GatewayHostnameConfiguration.Delete(testBase.rgName, testBase.serviceName, gatewayId, hostnameConfigId, "*"); } catch (ErrorResponseException) { } testBase.client.Gateway.Delete(testBase.rgName, testBase.serviceName, gatewayId, "*"); @@ -218,7 +253,7 @@ public async Task CreateListUpdateDelete() [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task GetRegenerateKeys() { diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/GroupTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/GroupTests.cs index 9f12edcbb2dcb..29c4ff65292e0 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/GroupTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/GroupTests.cs @@ -17,7 +17,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class GroupTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateListUpdateDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/GroupUserTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/GroupUserTests.cs index 6058f48a792c4..b544d8f5530c8 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/GroupUserTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/GroupUserTests.cs @@ -17,7 +17,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class GroupUserTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateListUpdateDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/IssueTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/IssueTests.cs index 7d393c6a7d716..becd8c112a99f 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/IssueTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/IssueTests.cs @@ -18,7 +18,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class IssueTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateUpdateDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/LoggerTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/LoggerTests.cs index 9c02443c2b8db..e1771bc28c2ff 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/LoggerTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/LoggerTests.cs @@ -20,7 +20,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class LoggerTests : TestBase { [Fact] - [Trait("owner", "sasolank")] + [Trait("owner", "glfeokti")] public async Task CreateListUpdateDeleteEventHub() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -75,7 +75,7 @@ public async Task CreateListUpdateDeleteEventHub() credentials.Add("name", eventHubName); credentials.Add("connectionString", eventHubKeys.PrimaryConnectionString); - var loggerCreateParameters = new LoggerContract(LoggerType.AzureEventHub, credentials); + var loggerCreateParameters = new LoggerContract(LoggerType.AzureEventHub, credentials: credentials); // create new group with default parameters string loggerDescription = TestUtilities.GenerateName("newloggerDescription"); loggerCreateParameters.Description = loggerDescription; @@ -182,7 +182,7 @@ public async Task CreateListUpdateDeleteEventHub() } [Fact] - [Trait("owner", "sasolank")] + [Trait("owner", "glfeokti")] public async Task CreateListUpdateDeleteApplicationInsights() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -200,7 +200,7 @@ public async Task CreateListUpdateDeleteApplicationInsights() var credentials = new Dictionary(); credentials.Add("instrumentationKey", applicationInsightsGuid.ToString()); - var loggerCreateParameters = new LoggerContract(LoggerType.ApplicationInsights, credentials); + var loggerCreateParameters = new LoggerContract(LoggerType.ApplicationInsights, credentials: credentials); // create new group with default parameters string loggerDescription = TestUtilities.GenerateName("newloggerDescription"); loggerCreateParameters.Description = loggerDescription; diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/OpenIdConnectProviderTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/OpenIdConnectProviderTests.cs index 8d8960dda7729..8d034f2792ae5 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/OpenIdConnectProviderTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/OpenIdConnectProviderTests.cs @@ -17,7 +17,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class OpenIdConnectProviderTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateListUpdateDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/PolicyTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/PolicyTests.cs index 1c7881fad471a..d9cb098197954 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/PolicyTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/PolicyTests.cs @@ -63,7 +63,7 @@ public class PolicyTests : TestBase "; [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateListUpdateDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/PolicyUriTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/PolicyUriTests.cs index ea3d6ec8fba1f..8288898e11dcc 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/PolicyUriTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/PolicyUriTests.cs @@ -22,7 +22,7 @@ public class PolicyUriTests : TestBase protected const string ProductValid = "https://raw.githubusercontent.com/Azure/api-management-samples/master/sdkClientResources/ProductPolicy.xml"; [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateListUpdateDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/PortalTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/PortalTests.cs new file mode 100644 index 0000000000000..fb588cad995a4 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/PortalTests.cs @@ -0,0 +1,96 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// using ApiManagement.Management.Tests; + +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; +using Microsoft.Azure.Management.ApiManagement; +using Microsoft.Azure.Management.ApiManagement.Models; +using Microsoft.Rest.ClientRuntime.Azure.TestFramework; +using Xunit; + +namespace ApiManagement.Tests.ManagementApiTests +{ + public class PortalTests : TestBase + { + [Fact] + [Trait("owner", "jikang")] + public void ListPortalSetting() + { + Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); + using (MockContext context = MockContext.Start(this.GetType())) + { + var testBase = new ApiManagementTestBase(context); + testBase.TryCreateApiManagementService(); + + // get the existing settings on the service + var portalSettings = testBase.client.PortalSettings.ListByService( + testBase.rgName, + testBase.serviceName); + Assert.NotNull(portalSettings); + } + } + + [Fact] + [Trait("owner", "jikang")] + public async Task CreateListUpdatePortalRevision() + { + Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); + using (MockContext context = MockContext.Start(this.GetType())) + { + var testBase = new ApiManagementTestBase(context); + testBase.TryCreateApiManagementService(); + var revisionId = TestUtilities.GenerateName("revisionId"); + var portalRevisionContract = new PortalRevisionContract + { + Description = new string('a', 99) + }; + + // create portal revision + var portalRevision = await testBase.client.PortalRevision.CreateOrUpdateAsync( + testBase.rgName, + testBase.serviceName, + revisionId, + portalRevisionContract); + + Assert.NotNull(portalRevision); + Assert.True(portalRevision.IsCurrent); + Assert.Equal("completed", portalRevision.Status); + + //get + var getPortalRevision = testBase.client.PortalRevision.Get( + testBase.rgName, + testBase.serviceName, + revisionId); + + Assert.NotNull(getPortalRevision); + Assert.True(portalRevision.IsCurrent); + Assert.Equal("completed", portalRevision.Status); + + var updateDescription = "Updated " + portalRevisionContract.Description; + + var updatedResult = await testBase.client.PortalRevision.UpdateAsync( + testBase.rgName, + testBase.serviceName, + revisionId, + new PortalRevisionContract { Description = updateDescription }, + "*"); + + Assert.NotNull(updatedResult); + Assert.True(portalRevision.IsCurrent); + Assert.Equal("completed", updatedResult.Status); + Assert.Equal(updateDescription, updatedResult.Description); + + //list + var listPortalRevision = testBase.client.PortalRevision.ListByService( + testBase.rgName, + testBase.serviceName); + + Assert.NotNull(listPortalRevision); + } + } + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ProductTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ProductTests.cs index 08fd911c6e4e1..8c70aaed5edbb 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ProductTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ProductTests.cs @@ -16,7 +16,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class ProductTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateListUpdateDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -174,7 +174,7 @@ public async Task CreateListUpdateDelete() } [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public void ApisListAddRemove() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -256,7 +256,7 @@ public void ApisListAddRemove() } [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public void GroupsListAddRemove() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -339,7 +339,7 @@ public void GroupsListAddRemove() } [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task SubscriptionsList() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/PropertiesTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/PropertiesTests.cs index 02ff465d2c08a..48ecceda5180a 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/PropertiesTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/PropertiesTests.cs @@ -17,7 +17,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class PropertiesTest : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateListUpdateDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -28,12 +28,16 @@ public async Task CreateListUpdateDelete() string propertyId = TestUtilities.GenerateName("newproperty"); string secretPropertyId = TestUtilities.GenerateName("secretproperty"); + string kvPropertyId = TestUtilities.GenerateName("kvproperty"); try { string propertyDisplayName = TestUtilities.GenerateName("propertydisplay"); string propertyValue = TestUtilities.GenerateName("propertyValue"); - var createParameters = new NamedValueCreateContract(propertyDisplayName, propertyValue); + var createParameters = new NamedValueCreateContract(propertyDisplayName) + { + Value = propertyValue + }; // create a property var propertyResponse = testBase.client.NamedValue.CreateOrUpdate( @@ -52,12 +56,13 @@ public async Task CreateListUpdateDelete() ValidateProperty(propertyResponse, testBase, propertyId, propertyDisplayName, propertyValue, false); - // create secret property + // create secret property string secretPropertyDisplayName = TestUtilities.GenerateName("secretPropertydisplay"); string secretPropertyValue = TestUtilities.GenerateName("secretPropertyValue"); List tags = new List { "secret" }; - var secretCreateParameters = new NamedValueCreateContract(secretPropertyDisplayName, secretPropertyValue) + var secretCreateParameters = new NamedValueCreateContract(secretPropertyDisplayName) { + Value = secretPropertyValue, Secret = true, Tags = tags }; @@ -77,11 +82,39 @@ public async Task CreateListUpdateDelete() Assert.Equal(secretPropertyValue, secretValueResponse.Value); + //create key vault namedvalue + string kvPropertyDisplayName = TestUtilities.GenerateName("kvPropertydisplay"); + var kvCreateParameters = new NamedValueCreateContract(kvPropertyDisplayName) + { + KeyVault = new KeyVaultContractCreateProperties + { + SecretIdentifier = testBase.testKeyVaultSecretUrl + }, + Secret = true + }; + + var kvPropertyResponse = testBase.client.NamedValue.CreateOrUpdate( + testBase.rgName, + testBase.serviceName, + kvPropertyId, + kvCreateParameters); + + ValidateProperty(kvPropertyResponse, testBase, kvPropertyId, kvPropertyDisplayName, string.Empty, true); + + //refresh secret of key vault namedvalue + var refreshKvPropertyResponse = testBase.client.NamedValue.RefreshSecret( + testBase.rgName, + testBase.serviceName, + kvPropertyId); + + Assert.NotNull(refreshKvPropertyResponse); + Assert.Equal("Success", refreshKvPropertyResponse.KeyVault.LastStatus.Code); + // list the properties var listResponse = testBase.client.NamedValue.ListByService(testBase.rgName, testBase.serviceName, null); Assert.NotNull(listResponse); - Assert.Equal(2, listResponse.Count()); + Assert.Equal(3, listResponse.Count()); // delete a property testBase.client.NamedValue.Delete( @@ -93,6 +126,16 @@ public async Task CreateListUpdateDelete() Assert.Throws(() => testBase.client.NamedValue.Get(testBase.rgName, testBase.serviceName, propertyId)); + // delete kv property + testBase.client.NamedValue.Delete( + testBase.rgName, + testBase.serviceName, + kvPropertyId, + "*"); + + Assert.Throws(() + => testBase.client.NamedValue.Get(testBase.rgName, testBase.serviceName, kvPropertyId)); + // get the property etag var propertyTag = await testBase.client.NamedValue.GetEntityTagAsync( testBase.rgName, @@ -127,6 +170,39 @@ public async Task CreateListUpdateDelete() secretPropertyValue, false); + // patch the secret property to kv property + var updatekvProperty = new NamedValueUpdateParameters() + { + KeyVault = new KeyVaultContractCreateProperties + { + SecretIdentifier = testBase.testKeyVaultSecretUrl + }, + Secret = true + }; + + // get the property etag + var secretpropertyTag = await testBase.client.NamedValue.GetEntityTagAsync( + testBase.rgName, + testBase.serviceName, + secretPropertyId); + + testBase.client.NamedValue.Update( + testBase.rgName, + testBase.serviceName, + secretPropertyId, + updatekvProperty, + secretpropertyTag.ETag); + + // check it is patched + var patchkvResponse = await testBase.client.NamedValue.GetAsync( + testBase.rgName, + testBase.serviceName, + secretPropertyId); + + Assert.NotNull(patchkvResponse); + Assert.NotNull(patchkvResponse.KeyVault); + Assert.Equal("Success", patchkvResponse.KeyVault.LastStatus.Code); + // delete this property testBase.client.NamedValue.Delete( testBase.rgName, diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/QuotaTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/QuotaTests.cs index 9066742a5bc51..224a4784caa6d 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/QuotaTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/QuotaTests.cs @@ -15,7 +15,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class QuotaTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task TryUpdateQuota() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ReportTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ReportTests.cs index 8756da3768280..f830f75c105d5 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ReportTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/ReportTests.cs @@ -18,7 +18,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class ReportTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public void Query() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/SignInSettingTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/SignInSettingTests.cs index bf10f446285b1..1750b569911ca 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/SignInSettingTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/SignInSettingTests.cs @@ -14,7 +14,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class SignInSettingTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "sasolank")] public async Task CreateUpdateReset() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/SignUpSettingTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/SignUpSettingTests.cs index 661c0954314c1..57c3070db8b0a 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/SignUpSettingTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/SignUpSettingTests.cs @@ -15,7 +15,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class SignUpSettingTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "sasolank")] public async Task CreateUpdateReset() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/SubscriptionTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/SubscriptionTests.cs index 3acb6751f1d89..86863cb7f7ba9 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/SubscriptionTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/SubscriptionTests.cs @@ -17,7 +17,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class SubscriptionTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateListUpdateDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TagDescriptionTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TagDescriptionTests.cs index 5b6b92e98216d..25c4e5e12d8e6 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TagDescriptionTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TagDescriptionTests.cs @@ -16,7 +16,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class TagDescriptionTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateListUpdateDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TagTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TagTests.cs index 417df51a3ed1d..01d3ace0176ec 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TagTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TagTests.cs @@ -17,7 +17,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class TagTest : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateListUpdateDeleteApiTags() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -163,7 +163,7 @@ await testBase.client.Tag.DeleteAsync( } [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateListUpdateDeleteProductTags() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -297,7 +297,7 @@ await testBase.client.Tag.DeleteAsync( } [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateListUpdateDeleteOperationTags() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessGitTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessGitTests.cs index e5c1eceb532fa..64577a21ce911 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessGitTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessGitTests.cs @@ -14,7 +14,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class TenantAccessGitTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "sasolank")] public async Task GetUpdateKeys() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -23,30 +23,40 @@ public async Task GetUpdateKeys() var testBase = new ApiManagementTestBase(context); testBase.TryCreateApiManagementService(); + // git settings + var head = await testBase.client.TenantAccess.GetEntityTagAsync( + testBase.rgName, + testBase.serviceName, + "gitAccess"); + Assert.NotNull(head); + // get settings - var getResponse = testBase.client.TenantAccessGit.Get( + var getResponse = await testBase.client.TenantAccess.GetAsync( testBase.rgName, - testBase.serviceName); + testBase.serviceName, + "gitAccess"); Assert.NotNull(getResponse); Assert.NotNull(getResponse); Assert.True(getResponse.Enabled); // git access is always enabled - Assert.Null(getResponse.PrimaryKey); - Assert.Null(getResponse.SecondaryKey); + Assert.Equal("git", getResponse.PrincipalId); - var secretsResponse = testBase.client.TenantAccessGit.ListSecrets( + var secretsResponse = await testBase.client.TenantAccess.ListSecretsAsync( testBase.rgName, - testBase.serviceName); + testBase.serviceName, + "gitAccess"); Assert.NotNull(secretsResponse.PrimaryKey); Assert.NotNull(secretsResponse.SecondaryKey); testBase.client.TenantAccessGit.RegeneratePrimaryKey( testBase.rgName, - testBase.serviceName); + testBase.serviceName, + "access"); - var secretsResponse2 = testBase.client.TenantAccessGit.ListSecrets( + var secretsResponse2 = await testBase.client.TenantAccess.ListSecretsAsync( testBase.rgName, - testBase.serviceName); + testBase.serviceName, + "gitAccess"); Assert.NotNull(secretsResponse2); Assert.Equal(secretsResponse.SecondaryKey, secretsResponse2.SecondaryKey); @@ -54,11 +64,13 @@ public async Task GetUpdateKeys() testBase.client.TenantAccessGit.RegenerateSecondaryKey( testBase.rgName, - testBase.serviceName); + testBase.serviceName, + "access"); - var getSecretsHttpResponse = await testBase.client.TenantAccessGit.ListSecretsWithHttpMessagesAsync( + var getSecretsHttpResponse = await testBase.client.TenantAccess.ListSecretsWithHttpMessagesAsync( testBase.rgName, - testBase.serviceName); + testBase.serviceName, + "gitAccess"); Assert.NotNull(getSecretsHttpResponse); Assert.NotNull(getSecretsHttpResponse.Body); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessTests.cs index 9ea02f49b06b6..768fd1838d4d3 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantAccessTests.cs @@ -15,7 +15,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class TenantAccessTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "sasolank")] public async Task EnableGetAndUpdateKeys() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -24,17 +24,14 @@ public async Task EnableGetAndUpdateKeys() var testBase = new ApiManagementTestBase(context); testBase.TryCreateApiManagementService(); - // get settings - var getResponse = testBase.client.TenantAccess.Get( + // list tenant access + var getResponse = testBase.client.TenantAccess.ListByService( testBase.rgName, testBase.serviceName); Assert.NotNull(getResponse); - Assert.False(getResponse.Enabled); - Assert.Null(getResponse.PrimaryKey); - Assert.Null(getResponse.SecondaryKey); - var getSecrets = testBase.client.TenantAccess.ListSecrets(testBase.rgName, testBase.serviceName); + var getSecrets = testBase.client.TenantAccess.ListSecrets(testBase.rgName, testBase.serviceName, "access"); Assert.NotNull(getSecrets.PrimaryKey); Assert.NotNull(getSecrets.SecondaryKey); @@ -45,34 +42,47 @@ public async Task EnableGetAndUpdateKeys() { Enabled = true }; - testBase.client.TenantAccess.Update( + var getUpdateResponse = testBase.client.TenantAccess.Update( testBase.rgName, testBase.serviceName, parameters, + "access", "*"); + Assert.NotNull(getUpdateResponse); + Assert.True(getUpdateResponse.Enabled); + var getHttpResponse = await testBase.client.TenantAccess.GetWithHttpMessagesAsync( testBase.rgName, - testBase.serviceName); + testBase.serviceName, + "access"); Assert.NotNull(getHttpResponse); Assert.True(getHttpResponse.Body.Enabled); Assert.NotNull(getHttpResponse.Headers.ETag); - testBase.client.TenantAccess.RegeneratePrimaryKey(testBase.rgName, testBase.serviceName); + var getEtag = testBase.client.TenantAccess.GetEntityTag( + testBase.rgName, + testBase.serviceName, + "access"); + + Assert.NotNull(getEtag); + Assert.NotNull(getEtag.ETag); - var getSecrets2 = testBase.client.TenantAccess.ListSecrets(testBase.rgName, testBase.serviceName); + testBase.client.TenantAccess.RegeneratePrimaryKey(testBase.rgName, testBase.serviceName, "access"); + + var getSecrets2 = testBase.client.TenantAccess.ListSecrets(testBase.rgName, testBase.serviceName, "access"); Assert.NotNull(getSecrets2); Assert.Equal(getSecrets.SecondaryKey, getSecrets2.SecondaryKey); Assert.NotEqual(getSecrets.PrimaryKey, getSecrets2.PrimaryKey); - testBase.client.TenantAccess.RegenerateSecondaryKey(testBase.rgName, testBase.serviceName); + testBase.client.TenantAccess.RegenerateSecondaryKey(testBase.rgName, testBase.serviceName, "access"); - getSecrets2 = testBase.client.TenantAccess.Get(testBase.rgName, testBase.serviceName); + var getSecrets3 = testBase.client.TenantAccess.ListSecrets(testBase.rgName, testBase.serviceName, "access"); - Assert.NotNull(getSecrets2); - Assert.NotEqual(getSecrets.SecondaryKey, getSecrets2.SecondaryKey); + Assert.NotNull(getSecrets3); + Assert.NotEqual(getSecrets.SecondaryKey, getSecrets3.SecondaryKey); } finally { @@ -80,6 +90,7 @@ public async Task EnableGetAndUpdateKeys() testBase.rgName, testBase.serviceName, new AccessInformationUpdateParameters(enabled: false), + "access", "*"); } } diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantGitTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantGitTests.cs index 884a931ca9a90..a6298c2ddc394 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantGitTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantGitTests.cs @@ -15,7 +15,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class TenantGitTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "sasolank")] public async Task ValidateSaveDeploy() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -25,12 +25,9 @@ public async Task ValidateSaveDeploy() testBase.TryCreateApiManagementService(); // test git is enabled - var getResponse = testBase.client.TenantAccessGit.Get( - testBase.rgName, - testBase.serviceName); + var pageResponse = testBase.client.TenantAccess.ListByService(testBase.rgName, testBase.serviceName); - Assert.NotNull(getResponse); - Assert.True(getResponse.Enabled); + Assert.NotNull(pageResponse); // get the sync state of the repository var getSyncState = testBase.client.TenantConfiguration.GetSyncState( diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantSettingsTest.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantSettingsTest.cs new file mode 100644 index 0000000000000..3c4f395fe54be --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/TenantSettingsTest.cs @@ -0,0 +1,40 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// using ApiManagement.Management.Tests; + +using System; +using System.Threading.Tasks; +using Microsoft.Azure.Management.ApiManagement; +using Microsoft.Rest.ClientRuntime.Azure.TestFramework; +using Xunit; + +namespace ApiManagement.Tests.ManagementApiTests +{ + public class TenantSettingsTest : TestBase + { + [Fact] + [Trait("owner", "sasolank")] + public async Task ListAndGetSetting() + { + Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); + using (MockContext context = MockContext.Start(this.GetType())) + { + var testBase = new ApiManagementTestBase(context); + testBase.TryCreateApiManagementService(); + + // list tenant access + var listSettings = testBase.client.TenantSettings.ListByService( + testBase.rgName, + testBase.serviceName); + + Assert.NotNull(listSettings); + + // there is only one setting `public` + var getSetting = await testBase.client.TenantSettings.GetAsync(testBase.rgName, testBase.serviceName); + Assert.NotNull(getSetting.Settings); + Assert.True(getSetting.Settings.Count > 1); + } + } + } +} diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/UserTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/UserTests.cs index 837c3d587ae87..f2d5027355deb 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/UserTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ManagementApiTests/UserTests.cs @@ -17,7 +17,7 @@ namespace ApiManagement.Tests.ManagementApiTests public class UserTests : TestBase { [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public async Task CreateListUpdateDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -144,7 +144,7 @@ public async Task CreateListUpdateDelete() } [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public void UserIdentities() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -182,7 +182,7 @@ public void UserIdentities() } [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public void GroupsListAddRemove() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -308,7 +308,7 @@ public void GroupsListAddRemove() } [Fact] - [Trait("owner", "vifedo")] + [Trait("owner", "jikang")] public void SubscriptionsList() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -331,6 +331,15 @@ public void SubscriptionsList() Assert.True(listResponse.Count() >= 2); Assert.Null(listResponse.NextPageLink); + var userSubscription = testBase.client.UserSubscription.Get( + testBase.rgName, + testBase.serviceName, + user.Name, + listResponse.First().Name); + + Assert.NotNull(userSubscription); + Assert.NotNull(userSubscription.Name); + // list paged listResponse = testBase.client.UserSubscription.List( testBase.rgName, diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ResourceProviderTests/CreateInVirtualNetworkTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ResourceProviderTests/CreateInVirtualNetworkTests.cs index cefeb081cc2e7..263c123569302 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ResourceProviderTests/CreateInVirtualNetworkTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ResourceProviderTests/CreateInVirtualNetworkTests.cs @@ -113,6 +113,7 @@ public async Task CreateInVirtualNetworkTests() Assert.NotNull(serviceNetworkStatus.First().NetworkStatus.DnsServers); Assert.Equal("success", serviceNetworkStatus.First().NetworkStatus.ConnectivityStatus.First().Status, true); Assert.NotNull(serviceNetworkStatus.First().NetworkStatus.ConnectivityStatus.First().Name); + Assert.NotNull(serviceNetworkStatus.First().NetworkStatus.ConnectivityStatus.First().ResourceType); // get the network status by location var serviceNetworkStatusByLocation = await testBase.client.NetworkStatus.ListByLocationAsync( diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ResourceProviderTests/CreateListDeleteTests.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ResourceProviderTests/CreateListDeleteTests.cs index bc76bfc7049ed..048a68eb4f653 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ResourceProviderTests/CreateListDeleteTests.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ResourceProviderTests/CreateListDeleteTests.cs @@ -17,7 +17,7 @@ namespace ApiManagement.Tests.ResourceProviderTests public partial class ApiManagementServiceTests { [Fact] - [Trait("owner", "kjoshi")] + [Trait("owner", "sasolank")] public void CreateListDelete() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); @@ -33,7 +33,7 @@ public void CreateListDelete() }; var checkNameResponse = testBase.client.ApiManagementService.CheckNameAvailability(parameters); Assert.NotNull(checkNameResponse); - Assert.True(checkNameResponse.NameAvailable); + Assert.True(checkNameResponse.NameAvailable); // create service var createdService = testBase.client.ApiManagementService.CreateOrUpdate( @@ -50,7 +50,17 @@ public void CreateListDelete() testBase.serviceProperties.PublisherName, testBase.serviceProperties.Sku.Name, testBase.tags); - + + // skuoperations api at service level + var apimSkus = testBase.client.ApiManagementServiceSkus.ListAvailableServiceSkus(testBase.rgName, testBase.serviceName); + Assert.NotNull(apimSkus); + Assert.True(apimSkus.Count() > 3); + + // skus at subscription level + var skus = testBase.client.ApiManagementSkus.List(); + Assert.NotNull(skus); + Assert.True(skus.Count() > 4); + // list service var listServiceResponse = testBase.client.ApiManagementService.ListByResourceGroup( resourceGroupName: testBase.rgName); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ResourceProviderTests/CreateMultiHostNameService.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ResourceProviderTests/CreateMultiHostNameService.cs index d8344637383d0..ba8d60e952764 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ResourceProviderTests/CreateMultiHostNameService.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ResourceProviderTests/CreateMultiHostNameService.cs @@ -20,14 +20,22 @@ public partial class ApiManagementServiceTests { [Fact] [Trait("owner", "sasolank")] - public void CreateMultiHostNameService() + public void CreateMultiHostNameZoneAwareService() { Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); using (MockContext context = MockContext.Start(this.GetType())) { var testBase = new ApiManagementTestBase(context); + var domainOwnershipIdentifierResult = testBase.client.ApiManagementService.GetDomainOwnershipIdentifier(); + Assert.NotNull(domainOwnershipIdentifierResult); + Assert.NotEmpty(domainOwnershipIdentifierResult.DomainOwnershipIdentifier); + + testBase.serviceProperties.Zones = new[] { "1", "2" }; testBase.serviceProperties.Sku.Name = SkuType.Premium; + testBase.serviceProperties.Sku.Capacity = 2; // unit count in multiple of zones + testBase.location = "eastus2euap"; + testBase.serviceProperties.Location = testBase.location; var hostnameConfig1 = new HostnameConfiguration() { Type = HostnameType.Proxy, @@ -88,6 +96,10 @@ public void CreateMultiHostNameService() testBase.serviceProperties.Sku.Name, testBase.tags); + Assert.Equal(2, createdService.Sku.Capacity); + Assert.Equal(2, createdService.Zones.Count); + Assert.True(createdService.Zones.Contains("1")); + Assert.True(createdService.Zones.Contains("2")); Assert.NotNull(createdService.HostnameConfigurations); Assert.Equal(5, createdService.HostnameConfigurations.Count()); // customhostname config + 1 default proxy var defaultHostname = new Uri(createdService.GatewayUrl).Host; @@ -102,6 +114,8 @@ public void CreateMultiHostNameService() Assert.Equal(hostnameConfig.Type, hostnameConfiguration.Type); Assert.NotNull(hostnameConfiguration.Certificate); Assert.NotNull(hostnameConfiguration.Certificate.Subject); + Assert.Null(hostnameConfig.IdentityClientId); + Assert.Null(hostnameConfig.KeyVaultId); Assert.Equal(cert.Thumbprint, hostnameConfiguration.Certificate.Thumbprint); if (HostnameType.Proxy == hostnameConfiguration.Type) diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ResourceProviderTests/DeletedServicesTest.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ResourceProviderTests/DeletedServicesTest.cs new file mode 100644 index 0000000000000..397f60fc1a738 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ResourceProviderTests/DeletedServicesTest.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// + +using System; +using System.Linq; +using Microsoft.Azure.Management.ApiManagement; +using Microsoft.Azure.Management.ApiManagement.Models; +using Microsoft.Rest.ClientRuntime.Azure.TestFramework; +using Xunit; + +namespace ApiManagement.Tests.ResourceProviderTests +{ + public partial class ApiManagementServiceTests + { + [Fact] + [Trait("owner", "sasolank")] + public void DeletedServicesTest() + { + Environment.SetEnvironmentVariable("AZURE_TEST_MODE", "Playback"); + using (MockContext context = MockContext.Start(this.GetType())) + { + var testBase = new ApiManagementTestBase(context); + var deletedServices = testBase.client.DeletedServices.ListBySubscription(); + Assert.NotNull(deletedServices); + + var firstService = deletedServices.First(); + var serviceDetails = testBase.client.DeletedServices.GetByName(firstService.Name, firstService.Location); + Assert.NotNull(serviceDetails); + Assert.NotNull(serviceDetails.Location); + Assert.NotNull(serviceDetails.ScheduledPurgeDate); + Assert.NotNull(serviceDetails.ServiceId); + Assert.Contains(firstService.Name, serviceDetails.ServiceId); + Assert.NotNull(serviceDetails.DeletionDate); + Assert.True(serviceDetails.DeletionDate < serviceDetails.ScheduledPurgeDate); + + // Purge the service + testBase.client.DeletedServices.Purge(firstService.Name, firstService.Location); + + Assert.Throws(() => + { + testBase.client.DeletedServices.GetByName( + firstService.Name, + firstService.Location); + }); + } + } + } +} \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ResourceProviderTests/ResourceProviderTestBase.cs b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ResourceProviderTests/ResourceProviderTestBase.cs index e4191d78c7835..56b1897046872 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ResourceProviderTests/ResourceProviderTestBase.cs +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/ResourceProviderTests/ResourceProviderTestBase.cs @@ -30,7 +30,7 @@ private void ValidateService( string expectedResourceId = string.Format(resourceIdFormat, expectedSubId, expectedResourceGroupName, expectedServiceName); Assert.Equal(expectedResourceId, service.Id); - Assert.Equal(expectedLocation, service.Location); + Assert.Equal(expectedLocation.ToLowerAndRemoveWhiteSpaces(), service.Location.ToLowerAndRemoveWhiteSpaces()); Assert.Equal(expectedSkuName, service.Sku.Name, true); Assert.Equal(expectedServiceName, service.Name); Assert.True(expectedTags.DictionaryEqual(service.Tags)); diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiDiagnosticTests/CreateListUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiDiagnosticTests/CreateListUpdateDelete.json index cdb6645b426ab..44b804e4bb9e0 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiDiagnosticTests/CreateListUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiDiagnosticTests/CreateListUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "610da22f-4544-40bc-a493-a702a79c4264" + "842f3269-953f-4a27-9086-95e88c01cb79" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "03310e41-d87c-4abd-82ba-4885c901e41e", - "b27d0fe1-eb68-4858-9076-1f151b0e716b" + "dc59b274-b712-4be0-8998-344ad2e8f1ca", + "106aea13-ff83-49f7-89e8-1f95d92f4ee5" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1199" ], "x-ms-correlation-request-id": [ - "461775f8-dec1-43e9-8100-e7f89349c092" + "2c012f6d-1c19-4f14-8def-3813c45cfec7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192112Z:461775f8-dec1-43e9-8100-e7f89349c092" + "WESTUS:20210408T214343Z:2c012f6d-1c19-4f14-8def-3813c45cfec7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:21:12 GMT" + "Thu, 08 Apr 2021 21:43:43 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46479581-3e2c-42e0-a868-ced695dcc0fa" + "8c805e2f-a01e-4856-9cd9-5535e665e6cb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3121d4f2-db99-40d8-90c4-6db34ead9fd9" + "b727b7a9-a3c8-4e14-bed6-a21c3e8ab30d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" + "11999" ], "x-ms-correlation-request-id": [ - "bce18611-db5a-46a5-9dc7-978442197f94" + "c66adf9a-5d79-402f-97fd-6544f826e6de" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192112Z:bce18611-db5a-46a5-9dc7-978442197f94" + "WESTUS:20210408T214343Z:c66adf9a-5d79-402f-97fd-6544f826e6de" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:21:12 GMT" + "Thu, 08 Apr 2021 21:43:43 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e4416023-d736-4e74-bb3b-4480447ab7de" + "1736c5f8-6237-4169-9f48-99d2990f0b54" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,29 +168,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "bb463340-f6bb-41e8-83cd-1b8d26a97906" + "f2af1813-5987-4a7e-91f2-a5de540caa49" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" + "11998" ], "x-ms-correlation-request-id": [ - "85431289-c6d9-42cd-8a13-34b7db965dcc" + "7335908b-41dc-4e05-bb2a-0b35c7911d83" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192113Z:85431289-c6d9-42cd-8a13-34b7db965dcc" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214343Z:7335908b-41dc-4e05-bb2a-0b35c7911d83" ], "Date": [ - "Wed, 25 Mar 2020 19:21:13 GMT" + "Thu, 08 Apr 2021 21:43:43 GMT" ], "Content-Length": [ - "728" + "730" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,26 +199,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/diagnostics?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9kaWFnbm9zdGljcz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/diagnostics?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "93f86f4f-5e60-4a46-afec-e9e495f378ec" + "6ed9734e-5f3c-4c09-8cb2-5a92c2835b3f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -231,26 +231,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "5ca6a1d1-b6d3-46ff-938c-6b16f0b527dc" + "e87dd569-0fa1-4723-bc76-2ac8374c6f0a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" + "11997" ], "x-ms-correlation-request-id": [ - "ea0ec3f5-bf2e-4ca9-8f9d-33e188dbaf5a" + "573f7dba-6f28-441a-95a9-134357322091" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192113Z:ea0ec3f5-bf2e-4ca9-8f9d-33e188dbaf5a" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214344Z:573f7dba-6f28-441a-95a9-134357322091" ], "Date": [ - "Wed, 25 Mar 2020 19:21:13 GMT" + "Thu, 08 Apr 2021 21:43:44 GMT" ], "Content-Length": [ "34" @@ -266,22 +266,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/appInsights8607?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9hcHBJbnNpZ2h0czg2MDc/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/appInsights3937?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL2FwcEluc2lnaHRzMzkzNz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"credentials\": {\r\n \"instrumentationKey\": \"832d3395-21e9-498f-94ca-1769c270f33d\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"credentials\": {\r\n \"instrumentationKey\": \"9ea80af6-f280-4b60-b7f9-f2a12264f9ea\"\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9a577947-6827-48ac-9ee7-79bcd60d3d1e" + "033e3237-006f-4e87-86f0-6c327bb4ef12" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -298,34 +298,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANc0=\"" + "\"AAAAAAAAbec=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "adbf08a1-8701-4c0b-972d-6b383baf812c" + "cfbca505-6c88-455c-8b3b-8fc2507d241b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1198" ], "x-ms-correlation-request-id": [ - "00832cd9-42ef-434a-9683-74f3dab16d6b" + "7f9ae64b-e1fd-4019-85f7-56e92e0f64fa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192116Z:00832cd9-42ef-434a-9683-74f3dab16d6b" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214347Z:7f9ae64b-e1fd-4019-85f7-56e92e0f64fa" ], "Date": [ - "Wed, 25 Mar 2020 19:21:15 GMT" + "Thu, 08 Apr 2021 21:43:47 GMT" ], "Content-Length": [ - "518" + "521" ], "Content-Type": [ "application/json; charset=utf-8" @@ -334,32 +334,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/appInsights8607\",\r\n \"type\": \"Microsoft.ApiManagement/service/loggers\",\r\n \"name\": \"appInsights8607\",\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"description\": null,\r\n \"credentials\": {\r\n \"instrumentationKey\": \"{{Logger-Credentials-5e7baf2c07b43d0e38794698}}\"\r\n },\r\n \"isBuffered\": true,\r\n \"resourceId\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/appInsights3937\",\r\n \"type\": \"Microsoft.ApiManagement/service/loggers\",\r\n \"name\": \"appInsights3937\",\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"description\": null,\r\n \"credentials\": {\r\n \"instrumentationKey\": \"{{Logger-Credentials--606f79130dcb2d108ce1c412}}\"\r\n },\r\n \"isBuffered\": true,\r\n \"resourceId\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/diagnostics/applicationinsights?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/diagnostics/applicationinsights?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzL2FwcGxpY2F0aW9uaW5zaWdodHM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"loggerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/appInsights8607\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"loggerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/appInsights3937\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2be0e640-dcad-4ed1-aba1-783becc3888a" + "199ac8a7-98b6-4d43-947a-5e87632f82db" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "215" + "217" ] }, "ResponseHeaders": { @@ -370,34 +370,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANc8=\"" + "\"AAAAAAAAbek=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "d8e464e5-a811-47e2-a81d-7f4b4dae80f3" + "58ea7bec-1601-4c61-81c5-147a9c2a403a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1197" ], "x-ms-correlation-request-id": [ - "ce275c67-37e5-40c6-b127-de5028a23bb9" + "89e7fa2b-9f1d-4b1c-bdf8-ebbcfd867157" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192116Z:ce275c67-37e5-40c6-b127-de5028a23bb9" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214347Z:89e7fa2b-9f1d-4b1c-bdf8-ebbcfd867157" ], "Date": [ - "Wed, 25 Mar 2020 19:21:16 GMT" + "Thu, 08 Apr 2021 21:43:47 GMT" ], "Content-Length": [ - "674" + "678" ], "Content-Type": [ "application/json; charset=utf-8" @@ -406,35 +406,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/diagnostics/applicationinsights\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/diagnostics\",\r\n \"name\": \"applicationinsights\",\r\n \"properties\": {\r\n \"alwaysLog\": null,\r\n \"httpCorrelationProtocol\": \"Legacy\",\r\n \"logClientIp\": true,\r\n \"loggerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/appInsights8607\",\r\n \"sampling\": null,\r\n \"frontend\": null,\r\n \"backend\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/diagnostics/applicationinsights\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/diagnostics\",\r\n \"name\": \"applicationinsights\",\r\n \"properties\": {\r\n \"alwaysLog\": null,\r\n \"httpCorrelationProtocol\": \"Legacy\",\r\n \"logClientIp\": true,\r\n \"loggerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/appInsights3937\",\r\n \"sampling\": null,\r\n \"frontend\": null,\r\n \"backend\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/diagnostics/applicationinsights?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/diagnostics/applicationinsights?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzL2FwcGxpY2F0aW9uaW5zaWdodHM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"alwaysLog\": \"allErrors\",\r\n \"loggerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/appInsights8607\",\r\n \"sampling\": {\r\n \"samplingType\": \"fixed\",\r\n \"percentage\": 50.0\r\n },\r\n \"frontend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n }\r\n },\r\n \"backend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n }\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"alwaysLog\": \"allErrors\",\r\n \"loggerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/appInsights3937\",\r\n \"sampling\": {\r\n \"samplingType\": \"fixed\",\r\n \"percentage\": 50.0\r\n },\r\n \"frontend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n }\r\n },\r\n \"backend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "735a813a-8a58-4f88-a10e-47da1e4bdc86" + "8d54cccb-0d6d-47d6-97b8-8deb8aa3cc60" ], "If-Match": [ - "\"AAAAAAAANc8=\"" + "\"AAAAAAAAbek=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "960" + "962" ] }, "ResponseHeaders": { @@ -445,34 +445,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANdI=\"" + "\"AAAAAAAAbew=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "de2cce36-ee20-4233-9667-2da9c5b0e517" + "91e2196c-4c5a-4cbe-9bb6-f64f7aec572b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1196" ], "x-ms-correlation-request-id": [ - "4ece2582-80a0-4bd2-87dd-37348de8fd68" + "5a97c4bc-4ebb-4e8a-bcc0-533b93b85c08" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192117Z:4ece2582-80a0-4bd2-87dd-37348de8fd68" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214348Z:5a97c4bc-4ebb-4e8a-bcc0-533b93b85c08" ], "Date": [ - "Wed, 25 Mar 2020 19:21:16 GMT" + "Thu, 08 Apr 2021 21:43:47 GMT" ], "Content-Length": [ - "1327" + "1331" ], "Content-Type": [ "application/json; charset=utf-8" @@ -481,26 +481,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/diagnostics/applicationinsights\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/diagnostics\",\r\n \"name\": \"applicationinsights\",\r\n \"properties\": {\r\n \"alwaysLog\": \"allErrors\",\r\n \"httpCorrelationProtocol\": \"Legacy\",\r\n \"logClientIp\": true,\r\n \"loggerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/appInsights8607\",\r\n \"sampling\": {\r\n \"samplingType\": \"fixed\",\r\n \"percentage\": 50.0\r\n },\r\n \"frontend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n }\r\n },\r\n \"backend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/diagnostics/applicationinsights\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/diagnostics\",\r\n \"name\": \"applicationinsights\",\r\n \"properties\": {\r\n \"alwaysLog\": \"allErrors\",\r\n \"httpCorrelationProtocol\": \"Legacy\",\r\n \"logClientIp\": true,\r\n \"loggerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/appInsights3937\",\r\n \"sampling\": {\r\n \"samplingType\": \"fixed\",\r\n \"percentage\": 50.0\r\n },\r\n \"frontend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n }\r\n },\r\n \"backend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n }\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/diagnostics/applicationinsights?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/diagnostics/applicationinsights?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzL2FwcGxpY2F0aW9uaW5zaWdodHM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cdf61a03-9c28-4d7a-ac5d-d691e2a0d914" + "b8fed34d-2516-430c-91f0-71dc4c9ae040" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -511,31 +511,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANc8=\"" + "\"AAAAAAAAbek=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "b0276bc1-d1b8-4755-8a2d-69cb0c96437a" + "6ff413af-56a8-4426-85ef-159e3fecb75f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" + "11996" ], "x-ms-correlation-request-id": [ - "170c8279-26af-467b-b9ae-8f89cb90702d" + "343fbef0-e50d-45e8-a329-b43ab5140c7a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192117Z:170c8279-26af-467b-b9ae-8f89cb90702d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214347Z:343fbef0-e50d-45e8-a329-b43ab5140c7a" ], "Date": [ - "Wed, 25 Mar 2020 19:21:16 GMT" + "Thu, 08 Apr 2021 21:43:47 GMT" ], "Content-Length": [ "0" @@ -548,22 +548,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/diagnostics/applicationinsights?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/diagnostics/applicationinsights?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzL2FwcGxpY2F0aW9uaW5zaWdodHM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bce7adef-1ff1-45cb-8c4d-d6ca6ffe1274" + "4a64ec53-c5f7-478f-a100-5ac09ca17d59" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -576,26 +576,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "b41f7487-a9f1-48a4-a194-e707503f0a8f" + "2b6bf33c-91cd-420d-9455-d344bc4f6bc2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" + "11995" ], "x-ms-correlation-request-id": [ - "9b0159df-8253-4518-acd3-5246631f8c30" + "9c56293d-e7e8-4932-8fc9-f75af2566363" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192118Z:9b0159df-8253-4518-acd3-5246631f8c30" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214348Z:9c56293d-e7e8-4932-8fc9-f75af2566363" ], "Date": [ - "Wed, 25 Mar 2020 19:21:18 GMT" + "Thu, 08 Apr 2021 21:43:48 GMT" ], "Content-Length": [ "0" @@ -608,25 +608,25 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/diagnostics/applicationinsights?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/diagnostics/applicationinsights?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzL2FwcGxpY2F0aW9uaW5zaWdodHM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4a72e839-ddcc-49a7-92d4-f8e00b19de47" + "92dd5f07-80bd-4fb3-8771-ccf8791bc9db" ], "If-Match": [ - "\"AAAAAAAANdI=\"" + "\"AAAAAAAAbew=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -639,26 +639,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "4cdda373-29b6-4667-b11a-fc670a1a3f07" + "c8bd585a-31ca-4f26-9fd8-f2e20818636c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14999" ], "x-ms-correlation-request-id": [ - "752535ac-d62a-4af8-8d5c-2cca43cefc6e" + "8718f31a-94e2-4cd7-99fc-e8a9c19fbe01" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192118Z:752535ac-d62a-4af8-8d5c-2cca43cefc6e" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214348Z:8718f31a-94e2-4cd7-99fc-e8a9c19fbe01" ], "Date": [ - "Wed, 25 Mar 2020 19:21:18 GMT" + "Thu, 08 Apr 2021 21:43:48 GMT" ], "Expires": [ "-1" @@ -671,13 +671,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/diagnostics/applicationinsights?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/diagnostics/applicationinsights?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2RpYWdub3N0aWNzL2FwcGxpY2F0aW9uaW5zaWdodHM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f096357c-f79e-431a-b090-da2c3bcba051" + "50800f05-183d-458e-aba1-2797effaa995" ], "If-Match": [ "*" @@ -686,10 +686,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -702,26 +702,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "a1304308-79ce-427c-a455-76ffceda3e71" + "45c238ea-3c88-42de-a2a9-79508ae69b1b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" + "14997" ], "x-ms-correlation-request-id": [ - "fc24c778-9543-4a2c-bee9-c10eb43831b0" + "30d10927-1c22-445b-8af6-70ed3123aac2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192119Z:fc24c778-9543-4a2c-bee9-c10eb43831b0" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214350Z:30d10927-1c22-445b-8af6-70ed3123aac2" ], "Date": [ - "Wed, 25 Mar 2020 19:21:19 GMT" + "Thu, 08 Apr 2021 21:43:49 GMT" ], "Expires": [ "-1" @@ -731,22 +731,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/appInsights8607?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9hcHBJbnNpZ2h0czg2MDc/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/appInsights3937?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL2FwcEluc2lnaHRzMzkzNz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "002d6d21-551a-4213-b620-b7a466fba3cf" + "6941bca7-e57a-497d-b0a4-a72bb651f0f3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -757,31 +757,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANc0=\"" + "\"AAAAAAAAbec=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "51a564b8-860a-4f0b-b4d4-785d185eb9ff" + "16a6a83b-c933-4c1d-93b1-8010e4e13e96" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" + "11994" ], "x-ms-correlation-request-id": [ - "9dd6bbf7-a2f8-4cf0-8821-2af4942adc6c" + "659820a3-ead7-4ef4-8d4a-c659035e9183" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192118Z:9dd6bbf7-a2f8-4cf0-8821-2af4942adc6c" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214348Z:659820a3-ead7-4ef4-8d4a-c659035e9183" ], "Date": [ - "Wed, 25 Mar 2020 19:21:18 GMT" + "Thu, 08 Apr 2021 21:43:48 GMT" ], "Content-Length": [ "0" @@ -794,22 +794,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/appInsights8607?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9hcHBJbnNpZ2h0czg2MDc/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/appInsights3937?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL2FwcEluc2lnaHRzMzkzNz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99a6d3d8-decb-4837-9a8d-d872fb64e64a" + "01f3c74b-d182-42a9-8ced-38fba7cb0c80" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -822,26 +822,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "54f0b3a3-c0e8-43c5-9555-62e4b20e2b7c" + "2638405f-917a-4c5a-9d3c-07a914baecf6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" + "11993" ], "x-ms-correlation-request-id": [ - "d47cd20c-c011-46ca-b01c-e3c93769488d" + "4ce4eda4-4bd4-47fb-8514-9b514a0f43d4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192119Z:d47cd20c-c011-46ca-b01c-e3c93769488d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214350Z:4ce4eda4-4bd4-47fb-8514-9b514a0f43d4" ], "Date": [ - "Wed, 25 Mar 2020 19:21:19 GMT" + "Thu, 08 Apr 2021 21:43:49 GMT" ], "Content-Length": [ "0" @@ -854,25 +854,25 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/appInsights8607?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9hcHBJbnNpZ2h0czg2MDc/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/appInsights3937?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL2FwcEluc2lnaHRzMzkzNz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ad9b3df0-4609-4b22-bb6c-668e5dda4e7d" + "23489cae-005b-4114-b8ee-75110c44590c" ], "If-Match": [ - "\"AAAAAAAANc0=\"" + "\"AAAAAAAAbec=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -885,26 +885,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "4c95d557-57fe-4f23-9afa-1ea7a12643aa" + "b0cd0e55-a93e-4e54-b4ae-6526b45ff716" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "14998" ], "x-ms-correlation-request-id": [ - "17cd4bba-0ce2-4dd4-8270-ef641afbf2a6" + "2a83fbc1-aa6a-44fb-b250-ee44dc14c4ca" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192119Z:17cd4bba-0ce2-4dd4-8270-ef641afbf2a6" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214349Z:2a83fbc1-aa6a-44fb-b250-ee44dc14c4ca" ], "Date": [ - "Wed, 25 Mar 2020 19:21:19 GMT" + "Thu, 08 Apr 2021 21:43:49 GMT" ], "Expires": [ "-1" @@ -917,13 +917,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/appInsights8607?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9hcHBJbnNpZ2h0czg2MDc/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/appInsights3937?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL2FwcEluc2lnaHRzMzkzNz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a370ec25-5166-46e1-9b5c-a0d9395d251e" + "3c4c148a-3938-4eb8-837c-2271804a9516" ], "If-Match": [ "*" @@ -932,10 +932,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -948,26 +948,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "f3590ade-c6f4-4ee5-a704-6c4a7b4bf7c8" + "e91389d0-4034-48c7-baff-89e78e975f00" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14993" + "14996" ], "x-ms-correlation-request-id": [ - "ba914f73-4cff-4d48-85da-d11a8c1ae29b" + "69ebea93-6cbe-4aa2-9edf-8e8974de16e0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192121Z:ba914f73-4cff-4d48-85da-d11a8c1ae29b" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214350Z:69ebea93-6cbe-4aa2-9edf-8e8974de16e0" ], "Date": [ - "Wed, 25 Mar 2020 19:21:20 GMT" + "Thu, 08 Apr 2021 21:43:50 GMT" ], "Expires": [ "-1" @@ -977,22 +977,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "438fa7dc-61c4-4da4-aeb3-f86a6ae23b79" + "421e40e9-ff3a-49b8-be4c-f786821950fd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1005,29 +1005,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "f3536795-c2a0-4280-865d-9e87f68e0aa6" + "61a805ce-7182-49ab-b5f3-39b0bbb2c15e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" + "11992" ], "x-ms-correlation-request-id": [ - "69b7fc76-7fe2-4679-a527-f1369ca3b60a" + "bbce7780-12cc-4fc1-b4a6-44bf7652c3bb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192121Z:69b7fc76-7fe2-4679-a527-f1369ca3b60a" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214350Z:bbce7780-12cc-4fc1-b4a6-44bf7652c3bb" ], "Date": [ - "Wed, 25 Mar 2020 19:21:21 GMT" + "Thu, 08 Apr 2021 21:43:50 GMT" ], "Content-Length": [ - "504" + "34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1036,88 +1036,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/5e7baf2c07b43d0e38794697\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"5e7baf2c07b43d0e38794697\",\r\n \"properties\": {\r\n \"displayName\": \"Logger-Credentials-5e7baf2c07b43d0e38794698\",\r\n \"tags\": null,\r\n \"secret\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/5e7baf2c07b43d0e38794697?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXMvNWU3YmFmMmMwN2I0M2QwZTM4Nzk0Njk3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "860d2eac-4788-43aa-a788-b0c06e977849" - ], - "If-Match": [ - "*" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "4b2605c2-98ae-4906-80fd-2488fafaae44" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "b899f24d-dc81-49de-b89b-baa779bdd14e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192122Z:b899f24d-dc81-49de-b89b-baa779bdd14e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 19:21:21 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"value\": [],\r\n \"count\": 0\r\n}", "StatusCode": 200 } ], "Names": { "CreateListUpdateDelete": [ - "appInsights8607" + "appInsights3937" ], "appInsights": [ - "832d3395-21e9-498f-94ca-1769c270f33d" + "9ea80af6-f280-4b60-b7f9-f2a12264f9ea" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiExportImportTests/OpenApiInJsonTest.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiExportImportTests/OpenApiInJsonTest.json index 738f6960334f8..1a22d8d8f6c8c 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiExportImportTests/OpenApiInJsonTest.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiExportImportTests/OpenApiInJsonTest.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cb122873-a91e-4a18-a694-c7fe9d3b8409" + "843ef850-db6c-4918-8cb3-6efb447bb183" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,14 +33,14 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b59e42a5-6fa1-4130-8640-b0abc466394f", - "07065f6c-1736-4a91-9cd5-2a418fd62e73" + "7debe1de-20f0-44d5-b2fb-1b5a93b45876", + "3c208fa9-4e36-4779-8157-165a5e8e9ee8" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -49,19 +49,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "b0edbe99-1c9e-463d-bc7d-1b2749887423" + "cb29d5b4-a4c3-4fbd-8fac-e0009d5facde" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190303Z:b0edbe99-1c9e-463d-bc7d-1b2749887423" + "WESTUS:20210408T231017Z:cb29d5b4-a4c3-4fbd-8fac-e0009d5facde" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:03:02 GMT" + "Thu, 08 Apr 2021 23:10:16 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cb1d5010-19b5-4aee-9dbb-94ea3193e6d8" + "bf87cc19-ee5b-44a6-bf41-5e3a14849d2f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6561d589-d13d-4443-b464-6dc07e3fb705" + "354ab24c-8493-43e3-8ece-0267c8561d01" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "11999" ], "x-ms-correlation-request-id": [ - "37b9e533-f62a-4f1f-90eb-a47747ac650d" + "80d8ab53-f490-49eb-a9c3-2c8fdd60f14e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190303Z:37b9e533-f62a-4f1f-90eb-a47747ac650d" + "WESTUS:20210408T231017Z:80d8ab53-f490-49eb-a9c3-2c8fdd60f14e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:03:02 GMT" + "Thu, 08 Apr 2021 23:10:16 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid754?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9haWQ3NTQ/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid9286?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FpZDkyODY/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"openapi4\",\r\n \"value\": \"{\\r\\n \\\"openapi\\\": \\\"3.0.0\\\",\\r\\n \\\"servers\\\": [\\r\\n {\\r\\n \\\"url\\\": \\\"http://petstore.swagger.io/v2\\\"\\r\\n }\\r\\n ],\\r\\n \\\"info\\\": {\\r\\n \\\"description\\\": \\\":dog: :cat: :rabbit: This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.\\\",\\r\\n \\\"version\\\": \\\"1.0.0\\\",\\r\\n \\\"title\\\": \\\"Swagger Petstore\\\",\\r\\n \\\"termsOfService\\\": \\\"http://swagger.io/terms/\\\",\\r\\n \\\"contact\\\": {\\r\\n \\\"email\\\": \\\"apiteam@swagger.io\\\"\\r\\n },\\r\\n \\\"license\\\": {\\r\\n \\\"name\\\": \\\"Apache 2.0\\\",\\r\\n \\\"url\\\": \\\"http://www.apache.org/licenses/LICENSE-2.0.html\\\"\\r\\n }\\r\\n },\\r\\n \\\"tags\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"pet\\\",\\r\\n \\\"description\\\": \\\"Everything about your Pets\\\",\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"Find out more\\\",\\r\\n \\\"url\\\": \\\"http://swagger.io\\\"\\r\\n }\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"store\\\",\\r\\n \\\"description\\\": \\\"Access to Petstore orders\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"user\\\",\\r\\n \\\"description\\\": \\\"Operations about user\\\",\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"Find out more about our store\\\",\\r\\n \\\"url\\\": \\\"http://swagger.io\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"paths\\\": {\\r\\n \\\"/pet\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"pet\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Add a new pet to the store\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"addPet\\\",\\r\\n \\\"responses\\\": {\\r\\n \\\"405\\\": {\\r\\n \\\"description\\\": \\\"Invalid input\\\"\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"petstore_auth\\\": [\\r\\n \\\"write:pets\\\",\\r\\n \\\"read:pets\\\"\\r\\n ]\\r\\n }\\r\\n ],\\r\\n \\\"requestBody\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/requestBodies/Pet\\\"\\r\\n },\\r\\n \\\"parameters\\\": []\\r\\n },\\r\\n \\\"put\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"pet\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Update an existing pet\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"updatePet\\\",\\r\\n \\\"responses\\\": {\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid ID supplied\\\"\\r\\n },\\r\\n \\\"404\\\": {\\r\\n \\\"description\\\": \\\"Pet not found\\\"\\r\\n },\\r\\n \\\"405\\\": {\\r\\n \\\"description\\\": \\\"Validation exception\\\"\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"petstore_auth\\\": [\\r\\n \\\"write:pets\\\",\\r\\n \\\"read:pets\\\"\\r\\n ]\\r\\n }\\r\\n ],\\r\\n \\\"requestBody\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/requestBodies/Pet\\\"\\r\\n },\\r\\n \\\"parameters\\\": []\\r\\n }\\r\\n },\\r\\n \\\"/pet/findByStatus\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"pet\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Finds Pets by status\\\",\\r\\n \\\"description\\\": \\\"Multiple status values can be provided with comma separated strings\\\",\\r\\n \\\"operationId\\\": \\\"findPetsByStatus\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"status\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"Status values that need to be considered for filter\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"explode\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"enum\\\": [\\r\\n \\\"available\\\",\\r\\n \\\"pending\\\",\\r\\n \\\"sold\\\"\\r\\n ],\\r\\n \\\"default\\\": \\\"available\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"content\\\": {\\r\\n \\\"application/xml\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Pet\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Pet\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid status value\\\"\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"petstore_auth\\\": [\\r\\n \\\"write:pets\\\",\\r\\n \\\"read:pets\\\"\\r\\n ]\\r\\n }\\r\\n ]\\r\\n }\\r\\n },\\r\\n \\\"/pet/findByTags\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"pet\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Finds Pets by tags\\\",\\r\\n \\\"description\\\": \\\"Muliple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.\\\",\\r\\n \\\"operationId\\\": \\\"findPetsByTags\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"tags\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"Tags to filter by\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"explode\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"content\\\": {\\r\\n \\\"application/xml\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Pet\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Pet\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid tag value\\\"\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"petstore_auth\\\": [\\r\\n \\\"write:pets\\\",\\r\\n \\\"read:pets\\\"\\r\\n ]\\r\\n }\\r\\n ],\\r\\n \\\"deprecated\\\": true\\r\\n }\\r\\n },\\r\\n \\\"/pet/{petId}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"pet\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Find pet by ID\\\",\\r\\n \\\"description\\\": \\\"Returns a single pet\\\",\\r\\n \\\"operationId\\\": \\\"getPetById\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"petId\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to return\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"content\\\": {\\r\\n \\\"application/xml\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Pet\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid ID supplied\\\"\\r\\n },\\r\\n \\\"404\\\": {\\r\\n \\\"description\\\": \\\"Pet not found\\\"\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"api_key\\\": []\\r\\n }\\r\\n ]\\r\\n },\\r\\n \\\"post\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"pet\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Updates a pet in the store with form data\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"updatePetWithForm\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"petId\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet that needs to be updated\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"405\\\": {\\r\\n \\\"description\\\": \\\"Invalid input\\\"\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"petstore_auth\\\": [\\r\\n \\\"write:pets\\\",\\r\\n \\\"read:pets\\\"\\r\\n ]\\r\\n }\\r\\n ],\\r\\n \\\"requestBody\\\": {\\r\\n \\\"content\\\": {\\r\\n \\\"application/x-www-form-urlencoded\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"name\\\": {\\r\\n \\\"description\\\": \\\"Updated name of the pet\\\",\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"status\\\": {\\r\\n \\\"description\\\": \\\"Updated status of the pet\\\",\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"delete\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"pet\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Deletes a pet\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"deletePet\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"api_key\\\",\\r\\n \\\"in\\\": \\\"header\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"petId\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"Pet id to delete\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid ID supplied\\\"\\r\\n },\\r\\n \\\"404\\\": {\\r\\n \\\"description\\\": \\\"Pet not found\\\"\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"petstore_auth\\\": [\\r\\n \\\"write:pets\\\",\\r\\n \\\"read:pets\\\"\\r\\n ]\\r\\n }\\r\\n ]\\r\\n }\\r\\n },\\r\\n \\\"/pet/{petId}/uploadImage\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"pet\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"uploads an image\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"uploadFile\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"petId\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to update\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"content\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/ApiResponse\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"petstore_auth\\\": [\\r\\n \\\"write:pets\\\",\\r\\n \\\"read:pets\\\"\\r\\n ]\\r\\n }\\r\\n ],\\r\\n \\\"requestBody\\\": {\\r\\n \\\"content\\\": {\\r\\n \\\"application/octet-stream\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"binary\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/store/inventory\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"store\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Returns pet inventories by status\\\",\\r\\n \\\"description\\\": \\\"Returns a map of status codes to quantities\\\",\\r\\n \\\"operationId\\\": \\\"getInventory\\\",\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"content\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"additionalProperties\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"security\\\": [\\r\\n {\\r\\n \\\"api_key\\\": []\\r\\n }\\r\\n ],\\r\\n \\\"parameters\\\": []\\r\\n }\\r\\n },\\r\\n \\\"/store/order\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"store\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Place an order for a pet\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"placeOrder\\\",\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"content\\\": {\\r\\n \\\"application/xml\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Order\\\"\\r\\n }\\r\\n },\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Order\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid Order\\\"\\r\\n }\\r\\n },\\r\\n \\\"requestBody\\\": {\\r\\n \\\"content\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Order\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"description\\\": \\\"order placed for purchasing the pet\\\",\\r\\n \\\"required\\\": true\\r\\n },\\r\\n \\\"parameters\\\": []\\r\\n }\\r\\n },\\r\\n \\\"/store/order/{orderId}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"store\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Find purchase order by ID\\\",\\r\\n \\\"description\\\": \\\"For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions\\\",\\r\\n \\\"operationId\\\": \\\"getOrderById\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"orderId\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet that needs to be fetched\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\",\\r\\n \\\"minimum\\\": 1,\\r\\n \\\"maximum\\\": 10\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"content\\\": {\\r\\n \\\"application/xml\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Order\\\"\\r\\n }\\r\\n },\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Order\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid ID supplied\\\"\\r\\n },\\r\\n \\\"404\\\": {\\r\\n \\\"description\\\": \\\"Order not found\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"delete\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"store\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Delete purchase order by ID\\\",\\r\\n \\\"description\\\": \\\"For valid response try integer IDs with positive integer value. Negative or non-integer values will generate API errors\\\",\\r\\n \\\"operationId\\\": \\\"deleteOrder\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"orderId\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of the order that needs to be deleted\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\",\\r\\n \\\"minimum\\\": 1\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid ID supplied\\\"\\r\\n },\\r\\n \\\"404\\\": {\\r\\n \\\"description\\\": \\\"Order not found\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/user\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"user\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Create user\\\",\\r\\n \\\"description\\\": \\\"This can only be done by the logged in user.\\\",\\r\\n \\\"operationId\\\": \\\"createUser\\\",\\r\\n \\\"responses\\\": {\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\"\\r\\n }\\r\\n },\\r\\n \\\"requestBody\\\": {\\r\\n \\\"content\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/User\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"description\\\": \\\"Created user object\\\",\\r\\n \\\"required\\\": true\\r\\n },\\r\\n \\\"parameters\\\": []\\r\\n }\\r\\n },\\r\\n \\\"/user/createWithArray\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"user\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Creates list of users with given input array\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"createUsersWithArrayInput\\\",\\r\\n \\\"responses\\\": {\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\"\\r\\n }\\r\\n },\\r\\n \\\"requestBody\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/requestBodies/UserArray\\\"\\r\\n },\\r\\n \\\"parameters\\\": []\\r\\n }\\r\\n },\\r\\n \\\"/user/createWithList\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"user\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Creates list of users with given input array\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"createUsersWithListInput\\\",\\r\\n \\\"responses\\\": {\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\"\\r\\n }\\r\\n },\\r\\n \\\"requestBody\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/requestBodies/UserArray\\\"\\r\\n },\\r\\n \\\"parameters\\\": []\\r\\n }\\r\\n },\\r\\n \\\"/user/login\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"user\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Logs user into the system\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"loginUser\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"username\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"The user name for login\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"password\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"The password for login in clear text\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"password\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"headers\\\": {\\r\\n \\\"X-Rate-Limit\\\": {\\r\\n \\\"description\\\": \\\"calls per hour allowed by the user\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n },\\r\\n \\\"X-Expires-After\\\": {\\r\\n \\\"description\\\": \\\"date in UTC when token expires\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"date-time\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"content\\\": {\\r\\n \\\"application/xml\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n },\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid username/password supplied\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/user/logout\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"user\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Logs out current logged in user session\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"logoutUser\\\",\\r\\n \\\"responses\\\": {\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\"\\r\\n }\\r\\n },\\r\\n \\\"parameters\\\": []\\r\\n }\\r\\n },\\r\\n \\\"/user/{username}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"user\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Get user by user name\\\",\\r\\n \\\"description\\\": \\\"\\\",\\r\\n \\\"operationId\\\": \\\"getUserByName\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"username\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"The name that needs to be fetched. Use user1 for testing. \\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"successful operation\\\",\\r\\n \\\"content\\\": {\\r\\n \\\"application/xml\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/User\\\"\\r\\n }\\r\\n },\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/User\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid username supplied\\\"\\r\\n },\\r\\n \\\"404\\\": {\\r\\n \\\"description\\\": \\\"User not found\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"put\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"user\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Updated user\\\",\\r\\n \\\"description\\\": \\\"This can only be done by the logged in user.\\\",\\r\\n \\\"operationId\\\": \\\"updateUser\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"username\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"name that need to be updated\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid user supplied\\\"\\r\\n },\\r\\n \\\"404\\\": {\\r\\n \\\"description\\\": \\\"User not found\\\"\\r\\n }\\r\\n },\\r\\n \\\"requestBody\\\": {\\r\\n \\\"content\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/User\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"description\\\": \\\"Updated user object\\\",\\r\\n \\\"required\\\": true\\r\\n }\\r\\n },\\r\\n \\\"delete\\\": {\\r\\n \\\"tags\\\": [\\r\\n \\\"user\\\"\\r\\n ],\\r\\n \\\"summary\\\": \\\"Delete user\\\",\\r\\n \\\"description\\\": \\\"This can only be done by the logged in user.\\\",\\r\\n \\\"operationId\\\": \\\"deleteUser\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"username\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"The name that needs to be deleted\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"400\\\": {\\r\\n \\\"description\\\": \\\"Invalid username supplied\\\"\\r\\n },\\r\\n \\\"404\\\": {\\r\\n \\\"description\\\": \\\"User not found\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"See AsyncAPI example\\\",\\r\\n \\\"url\\\": \\\"https://mermade.github.io/shins/asyncapi.html\\\"\\r\\n },\\r\\n \\\"components\\\": {\\r\\n \\\"schemas\\\": {\\r\\n \\\"Order\\\": {\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"petId\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"quantity\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"shipDate\\\": {\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"date-time\\\"\\r\\n },\\r\\n \\\"status\\\": {\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"description\\\": \\\"Order Status\\\",\\r\\n \\\"enum\\\": [\\r\\n \\\"placed\\\",\\r\\n \\\"approved\\\",\\r\\n \\\"delivered\\\"\\r\\n ]\\r\\n },\\r\\n \\\"complete\\\": {\\r\\n \\\"type\\\": \\\"boolean\\\",\\r\\n \\\"default\\\": false\\r\\n }\\r\\n },\\r\\n \\\"xml\\\": {\\r\\n \\\"name\\\": \\\"Order\\\"\\r\\n }\\r\\n },\\r\\n \\\"Category\\\": {\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n },\\r\\n \\\"xml\\\": {\\r\\n \\\"name\\\": \\\"Category\\\"\\r\\n }\\r\\n },\\r\\n \\\"User\\\": {\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"username\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"firstName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"lastName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"email\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"password\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"phone\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"userStatus\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\",\\r\\n \\\"description\\\": \\\"User Status\\\"\\r\\n }\\r\\n },\\r\\n \\\"xml\\\": {\\r\\n \\\"name\\\": \\\"User\\\"\\r\\n }\\r\\n },\\r\\n \\\"Tag\\\": {\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n },\\r\\n \\\"xml\\\": {\\r\\n \\\"name\\\": \\\"Tag\\\"\\r\\n }\\r\\n },\\r\\n \\\"Pet\\\": {\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"required\\\": [\\r\\n \\\"name\\\",\\r\\n \\\"photoUrls\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"category\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Category\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"example\\\": \\\"doggie\\\"\\r\\n },\\r\\n \\\"photoUrls\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"xml\\\": {\\r\\n \\\"name\\\": \\\"photoUrl\\\",\\r\\n \\\"wrapped\\\": true\\r\\n },\\r\\n \\\"items\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n },\\r\\n \\\"tags\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"xml\\\": {\\r\\n \\\"name\\\": \\\"tag\\\",\\r\\n \\\"wrapped\\\": true\\r\\n },\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Tag\\\"\\r\\n }\\r\\n },\\r\\n \\\"status\\\": {\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"description\\\": \\\"pet status in the store\\\",\\r\\n \\\"enum\\\": [\\r\\n \\\"available\\\",\\r\\n \\\"pending\\\",\\r\\n \\\"sold\\\"\\r\\n ]\\r\\n }\\r\\n },\\r\\n \\\"xml\\\": {\\r\\n \\\"name\\\": \\\"Pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"ApiResponse\\\": {\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"code\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"type\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"message\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"requestBodies\\\": {\\r\\n \\\"Pet\\\": {\\r\\n \\\"content\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"application/xml\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/Pet\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"description\\\": \\\"Pet object that needs to be added to the store\\\",\\r\\n \\\"required\\\": true\\r\\n },\\r\\n \\\"UserArray\\\": {\\r\\n \\\"content\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/components/schemas/User\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"description\\\": \\\"List of user object\\\",\\r\\n \\\"required\\\": true\\r\\n }\\r\\n },\\r\\n \\\"securitySchemes\\\": {\\r\\n \\\"petstore_auth\\\": {\\r\\n \\\"type\\\": \\\"oauth2\\\",\\r\\n \\\"flows\\\": {\\r\\n \\\"implicit\\\": {\\r\\n \\\"authorizationUrl\\\": \\\"http://petstore.swagger.io/oauth/dialog\\\",\\r\\n \\\"scopes\\\": {\\r\\n \\\"write:pets\\\": \\\"modify pets in your account\\\",\\r\\n \\\"read:pets\\\": \\\"read your pets\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"api_key\\\": {\\r\\n \\\"type\\\": \\\"apiKey\\\",\\r\\n \\\"name\\\": \\\"api_key\\\",\\r\\n \\\"in\\\": \\\"header\\\"\\r\\n }\\r\\n },\\r\\n \\\"links\\\": {},\\r\\n \\\"callbacks\\\": {}\\r\\n },\\r\\n \\\"security\\\": []\\r\\n}\",\r\n \"format\": \"openapi+json\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "819a721a-07a5-46e6-820e-7842b7dc1d83" + "8890b996-981b-451f-acc3-dbdcecd346c1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -172,13 +172,16 @@ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid754?api-version=2019-12-01&asyncId=5e7baae707b43d0e387945d6&asyncCode=201" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid9286?api-version=2020-12-01&asyncId=606f8d590dcb2d0bc8115e8d&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "433ad203-5857-444b-8429-94c76a2776c3" + "f6805bb6-490e-4de5-8049-1b913ce29b9a" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -187,16 +190,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "d0afaa5b-9517-4ac9-9c11-a638a851ca09" + "49e7f8cb-50ac-42d4-8e72-a2016b624d04" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190304Z:d0afaa5b-9517-4ac9-9c11-a638a851ca09" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231017Z:49e7f8cb-50ac-42d4-8e72-a2016b624d04" ], "Date": [ - "Wed, 25 Mar 2020 19:03:04 GMT" + "Thu, 08 Apr 2021 23:10:17 GMT" ], "Expires": [ "-1" @@ -209,16 +209,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid754?api-version=2019-12-01&asyncId=5e7baae707b43d0e387945d6&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9haWQ3NTQ/YXBpLXZlcnNpb249MjAxOS0xMi0wMSZhc3luY0lkPTVlN2JhYWU3MDdiNDNkMGUzODc5NDVkNiZhc3luY0NvZGU9MjAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid9286?api-version=2020-12-01&asyncId=606f8d590dcb2d0bc8115e8d&asyncCode=201", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FpZDkyODY/YXBpLXZlcnNpb249MjAyMC0xMi0wMSZhc3luY0lkPTYwNmY4ZDU5MGRjYjJkMGJjODExNWU4ZCZhc3luY0NvZGU9MjAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -229,34 +229,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAM9M=\"" + "\"AAAAAAAAdXE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "53d77f7a-6704-4707-9646-2646e98a7ffe" + "8cf356e3-711e-4da0-8d98-a3c17938c683" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "11998" ], "x-ms-correlation-request-id": [ - "8fe95cc0-b071-46a4-a236-a7adf2417706" + "5dd2179b-3149-4cea-a60d-049cb17cd2d8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190334Z:8fe95cc0-b071-46a4-a236-a7adf2417706" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231047Z:5dd2179b-3149-4cea-a60d-049cb17cd2d8" ], "Date": [ - "Wed, 25 Mar 2020 19:03:34 GMT" + "Thu, 08 Apr 2021 23:10:47 GMT" ], "Content-Length": [ - "1041" + "1045" ], "Content-Type": [ "application/json; charset=utf-8" @@ -265,26 +265,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid754\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"aid754\",\r\n \"properties\": {\r\n \"displayName\": \"Swagger Petstore\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \":dog: :cat: :rabbit: This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://petstore.swagger.io/v2\",\r\n \"path\": \"openapi4\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid9286\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"aid9286\",\r\n \"properties\": {\r\n \"displayName\": \"Swagger Petstore\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \":dog: :cat: :rabbit: This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://petstore.swagger.io/v2\",\r\n \"path\": \"openapi4\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid754?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9haWQ3NTQ/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid9286?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FpZDkyODY/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f850aa63-8431-4375-b9fc-8c9550485d0e" + "5c478213-2c97-4a26-8ddf-93005d882309" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -295,34 +295,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAM9M=\"" + "\"AAAAAAAAdXE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "f0e012a7-4e84-472c-b78d-538eac71ffe9" + "160866bb-dece-42fa-ae66-2a38d31ba7f9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "11997" ], "x-ms-correlation-request-id": [ - "4e7b243e-137f-411a-9073-0ffb3c5a9ee0" + "8d4e9230-a908-4bc5-be7d-a6812c9c935c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190334Z:4e7b243e-137f-411a-9073-0ffb3c5a9ee0" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231048Z:8d4e9230-a908-4bc5-be7d-a6812c9c935c" ], "Date": [ - "Wed, 25 Mar 2020 19:03:34 GMT" + "Thu, 08 Apr 2021 23:10:47 GMT" ], "Content-Length": [ - "1041" + "1045" ], "Content-Type": [ "application/json; charset=utf-8" @@ -331,26 +331,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid754\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"aid754\",\r\n \"properties\": {\r\n \"displayName\": \"Swagger Petstore\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \":dog: :cat: :rabbit: This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://petstore.swagger.io/v2\",\r\n \"path\": \"openapi4\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid9286\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"aid9286\",\r\n \"properties\": {\r\n \"displayName\": \"Swagger Petstore\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \":dog: :cat: :rabbit: This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://petstore.swagger.io/v2\",\r\n \"path\": \"openapi4\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid754?format=openapi-link&export=true&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9haWQ3NTQ/Zm9ybWF0PW9wZW5hcGktbGluayZleHBvcnQ9dHJ1ZSZhcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid9286?format=openapi-link&export=true&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FpZDkyODY/Zm9ybWF0PW9wZW5hcGktbGluayZleHBvcnQ9dHJ1ZSZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3e296db8-2da7-4e45-b500-424cdfcf0141" + "7ad8e8d5-719f-4b84-8099-0c16f9ce3439" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -361,34 +361,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAM9M=\"" + "\"AAAAAAAAdXE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "e1b79a2f-e4d0-4e0a-a472-31dc92385631" + "42a09ef7-4cd0-4ad6-9bf4-bdec3c05e704" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "11996" ], "x-ms-correlation-request-id": [ - "f0581561-b940-44b4-9a5d-937de039d1e0" + "d44fc862-c18e-4379-9d03-64d4d2220cc6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190335Z:f0581561-b940-44b4-9a5d-937de039d1e0" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231048Z:d44fc862-c18e-4379-9d03-64d4d2220cc6" ], "Date": [ - "Wed, 25 Mar 2020 19:03:34 GMT" + "Thu, 08 Apr 2021 23:10:48 GMT" ], "Content-Length": [ - "396" + "397" ], "Content-Type": [ "application/json; charset=utf-8" @@ -397,17 +397,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid754\",\r\n \"format\": \"openapi-link\",\r\n \"value\": {\r\n \"link\": \"https://apimstefvgp0mngpmb4egru0.blob.core.windows.net/api-export/Swagger Petstore.yaml?sv=2017-04-17&sr=b&sig=NyrD5VMrf217lQpZXd2hC0GV8d%2FuqO6jgxhd1LJFvRs%3D&se=2020-03-25T19:08:34Z&sp=r\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid9286\",\r\n \"format\": \"openapi-link\",\r\n \"value\": {\r\n \"link\": \"https://apimstl8mwklev40ebgc8w3k.blob.core.windows.net/api-export/Swagger Petstore.yaml?sv=2017-04-17&sr=b&sig=bJ0OMHXVuJKHKX62hEQr0BWkg6VRouPrBBU2CGg65jM%3D&se=2021-04-08T23:15:48Z&sp=r\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid754?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9haWQ3NTQ/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid9286?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FpZDkyODY/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "57007f56-dddd-4990-b15e-87e4074d71c1" + "7bc4e5a5-f292-42a1-8554-787e8328ffe0" ], "If-Match": [ "*" @@ -416,10 +416,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -432,8 +432,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "afbee57f-e3ad-43f8-962d-5b966e62f402" + "700d39cd-c39f-4a15-882e-54c108290967" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -442,16 +445,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "99278969-090b-4b6a-a177-223ad540c1ae" + "13cfc06a-9906-4e96-964c-0190e7cfcecb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190336Z:99278969-090b-4b6a-a177-223ad540c1ae" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231049Z:13cfc06a-9906-4e96-964c-0190e7cfcecb" ], "Date": [ - "Wed, 25 Mar 2020 19:03:35 GMT" + "Thu, 08 Apr 2021 23:10:48 GMT" ], "Expires": [ "-1" @@ -464,22 +464,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "11d0a238-4f6d-4bae-93bb-a3f770c66a1b" + "3d0ba5b2-7d43-4407-9537-b890d276113b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -492,29 +492,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "42fa159e-c776-4292-a0f9-720ed0d4e296" + "37aad872-f5c5-4804-badd-ecef9c7cbccc" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "11995" ], "x-ms-correlation-request-id": [ - "056558d9-28ba-439e-a00e-a785b269a436" + "b3305297-e8cf-4f16-bf98-04a4d26de49a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190336Z:056558d9-28ba-439e-a00e-a785b269a436" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231049Z:b3305297-e8cf-4f16-bf98-04a4d26de49a" ], "Date": [ - "Wed, 25 Mar 2020 19:03:36 GMT" + "Thu, 08 Apr 2021 23:10:48 GMT" ], "Content-Length": [ - "1015" + "1021" ], "Content-Type": [ "application/json; charset=utf-8" @@ -523,17 +523,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/pet\",\r\n \"type\": \"Microsoft.ApiManagement/service/tags\",\r\n \"name\": \"pet\",\r\n \"properties\": {\r\n \"displayName\": \"pet\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/store\",\r\n \"type\": \"Microsoft.ApiManagement/service/tags\",\r\n \"name\": \"store\",\r\n \"properties\": {\r\n \"displayName\": \"store\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/user\",\r\n \"type\": \"Microsoft.ApiManagement/service/tags\",\r\n \"name\": \"user\",\r\n \"properties\": {\r\n \"displayName\": \"user\"\r\n }\r\n }\r\n ],\r\n \"count\": 3\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/pet\",\r\n \"type\": \"Microsoft.ApiManagement/service/tags\",\r\n \"name\": \"pet\",\r\n \"properties\": {\r\n \"displayName\": \"pet\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/store\",\r\n \"type\": \"Microsoft.ApiManagement/service/tags\",\r\n \"name\": \"store\",\r\n \"properties\": {\r\n \"displayName\": \"store\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/user\",\r\n \"type\": \"Microsoft.ApiManagement/service/tags\",\r\n \"name\": \"user\",\r\n \"properties\": {\r\n \"displayName\": \"user\"\r\n }\r\n }\r\n ],\r\n \"count\": 3\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/pet?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy9wZXQ/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/pet?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL3BldD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46dffe8f-f8d6-4af5-9e5b-e49f7b33408b" + "8b217f57-72f4-47ef-bd32-6d5847c6a861" ], "If-Match": [ "*" @@ -542,10 +542,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -558,8 +558,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "79e8d228-ece0-4ade-a964-6b0d38867871" + "4cd2aff7-2783-48bd-b056-5a8a26fcb9d2" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -568,16 +571,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "537d09dd-6b95-4b5b-b235-2cfa97615d38" + "96690d29-52bf-4db3-82f1-ebcf408f8e87" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190336Z:537d09dd-6b95-4b5b-b235-2cfa97615d38" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231049Z:96690d29-52bf-4db3-82f1-ebcf408f8e87" ], "Date": [ - "Wed, 25 Mar 2020 19:03:36 GMT" + "Thu, 08 Apr 2021 23:10:49 GMT" ], "Expires": [ "-1" @@ -590,13 +590,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/store?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy9zdG9yZT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/store?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL3N0b3JlP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c2d5546f-eb88-42a9-aab4-53a1a183fcee" + "00df34bd-0a98-497e-89ad-de80ac31661b" ], "If-Match": [ "*" @@ -605,10 +605,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -621,8 +621,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "72e865b2-cbca-4197-bb15-250522dc1960" + "b065c430-21c4-4bdb-b189-80ba4c4988b9" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -631,16 +634,13 @@ "14997" ], "x-ms-correlation-request-id": [ - "1b1f7d5d-5303-4d82-8653-71c4f3dcebfa" + "9a86db19-1566-47aa-a69f-37fc31bc7a35" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190337Z:1b1f7d5d-5303-4d82-8653-71c4f3dcebfa" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231049Z:9a86db19-1566-47aa-a69f-37fc31bc7a35" ], "Date": [ - "Wed, 25 Mar 2020 19:03:36 GMT" + "Thu, 08 Apr 2021 23:10:49 GMT" ], "Expires": [ "-1" @@ -653,13 +653,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/user?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy91c2VyP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/user?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL3VzZXI/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "925b8bee-054d-4db8-b84f-50fae982320d" + "2622a925-3069-4bf8-84b1-deca20acd901" ], "If-Match": [ "*" @@ -668,10 +668,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -684,8 +684,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "aa0b6d2b-e8ad-44a1-af6b-bca2bd440840" + "ff2b396e-4a75-45a3-ae06-880233868100" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -694,16 +697,13 @@ "14996" ], "x-ms-correlation-request-id": [ - "74f2722b-5df2-4d44-93d9-25496248abe5" + "8d089336-49ab-4eb7-9da7-c2c1f779210c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190338Z:74f2722b-5df2-4d44-93d9-25496248abe5" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231049Z:8d089336-49ab-4eb7-9da7-c2c1f779210c" ], "Date": [ - "Wed, 25 Mar 2020 19:03:37 GMT" + "Thu, 08 Apr 2021 23:10:49 GMT" ], "Expires": [ "-1" @@ -718,16 +718,16 @@ ], "Names": { "OpenApiInJsonTest": [ - "aid754" + "aid9286" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiExportImportTests/OpenApiTest.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiExportImportTests/OpenApiTest.json index c8f39c59bcc8d..5df3e00f0f535 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiExportImportTests/OpenApiTest.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiExportImportTests/OpenApiTest.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b239a993-d8ba-4a06-8369-daea080ebc88" + "78358195-7652-4283-a28b-c240594537a7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,14 +33,14 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0dbac76d-11cb-43c2-b44c-eef40432f704", - "024f6e63-d800-4189-a992-8948d80bb169" + "7e7f497f-8d89-41d3-9bb3-afbc7f952784", + "b4e11cd3-9217-4ffd-8bee-5ed671a3fac1" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -49,19 +49,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "3d79d9d1-568b-46fe-8c9b-7184a1a84126" + "0b12daf7-8dd7-4bf8-990a-e99757386feb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190109Z:3d79d9d1-568b-46fe-8c9b-7184a1a84126" + "WESTCENTRALUS:20210408T230822Z:0b12daf7-8dd7-4bf8-990a-e99757386feb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:01:09 GMT" + "Thu, 08 Apr 2021 23:08:21 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e558ba6-7194-49e8-b35d-3b237e1f37f0" + "0b18391d-30e5-4478-ab7b-2324c15c36d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3f847bc7-38a5-4db4-a6c0-34ee9ef53d54" + "b8deeec7-151e-4a11-a429-4517fadfef9e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "11999" ], "x-ms-correlation-request-id": [ - "89848dac-5f35-4a0a-904b-7c1e6d35769c" + "758687b2-7ef7-40d9-b86f-01e12b4c43ab" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190109Z:89848dac-5f35-4a0a-904b-7c1e6d35769c" + "WESTCENTRALUS:20210408T230822Z:758687b2-7ef7-40d9-b86f-01e12b4c43ab" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:01:09 GMT" + "Thu, 08 Apr 2021 23:08:22 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid2346?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9haWQyMzQ2P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid4629?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FpZDQ2Mjk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"openapi3\",\r\n \"value\": \"openapi: \\\"3.0.0\\\"\\r\\ninfo:\\r\\n version: 1.0.0\\r\\n title: Swagger Petstore\\r\\n license:\\r\\n name: MIT\\r\\nservers:\\r\\n - url: http://petstore.swagger.io/v1\\r\\npaths:\\r\\n /pets:\\r\\n get:\\r\\n summary: List all pets\\r\\n operationId: listPets\\r\\n tags:\\r\\n - pets\\r\\n parameters:\\r\\n - name: limit\\r\\n in: query\\r\\n description: How many items to return at one time (max 100)\\r\\n required: false\\r\\n schema:\\r\\n type: integer\\r\\n format: int32\\r\\n responses:\\r\\n '200':\\r\\n description: A paged array of pets\\r\\n headers:\\r\\n x-next:\\r\\n description: A link to the next page of responses\\r\\n schema:\\r\\n type: string\\r\\n content:\\r\\n application/json: \\r\\n schema:\\r\\n $ref: \\\"#/components/schemas/Pets\\\"\\r\\n default:\\r\\n description: unexpected error\\r\\n content:\\r\\n application/json:\\r\\n schema:\\r\\n $ref: \\\"#/components/schemas/Error\\\"\\r\\n post:\\r\\n summary: Create a pet\\r\\n operationId: createPets\\r\\n tags:\\r\\n - pets\\r\\n responses:\\r\\n '201':\\r\\n description: Null response\\r\\n default:\\r\\n description: unexpected error\\r\\n content:\\r\\n application/json:\\r\\n schema:\\r\\n $ref: \\\"#/components/schemas/Error\\\"\\r\\n /pets/{petId}:\\r\\n get:\\r\\n summary: Info for a specific pet\\r\\n operationId: showPetById\\r\\n tags:\\r\\n - pets\\r\\n parameters:\\r\\n - name: petId\\r\\n in: path\\r\\n required: true\\r\\n description: The id of the pet to retrieve\\r\\n schema:\\r\\n type: string\\r\\n responses:\\r\\n '200':\\r\\n description: Expected response to a valid request\\r\\n content:\\r\\n application/json:\\r\\n schema:\\r\\n $ref: \\\"#/components/schemas/Pets\\\"\\r\\n default:\\r\\n description: unexpected error\\r\\n content:\\r\\n application/json:\\r\\n schema:\\r\\n $ref: \\\"#/components/schemas/Error\\\"\\r\\ncomponents:\\r\\n schemas:\\r\\n Pet:\\r\\n required:\\r\\n - id\\r\\n - name\\r\\n properties:\\r\\n id:\\r\\n type: integer\\r\\n format: int64\\r\\n name:\\r\\n type: string\\r\\n tag:\\r\\n type: string\\r\\n Pets:\\r\\n type: array\\r\\n items:\\r\\n $ref: \\\"#/components/schemas/Pet\\\"\\r\\n Error:\\r\\n required:\\r\\n - code\\r\\n - message\\r\\n properties:\\r\\n code:\\r\\n type: integer\\r\\n format: int32\\r\\n message:\\r\\n type: string\",\r\n \"format\": \"openapi\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5c2c919a-bcd8-406b-ab26-cbddc256cc91" + "5f74de90-142e-42d5-b249-5bdc01d7005a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -172,13 +172,16 @@ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid2346?api-version=2019-12-01&asyncId=5e7baa7607b43d0e387945c2&asyncCode=201" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid4629?api-version=2020-12-01&asyncId=606f8cea0dcb2d0bc8115e79&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "603f513b-db33-4ca1-b12f-0e99e4f5beca" + "f1c262b9-d96d-4dc0-8ba9-6035e69b9a2d" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -187,16 +190,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "b6b92ba9-d521-4d31-8ca9-63c226c8c430" + "9927712e-1a1d-46ce-b319-97c4b22effc1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190110Z:b6b92ba9-d521-4d31-8ca9-63c226c8c430" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T230830Z:9927712e-1a1d-46ce-b319-97c4b22effc1" ], "Date": [ - "Wed, 25 Mar 2020 19:01:10 GMT" + "Thu, 08 Apr 2021 23:08:29 GMT" ], "Expires": [ "-1" @@ -209,16 +209,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid2346?api-version=2019-12-01&asyncId=5e7baa7607b43d0e387945c2&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9haWQyMzQ2P2FwaS12ZXJzaW9uPTIwMTktMTItMDEmYXN5bmNJZD01ZTdiYWE3NjA3YjQzZDBlMzg3OTQ1YzImYXN5bmNDb2RlPTIwMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid4629?api-version=2020-12-01&asyncId=606f8cea0dcb2d0bc8115e79&asyncCode=201", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FpZDQ2Mjk/YXBpLXZlcnNpb249MjAyMC0xMi0wMSZhc3luY0lkPTYwNmY4Y2VhMGRjYjJkMGJjODExNWU3OSZhc3luY0NvZGU9MjAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -229,34 +229,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAM5g=\"" + "\"AAAAAAAAdTE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "80b6097d-afaa-41a7-8cc5-9e3d42813b77" + "968932de-17f2-4b74-a99f-2d38ffe09cd1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "11998" ], "x-ms-correlation-request-id": [ - "eae08677-92e3-4786-9b4c-262c4f9c6b65" + "80c7c7e2-c520-4925-b467-bb98ec5d8c81" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190140Z:eae08677-92e3-4786-9b4c-262c4f9c6b65" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T230900Z:80c7c7e2-c520-4925-b467-bb98ec5d8c81" ], "Date": [ - "Wed, 25 Mar 2020 19:01:40 GMT" + "Thu, 08 Apr 2021 23:08:59 GMT" ], "Content-Length": [ - "754" + "756" ], "Content-Type": [ "application/json; charset=utf-8" @@ -265,26 +265,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid2346\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"aid2346\",\r\n \"properties\": {\r\n \"displayName\": \"Swagger Petstore\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://petstore.swagger.io/v1\",\r\n \"path\": \"openapi3\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid4629\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"aid4629\",\r\n \"properties\": {\r\n \"displayName\": \"Swagger Petstore\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://petstore.swagger.io/v1\",\r\n \"path\": \"openapi3\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid2346?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9haWQyMzQ2P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid4629?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FpZDQ2Mjk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a835512-4b8d-40b3-8cee-8eb0c59d25c3" + "1b339f56-4903-4454-90f6-d919e8a7dd74" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -295,34 +295,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAM5g=\"" + "\"AAAAAAAAdTE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "cf68932d-3b85-4751-be08-7fd87703c5e2" + "ac6ca724-aee2-4f42-bab3-262ad12d0de8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "11997" ], "x-ms-correlation-request-id": [ - "258c00ed-ae2c-43fd-8131-e38f4cffbf52" + "9f9fc30e-ec85-4a8d-b1a8-7efe17729163" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190141Z:258c00ed-ae2c-43fd-8131-e38f4cffbf52" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T230900Z:9f9fc30e-ec85-4a8d-b1a8-7efe17729163" ], "Date": [ - "Wed, 25 Mar 2020 19:01:41 GMT" + "Thu, 08 Apr 2021 23:08:59 GMT" ], "Content-Length": [ - "754" + "756" ], "Content-Type": [ "application/json; charset=utf-8" @@ -331,26 +331,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid2346\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"aid2346\",\r\n \"properties\": {\r\n \"displayName\": \"Swagger Petstore\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://petstore.swagger.io/v1\",\r\n \"path\": \"openapi3\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid4629\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"aid4629\",\r\n \"properties\": {\r\n \"displayName\": \"Swagger Petstore\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://petstore.swagger.io/v1\",\r\n \"path\": \"openapi3\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid2346?format=openapi-link&export=true&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9haWQyMzQ2P2Zvcm1hdD1vcGVuYXBpLWxpbmsmZXhwb3J0PXRydWUmYXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid4629?format=openapi-link&export=true&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FpZDQ2Mjk/Zm9ybWF0PW9wZW5hcGktbGluayZleHBvcnQ9dHJ1ZSZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f21498f5-2467-44e3-a0f7-0bb4207c5256" + "970bed3b-fb51-4a9f-91de-3ab9d01ae4f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -361,31 +361,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAM5g=\"" + "\"AAAAAAAAdTE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "30208291-c63b-415b-9ab0-662969a4920c" + "c22426dd-9039-4e68-8006-bbf0afdc9e77" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "11996" ], "x-ms-correlation-request-id": [ - "cdefdf55-55c5-4544-bf92-2703492717f2" + "ba4a1eb0-5f5a-41c8-850a-b07bf74b5619" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190141Z:cdefdf55-55c5-4544-bf92-2703492717f2" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T230904Z:ba4a1eb0-5f5a-41c8-850a-b07bf74b5619" ], "Date": [ - "Wed, 25 Mar 2020 19:01:41 GMT" + "Thu, 08 Apr 2021 23:09:03 GMT" ], "Content-Length": [ "397" @@ -397,17 +397,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid2346\",\r\n \"format\": \"openapi-link\",\r\n \"value\": {\r\n \"link\": \"https://apimstefvgp0mngpmb4egru0.blob.core.windows.net/api-export/Swagger Petstore.yaml?sv=2017-04-17&sr=b&sig=DVdpqrloTPK8NdMaLSkjbKn0w2Zwp4HVxgEC23MJU%2Fg%3D&se=2020-03-25T19:06:41Z&sp=r\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid4629\",\r\n \"format\": \"openapi-link\",\r\n \"value\": {\r\n \"link\": \"https://apimstl8mwklev40ebgc8w3k.blob.core.windows.net/api-export/Swagger Petstore.yaml?sv=2017-04-17&sr=b&sig=Cswk78ohdDFOLN1KgdvnLpT40lS7Np4CTVEi2E0arwY%3D&se=2021-04-08T23:14:04Z&sp=r\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid2346?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9haWQyMzQ2P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid4629?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FpZDQ2Mjk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8603fae7-29d9-4204-b62d-17b097f579d1" + "9e3ad97b-7309-498e-b115-f10890646384" ], "If-Match": [ "*" @@ -416,10 +416,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -432,8 +432,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "7c84e687-6edd-476f-9625-eb82bf489dea" + "3c216fd7-3671-4742-80e4-f9bbdd1184dd" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -442,16 +445,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "8873f0d5-4959-4e94-8792-38ab3dce2a80" + "3f92d6aa-18a8-4488-8d7a-23d25d7a2fba" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190142Z:8873f0d5-4959-4e94-8792-38ab3dce2a80" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T230906Z:3f92d6aa-18a8-4488-8d7a-23d25d7a2fba" ], "Date": [ - "Wed, 25 Mar 2020 19:01:42 GMT" + "Thu, 08 Apr 2021 23:09:06 GMT" ], "Expires": [ "-1" @@ -464,22 +464,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf65f756-5609-473f-9cfa-7f8460589f46" + "1f48744c-d82e-426e-88c5-e0bfb5200a90" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -492,29 +492,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0c702ccd-00d2-4ece-a8a1-c5d25fae7d7f" + "ecebce9f-67ee-4bf8-a862-7feda9599bd7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "11995" ], "x-ms-correlation-request-id": [ - "a92579f3-c143-4716-9921-5596069473a1" + "0565a2f1-b3f1-44dd-9ba8-1eb87a6d2a3e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190143Z:a92579f3-c143-4716-9921-5596069473a1" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T230907Z:0565a2f1-b3f1-44dd-9ba8-1eb87a6d2a3e" ], "Date": [ - "Wed, 25 Mar 2020 19:01:42 GMT" + "Thu, 08 Apr 2021 23:09:06 GMT" ], "Content-Length": [ - "363" + "365" ], "Content-Type": [ "application/json; charset=utf-8" @@ -523,17 +523,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/pets\",\r\n \"type\": \"Microsoft.ApiManagement/service/tags\",\r\n \"name\": \"pets\",\r\n \"properties\": {\r\n \"displayName\": \"pets\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/pets\",\r\n \"type\": \"Microsoft.ApiManagement/service/tags\",\r\n \"name\": \"pets\",\r\n \"properties\": {\r\n \"displayName\": \"pets\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/pets?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy9wZXRzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/pets?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL3BldHM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d6d86ad0-f086-4ea5-8194-0a281c968f11" + "94d5d8d8-7a0e-4b3a-8524-657686c4b264" ], "If-Match": [ "*" @@ -542,10 +542,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -558,8 +558,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "2de48d4d-f003-46ee-98e3-78a7348725ab" + "8d4c7bf8-664d-4288-a587-c7e46aaa0f84" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -568,16 +571,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "51530379-bca3-4f1d-8f9d-9cf242c00117" + "197c3c99-92ca-4680-af3f-c273f1a968b2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190143Z:51530379-bca3-4f1d-8f9d-9cf242c00117" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T230907Z:197c3c99-92ca-4680-af3f-c273f1a968b2" ], "Date": [ - "Wed, 25 Mar 2020 19:01:43 GMT" + "Thu, 08 Apr 2021 23:09:06 GMT" ], "Expires": [ "-1" @@ -592,16 +592,16 @@ ], "Names": { "OpenApiTest": [ - "aid2346" + "aid4629" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiExportImportTests/SwaggerTest.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiExportImportTests/SwaggerTest.json index 94765a7023a0c..fa6bce2515c09 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiExportImportTests/SwaggerTest.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiExportImportTests/SwaggerTest.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "312b4682-0d67-4901-ab65-663b9864b5c0" + "b64f93af-e5e9-4755-b7c2-16a4413bc67f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "85850900-8887-4edd-84c4-80132abf924b", - "aa0e95ac-f2e3-40e8-95b4-83fa875e7d67" + "32fa8750-5684-463f-92b9-5e0cf824f3c5", + "024657e0-7776-40df-ba0e-d747615b0f6b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1199" ], "x-ms-correlation-request-id": [ - "01cc200a-ed76-423e-acf9-af7bfe9ec8ce" + "c9b9005b-4e46-463d-b5c8-1061ed8ad982" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190147Z:01cc200a-ed76-423e-acf9-af7bfe9ec8ce" + "WESTUS:20210408T230909Z:c9b9005b-4e46-463d-b5c8-1061ed8ad982" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:01:47 GMT" + "Thu, 08 Apr 2021 23:09:08 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4fb9b671-789c-4a97-92ef-1c7b59430f81" + "6dd9b8b9-a78b-461d-b24b-42dd1d117ee8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b89fcfb2-69de-4833-996b-185ed0d17424" + "23f0ba53-0790-429d-b406-55b3b0c87929" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" + "11999" ], "x-ms-correlation-request-id": [ - "92df91f4-a10b-4ff9-981a-2bb85a1d8338" + "31070792-88a8-4708-b969-8a2d565813d6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190148Z:92df91f4-a10b-4ff9-981a-2bb85a1d8338" + "WESTUS:20210408T230909Z:31070792-88a8-4708-b969-8a2d565813d6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:01:47 GMT" + "Thu, 08 Apr 2021 23:09:09 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid4848?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9haWQ0ODQ4P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid8851?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FpZDg4NTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"swaggerApi\",\r\n \"value\": \"{\\r\\n \\\"x-comment\\\": \\\"This file was extended from /github.com/swagger-api/swagger-spec/blob/master/examples/v2.0/json/petstore-with-external-docs.json\\\",\\r\\n \\\"swagger\\\": \\\"2.0\\\",\\r\\n \\\"info\\\": {\\r\\n \\\"version\\\": \\\"1.0.0\\\",\\r\\n \\\"title\\\": \\\"Swagger Petstore Extensive\\\",\\r\\n \\\"description\\\": \\\"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\\\",\\r\\n \\\"termsOfService\\\": \\\"http://helloreverb.com/terms/\\\",\\r\\n \\\"contact\\\": {\\r\\n \\\"name\\\": \\\"Wordnik API Team\\\",\\r\\n \\\"email\\\": \\\"foo@example.com\\\",\\r\\n \\\"url\\\": \\\"http://madskristensen.net\\\"\\r\\n },\\r\\n \\\"license\\\": {\\r\\n \\\"name\\\": \\\"MIT\\\",\\r\\n \\\"url\\\": \\\"http://github.com/gruntjs/grunt/blob/master/LICENSE-MIT\\\"\\r\\n }\\r\\n },\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"host\\\": \\\"petstore.swagger.wordnik.com\\\",\\r\\n \\\"basePath\\\": \\\"/api\\\",\\r\\n \\\"schemes\\\": [\\r\\n \\\"http\\\"\\r\\n ],\\r\\n \\\"consumes\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"paths\\\": {\\r\\n \\\"/mySamplePath?willbeignored={willbeignored}\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"Dummy desc\\\",\\r\\n \\\"operationId\\\": \\\"dummyid1\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyDateHeaderParam\\\",\\r\\n \\\"in\\\": \\\"header\\\",\\r\\n \\\"description\\\": \\\"dummyDateHeaderParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"date\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyReqQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyNotReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyNotReqQueryParam description\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyBodyParam\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"dummyBodyParam description\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\",\\r\\n \\\"example\\\": {\\r\\n \\\"id\\\": 2,\\r\\n \\\"name\\\": \\\"myreqpet\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"headers\\\": {\\r\\n \\\"header1\\\": {\\r\\n \\\"description\\\": \\\"sampleheader\\\",\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n },\\r\\n \\\"examples\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"id\\\": 3,\\r\\n \\\"name\\\": \\\"myresppet\\\" \\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/resourceWithFormData\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"resourceWithFormData desc\\\",\\r\\n \\\"operationId\\\": \\\"resourceWithFormDataPOST\\\",\\r\\n \\\"consumes\\\": [ \\\"multipart/form-data\\\" ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyFormDataParam\\\",\\r\\n \\\"in\\\": \\\"formData\\\",\\r\\n \\\"description\\\": \\\"dummyFormDataParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyReqQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"sample response\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/mySamplePath2?definedQueryParam={definedQueryParam}\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"produces\\\": [\\r\\n \\\"contenttype1\\\",\\r\\n \\\"application/xml\\\"\\r\\n ],\\r\\n \\\"description\\\": \\\"Dummy desc\\\",\\r\\n \\\"operationId\\\": \\\"dummyid2\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/parameters/dummyQueryParameterDef\\\"\\r\\n },\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/parameters/dummyBodyParameterDef\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"204\\\": {\\r\\n \\\"$ref\\\": \\\"#/responses/dummyResponseDef\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets2?dummyParam={dummyParam}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Dummy description\\\",\\r\\n \\\"operationId\\\": \\\"dummyOperationId\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyParam desc\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"collectionFormat\\\": \\\"csv\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"limit\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"maximum number of results to return\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Returns all pets from the system that the user has access to\\\",\\r\\n \\\"operationId\\\": \\\"findPets\\\",\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\",\\r\\n \\\"application/xml\\\"\\r\\n ],\\r\\n \\\"consumes\\\": [\\r\\n \\\"text/xml\\\",\\r\\n \\\"text/html\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"tags\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"tags to filter by\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"collectionFormat\\\": \\\"csv\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"limit\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"maximum number of results to return\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"Creates a new pet in the store. Duplicates are allowed\\\",\\r\\n \\\"operationId\\\": \\\"addPet\\\",\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"pet\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"Pet to add to the store\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/newPet\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets/{id}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Returns a user based on a single ID, if the user does not have access to the pet\\\",\\r\\n \\\"operationId\\\": \\\"findPetById\\\",\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\",\\r\\n \\\"application/xml\\\",\\r\\n \\\"text/xml\\\",\\r\\n \\\"text/html\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"id\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to fetch\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"delete\\\": {\\r\\n \\\"description\\\": \\\"deletes a single pet based on the ID supplied\\\",\\r\\n \\\"operationId\\\": \\\"deletePet\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"id\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to delete\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"204\\\": {\\r\\n \\\"description\\\": \\\"pet deleted\\\"\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"definitions\\\": {\\r\\n \\\"pet\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"id\\\",\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"tag\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"newPet\\\": {\\r\\n \\\"allOf\\\": [\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n },\\r\\n {\\r\\n \\\"required\\\": [\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ]\\r\\n },\\r\\n \\\"errorModel\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"code\\\",\\r\\n \\\"message\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"code\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"message\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"parameters\\\": {\\r\\n \\\"dummyBodyParameterDef\\\": {\\r\\n \\\"name\\\": \\\"definedBodyParam\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"definedBodyParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"title\\\": \\\"Example Schema\\\",\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"firstName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"lastName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"age\\\": {\\r\\n \\\"description\\\": \\\"Age in years\\\",\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"minimum\\\": 0\\r\\n }\\r\\n },\\r\\n \\\"required\\\": [ \\\"firstName\\\", \\\"lastName\\\" ]\\r\\n }\\r\\n },\\r\\n \\\"dummyQueryParameterDef\\\": {\\r\\n \\\"name\\\": \\\"definedQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"definedQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"whateverformat\\\"\\r\\n }\\r\\n },\\r\\n \\\"responses\\\": {\\r\\n \\\"dummyResponseDef\\\": {\\r\\n \\\"description\\\": \\\"dummyResponseDef description\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n },\\r\\n \\\"headers\\\": {\\r\\n \\\"header1\\\": {\\r\\n \\\"type\\\": \\\"integer\\\"\\r\\n },\\r\\n \\\"header2\\\": {\\r\\n \\\"type\\\": \\\"integer\\\"\\r\\n }\\r\\n },\\r\\n \\\"examples\\\": {\\r\\n \\\"contenttype1\\\": \\\"contenttype1 example\\\",\\r\\n \\\"contenttype2\\\": \\\"contenttype2 example\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n}\\r\\n\\r\\n\",\r\n \"format\": \"swagger-json\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "86a67cdd-8c74-439d-94fd-238f62452295" + "259ed7b0-ac08-45d3-a0d9-89fb854035ac" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -172,31 +172,31 @@ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid4848?api-version=2019-12-01&asyncId=5e7baa9c07b43d0e387945c9&asyncCode=201" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid8851?api-version=2020-12-01&asyncId=606f8d170dcb2d0bc8115e80&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "938fd71c-df1c-4e28-895a-f167cf0657fa" + "94d42928-2fe3-47b8-8a30-acdf707f41e7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1198" ], "x-ms-correlation-request-id": [ - "5e28989f-e860-4c80-a004-c2a7254db79d" + "f1c94a25-176c-4e8b-a54b-6739dd96f0ee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190148Z:5e28989f-e860-4c80-a004-c2a7254db79d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T230911Z:f1c94a25-176c-4e8b-a54b-6739dd96f0ee" ], "Date": [ - "Wed, 25 Mar 2020 19:01:48 GMT" + "Thu, 08 Apr 2021 23:09:10 GMT" ], "Expires": [ "-1" @@ -209,16 +209,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid4848?api-version=2019-12-01&asyncId=5e7baa9c07b43d0e387945c9&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9haWQ0ODQ4P2FwaS12ZXJzaW9uPTIwMTktMTItMDEmYXN5bmNJZD01ZTdiYWE5YzA3YjQzZDBlMzg3OTQ1YzkmYXN5bmNDb2RlPTIwMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid8851?api-version=2020-12-01&asyncId=606f8d170dcb2d0bc8115e80&asyncCode=201", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FpZDg4NTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMSZhc3luY0lkPTYwNmY4ZDE3MGRjYjJkMGJjODExNWU4MCZhc3luY0NvZGU9MjAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -229,34 +229,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAM6k=\"" + "\"AAAAAAAAdUQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "d436af9c-8729-4a27-b6ae-b4dc48461003" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" + "x-ms-request-id": [ + "46bbe961-cfb5-4787-8a91-cff7e2bad21c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], "x-ms-correlation-request-id": [ - "b36fd6c5-c0ea-49cf-a627-1629fd2d03cd" + "69706ec8-15f4-4a17-80c1-3fe758a2b522" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190218Z:b36fd6c5-c0ea-49cf-a627-1629fd2d03cd" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T230941Z:69706ec8-15f4-4a17-80c1-3fe758a2b522" ], "Date": [ - "Wed, 25 Mar 2020 19:02:18 GMT" + "Thu, 08 Apr 2021 23:09:40 GMT" ], "Content-Length": [ - "877" + "879" ], "Content-Type": [ "application/json; charset=utf-8" @@ -265,26 +265,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid4848\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"aid4848\",\r\n \"properties\": {\r\n \"displayName\": \"Swagger Petstore Extensive\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://petstore.swagger.wordnik.com/api\",\r\n \"path\": \"swaggerApi\",\r\n \"protocols\": [\r\n \"http\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid8851\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"aid8851\",\r\n \"properties\": {\r\n \"displayName\": \"Swagger Petstore Extensive\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://petstore.swagger.wordnik.com/api\",\r\n \"path\": \"swaggerApi\",\r\n \"protocols\": [\r\n \"http\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid4848?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9haWQ0ODQ4P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid8851?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FpZDg4NTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a9cac64c-1bae-42f1-accc-9ccddf8657df" + "0abd9dbf-034f-4fcb-b0c1-f5f9498fe9a7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -295,34 +295,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAM6k=\"" + "\"AAAAAAAAdUQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "ae792e03-8748-4a9e-ba1d-d6785c5e4689" + "6be1d5ae-a80c-4163-9bbd-2b057f0dd699" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" + "11997" ], "x-ms-correlation-request-id": [ - "7cc96612-484c-4308-8695-d58f27c326ef" + "b840ea09-d706-4153-9b4f-d9159fe03a7e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190219Z:7cc96612-484c-4308-8695-d58f27c326ef" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T230941Z:b840ea09-d706-4153-9b4f-d9159fe03a7e" ], "Date": [ - "Wed, 25 Mar 2020 19:02:19 GMT" + "Thu, 08 Apr 2021 23:09:40 GMT" ], "Content-Length": [ - "877" + "879" ], "Content-Type": [ "application/json; charset=utf-8" @@ -331,26 +331,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid4848\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"aid4848\",\r\n \"properties\": {\r\n \"displayName\": \"Swagger Petstore Extensive\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://petstore.swagger.wordnik.com/api\",\r\n \"path\": \"swaggerApi\",\r\n \"protocols\": [\r\n \"http\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid8851\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"aid8851\",\r\n \"properties\": {\r\n \"displayName\": \"Swagger Petstore Extensive\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://petstore.swagger.wordnik.com/api\",\r\n \"path\": \"swaggerApi\",\r\n \"protocols\": [\r\n \"http\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid4848?format=swagger-link&export=true&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9haWQ0ODQ4P2Zvcm1hdD1zd2FnZ2VyLWxpbmsmZXhwb3J0PXRydWUmYXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid8851?format=swagger-link&export=true&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FpZDg4NTE/Zm9ybWF0PXN3YWdnZXItbGluayZleHBvcnQ9dHJ1ZSZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dd5394cf-b37d-4c5d-b061-6cc6d59b2f80" + "b7120cf9-5c08-4a92-86b3-dd4422bdf989" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -361,34 +361,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAM6k=\"" + "\"AAAAAAAAdUQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "dd04b4b7-bc52-4c14-9d1a-db9fb295f393" + "57868865-0087-444b-a77b-4a1470956a97" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" + "11996" ], "x-ms-correlation-request-id": [ - "0c5fb350-5487-40c4-81b8-6e3a14cbc477" + "bf65bc41-34b6-4dff-a9f2-2eab9639164d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190220Z:0c5fb350-5487-40c4-81b8-6e3a14cbc477" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T230941Z:bf65bc41-34b6-4dff-a9f2-2eab9639164d" ], "Date": [ - "Wed, 25 Mar 2020 19:02:19 GMT" + "Thu, 08 Apr 2021 23:09:40 GMT" ], "Content-Length": [ - "412" + "414" ], "Content-Type": [ "application/json; charset=utf-8" @@ -397,17 +397,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid4848\",\r\n \"format\": \"swagger-link-json\",\r\n \"value\": {\r\n \"link\": \"https://apimstefvgp0mngpmb4egru0.blob.core.windows.net/api-export/Swagger Petstore Extensive.json?sv=2017-04-17&sr=b&sig=AvAegfaGwTcFPTpZ0tinvcU7X76d9zoWf2k8I%2B9Y79c%3D&se=2020-03-25T19:07:19Z&sp=r\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid8851\",\r\n \"format\": \"swagger-link-json\",\r\n \"value\": {\r\n \"link\": \"https://apimstl8mwklev40ebgc8w3k.blob.core.windows.net/api-export/Swagger Petstore Extensive.json?sv=2017-04-17&sr=b&sig=fTm5vfdXu%2F5Zj55tlVBj8ty7HnEw4TD1RQUqExc5bSw%3D&se=2021-04-08T23:14:41Z&sp=r\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid4848?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9haWQ0ODQ4P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid8851?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FpZDg4NTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b98aaf8f-14df-4aef-b165-4136b662b4ea" + "ea4b8793-c836-4fbb-80a0-95af0688ceb4" ], "If-Match": [ "*" @@ -416,10 +416,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -432,26 +432,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c32465ff-64b9-4966-b194-122b7f6f94dd" + "5922e8f5-c80b-4f4b-bca6-113d0fdcea21" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14999" ], "x-ms-correlation-request-id": [ - "721fc36c-41c5-4f15-9684-379a0919fd8e" + "dfba192e-e4b3-4f30-85fc-aa820d9fe418" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190220Z:721fc36c-41c5-4f15-9684-379a0919fd8e" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T230941Z:dfba192e-e4b3-4f30-85fc-aa820d9fe418" ], "Date": [ - "Wed, 25 Mar 2020 19:02:20 GMT" + "Thu, 08 Apr 2021 23:09:41 GMT" ], "Expires": [ "-1" @@ -464,22 +464,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "63a13ee7-8993-4c97-8bff-edf1f176721f" + "c1f21661-0259-4ad3-b86a-4c7f27698f5d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -492,26 +492,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "d5ec425b-c805-462a-82c6-4cf430abdb29" + "9434312b-17ba-4ceb-b1f2-0c78b9d74f99" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" + "11995" ], "x-ms-correlation-request-id": [ - "5b5d7ab6-538f-4cf0-95f1-ea707fdb6b33" + "d33d7745-8695-43d4-8a5a-2343e5cbfe39" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190221Z:5b5d7ab6-538f-4cf0-95f1-ea707fdb6b33" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T230942Z:d33d7745-8695-43d4-8a5a-2343e5cbfe39" ], "Date": [ - "Wed, 25 Mar 2020 19:02:20 GMT" + "Thu, 08 Apr 2021 23:09:41 GMT" ], "Content-Length": [ "34" @@ -529,16 +529,16 @@ ], "Names": { "SwaggerTest": [ - "aid4848" + "aid8851" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiExportImportTests/WadlTest.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiExportImportTests/WadlTest.json index 32ae8887e2e1e..6b18223d22c1a 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiExportImportTests/WadlTest.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiExportImportTests/WadlTest.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bfbde2c3-d0d1-46db-940b-09a2d93e8013" + "2ac5b4a5-ddfa-47f0-8df2-2eac3b7ca957" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "743f96d2-77a2-4f55-8f9f-76a2fa2ef6da", - "91fb293c-fbd9-4e4f-9765-50e7f616620a" + "3b788a13-25b2-4172-b207-a9bc921e8a61", + "42d7ecff-bcfc-443d-83c2-1305e8674030" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "ee73a184-7e8b-4781-b3b0-246d10269e9c" + "53ffc4a3-04f9-40d7-9153-b72692a9e745" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190225Z:ee73a184-7e8b-4781-b3b0-246d10269e9c" + "WESTUS:20210408T230943Z:53ffc4a3-04f9-40d7-9153-b72692a9e745" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:02:25 GMT" + "Thu, 08 Apr 2021 23:09:43 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02f69f4a-cb78-430e-9eab-737969d70075" + "1a58d2ef-8fd7-4c77-97e8-d5082feba420" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "90dac21a-356f-4b27-a167-28e441437feb" + "d644b2ec-8949-4894-9d54-2521eec39225" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "11999" ], "x-ms-correlation-request-id": [ - "a717a1ec-22c8-46de-87fd-b3974d3c3fe7" + "977833ec-a70b-4435-88e2-2000cb071e98" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190226Z:a717a1ec-22c8-46de-87fd-b3974d3c3fe7" + "WESTUS:20210408T230944Z:977833ec-a70b-4435-88e2-2000cb071e98" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:02:25 GMT" + "Thu, 08 Apr 2021 23:09:43 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid4381?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9haWQ0MzgxP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid3245?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FpZDMyNDU/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"yahooWadl\",\r\n \"value\": \"\\r\\n\\r\\n Yahoo News Search API\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\",\r\n \"format\": \"wadl-xml\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "819ad96d-4629-477f-93cf-fb26b3092ff7" + "f7dd50a7-8ea2-45ef-aecf-fcdf77fd43ce" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -172,31 +172,31 @@ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid4381?api-version=2019-12-01&asyncId=5e7baac207b43d0e387945cf&asyncCode=201" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid3245?api-version=2020-12-01&asyncId=606f8d380dcb2d0bc8115e86&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "8cf779d7-2e0b-4739-bd29-cba0532e94da" + "0fedc4ae-fa16-4cfa-b0b0-ae947ca8646e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "ccaf4182-3173-40e0-81fb-e9bd843ada34" + "c1a3127e-c34d-46dd-98eb-084200f6cc09" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190226Z:ccaf4182-3173-40e0-81fb-e9bd843ada34" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T230944Z:c1a3127e-c34d-46dd-98eb-084200f6cc09" ], "Date": [ - "Wed, 25 Mar 2020 19:02:26 GMT" + "Thu, 08 Apr 2021 23:09:44 GMT" ], "Expires": [ "-1" @@ -209,16 +209,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid4381?api-version=2019-12-01&asyncId=5e7baac207b43d0e387945cf&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9haWQ0MzgxP2FwaS12ZXJzaW9uPTIwMTktMTItMDEmYXN5bmNJZD01ZTdiYWFjMjA3YjQzZDBlMzg3OTQ1Y2YmYXN5bmNDb2RlPTIwMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid3245?api-version=2020-12-01&asyncId=606f8d380dcb2d0bc8115e86&asyncCode=201", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FpZDMyNDU/YXBpLXZlcnNpb249MjAyMC0xMi0wMSZhc3luY0lkPTYwNmY4ZDM4MGRjYjJkMGJjODExNWU4NiZhc3luY0NvZGU9MjAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -229,34 +229,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAM8k=\"" + "\"AAAAAAAAdWU=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "5b926b71-80c3-42bb-903d-3fd04a41617d" + "f2622cbe-8e15-400b-a236-4583f7b6ec1d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "11998" ], "x-ms-correlation-request-id": [ - "ebca86e3-072b-4fa5-9fb6-33fbb8bccb92" + "d924648c-7304-4fbe-b8d3-c574fb7e129b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190256Z:ebca86e3-072b-4fa5-9fb6-33fbb8bccb92" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231014Z:d924648c-7304-4fbe-b8d3-c574fb7e129b" ], "Date": [ - "Wed, 25 Mar 2020 19:02:56 GMT" + "Thu, 08 Apr 2021 23:10:14 GMT" ], "Content-Length": [ - "795" + "797" ], "Content-Type": [ "application/json; charset=utf-8" @@ -265,26 +265,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid4381\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"aid4381\",\r\n \"properties\": {\r\n \"displayName\": \"Yahoo News Search\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"Yahoo News Search API\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://api.search.yahoo.com/NewsSearchService/V1/\",\r\n \"path\": \"yahooWadl\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid3245\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"aid3245\",\r\n \"properties\": {\r\n \"displayName\": \"Yahoo News Search\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"Yahoo News Search API\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://api.search.yahoo.com/NewsSearchService/V1/\",\r\n \"path\": \"yahooWadl\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid4381?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9haWQ0MzgxP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid3245?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FpZDMyNDU/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4a84acae-fbfc-480f-b834-565652daef0c" + "78d757e5-a89b-4785-84fb-7ba52323ff96" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -295,34 +295,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAM8k=\"" + "\"AAAAAAAAdWU=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "bbc7d55e-2223-4c3c-82a0-8b006a9e3aa4" + "05c259a2-569e-415a-9760-bd2b247c4817" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "11997" ], "x-ms-correlation-request-id": [ - "dba880b0-c53c-4d37-8a56-619751f5e10d" + "c1b0a738-702f-4e05-a116-dcd6440b0e5e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190257Z:dba880b0-c53c-4d37-8a56-619751f5e10d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231014Z:c1b0a738-702f-4e05-a116-dcd6440b0e5e" ], "Date": [ - "Wed, 25 Mar 2020 19:02:56 GMT" + "Thu, 08 Apr 2021 23:10:14 GMT" ], "Content-Length": [ - "795" + "797" ], "Content-Type": [ "application/json; charset=utf-8" @@ -331,26 +331,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid4381\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"aid4381\",\r\n \"properties\": {\r\n \"displayName\": \"Yahoo News Search\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"Yahoo News Search API\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://api.search.yahoo.com/NewsSearchService/V1/\",\r\n \"path\": \"yahooWadl\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid3245\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"aid3245\",\r\n \"properties\": {\r\n \"displayName\": \"Yahoo News Search\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"Yahoo News Search API\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://api.search.yahoo.com/NewsSearchService/V1/\",\r\n \"path\": \"yahooWadl\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid4381?format=wadl-link&export=true&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9haWQ0MzgxP2Zvcm1hdD13YWRsLWxpbmsmZXhwb3J0PXRydWUmYXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid3245?format=wadl-link&export=true&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FpZDMyNDU/Zm9ybWF0PXdhZGwtbGluayZleHBvcnQ9dHJ1ZSZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f33bb24b-3b94-4f1e-929e-c144e45d8eda" + "85def6a6-72df-47ba-9aed-91e36fe4b744" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -361,31 +361,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAM8k=\"" + "\"AAAAAAAAdWU=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "54aaf16a-a1f0-484e-9b4d-42bb61825a03" + "6101bc02-9431-43a3-8eab-103398c5795a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "11996" ], "x-ms-correlation-request-id": [ - "49ef1344-0b94-42d4-9852-6499b3f8f70c" + "e4cdd303-e7c1-4fa3-a0c4-43c1c7bdddb3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190257Z:49ef1344-0b94-42d4-9852-6499b3f8f70c" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231015Z:e4cdd303-e7c1-4fa3-a0c4-43c1c7bdddb3" ], "Date": [ - "Wed, 25 Mar 2020 19:02:56 GMT" + "Thu, 08 Apr 2021 23:10:14 GMT" ], "Content-Length": [ "399" @@ -397,17 +397,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid4381\",\r\n \"format\": \"wadl-link-json\",\r\n \"value\": {\r\n \"link\": \"https://apimstefvgp0mngpmb4egru0.blob.core.windows.net/api-export/Yahoo News Search.xml?sv=2017-04-17&sr=b&sig=VLcXdt%2BRL1W37z0ONeZnSVgG7vUqI2YATlpSt7yQVTI%3D&se=2020-03-25T19:07:57Z&sp=r\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid3245\",\r\n \"format\": \"wadl-link-json\",\r\n \"value\": {\r\n \"link\": \"https://apimstl8mwklev40ebgc8w3k.blob.core.windows.net/api-export/Yahoo News Search.xml?sv=2017-04-17&sr=b&sig=0JYqG39VtrJhDJsW4kqPWp82k8WjMFigp0GZOHVJSF4%3D&se=2021-04-08T23:15:15Z&sp=r\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid4381?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9haWQ0MzgxP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid3245?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FpZDMyNDU/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "70d4eb48-83ea-42a7-a5cc-8a3888ec19df" + "50c888b7-7fa8-442b-94c9-d8bda6bb068a" ], "If-Match": [ "*" @@ -416,10 +416,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -432,8 +432,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "20285652-69d0-46a0-8358-2cca712fb8e4" + "8557bdae-6d22-4204-a182-cbd090ac85c6" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -442,16 +445,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "b099643d-e51d-4125-a512-ccf84c0b2796" + "83f57536-b9d0-4e3a-9a17-f8503c4430b1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190258Z:b099643d-e51d-4125-a512-ccf84c0b2796" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231015Z:83f57536-b9d0-4e3a-9a17-f8503c4430b1" ], "Date": [ - "Wed, 25 Mar 2020 19:02:57 GMT" + "Thu, 08 Apr 2021 23:10:14 GMT" ], "Expires": [ "-1" @@ -464,22 +464,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3acb1a3f-514e-4400-8565-4a028969a3b5" + "83108652-7a11-48b1-b98b-23b0cb82060b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -492,26 +492,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "71db844a-819a-4686-8174-e7a790d2c341" + "77d70bea-455d-4157-b36a-39c2ef713bb7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "11995" ], "x-ms-correlation-request-id": [ - "e4b3ed48-639e-4c49-bcd8-7c10e7690d9f" + "00aec319-1070-454c-a5b9-a5069c70ae04" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190258Z:e4b3ed48-639e-4c49-bcd8-7c10e7690d9f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231015Z:00aec319-1070-454c-a5b9-a5069c70ae04" ], "Date": [ - "Wed, 25 Mar 2020 19:02:57 GMT" + "Thu, 08 Apr 2021 23:10:14 GMT" ], "Content-Length": [ "34" @@ -529,16 +529,16 @@ ], "Names": { "WadlTest": [ - "aid4381" + "aid3245" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiExportImportTests/WsdlTest.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiExportImportTests/WsdlTest.json index 8eba81fa89976..f6c0631c0bd92 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiExportImportTests/WsdlTest.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiExportImportTests/WsdlTest.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eecd5cbf-d8ce-4b48-bc8e-ae3e619d39cb" + "77f50b04-347e-44f6-9bf9-c5f79e12e01c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,14 +33,14 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "711ada30-9234-4906-b71e-05d3f27a52b0", - "1996a7e9-db5d-4a06-8698-18726f373027" + "4d871920-587c-489f-8374-85023646390a", + "0d57fe9c-7ae7-4a10-9179-700127875694" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -49,19 +49,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "958f6502-c033-427d-aeec-8b46dcff711c" + "3a1e333b-563d-4692-a220-ae725e5c02fe" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190343Z:958f6502-c033-427d-aeec-8b46dcff711c" + "WESTCENTRALUS:20210408T231051Z:3a1e333b-563d-4692-a220-ae725e5c02fe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:03:42 GMT" + "Thu, 08 Apr 2021 23:10:50 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "750ce00e-8100-43c7-84f7-9457894c894c" + "da52f4b4-c0b7-4fed-8153-ca8b1923b8a1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a3469fb6-9114-47de-ba2f-ca1c5fb7c5d0" + "fea9ec29-079a-430e-9162-fd850d47f689" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "11999" ], "x-ms-correlation-request-id": [ - "0719fa1c-ca17-448d-92e4-c126481e682c" + "6f996f49-a903-488b-b644-145d5ea85e88" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190343Z:0719fa1c-ca17-448d-92e4-c126481e682c" + "WESTCENTRALUS:20210408T231051Z:6f996f49-a903-488b-b644-145d5ea85e88" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:03:43 GMT" + "Thu, 08 Apr 2021 23:10:50 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid6809?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9haWQ2ODA5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid2159?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FpZDIxNTk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"weatherapi\",\r\n \"value\": \"\\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Gets Information for each WeatherID\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City Forecast Over the Next 7 Days, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City's Weather, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Gets Information for each WeatherID\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City Forecast Over the Next 7 Days, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City's Weather, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Gets Information for each WeatherID\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City Forecast Over the Next 7 Days, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n Allows you to get your City's Weather, which is updated hourly. U.S. Only\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\",\r\n \"format\": \"wsdl\",\r\n \"wsdlSelector\": {\r\n \"wsdlServiceName\": \"Weather\",\r\n \"wsdlEndpointName\": \"WeatherSoap\"\r\n },\r\n \"apiType\": \"soap\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ef625ad4-3183-4382-b2e6-fd0b049f8de4" + "d3f081cc-4b10-48f1-821d-2207b564397a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -172,13 +172,16 @@ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid6809?api-version=2019-12-01&asyncId=5e7bab0f07b43d0e387945de&asyncCode=201" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid2159?api-version=2020-12-01&asyncId=606f8d7e0dcb2d0bc8115e95&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "2bbee3f3-f6af-48ba-a228-b53f155c660c" + "a60373b1-68c0-4eac-85d9-cf2c8e20532d" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -187,16 +190,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "e8fbfbfa-7f23-4d24-b7d0-820d6e999bd9" + "08b2ffe0-29ef-42bf-b607-4f2941143dde" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190343Z:e8fbfbfa-7f23-4d24-b7d0-820d6e999bd9" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231054Z:08b2ffe0-29ef-42bf-b607-4f2941143dde" ], "Date": [ - "Wed, 25 Mar 2020 19:03:43 GMT" + "Thu, 08 Apr 2021 23:10:53 GMT" ], "Expires": [ "-1" @@ -209,16 +209,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid6809?api-version=2019-12-01&asyncId=5e7bab0f07b43d0e387945de&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9haWQ2ODA5P2FwaS12ZXJzaW9uPTIwMTktMTItMDEmYXN5bmNJZD01ZTdiYWIwZjA3YjQzZDBlMzg3OTQ1ZGUmYXN5bmNDb2RlPTIwMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid2159?api-version=2020-12-01&asyncId=606f8d7e0dcb2d0bc8115e95&asyncCode=201", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FpZDIxNTk/YXBpLXZlcnNpb249MjAyMC0xMi0wMSZhc3luY0lkPTYwNmY4ZDdlMGRjYjJkMGJjODExNWU5NSZhc3luY0NvZGU9MjAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -229,34 +229,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANB0=\"" + "\"AAAAAAAAdb4=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "79027f44-28fd-41ab-9b9e-c3d39afec412" + "a50ba54e-a928-4c22-80aa-f39ea1130fe2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "11998" ], "x-ms-correlation-request-id": [ - "5b1da155-6920-42ed-8386-971d69ee1687" + "cd6790f2-eca6-4b50-b6ec-9b9a36d5b949" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190414Z:5b1da155-6920-42ed-8386-971d69ee1687" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231124Z:cd6790f2-eca6-4b50-b6ec-9b9a36d5b949" ], "Date": [ - "Wed, 25 Mar 2020 19:04:13 GMT" + "Thu, 08 Apr 2021 23:11:24 GMT" ], "Content-Length": [ - "782" + "784" ], "Content-Type": [ "application/json; charset=utf-8" @@ -265,26 +265,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid6809\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"aid6809\",\r\n \"properties\": {\r\n \"displayName\": \"Weather\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://wsf.cdyne.com/WeatherWS/Weather.asmx\",\r\n \"path\": \"weatherapi\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"type\": \"soap\",\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid2159\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"aid2159\",\r\n \"properties\": {\r\n \"displayName\": \"Weather\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://wsf.cdyne.com/WeatherWS/Weather.asmx\",\r\n \"path\": \"weatherapi\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"type\": \"soap\",\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid6809?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9haWQ2ODA5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid2159?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FpZDIxNTk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c33f52ab-b676-458b-8caa-dbd7b9a13843" + "0e6cff85-b22e-4b3d-aee9-87ffacb0042a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -295,34 +295,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANB0=\"" + "\"AAAAAAAAdb4=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "08af7224-0c3a-4fdd-951c-447212aeab91" + "fc99b2b4-8a3e-4dfd-bfcc-14f2177aa42a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "11997" ], "x-ms-correlation-request-id": [ - "07bf60c1-4f3f-4139-bbb7-4f9976a01acd" + "b572bb66-0b16-4ea7-8fc0-bd28dac5edf4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190414Z:07bf60c1-4f3f-4139-bbb7-4f9976a01acd" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231124Z:b572bb66-0b16-4ea7-8fc0-bd28dac5edf4" ], "Date": [ - "Wed, 25 Mar 2020 19:04:14 GMT" + "Thu, 08 Apr 2021 23:11:24 GMT" ], "Content-Length": [ - "782" + "784" ], "Content-Type": [ "application/json; charset=utf-8" @@ -331,17 +331,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid6809\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"aid6809\",\r\n \"properties\": {\r\n \"displayName\": \"Weather\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://wsf.cdyne.com/WeatherWS/Weather.asmx\",\r\n \"path\": \"weatherapi\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"type\": \"soap\",\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid2159\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"aid2159\",\r\n \"properties\": {\r\n \"displayName\": \"Weather\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://wsf.cdyne.com/WeatherWS/Weather.asmx\",\r\n \"path\": \"weatherapi\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"type\": \"soap\",\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/aid6809?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9haWQ2ODA5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/aid2159?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FpZDIxNTk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "775c5144-bce5-4f65-a406-f846d9085412" + "7207c904-01df-475a-974c-14919c6e1414" ], "If-Match": [ "*" @@ -350,10 +350,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -366,8 +366,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "f97f784f-602d-4c23-849f-cfcd15479ece" + "6a9bb6d2-ea2a-4f71-9bdd-5ea673e1b14f" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -376,16 +379,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "9da42fb7-ae3f-4d5e-b919-fd69e2b61e16" + "088ce28c-5823-4e7e-99fc-5e2ad66eca4e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190415Z:9da42fb7-ae3f-4d5e-b919-fd69e2b61e16" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231124Z:088ce28c-5823-4e7e-99fc-5e2ad66eca4e" ], "Date": [ - "Wed, 25 Mar 2020 19:04:14 GMT" + "Thu, 08 Apr 2021 23:11:24 GMT" ], "Expires": [ "-1" @@ -400,16 +400,16 @@ ], "Names": { "WsdlTest": [ - "aid6809" + "aid2159" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/BackupAndRestoreService.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/BackupAndRestoreService.json index 0ba43d1c84e5b..04340c87e7b21 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/BackupAndRestoreService.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/BackupAndRestoreService.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b671c0d4-f7cc-4a01-af69-ccb753149455" + "5cf045e7-cd91-4cb6-82d2-b46c89fb1da7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "bc71f2bd-8a17-437c-8318-b10dbec60b2d" + "347e29a1-8542-435a-8de8-ec65d03cd333" ], "x-ms-correlation-request-id": [ - "bc71f2bd-8a17-437c-8318-b10dbec60b2d" + "347e29a1-8542-435a-8de8-ec65d03cd333" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T222846Z:bc71f2bd-8a17-437c-8318-b10dbec60b2d" + "WESTCENTRALUS:20210502T085239Z:347e29a1-8542-435a-8de8-ec65d03cd333" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:28:46 GMT" + "Sun, 02 May 2021 08:52:38 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,35 +54,35 @@ "-1" ], "Content-Length": [ - "2221" + "5694" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement\",\r\n \"namespace\": \"Microsoft.ApiManagement\",\r\n \"authorization\": {\r\n \"applicationId\": \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\",\r\n \"roleDefinitionId\": \"e263b525-2e60-4418-b655-420bae0b172e\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"service\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"validateServiceName\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reportFeedback\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFeedbackRequired\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement\",\r\n \"namespace\": \"Microsoft.ApiManagement\",\r\n \"authorization\": {\r\n \"applicationId\": \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\",\r\n \"roleDefinitionId\": \"e263b525-2e60-4418-b655-420bae0b172e\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"service\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"deletedServices\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deletedServices\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateServiceName\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reportFeedback\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFeedbackRequired\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDomainOwnershipIdentifier\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg2501?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlZ3JvdXBzL3Nka3Rlc3RyZzI1MDE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg258?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlZ3JvdXBzL3Nka3Rlc3RyZzI1OD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US\"\r\n}", + "RequestBody": "{\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "083adb9c-7902-4ead-b098-ed9d0427ce6b" + "a7bf5820-9f0e-4fc0-bfd4-c8c4b5baaa6b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "32" + "37" ] }, "ResponseHeaders": { @@ -96,13 +96,13 @@ "1199" ], "x-ms-request-id": [ - "c70e699c-fa25-409b-8ade-8e0b66de2bbb" + "0b1c5e1d-1c3f-4c9c-b508-7a22716170e4" ], "x-ms-correlation-request-id": [ - "c70e699c-fa25-409b-8ade-8e0b66de2bbb" + "0b1c5e1d-1c3f-4c9c-b508-7a22716170e4" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T222848Z:c70e699c-fa25-409b-8ade-8e0b66de2bbb" + "WESTCENTRALUS:20210502T085239Z:0b1c5e1d-1c3f-4c9c-b508-7a22716170e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:28:48 GMT" + "Sun, 02 May 2021 08:52:39 GMT" ], "Content-Length": [ - "182" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,32 +123,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501\",\r\n \"name\": \"sdktestrg2501\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258\",\r\n \"name\": \"sdktestrg258\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": \"2019-01-01\"\r\n },\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": \"2019-01-01\"\r\n },\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2ec45a48-4236-488f-ad8f-fa140aacec52" + "b59751c1-38b9-4297-8325-21c55b87ebd3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "366" + "424" ] }, "ResponseHeaders": { @@ -159,10 +159,10 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAECCo=\"" + "\"AAAAAAAHZ2o=\"" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -171,8 +171,8 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4f5b3583-540e-461a-9174-836973d75b21", - "b427c021-571e-410c-9517-24ce5372bb49" + "8ae7df27-f65d-4b9a-82c4-96b016314f53", + "44d69b94-f8d1-4644-9f4f-ab0aa6c9a8cf" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -181,19 +181,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "d34fd168-2b67-440f-b7a6-7625ed0794c3" + "57420508-5e4b-41c2-b203-7cd1b9fc1318" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T222851Z:d34fd168-2b67-440f-b7a6-7625ed0794c3" + "WESTCENTRALUS:20210502T085243Z:57420508-5e4b-41c2-b203-7cd1b9fc1318" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:28:51 GMT" + "Sun, 02 May 2021 08:52:43 GMT" ], "Content-Length": [ - "1233" + "1462" ], "Content-Type": [ "application/json; charset=utf-8" @@ -202,20 +202,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899\",\r\n \"name\": \"sdktestapim899\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAECCo=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Created\",\r\n \"targetProvisioningState\": \"Activating\",\r\n \"createdAtUtc\": \"2020-03-26T22:28:50.1191475Z\",\r\n \"gatewayUrl\": null,\r\n \"gatewayRegionalUrl\": null,\r\n \"portalUrl\": null,\r\n \"developerPortalUrl\": null,\r\n \"managementApiUrl\": null,\r\n \"scmUrl\": null,\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": null,\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": null,\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": null,\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": \"2019-01-01\"\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219\",\r\n \"name\": \"sdktestapim4219\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHZ2o=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Created\",\r\n \"targetProvisioningState\": \"Activating\",\r\n \"createdAtUtc\": \"2021-05-02T08:52:41.5094437Z\",\r\n \"gatewayUrl\": \"https://sdktestapim4219.azure-api.net\",\r\n \"gatewayRegionalUrl\": null,\r\n \"portalUrl\": null,\r\n \"developerPortalUrl\": null,\r\n \"managementApiUrl\": null,\r\n \"scmUrl\": null,\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim4219.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": null,\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": null,\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": \"2019-01-01\"\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"e515faf5-a548-40b0-960f-64ebaaaa7ee6\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -226,7 +226,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -235,7 +235,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3ba1dbc9-372c-477f-b399-e2e14b610ed9" + "5daa49cd-9366-4e15-bf92-a9f10aef2c8e" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -244,16 +244,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "fbfab511-3f04-4c43-a600-3353092aeaa7" + "ce06d7d1-eac9-4278-8d70-48ff2989a7fb" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T222951Z:fbfab511-3f04-4c43-a600-3353092aeaa7" + "WESTCENTRALUS:20210502T085343Z:ce06d7d1-eac9-4278-8d70-48ff2989a7fb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:29:51 GMT" + "Sun, 02 May 2021 08:53:43 GMT" ], "Expires": [ "-1" @@ -266,16 +266,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -286,7 +286,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -295,7 +295,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dc1be3ed-c6bb-4077-999d-1d7565848e0d" + "84e10d76-679b-4aa4-801f-21fd7480025d" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -304,16 +304,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "02b35d90-16ea-4179-86e2-c11cd379782b" + "b150e107-7f23-42a4-bfd1-21baeb465395" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T223052Z:02b35d90-16ea-4179-86e2-c11cd379782b" + "WESTCENTRALUS:20210502T085443Z:b150e107-7f23-42a4-bfd1-21baeb465395" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:30:51 GMT" + "Sun, 02 May 2021 08:54:43 GMT" ], "Expires": [ "-1" @@ -326,16 +326,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -346,7 +346,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -355,7 +355,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3a275c66-bf3d-4815-afdb-5d33ad4396ad" + "6b652949-6b08-40b0-b36c-804a43c0e8ce" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -364,16 +364,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "b5e66451-f28d-495a-83f7-29575a6af9be" + "33627489-4815-472f-a356-5fcd81bae77d" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T223152Z:b5e66451-f28d-495a-83f7-29575a6af9be" + "WESTCENTRALUS:20210502T085543Z:33627489-4815-472f-a356-5fcd81bae77d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:31:51 GMT" + "Sun, 02 May 2021 08:55:43 GMT" ], "Expires": [ "-1" @@ -386,16 +386,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -406,7 +406,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -415,7 +415,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7e69d77c-6bbd-41de-be5f-ca71eb69c7ad" + "dbc4e508-288f-4786-9f67-e456a2fb73df" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -424,16 +424,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "9514fa9b-43ce-454e-b5b2-fddfece55d52" + "c8b290ac-e5ea-46d5-9c88-f2958032847e" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T223252Z:9514fa9b-43ce-454e-b5b2-fddfece55d52" + "WESTCENTRALUS:20210502T085643Z:c8b290ac-e5ea-46d5-9c88-f2958032847e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:32:52 GMT" + "Sun, 02 May 2021 08:56:42 GMT" ], "Expires": [ "-1" @@ -446,16 +446,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -466,7 +466,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -475,7 +475,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5aaaf8db-08a6-47ab-a30f-efae5bba4a4c" + "040dc9ca-6bf4-45f9-97bf-8f98601f42c6" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -484,16 +484,16 @@ "11995" ], "x-ms-correlation-request-id": [ - "d1e73e71-a8d3-4c64-8c0c-65fe8283b20a" + "c8d58c65-95d3-449a-a5b8-6609c6ca2424" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T223352Z:d1e73e71-a8d3-4c64-8c0c-65fe8283b20a" + "WESTCENTRALUS:20210502T085744Z:c8d58c65-95d3-449a-a5b8-6609c6ca2424" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:33:52 GMT" + "Sun, 02 May 2021 08:57:43 GMT" ], "Expires": [ "-1" @@ -506,16 +506,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -526,7 +526,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -535,7 +535,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3b25ee7b-255b-4ebf-af1a-5275c9f91443" + "7c4aeed7-ccb7-4efb-9854-f642e2305c60" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -544,16 +544,16 @@ "11994" ], "x-ms-correlation-request-id": [ - "8c222e60-c898-4bec-814a-733d5517f1e1" + "1adf5dbe-8a15-4b98-8df4-23c282abd341" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T223453Z:8c222e60-c898-4bec-814a-733d5517f1e1" + "WESTCENTRALUS:20210502T085844Z:1adf5dbe-8a15-4b98-8df4-23c282abd341" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:34:52 GMT" + "Sun, 02 May 2021 08:58:44 GMT" ], "Expires": [ "-1" @@ -566,16 +566,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -586,7 +586,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -595,7 +595,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d813b045-6f4d-4c12-a3c3-80da34a372b0" + "2b87dd77-870f-40df-9e0c-3ebc10396e90" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -604,16 +604,16 @@ "11993" ], "x-ms-correlation-request-id": [ - "b69a2e75-fdb4-4ea1-b01c-efbcd771384a" + "aea7e91d-573f-4e71-aa3e-f1f5646829e5" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T223553Z:b69a2e75-fdb4-4ea1-b01c-efbcd771384a" + "WESTCENTRALUS:20210502T085944Z:aea7e91d-573f-4e71-aa3e-f1f5646829e5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:35:52 GMT" + "Sun, 02 May 2021 08:59:43 GMT" ], "Expires": [ "-1" @@ -626,16 +626,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -646,7 +646,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -655,7 +655,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cdaf106d-2b07-4fcc-84fe-cd7ad5abbc31" + "3cde64d0-966d-48ad-a4d9-9d654c4e8745" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -664,16 +664,16 @@ "11992" ], "x-ms-correlation-request-id": [ - "66c2f3d7-3168-49aa-82e4-8906663df6c2" + "82d23890-6744-4c0c-b5cd-9c93a7abc94a" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T223653Z:66c2f3d7-3168-49aa-82e4-8906663df6c2" + "WESTCENTRALUS:20210502T090044Z:82d23890-6744-4c0c-b5cd-9c93a7abc94a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:36:52 GMT" + "Sun, 02 May 2021 09:00:44 GMT" ], "Expires": [ "-1" @@ -686,16 +686,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -706,7 +706,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -715,25 +715,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "473f164c-1cf9-49c0-86d3-11daab68f306" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "0b18e43a-bce8-4fb3-b71b-203a9a0852b4" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "x-ms-correlation-request-id": [ - "4d274bd7-8c6d-40de-a957-79f03b388eb2" + "4c2491ef-afe8-4809-ab79-4dcea5154af6" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T223753Z:4d274bd7-8c6d-40de-a957-79f03b388eb2" + "WESTCENTRALUS:20210502T090144Z:4c2491ef-afe8-4809-ab79-4dcea5154af6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:37:53 GMT" + "Sun, 02 May 2021 09:01:43 GMT" ], "Expires": [ "-1" @@ -746,16 +746,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -766,7 +766,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -775,7 +775,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "152c26f4-2d5c-4385-a00e-e5a0ffec692b" + "187e6032-19c6-4ed5-8a76-f354838a4d6d" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -784,16 +784,16 @@ "11990" ], "x-ms-correlation-request-id": [ - "9b172768-5fba-473a-960c-63d87e9d0a6e" + "3a0bc994-ad69-4fbf-aa68-dcca5431694f" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T223854Z:9b172768-5fba-473a-960c-63d87e9d0a6e" + "WESTCENTRALUS:20210502T090244Z:3a0bc994-ad69-4fbf-aa68-dcca5431694f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:38:53 GMT" + "Sun, 02 May 2021 09:02:43 GMT" ], "Expires": [ "-1" @@ -806,16 +806,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -826,7 +826,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -835,7 +835,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4f322add-05ae-406a-aa3a-7e003265f90a" + "fb649a6c-3a5e-4fbb-966d-3d6f4b091d2b" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -844,16 +844,16 @@ "11989" ], "x-ms-correlation-request-id": [ - "6d09c08f-57e2-458b-bbea-74248f431b81" + "6881dd44-5040-4178-9eb6-6a841e7f140b" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T223954Z:6d09c08f-57e2-458b-bbea-74248f431b81" + "WESTCENTRALUS:20210502T090344Z:6881dd44-5040-4178-9eb6-6a841e7f140b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:39:53 GMT" + "Sun, 02 May 2021 09:03:44 GMT" ], "Expires": [ "-1" @@ -866,16 +866,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -886,7 +886,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -895,7 +895,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "747f4645-22d0-4783-aa54-3677f89d6b76" + "ccb7faaf-67e0-439c-b5e4-fcc3aca041f5" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -904,16 +904,16 @@ "11988" ], "x-ms-correlation-request-id": [ - "cae7b3c6-c086-4aa8-93db-88befe864507" + "e5d93a28-866d-445b-a6a7-fd43f48e29d3" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T224054Z:cae7b3c6-c086-4aa8-93db-88befe864507" + "WESTCENTRALUS:20210502T090444Z:e5d93a28-866d-445b-a6a7-fd43f48e29d3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:40:54 GMT" + "Sun, 02 May 2021 09:04:44 GMT" ], "Expires": [ "-1" @@ -926,16 +926,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -946,7 +946,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -955,7 +955,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ba3763fe-3cf2-4ce1-b196-537761f0c835" + "c40fdadc-f2f7-4348-9e1d-99bbdce75dc8" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -964,16 +964,16 @@ "11987" ], "x-ms-correlation-request-id": [ - "b19a201f-dff7-48f7-984f-7b1b3a3638d3" + "b37bfe71-9a27-4bd3-8506-901cb933e816" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T224154Z:b19a201f-dff7-48f7-984f-7b1b3a3638d3" + "WESTCENTRALUS:20210502T090545Z:b37bfe71-9a27-4bd3-8506-901cb933e816" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:41:54 GMT" + "Sun, 02 May 2021 09:05:44 GMT" ], "Expires": [ "-1" @@ -986,16 +986,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1006,7 +1006,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1015,7 +1015,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b81a2a40-79e6-45dc-8350-6203c484a3c7" + "6b436620-addf-45fb-a7fa-ff0639470ce6" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1024,16 +1024,16 @@ "11986" ], "x-ms-correlation-request-id": [ - "0bdc4fed-5b35-402b-9ae4-f74f59ee414a" + "84dcfada-46f1-4cf0-bef5-d8f135092192" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T224254Z:0bdc4fed-5b35-402b-9ae4-f74f59ee414a" + "WESTCENTRALUS:20210502T090645Z:84dcfada-46f1-4cf0-bef5-d8f135092192" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:42:54 GMT" + "Sun, 02 May 2021 09:06:45 GMT" ], "Expires": [ "-1" @@ -1046,16 +1046,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1066,7 +1066,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1075,7 +1075,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e73c59c5-f835-4a21-a723-2b07c87547f2" + "1965da21-7030-4db9-9b08-0e16e39ed0a2" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1084,16 +1084,16 @@ "11985" ], "x-ms-correlation-request-id": [ - "0e07791b-b426-4fc6-a0ba-84eb5f36a693" + "92cc571c-acbe-4485-82ad-c71e3d587b1c" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T224355Z:0e07791b-b426-4fc6-a0ba-84eb5f36a693" + "WESTCENTRALUS:20210502T090745Z:92cc571c-acbe-4485-82ad-c71e3d587b1c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:43:54 GMT" + "Sun, 02 May 2021 09:07:45 GMT" ], "Expires": [ "-1" @@ -1106,16 +1106,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1126,7 +1126,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1135,7 +1135,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d2218475-930a-4438-80fa-b7cfa50fac33" + "3d902ebe-87a6-486b-a350-c406eb152c2c" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1144,16 +1144,16 @@ "11984" ], "x-ms-correlation-request-id": [ - "76787efc-fa2f-43bf-a31e-8137b5ff944b" + "d3cacdbf-66c3-46cc-83d5-7baa30f8e69b" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T224455Z:76787efc-fa2f-43bf-a31e-8137b5ff944b" + "WESTCENTRALUS:20210502T090845Z:d3cacdbf-66c3-46cc-83d5-7baa30f8e69b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:44:54 GMT" + "Sun, 02 May 2021 09:08:44 GMT" ], "Expires": [ "-1" @@ -1166,16 +1166,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1186,7 +1186,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1195,7 +1195,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cdbd9bcc-5086-4115-ab31-786f4922a944" + "cb751ae1-e5b7-4899-80d9-695d258bca63" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1204,16 +1204,16 @@ "11983" ], "x-ms-correlation-request-id": [ - "8b2c747d-119c-4597-8e2e-08fca93dd9eb" + "2d42d4e3-6eaf-4744-9b4a-3ad537a94596" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T224555Z:8b2c747d-119c-4597-8e2e-08fca93dd9eb" + "WESTCENTRALUS:20210502T090945Z:2d42d4e3-6eaf-4744-9b4a-3ad537a94596" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:45:55 GMT" + "Sun, 02 May 2021 09:09:45 GMT" ], "Expires": [ "-1" @@ -1226,16 +1226,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1246,7 +1246,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1255,7 +1255,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "295b196d-3df9-4da0-8a24-81cce425912a" + "f0db7056-6d72-4fc1-bf84-580ea591f7be" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1264,16 +1264,16 @@ "11982" ], "x-ms-correlation-request-id": [ - "064b271c-6506-46e3-be1d-f9d749abf377" + "3e8c18aa-7f5a-4813-b674-77d987097fa9" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T224656Z:064b271c-6506-46e3-be1d-f9d749abf377" + "WESTCENTRALUS:20210502T091046Z:3e8c18aa-7f5a-4813-b674-77d987097fa9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:46:55 GMT" + "Sun, 02 May 2021 09:10:45 GMT" ], "Expires": [ "-1" @@ -1286,16 +1286,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1306,7 +1306,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1315,7 +1315,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c2fdccd3-10c0-4a46-a2b3-ea8716eed650" + "e009c1d3-ef99-4853-8182-110669028bb7" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1324,16 +1324,16 @@ "11981" ], "x-ms-correlation-request-id": [ - "ec5ab3ab-10b1-42c6-846d-da330aa4af3a" + "a599b38d-8bc0-4ee8-a141-3320a418475e" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T224756Z:ec5ab3ab-10b1-42c6-846d-da330aa4af3a" + "WESTCENTRALUS:20210502T091146Z:a599b38d-8bc0-4ee8-a141-3320a418475e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:47:55 GMT" + "Sun, 02 May 2021 09:11:45 GMT" ], "Expires": [ "-1" @@ -1346,16 +1346,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1366,7 +1366,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1375,7 +1375,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "17de6b7b-08d7-4655-bb86-e9ba3a41c666" + "61a95b55-cdcf-4179-93d6-52fad14d134a" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1384,16 +1384,16 @@ "11980" ], "x-ms-correlation-request-id": [ - "579c41ff-a6e7-4fa6-a520-44b95ceefe4d" + "2bb86490-1030-43fe-8985-23fb9e6433f7" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T224857Z:579c41ff-a6e7-4fa6-a520-44b95ceefe4d" + "WESTCENTRALUS:20210502T091246Z:2bb86490-1030-43fe-8985-23fb9e6433f7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:48:57 GMT" + "Sun, 02 May 2021 09:12:46 GMT" ], "Expires": [ "-1" @@ -1406,16 +1406,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1426,7 +1426,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1435,7 +1435,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "85aced14-b397-434b-be50-ac8b9ab107ca" + "27ddd1e5-218d-4c19-bef1-7848dde49200" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1444,16 +1444,16 @@ "11979" ], "x-ms-correlation-request-id": [ - "5000a083-8150-4da3-b648-1ff8aab97415" + "5981dd7a-b6ee-4d05-8add-0b3e78e53ae4" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T224957Z:5000a083-8150-4da3-b648-1ff8aab97415" + "WESTCENTRALUS:20210502T091346Z:5981dd7a-b6ee-4d05-8add-0b3e78e53ae4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:49:57 GMT" + "Sun, 02 May 2021 09:13:46 GMT" ], "Expires": [ "-1" @@ -1466,16 +1466,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1486,7 +1486,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1495,7 +1495,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b686b723-d437-484c-904b-544cb0f90559" + "9bdbd549-fb02-4d87-a151-8cd48e2be9dc" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1504,16 +1504,16 @@ "11978" ], "x-ms-correlation-request-id": [ - "4a957ce4-1807-4e6e-9b39-a45f90d8d5b0" + "50631023-9cc6-45a8-b8fb-52baa772c2fe" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T225058Z:4a957ce4-1807-4e6e-9b39-a45f90d8d5b0" + "WESTCENTRALUS:20210502T091447Z:50631023-9cc6-45a8-b8fb-52baa772c2fe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:50:57 GMT" + "Sun, 02 May 2021 09:14:46 GMT" ], "Expires": [ "-1" @@ -1526,16 +1526,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1546,7 +1546,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1555,7 +1555,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c4707671-d5d3-4467-ad3c-2f7a923cc574" + "5d0592d1-9581-48de-8b09-1d8b9d9094c6" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1564,16 +1564,16 @@ "11977" ], "x-ms-correlation-request-id": [ - "2ef808c1-5a0e-49ab-9f50-32ddc8681f71" + "7f13a47e-98d4-4bc6-ab99-2c2973e0e4b0" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T225158Z:2ef808c1-5a0e-49ab-9f50-32ddc8681f71" + "WESTCENTRALUS:20210502T091547Z:7f13a47e-98d4-4bc6-ab99-2c2973e0e4b0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:51:58 GMT" + "Sun, 02 May 2021 09:15:46 GMT" ], "Expires": [ "-1" @@ -1586,16 +1586,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1606,7 +1606,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1615,7 +1615,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e2e33237-d7d3-4354-b0a2-0520681109b8" + "296f6e23-1d64-4e4f-a154-d54f7e4a09bf" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1624,16 +1624,16 @@ "11976" ], "x-ms-correlation-request-id": [ - "b29d1b61-267f-4fd2-a390-760bde77cb9d" + "6344a25d-20f3-4987-9ed1-363f74736c57" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T225258Z:b29d1b61-267f-4fd2-a390-760bde77cb9d" + "WESTCENTRALUS:20210502T091647Z:6344a25d-20f3-4987-9ed1-363f74736c57" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:52:58 GMT" + "Sun, 02 May 2021 09:16:46 GMT" ], "Expires": [ "-1" @@ -1646,16 +1646,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1666,7 +1666,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1675,7 +1675,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2afc007c-6c32-45a6-a8b6-423ef65ef236" + "dd64ea8a-2e94-4c8a-82d3-7cfe01edfae3" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1684,16 +1684,16 @@ "11975" ], "x-ms-correlation-request-id": [ - "5796628c-e1fb-497f-b82f-73c7dc8f8c96" + "e4f49c4f-7ded-4edb-b7b2-548d87a6c538" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T225359Z:5796628c-e1fb-497f-b82f-73c7dc8f8c96" + "WESTCENTRALUS:20210502T091747Z:e4f49c4f-7ded-4edb-b7b2-548d87a6c538" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:53:59 GMT" + "Sun, 02 May 2021 09:17:47 GMT" ], "Expires": [ "-1" @@ -1706,16 +1706,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1726,7 +1726,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1735,7 +1735,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "518ef9e4-8f44-4283-be42-b86a0df950d8" + "b8809951-f2a0-4190-8d32-d41ab4cf95d5" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1744,16 +1744,16 @@ "11974" ], "x-ms-correlation-request-id": [ - "d043a1e1-0042-41dd-99c9-695130825370" + "811914ee-9251-496f-a064-32ff9c0f0139" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T225459Z:d043a1e1-0042-41dd-99c9-695130825370" + "WESTCENTRALUS:20210502T091847Z:811914ee-9251-496f-a064-32ff9c0f0139" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:54:58 GMT" + "Sun, 02 May 2021 09:18:47 GMT" ], "Expires": [ "-1" @@ -1766,16 +1766,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1786,7 +1786,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1795,7 +1795,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cde1a263-9234-4047-8c24-36435d65e181" + "839d13db-5902-4f42-a1a1-3120e6b4dceb" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1804,16 +1804,16 @@ "11973" ], "x-ms-correlation-request-id": [ - "edbf7e8d-3038-4ffb-9b69-0eea05bdce8f" + "6520e4cd-851b-4aca-b257-8340d92a5855" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T225559Z:edbf7e8d-3038-4ffb-9b69-0eea05bdce8f" + "WESTCENTRALUS:20210502T091947Z:6520e4cd-851b-4aca-b257-8340d92a5855" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:55:59 GMT" + "Sun, 02 May 2021 09:19:47 GMT" ], "Expires": [ "-1" @@ -1826,16 +1826,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1846,7 +1846,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1855,7 +1855,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b492d9dc-cfd9-431f-be3c-008acda00701" + "0cddebae-be90-4f4e-a755-92d1521d9365" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1864,16 +1864,16 @@ "11972" ], "x-ms-correlation-request-id": [ - "6a58ab88-b0b0-472b-8a88-8f40d6f019b3" + "567b541c-9228-48aa-bee1-68fc12560b96" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T225700Z:6a58ab88-b0b0-472b-8a88-8f40d6f019b3" + "WESTCENTRALUS:20210502T092048Z:567b541c-9228-48aa-bee1-68fc12560b96" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:56:59 GMT" + "Sun, 02 May 2021 09:20:47 GMT" ], "Expires": [ "-1" @@ -1886,16 +1886,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1906,7 +1906,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1915,7 +1915,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8f2e29e0-9f87-44ca-9647-7d3905edbca5" + "b1ca538b-ab80-4d0d-ba7e-3ed002032e8d" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1924,16 +1924,16 @@ "11971" ], "x-ms-correlation-request-id": [ - "cc93b477-2ddb-40c1-a213-4e35aece421a" + "320f1776-f6ad-4ee4-bef9-44ba05b02592" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T225800Z:cc93b477-2ddb-40c1-a213-4e35aece421a" + "WESTCENTRALUS:20210502T092148Z:320f1776-f6ad-4ee4-bef9-44ba05b02592" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:57:59 GMT" + "Sun, 02 May 2021 09:21:48 GMT" ], "Expires": [ "-1" @@ -1946,16 +1946,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1966,7 +1966,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1975,7 +1975,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "843d3f2d-1cab-4f96-b5be-02231c29aaf8" + "c70f6be1-080a-49ae-8ac0-1fcb997599af" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1984,16 +1984,16 @@ "11970" ], "x-ms-correlation-request-id": [ - "0cd9c136-7c94-443f-95db-59e0999e3bb3" + "5f65f88b-64d4-4529-a065-70217d21f143" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T225900Z:0cd9c136-7c94-443f-95db-59e0999e3bb3" + "WESTCENTRALUS:20210502T092248Z:5f65f88b-64d4-4529-a065-70217d21f143" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:58:59 GMT" + "Sun, 02 May 2021 09:22:47 GMT" ], "Expires": [ "-1" @@ -2006,16 +2006,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0FjdF80OTJiYjdmOA==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwRmpkRjgwT1RKaVlqZG1PQT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2025,11 +2025,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "400e71d2-16e6-4c4d-bf1a-2d49a5b23a5d" + "9d3d158b-de94-4714-89bd-de371d373aab" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -2038,53 +2044,38 @@ "11969" ], "x-ms-correlation-request-id": [ - "faeb9335-22ab-4adf-b88b-15cd513c80fa" + "4f11a966-87ab-4120-b19e-318a9656b87a" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T230000Z:faeb9335-22ab-4adf-b88b-15cd513c80fa" + "WESTCENTRALUS:20210502T092348Z:4f11a966-87ab-4120-b19e-318a9656b87a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:00:00 GMT" - ], - "Content-Length": [ - "2185" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Sun, 02 May 2021 09:23:48 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899\",\r\n \"name\": \"sdktestapim899\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAECHA=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-03-26T22:28:50.1191475Z\",\r\n \"gatewayUrl\": \"https://sdktestapim899.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim899-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim899.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim899.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim899.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim899.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim899.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"40.69.137.81\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": \"2019-01-01\"\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.Storage/checkNameAvailability?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sdkapimbackup6220\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "eb17c1a6-36cd-47c3-b88c-968fd9e582b0" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Storage.StorageManagementClient/6.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "83" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2094,66 +2085,57 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "823d22dd-ce77-4cd2-81d1-8ee574ef6c93" + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" + ], + "Retry-After": [ + "60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "792cdad4-b3f7-4076-a234-25d68b5e9299" + ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11968" ], "x-ms-correlation-request-id": [ - "b95354d6-ce22-4e73-8889-4c1974ae4b02" + "a63d73ea-6c08-452d-9342-3872f2403d34" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T230001Z:b95354d6-ce22-4e73-8889-4c1974ae4b02" + "WESTCENTRALUS:20210502T092448Z:a63d73ea-6c08-452d-9342-3872f2403d34" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:00:00 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json" + "Sun, 02 May 2021 09:24:47 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.Storage/storageAccounts/sdkapimbackup6220?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zZGthcGltYmFja3VwNjIyMD9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"Central US\"\r\n}", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "13cd1958-216a-4e94-b951-c4aab9005640" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Storage.StorageManagementClient/6.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "100" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2164,37 +2146,34 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.Storage/locations/centralus/asyncoperations/dc55e59d-9379-4da0-bdb6-d637cf4e00c6?monitor=true&api-version=2016-05-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ - "17" - ], - "x-ms-request-id": [ - "dc55e59d-9379-4da0-bdb6-d637cf4e00c6" + "60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "c15b9105-b67e-4205-a812-74b7b402fc53" + ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" ], "x-ms-correlation-request-id": [ - "6e28e387-5031-42c0-9395-2abbdbbf6ea2" + "5da3cae8-0e4c-4595-843d-c12d6507eb7c" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T230004Z:6e28e387-5031-42c0-9395-2abbdbbf6ea2" + "WESTCENTRALUS:20210502T092548Z:5da3cae8-0e4c-4595-843d-c12d6507eb7c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:00:03 GMT" - ], - "Content-Type": [ - "text/plain; charset=utf-8" + "Sun, 02 May 2021 09:25:48 GMT" ], "Expires": [ "-1" @@ -2207,16 +2186,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.Storage/locations/centralus/asyncoperations/dc55e59d-9379-4da0-bdb6-d637cf4e00c6?monitor=true&api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvY2VudHJhbHVzL2FzeW5jb3BlcmF0aW9ucy9kYzU1ZTU5ZC05Mzc5LTRkYTAtYmRiNi1kNjM3Y2Y0ZTAwYzY/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Storage.StorageManagementClient/6.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2226,60 +2205,57 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "a4166120-8fb9-4d2b-8d39-55d8abd026e3" + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" + ], + "Retry-After": [ + "60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "4f2c15dc-9b1a-4fc4-9d17-e550bcf019c0" + ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11966" ], "x-ms-correlation-request-id": [ - "b1ddee20-5985-4295-b166-b27c2df7fa54" + "8d86d7eb-8c9c-420d-937f-5631d0f6f6b4" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T230021Z:b1ddee20-5985-4295-b166-b27c2df7fa54" + "WESTCENTRALUS:20210502T092648Z:8d86d7eb-8c9c-420d-937f-5631d0f6f6b4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:00:20 GMT" - ], - "Content-Length": [ - "957" - ], - "Content-Type": [ - "application/json" + "Sun, 02 May 2021 09:26:48 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.Storage/storageAccounts/sdkapimbackup6220\",\r\n \"name\": \"sdkapimbackup6220\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2020-03-26T23:00:03.4614819Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2020-03-26T23:00:03.3989602Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sdkapimbackup6220.blob.core.windows.net/\",\r\n \"queue\": \"https://sdkapimbackup6220.queue.core.windows.net/\",\r\n \"table\": \"https://sdkapimbackup6220.table.core.windows.net/\",\r\n \"file\": \"https://sdkapimbackup6220.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"centralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastus2\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.Storage/storageAccounts/sdkapimbackup6220/listKeys?api-version=2016-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zZGthcGltYmFja3VwNjIyMC9saXN0S2V5cz9hcGktdmVyc2lvbj0yMDE2LTA1LTAx", - "RequestMethod": "POST", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "071e7c3d-99e9-45bf-a1f2-1f4420e7ee66" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Storage.StorageManagementClient/6.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2289,66 +2265,57 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "c3d8ab25-b2d4-4bf7-89dd-66729255dd49" + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" + ], + "Retry-After": [ + "60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "ee195042-d391-44ab-91af-456ad43e171b" + ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "11999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11965" ], "x-ms-correlation-request-id": [ - "3c596039-402e-4463-9cd8-207c20ef7012" + "4f670fe2-0d4e-47d0-bfe0-a8a0ca3b3656" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T230021Z:3c596039-402e-4463-9cd8-207c20ef7012" + "WESTCENTRALUS:20210502T092749Z:4f670fe2-0d4e-47d0-bfe0-a8a0ca3b3656" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:00:20 GMT" - ], - "Content-Length": [ - "288" - ], - "Content-Type": [ - "application/json" + "Sun, 02 May 2021 09:27:48 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"JNFqWJnlXQ+qflyw9MWsX89EAvkWtJu4WDFlKnfshxl+312ooPisatWaKYMfeMpdCSEZHTA+ryh/HRL2FoShNg==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"sc2f5GCPqlUr3CiqsFgWdkzxPWZ45658sVBzdP0DuSKtgCp+57k8xkg7lQ/vJ/eSteiozGM11HopcsSU6sWDXA==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/backup?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvYmFja3VwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"storageAccount\": \"sdkapimbackup6220\",\r\n \"accessKey\": \"JNFqWJnlXQ+qflyw9MWsX89EAvkWtJu4WDFlKnfshxl+312ooPisatWaKYMfeMpdCSEZHTA+ryh/HRL2FoShNg==\",\r\n \"containerName\": \"apimbackupcontainer\",\r\n \"backupName\": \"apimbackup.zip\"\r\n}", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "33f69e23-be50-48cc-a00d-3bcca55a46bb" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "231" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2359,7 +2326,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899//operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0JhY2t1cF8xOWFiNDZjZg==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2368,25 +2335,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "829c938b-21d4-4c10-b629-ffeb44b1b09f" + "1be52883-5f70-4a0d-a004-b5c5051e90e0" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" ], "x-ms-correlation-request-id": [ - "3ea16a6e-f19f-4d15-825e-4c25e4220bd9" + "64ca5b26-cd46-4282-af59-a7abd359d2ae" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T230021Z:3ea16a6e-f19f-4d15-825e-4c25e4220bd9" + "WESTCENTRALUS:20210502T092849Z:64ca5b26-cd46-4282-af59-a7abd359d2ae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:00:20 GMT" + "Sun, 02 May 2021 09:28:48 GMT" ], "Expires": [ "-1" @@ -2399,16 +2366,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899//operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0JhY2t1cF8xOWFiNDZjZg==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9EazVYMEpoWTJ0MWNGOHhPV0ZpTkRaalpnPT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2419,7 +2386,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0JhY2t1cF8xOWFiNDZjZg==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2428,25 +2395,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "793bffee-e1fe-41a9-b1f3-c73c66430251" + "10577f29-b079-4c0c-a6b3-67e76040f34a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11963" ], "x-ms-correlation-request-id": [ - "4c9ffb70-f8a0-4e5d-b3df-a468aee7f768" + "fb9f43ee-4654-448e-b13a-b56d00f57070" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T230121Z:4c9ffb70-f8a0-4e5d-b3df-a468aee7f768" + "WESTCENTRALUS:20210502T092949Z:fb9f43ee-4654-448e-b13a-b56d00f57070" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:01:21 GMT" + "Sun, 02 May 2021 09:29:49 GMT" ], "Expires": [ "-1" @@ -2459,16 +2426,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0JhY2t1cF8xOWFiNDZjZg==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwSmhZMnQxY0Y4eE9XRmlORFpqWmc9PT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2479,7 +2446,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0JhY2t1cF8xOWFiNDZjZg==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2488,25 +2455,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "99bb9b1e-c872-4d00-acc3-7245e6ff734a" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "20a8ca7a-37fc-4199-97e7-a4213d7ae5e2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11962" + ], "x-ms-correlation-request-id": [ - "5890f5bc-1875-4b9b-9eaf-62fbbf8b2a89" + "42dbfe15-2183-4686-a663-f1cb900533ee" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T230222Z:5890f5bc-1875-4b9b-9eaf-62fbbf8b2a89" + "WESTCENTRALUS:20210502T093049Z:42dbfe15-2183-4686-a663-f1cb900533ee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:02:21 GMT" + "Sun, 02 May 2021 09:30:49 GMT" ], "Expires": [ "-1" @@ -2519,16 +2486,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0JhY2t1cF8xOWFiNDZjZg==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwSmhZMnQxY0Y4eE9XRmlORFpqWmc9PT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2539,7 +2506,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0JhY2t1cF8xOWFiNDZjZg==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2548,25 +2515,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c05e4a6d-221b-4675-bd7e-040659ca16e8" + "dc7bf43e-27c9-4498-9b10-f8e4d92a55d5" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11961" ], "x-ms-correlation-request-id": [ - "9616a25b-beb4-42b8-9d8f-ebe2b4be801e" + "08f866ee-5d62-48aa-8834-abdf5ea3c136" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T230322Z:9616a25b-beb4-42b8-9d8f-ebe2b4be801e" + "WESTCENTRALUS:20210502T093149Z:08f866ee-5d62-48aa-8834-abdf5ea3c136" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:03:22 GMT" + "Sun, 02 May 2021 09:31:49 GMT" ], "Expires": [ "-1" @@ -2579,16 +2546,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0JhY2t1cF8xOWFiNDZjZg==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwSmhZMnQxY0Y4eE9XRmlORFpqWmc9PT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2599,7 +2566,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0JhY2t1cF8xOWFiNDZjZg==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2608,25 +2575,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a09c9def-2ce2-40e5-ba9b-2d742cc496ad" + "28b9b87f-0027-4bae-b207-e54a3f419fb7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11960" ], "x-ms-correlation-request-id": [ - "b3244f4f-4f9c-484e-8382-0d747aeba58c" + "b720acc3-179c-440f-8560-c29590dfb147" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T230422Z:b3244f4f-4f9c-484e-8382-0d747aeba58c" + "WESTCENTRALUS:20210502T093250Z:b720acc3-179c-440f-8560-c29590dfb147" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:04:21 GMT" + "Sun, 02 May 2021 09:32:49 GMT" ], "Expires": [ "-1" @@ -2639,16 +2606,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0JhY2t1cF8xOWFiNDZjZg==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwSmhZMnQxY0Y4eE9XRmlORFpqWmc9PT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2659,7 +2626,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0JhY2t1cF8xOWFiNDZjZg==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2668,25 +2635,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "61903e79-6939-4be7-875b-f73beb9d68e9" + "4dfcff6b-02c8-44df-918b-cad5e39bb3b9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11959" ], "x-ms-correlation-request-id": [ - "dbef9a99-f83c-490f-aa67-fb946d827da2" + "a29e54be-b5be-43cd-a0e2-7231f1e41c4d" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T230522Z:dbef9a99-f83c-490f-aa67-fb946d827da2" + "WESTCENTRALUS:20210502T093350Z:a29e54be-b5be-43cd-a0e2-7231f1e41c4d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:05:22 GMT" + "Sun, 02 May 2021 09:33:49 GMT" ], "Expires": [ "-1" @@ -2699,16 +2666,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0JhY2t1cF8xOWFiNDZjZg==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwSmhZMnQxY0Y4eE9XRmlORFpqWmc9PT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2719,7 +2686,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0JhY2t1cF8xOWFiNDZjZg==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2728,25 +2695,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "94db1055-e8cb-4b93-b2c9-e3b34cc2c084" + "1e6be1ed-59ca-4bf8-8974-d2f589622034" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11958" ], "x-ms-correlation-request-id": [ - "8be87635-f217-45bb-b058-fe22a8920290" + "c39e4035-a4a3-453a-b4eb-096bab509e12" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T230623Z:8be87635-f217-45bb-b058-fe22a8920290" + "WESTCENTRALUS:20210502T093450Z:c39e4035-a4a3-453a-b4eb-096bab509e12" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:06:22 GMT" + "Sun, 02 May 2021 09:34:50 GMT" ], "Expires": [ "-1" @@ -2759,16 +2726,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0JhY2t1cF8xOWFiNDZjZg==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwSmhZMnQxY0Y4eE9XRmlORFpqWmc9PT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2779,7 +2746,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0JhY2t1cF8xOWFiNDZjZg==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2788,25 +2755,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "605d713d-ce28-404b-ad79-c6b1222f6750" + "d4c6a389-f0d7-42b3-b74b-d5f998d8e20a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11957" ], "x-ms-correlation-request-id": [ - "3d6e76fb-7b12-4bc2-a040-c35829c1b689" + "149c87df-aa9f-4399-ba4e-5bdbb4be89c5" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T230723Z:3d6e76fb-7b12-4bc2-a040-c35829c1b689" + "WESTCENTRALUS:20210502T093550Z:149c87df-aa9f-4399-ba4e-5bdbb4be89c5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:07:22 GMT" + "Sun, 02 May 2021 09:35:49 GMT" ], "Expires": [ "-1" @@ -2819,16 +2786,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0JhY2t1cF8xOWFiNDZjZg==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwSmhZMnQxY0Y4eE9XRmlORFpqWmc9PT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2839,7 +2806,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0JhY2t1cF8xOWFiNDZjZg==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2848,25 +2815,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "af74a45f-a52b-4545-b597-026c3414e6c5" + "042b4e73-6e09-4afa-9440-bfb62bdc018a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11956" ], "x-ms-correlation-request-id": [ - "995613f1-8594-4f6d-bba6-365ee5f94f4d" + "cdbc9d9e-4d43-4d78-8481-d682f3246b28" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T230823Z:995613f1-8594-4f6d-bba6-365ee5f94f4d" + "WESTCENTRALUS:20210502T093650Z:cdbc9d9e-4d43-4d78-8481-d682f3246b28" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:08:23 GMT" + "Sun, 02 May 2021 09:36:50 GMT" ], "Expires": [ "-1" @@ -2879,16 +2846,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0JhY2t1cF8xOWFiNDZjZg==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwSmhZMnQxY0Y4eE9XRmlORFpqWmc9PT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2899,7 +2866,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0JhY2t1cF8xOWFiNDZjZg==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2908,25 +2875,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c03eaf40-0eec-4f5c-a887-1179a5d3e63b" + "2f99d005-9e72-41d9-9c2b-69cd44fb5080" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11955" ], "x-ms-correlation-request-id": [ - "eb7ade70-8d3c-49df-9721-8f944a8ac30e" + "9cfd1725-f743-4170-b75b-8e9074cbf31b" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T230924Z:eb7ade70-8d3c-49df-9721-8f944a8ac30e" + "WESTCENTRALUS:20210502T093750Z:9cfd1725-f743-4170-b75b-8e9074cbf31b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:09:23 GMT" + "Sun, 02 May 2021 09:37:50 GMT" ], "Expires": [ "-1" @@ -2939,16 +2906,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0JhY2t1cF8xOWFiNDZjZg==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwSmhZMnQxY0Y4eE9XRmlORFpqWmc9PT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2958,54 +2925,57 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "10779ec3-f8b5-4508-b387-cc051b8b6c93" + "6dcfff50-e2c7-4fa2-b173-d579f161d47f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11954" ], "x-ms-correlation-request-id": [ - "aeae646d-6ce4-499d-9b1e-5191b8d35321" + "6658ea38-9211-4ba3-a4c7-ed1d5ab8691a" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T231024Z:aeae646d-6ce4-499d-9b1e-5191b8d35321" + "WESTCENTRALUS:20210502T093850Z:6658ea38-9211-4ba3-a4c7-ed1d5ab8691a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:10:24 GMT" - ], - "Content-Length": [ - "2185" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Sun, 02 May 2021 09:38:50 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899\",\r\n \"name\": \"sdktestapim899\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAECIo=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-03-26T22:28:50.1191475Z\",\r\n \"gatewayUrl\": \"https://sdktestapim899.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim899-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim899.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim899.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim899.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim899.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim899.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"40.69.137.81\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": \"2019-01-01\"\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X0JhY2t1cF8xOWFiNDZjZg==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgwSmhZMnQxY0Y4eE9XRmlORFpqWmc9PT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3015,66 +2985,57 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e16ef570-514c-4d03-bba4-f9524306237c" + "19e099fa-ad57-47d2-bc14-12174b97c225" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11953" ], "x-ms-correlation-request-id": [ - "ca844ab4-60dc-40d6-bb63-92b23561f199" + "9b17a217-1384-490b-8055-a7eff484291c" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T231024Z:ca844ab4-60dc-40d6-bb63-92b23561f199" + "WESTCENTRALUS:20210502T093950Z:9b17a217-1384-490b-8055-a7eff484291c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:10:24 GMT" - ], - "Content-Length": [ - "2185" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Sun, 02 May 2021 09:39:50 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899\",\r\n \"name\": \"sdktestapim899\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAECIo=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-03-26T22:28:50.1191475Z\",\r\n \"gatewayUrl\": \"https://sdktestapim899.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim899-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim899.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim899.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim899.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim899.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim899.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"40.69.137.81\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": \"2019-01-01\"\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/restore?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvcmVzdG9yZT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"storageAccount\": \"sdkapimbackup6220\",\r\n \"accessKey\": \"JNFqWJnlXQ+qflyw9MWsX89EAvkWtJu4WDFlKnfshxl+312ooPisatWaKYMfeMpdCSEZHTA+ryh/HRL2FoShNg==\",\r\n \"containerName\": \"apimbackupcontainer\",\r\n \"backupName\": \"apimbackup.zip\"\r\n}", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "3ffcfb6b-6cfb-4684-b9de-6a61d48d0bfe" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "231" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3085,7 +3046,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899//operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3094,25 +3055,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b3d72ad5-fb95-43fd-8951-5de085bd3bc2" + "125c38be-96ef-4d70-a7cf-cf5f33b4ede1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11952" ], "x-ms-correlation-request-id": [ - "3f9fa0ba-6e99-4bcf-a458-f24c831af8c8" + "4ad0faf9-b9dc-4e92-9210-e574be18cd5c" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T231025Z:3f9fa0ba-6e99-4bcf-a458-f24c831af8c8" + "WESTCENTRALUS:20210502T094051Z:4ad0faf9-b9dc-4e92-9210-e574be18cd5c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:10:24 GMT" + "Sun, 02 May 2021 09:40:50 GMT" ], "Expires": [ "-1" @@ -3125,16 +3086,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899//operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9EazVYMUpsYzNSdmNtVmZZVFkzWkRsaFlXST0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3145,7 +3106,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3154,25 +3115,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1fbc9d8b-04f6-41c7-a5f9-e058be7e9003" + "38f30667-5a76-4f6a-9f99-1d3721515ce4" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11951" ], "x-ms-correlation-request-id": [ - "b90a2ab3-c1d5-48e5-b51c-0413bd7f2719" + "9a82ede6-4c6c-4723-891c-e6136b661352" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T231125Z:b90a2ab3-c1d5-48e5-b51c-0413bd7f2719" + "WESTCENTRALUS:20210502T094151Z:9a82ede6-4c6c-4723-891c-e6136b661352" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:11:24 GMT" + "Sun, 02 May 2021 09:41:51 GMT" ], "Expires": [ "-1" @@ -3185,16 +3146,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3205,7 +3166,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3214,25 +3175,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "86673d8f-72e4-4673-85ef-90c496236fd0" + "c91ef556-65b5-4e76-b9a8-6b6451a636f3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" + "11950" ], "x-ms-correlation-request-id": [ - "586364ec-3db1-4e9e-a815-a9c881713a13" + "3cfac021-2bf9-41c3-9590-b6e139a1a9db" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T231225Z:586364ec-3db1-4e9e-a815-a9c881713a13" + "WESTCENTRALUS:20210502T094251Z:3cfac021-2bf9-41c3-9590-b6e139a1a9db" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:12:25 GMT" + "Sun, 02 May 2021 09:42:50 GMT" ], "Expires": [ "-1" @@ -3245,16 +3206,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3265,7 +3226,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3274,25 +3235,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a655436e-af2e-4c38-ae36-ad4583d4dbd2" + "9de85359-984c-4a81-84df-1565ce0ef764" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" + "11949" ], "x-ms-correlation-request-id": [ - "0b887f80-26b4-4dcb-b2ed-555c15d4a3f4" + "2a37f2b6-f2fb-4623-b0af-92d1e5ed6484" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T231325Z:0b887f80-26b4-4dcb-b2ed-555c15d4a3f4" + "WESTCENTRALUS:20210502T094351Z:2a37f2b6-f2fb-4623-b0af-92d1e5ed6484" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:13:25 GMT" + "Sun, 02 May 2021 09:43:51 GMT" ], "Expires": [ "-1" @@ -3305,16 +3266,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3325,7 +3286,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3334,25 +3295,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "93348767-c4ed-436e-a530-849d7dc8772f" + "7c688b8e-e51f-48a2-bfc1-3b4bd1e9c818" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" + "11948" ], "x-ms-correlation-request-id": [ - "2fd5fcd7-c2bb-4a71-83b2-adc30d911f28" + "e3bbb74c-ef43-4fc5-a897-958405c46a10" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T231425Z:2fd5fcd7-c2bb-4a71-83b2-adc30d911f28" + "WESTCENTRALUS:20210502T094451Z:e3bbb74c-ef43-4fc5-a897-958405c46a10" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:14:25 GMT" + "Sun, 02 May 2021 09:44:51 GMT" ], "Expires": [ "-1" @@ -3365,16 +3326,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3385,7 +3346,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3394,25 +3355,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e84e39a4-9478-4f5f-ab51-e85cd9ac3873" + "657a4363-87ea-44ae-bf09-d59b5606d06b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" + "11947" ], "x-ms-correlation-request-id": [ - "2b9ce7ad-2c99-4a30-8f78-3c4b5306207a" + "47584d21-8fbd-4b24-9dfa-3cc0442f288c" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T231526Z:2b9ce7ad-2c99-4a30-8f78-3c4b5306207a" + "WESTCENTRALUS:20210502T094551Z:47584d21-8fbd-4b24-9dfa-3cc0442f288c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:15:25 GMT" + "Sun, 02 May 2021 09:45:51 GMT" ], "Expires": [ "-1" @@ -3425,16 +3386,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3445,7 +3406,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3454,25 +3415,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "aa0c91ba-8bb3-4969-b6b2-e7461a034ebe" + "6241aedd-424a-4078-b1da-9b85f5766c92" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" + "11946" ], "x-ms-correlation-request-id": [ - "e59718a7-95d5-40ac-b61b-89d0a915b946" + "6580a274-caed-4291-85de-475e13301ef5" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T231626Z:e59718a7-95d5-40ac-b61b-89d0a915b946" + "WESTCENTRALUS:20210502T094651Z:6580a274-caed-4291-85de-475e13301ef5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:16:26 GMT" + "Sun, 02 May 2021 09:46:51 GMT" ], "Expires": [ "-1" @@ -3485,16 +3446,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3505,7 +3466,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3514,25 +3475,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4175bfa4-9d00-4495-bfb5-44c4ce8312db" + "692baa52-6b81-4968-89c2-483aecd320e0" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" + "11945" ], "x-ms-correlation-request-id": [ - "5c8afe5c-e845-4019-b4c3-94c5d78e7b4f" + "0bded755-ce1d-4ca7-9c71-790b6826087a" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T231726Z:5c8afe5c-e845-4019-b4c3-94c5d78e7b4f" + "WESTCENTRALUS:20210502T094752Z:0bded755-ce1d-4ca7-9c71-790b6826087a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:17:26 GMT" + "Sun, 02 May 2021 09:47:51 GMT" ], "Expires": [ "-1" @@ -3545,16 +3506,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3565,7 +3526,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3574,25 +3535,1264 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "64e2e02e-0720-4fd3-82f3-5da8312667a7" + "968bf277-7160-4bd7-bec9-8f0d59081c0c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" + "11944" + ], + "x-ms-correlation-request-id": [ + "70a241b1-537f-4fa6-930e-77c5b1f861b3" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T094852Z:70a241b1-537f-4fa6-930e-77c5b1f861b3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 09:48:51 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "54b80532-ddc9-4efb-a06c-db4edb0f7a40" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11943" + ], + "x-ms-correlation-request-id": [ + "f06f903c-fd5c-42fd-a5b3-23dd4265e3ca" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T094952Z:f06f903c-fd5c-42fd-a5b3-23dd4265e3ca" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 09:49:51 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "33537c93-483c-49cb-a432-249f5e37cdb2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11942" + ], + "x-ms-correlation-request-id": [ + "aa3c29c3-3c21-436f-a188-6c0676d129e9" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T095052Z:aa3c29c3-3c21-436f-a188-6c0676d129e9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 09:50:51 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c9689ccc-1fce-4e33-814c-ef9ae65e60cb" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11941" + ], + "x-ms-correlation-request-id": [ + "fcb33046-7de1-4008-a16b-78c472bd16af" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T095152Z:fcb33046-7de1-4008-a16b-78c472bd16af" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 09:51:52 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQWN0X2Q4Y2Y4ZWRl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUVdOMFgyUTRZMlk0WldSbD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "b7937d6a-930d-4ebe-8a6b-ce7d9d523a21" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11940" + ], + "x-ms-correlation-request-id": [ + "a6ae0901-c222-429b-a3ef-5648450788fc" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T095252Z:a6ae0901-c222-429b-a3ef-5648450788fc" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 09:52:51 GMT" + ], + "Content-Length": [ + "2365" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219\",\r\n \"name\": \"sdktestapim4219\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHZ4g=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2021-05-02T08:52:41.5094437Z\",\r\n \"gatewayUrl\": \"https://sdktestapim4219.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim4219-westcentralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim4219.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim4219.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim4219.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim4219.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim4219.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.161.148.105\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": \"2019-01-01\"\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"e515faf5-a548-40b0-960f-64ebaaaa7ee6\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.Storage/checkNameAvailability?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAxNi0wNS0wMQ==", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"name\": \"sdkapimbackup6744\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ae87436a-f0f9-4a81-a73a-43cc1d611131" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/6.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "83" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "4bf44017-e7b1-4816-a48b-7a0158ed53a6" + ], + "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": [ + "68e23001-50f7-4127-bb7e-72203e8a9297" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T095253Z:68e23001-50f7-4127-bb7e-72203e8a9297" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 09:52:52 GMT" + ], + "Content-Length": [ + "22" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.Storage/storageAccounts/sdkapimbackup6744?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3Nka2FwaW1iYWNrdXA2NzQ0P2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"West Central US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eaf5e21a-1866-4107-a26c-00847b8bb806" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/6.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "105" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.Storage/locations/westcentralus/asyncoperations/d76ddb70-3a41-4b52-8a56-597ea70beb7a?monitor=true&api-version=2016-05-01" + ], + "Retry-After": [ + "17" + ], + "x-ms-request-id": [ + "d76ddb70-3a41-4b52-8a56-597ea70beb7a" + ], + "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": [ + "ea84eb5b-e658-4baa-b495-6da437838348" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T095256Z:ea84eb5b-e658-4baa-b495-6da437838348" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 09:52:56 GMT" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.Storage/locations/westcentralus/asyncoperations/d76ddb70-3a41-4b52-8a56-597ea70beb7a?monitor=true&api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9hc3luY29wZXJhdGlvbnMvZDc2ZGRiNzAtM2E0MS00YjUyLThhNTYtNTk3ZWE3MGJlYjdhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE2LTA1LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/6.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "487c7d1b-cd34-4451-b63a-2c587d8ab10c" + ], + "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": [ + "4ad02feb-2558-41da-a563-79438f95f77a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T095313Z:4ad02feb-2558-41da-a563-79438f95f77a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 09:53:13 GMT" + ], + "Content-Length": [ + "964" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.Storage/storageAccounts/sdkapimbackup6744\",\r\n \"name\": \"sdkapimbackup6744\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-05-02T09:52:54.7989782Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-05-02T09:52:54.7364877Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sdkapimbackup6744.blob.core.windows.net/\",\r\n \"queue\": \"https://sdkapimbackup6744.queue.core.windows.net/\",\r\n \"table\": \"https://sdkapimbackup6744.table.core.windows.net/\",\r\n \"file\": \"https://sdkapimbackup6744.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westcentralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus2\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.Storage/storageAccounts/sdkapimbackup6744/listKeys?api-version=2016-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3Nka2FwaW1iYWNrdXA2NzQ0L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTYtMDUtMDE=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9fed48e0-ab03-4a3e-845e-5f79f07d64fa" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.Storage.StorageManagementClient/6.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "e91c72c6-8733-400f-8b0c-fb87967ca529" + ], + "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-resource-requests": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "48fe7b3f-fe23-45e4-9692-2ee465d522d1" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T095314Z:48fe7b3f-fe23-45e4-9692-2ee465d522d1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 09:53:13 GMT" + ], + "Content-Length": [ + "288" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"V6Dcm0G+1DI5q+3qXUW3jczKuSdI7dRg/OkHnU/keck0ZsW17qMOrsWqXYfRvAE91MIUF7PJrvswIlmDDYwh1Q==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"NPhVZZuQgWk2w90+/bf36cMXslWPTlmVMzOYre5w2Ym51midDsZU+W8zJYaRU8ZJoCd7zJ4LbLWir3uO3fkOVQ==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/backup?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvYmFja3VwP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"storageAccount\": \"sdkapimbackup6744\",\r\n \"accessKey\": \"V6Dcm0G+1DI5q+3qXUW3jczKuSdI7dRg/OkHnU/keck0ZsW17qMOrsWqXYfRvAE91MIUF7PJrvswIlmDDYwh1Q==\",\r\n \"containerName\": \"apimbackupcontainer\",\r\n \"backupName\": \"apimbackup.zip\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "09ba4fbc-9b1f-4d9f-8da6-075aeb9a4d2c" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "231" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219//operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQmFja3VwXzc1ZTZlYWVh?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "20d7a6d0-b3dd-45ff-b270-88300e97eb8f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "f3e13e07-1b0c-4d72-850b-b105b095eee6" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T095314Z:f3e13e07-1b0c-4d72-850b-b105b095eee6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 09:53:14 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219//operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQmFja3VwXzc1ZTZlYWVh?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFF5TVRsZlFtRmphM1Z3WHpjMVpUWmxZV1ZoP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQmFja3VwXzc1ZTZlYWVh?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "bfb07327-c0dd-4dbe-80bf-1d8e2a99eb02" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "a7eb177e-d162-477c-b4aa-764743b0c394" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T095414Z:a7eb177e-d162-477c-b4aa-764743b0c394" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 09:54:14 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQmFja3VwXzc1ZTZlYWVh?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUW1GamEzVndYemMxWlRabFlXVmg/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQmFja3VwXzc1ZTZlYWVh?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "094c1380-91e8-4803-b59f-76d47a42016c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11940" + ], + "x-ms-correlation-request-id": [ + "5604fe5e-94ef-4c57-8673-3c3d4c702623" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T095514Z:5604fe5e-94ef-4c57-8673-3c3d4c702623" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 09:55:14 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQmFja3VwXzc1ZTZlYWVh?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUW1GamEzVndYemMxWlRabFlXVmg/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQmFja3VwXzc1ZTZlYWVh?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "e8935cc4-158f-4abc-bbce-f174609e7dea" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "dfb4c13b-bf53-4e54-a668-5ec9df32d676" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T095614Z:dfb4c13b-bf53-4e54-a668-5ec9df32d676" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 09:56:14 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQmFja3VwXzc1ZTZlYWVh?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUW1GamEzVndYemMxWlRabFlXVmg/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQmFja3VwXzc1ZTZlYWVh?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "3c8796dc-d7bf-4a64-ad60-f3e2919874c8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-correlation-request-id": [ + "cb06b795-0529-4bdb-99b0-5f3c7135436c" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T095714Z:cb06b795-0529-4bdb-99b0-5f3c7135436c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 09:57:14 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQmFja3VwXzc1ZTZlYWVh?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUW1GamEzVndYemMxWlRabFlXVmg/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQmFja3VwXzc1ZTZlYWVh?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "2745ea9b-9e1d-4551-ab48-fc294f2fa4c2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "b84776a7-c353-4589-9106-3ef18bdcb4a7" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T095815Z:b84776a7-c353-4589-9106-3ef18bdcb4a7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 09:58:14 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQmFja3VwXzc1ZTZlYWVh?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUW1GamEzVndYemMxWlRabFlXVmg/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQmFja3VwXzc1ZTZlYWVh?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "e06eb049-2671-45ca-9f9a-1cf96170bfd5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], + "x-ms-correlation-request-id": [ + "fafaddc0-4f95-4cf0-8c88-3c67b59cd111" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T095915Z:fafaddc0-4f95-4cf0-8c88-3c67b59cd111" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 09:59:14 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQmFja3VwXzc1ZTZlYWVh?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUW1GamEzVndYemMxWlRabFlXVmg/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQmFja3VwXzc1ZTZlYWVh?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "f56694c7-ea30-4883-b3a3-0686d1dd92e2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11940" + ], + "x-ms-correlation-request-id": [ + "41677e7c-fc5e-4ecf-a6e1-dd55bf5dce61" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T100015Z:41677e7c-fc5e-4ecf-a6e1-dd55bf5dce61" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 10:00:14 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQmFja3VwXzc1ZTZlYWVh?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUW1GamEzVndYemMxWlRabFlXVmg/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQmFja3VwXzc1ZTZlYWVh?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "58218d01-c29c-4d08-b6e8-58e8000c9351" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], + "x-ms-correlation-request-id": [ + "1a7a5cc3-b969-4474-9d4a-2518b3bab1cd" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T100115Z:1a7a5cc3-b969-4474-9d4a-2518b3bab1cd" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 10:01:14 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQmFja3VwXzc1ZTZlYWVh?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUW1GamEzVndYemMxWlRabFlXVmg/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "5b23b127-c444-4347-b15a-4eaac1ba5aed" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-correlation-request-id": [ + "d68cb787-282e-4d65-8cb0-3a5bfe3008eb" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T100215Z:d68cb787-282e-4d65-8cb0-3a5bfe3008eb" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 10:02:15 GMT" + ], + "Content-Length": [ + "2365" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219\",\r\n \"name\": \"sdktestapim4219\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHZ5U=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2021-05-02T08:52:41.5094437Z\",\r\n \"gatewayUrl\": \"https://sdktestapim4219.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim4219-westcentralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim4219.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim4219.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim4219.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim4219.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim4219.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.161.148.105\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": \"2019-01-01\"\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"e515faf5-a548-40b0-960f-64ebaaaa7ee6\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfQmFja3VwXzc1ZTZlYWVh?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmUW1GamEzVndYemMxWlRabFlXVmg/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "eea1ba7b-7e12-42cc-a57d-cc32623e6526" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "8c15d2b5-df65-472c-a540-02d375ad4eb9" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T100215Z:8c15d2b5-df65-472c-a540-02d375ad4eb9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 10:02:15 GMT" + ], + "Content-Length": [ + "2365" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219\",\r\n \"name\": \"sdktestapim4219\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHZ5U=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2021-05-02T08:52:41.5094437Z\",\r\n \"gatewayUrl\": \"https://sdktestapim4219.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim4219-westcentralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim4219.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim4219.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim4219.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim4219.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim4219.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.161.148.105\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": \"2019-01-01\"\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"e515faf5-a548-40b0-960f-64ebaaaa7ee6\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/restore?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvcmVzdG9yZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"storageAccount\": \"sdkapimbackup6744\",\r\n \"accessKey\": \"V6Dcm0G+1DI5q+3qXUW3jczKuSdI7dRg/OkHnU/keck0ZsW17qMOrsWqXYfRvAE91MIUF7PJrvswIlmDDYwh1Q==\",\r\n \"containerName\": \"apimbackupcontainer\",\r\n \"backupName\": \"apimbackup.zip\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b8029951-bcf6-4f23-8da2-ed6987130b83" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "231" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219//operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "53319d0b-fafe-4181-8d9d-0ab24ee87b8e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" ], "x-ms-correlation-request-id": [ - "cbf4ee67-5f9f-4f2a-8c92-21f550308316" + "844e5400-d3a0-4527-883f-e66a6a1c9c35" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T231827Z:cbf4ee67-5f9f-4f2a-8c92-21f550308316" + "WESTCENTRALUS:20210502T100215Z:844e5400-d3a0-4527-883f-e66a6a1c9c35" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:18:26 GMT" + "Sun, 02 May 2021 10:02:15 GMT" ], "Expires": [ "-1" @@ -3605,16 +4805,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219//operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFF5TVRsZlVtVnpkRzl5WlY4MU1URXdaVE0yWXc9PT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3625,7 +4825,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3634,25 +4834,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e593d6ad-47c7-4b3f-98d2-aa631fb55b13" + "fc9bac3a-c429-4637-8617-da5fd0f6a0b4" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" + "11936" ], "x-ms-correlation-request-id": [ - "55e3ecd4-a9a3-40d8-b524-d6ce1547a980" + "e30a461a-a114-4f41-b278-6985468d93f4" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T231927Z:55e3ecd4-a9a3-40d8-b524-d6ce1547a980" + "WESTCENTRALUS:20210502T100315Z:e30a461a-a114-4f41-b278-6985468d93f4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:19:27 GMT" + "Sun, 02 May 2021 10:03:15 GMT" ], "Expires": [ "-1" @@ -3665,16 +4865,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3685,7 +4885,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3694,25 +4894,85 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1cfd1178-5efd-44f5-8745-631eba4317be" + "451d7d65-e2c2-4646-b03a-66faea599a3e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" + "11935" + ], + "x-ms-correlation-request-id": [ + "47737da2-160a-423e-8a17-d63703e46629" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T100416Z:47737da2-160a-423e-8a17-d63703e46629" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 10:04:15 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "9aae25d3-20c7-4629-b1a4-f842eac6c43f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" + ], "x-ms-correlation-request-id": [ - "318ab209-ebf5-4901-a4cf-9c87126ea10b" + "269e5a0c-446d-4c7d-adb9-fb48baeeed67" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T232027Z:318ab209-ebf5-4901-a4cf-9c87126ea10b" + "WESTCENTRALUS:20210502T100516Z:269e5a0c-446d-4c7d-adb9-fb48baeeed67" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:20:26 GMT" + "Sun, 02 May 2021 10:05:15 GMT" ], "Expires": [ "-1" @@ -3725,16 +4985,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3745,7 +5005,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3754,25 +5014,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "799dfa1e-d04e-4693-a3c0-eccb59e776f3" + "d15ab879-d131-40a4-a2e4-9ef2b0a11494" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" + "11938" ], "x-ms-correlation-request-id": [ - "2a00b8a2-73fd-4e34-a003-f8c90f63ab67" + "a30b76bb-e176-4fb3-aa68-90d9b2304184" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T232127Z:2a00b8a2-73fd-4e34-a003-f8c90f63ab67" + "WESTCENTRALUS:20210502T100616Z:a30b76bb-e176-4fb3-aa68-90d9b2304184" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:21:27 GMT" + "Sun, 02 May 2021 10:06:15 GMT" ], "Expires": [ "-1" @@ -3785,16 +5045,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3805,7 +5065,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3814,25 +5074,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5b4b9cf9-cae7-4198-9766-f68d22b0fa44" + "c4b43e6d-c41c-468b-99bc-be287e99b435" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" + "11937" ], "x-ms-correlation-request-id": [ - "da50198b-2b83-4ecf-aeb1-6d666f54bcd7" + "809b649a-b624-4795-a80f-22fab1365ab8" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T232228Z:da50198b-2b83-4ecf-aeb1-6d666f54bcd7" + "WESTCENTRALUS:20210502T100716Z:809b649a-b624-4795-a80f-22fab1365ab8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:22:27 GMT" + "Sun, 02 May 2021 10:07:16 GMT" ], "Expires": [ "-1" @@ -3845,16 +5105,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3865,7 +5125,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3874,25 +5134,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "147732bd-43b6-467a-896e-bc59bb2425e4" + "f7786ac4-2998-4c6d-9f3d-8814057f677c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" + "11936" ], "x-ms-correlation-request-id": [ - "19c2f524-85d3-4a90-9863-c7e7562aca9a" + "98e80d04-cce4-4fef-b4d9-4c479f1e03c4" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T232328Z:19c2f524-85d3-4a90-9863-c7e7562aca9a" + "WESTCENTRALUS:20210502T100816Z:98e80d04-cce4-4fef-b4d9-4c479f1e03c4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:23:28 GMT" + "Sun, 02 May 2021 10:08:16 GMT" ], "Expires": [ "-1" @@ -3905,16 +5165,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3925,7 +5185,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3934,25 +5194,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0f115b41-26a3-4fd7-9c67-67f2524c063b" + "03eaa618-1152-4c53-b815-d5d50ab0c462" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11944" + "11935" ], "x-ms-correlation-request-id": [ - "5a48d1bf-e3db-4d60-992d-f04fc0310d2f" + "bfdce316-d06f-41e2-bf15-c8f86a27d164" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T232428Z:5a48d1bf-e3db-4d60-992d-f04fc0310d2f" + "WESTCENTRALUS:20210502T100916Z:bfdce316-d06f-41e2-bf15-c8f86a27d164" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:24:28 GMT" + "Sun, 02 May 2021 10:09:16 GMT" ], "Expires": [ "-1" @@ -3965,16 +5225,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3985,7 +5245,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3994,25 +5254,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d1cada41-499f-43ae-8044-177f5e9ba7e6" + "01e0e934-f2d1-4c76-9b9c-43ca3d7c6225" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" + "11939" ], "x-ms-correlation-request-id": [ - "f269c2a1-eac4-414c-a4f0-c01d8d9c37d1" + "6e3acd8c-6cb3-4002-85f5-d00533cbd817" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T232529Z:f269c2a1-eac4-414c-a4f0-c01d8d9c37d1" + "WESTCENTRALUS:20210502T101016Z:6e3acd8c-6cb3-4002-85f5-d00533cbd817" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:25:28 GMT" + "Sun, 02 May 2021 10:10:16 GMT" ], "Expires": [ "-1" @@ -4025,16 +5285,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4045,7 +5305,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4054,25 +5314,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "86cd2261-1757-4d32-b098-d78ec8a6e049" + "a435d19a-97b9-418e-89a1-31201625b639" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11942" + "11938" ], "x-ms-correlation-request-id": [ - "b343297a-090c-4764-9858-8a892c3d585c" + "e01b6400-5a09-49c6-b910-6c0f87df7589" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T232629Z:b343297a-090c-4764-9858-8a892c3d585c" + "WESTCENTRALUS:20210502T101116Z:e01b6400-5a09-49c6-b910-6c0f87df7589" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:26:29 GMT" + "Sun, 02 May 2021 10:11:16 GMT" ], "Expires": [ "-1" @@ -4085,16 +5345,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4105,7 +5365,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4114,25 +5374,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3f48456d-c1e1-4a8d-bd70-a221bbcfc085" + "99f2e8e7-3120-49e8-8642-ebbabad0a9e2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11941" + "11937" ], "x-ms-correlation-request-id": [ - "76a60b0e-54ef-4f77-82e2-a4691a0de9ef" + "2b9b2d99-f408-4141-9ddc-0dbcd0182e97" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T232729Z:76a60b0e-54ef-4f77-82e2-a4691a0de9ef" + "WESTCENTRALUS:20210502T101216Z:2b9b2d99-f408-4141-9ddc-0dbcd0182e97" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:27:29 GMT" + "Sun, 02 May 2021 10:12:15 GMT" ], "Expires": [ "-1" @@ -4145,16 +5405,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4165,7 +5425,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4174,25 +5434,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cdb73b91-e964-4b76-9347-489d1850c8eb" + "c09b6f48-75bd-4c19-ad5f-91a5512eb0e8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11940" + "11936" ], "x-ms-correlation-request-id": [ - "9852a7b9-a1f3-4d25-8364-206b07e10527" + "87c58373-0539-4505-b601-4cb31195d6be" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T232830Z:9852a7b9-a1f3-4d25-8364-206b07e10527" + "WESTCENTRALUS:20210502T101317Z:87c58373-0539-4505-b601-4cb31195d6be" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:28:29 GMT" + "Sun, 02 May 2021 10:13:16 GMT" ], "Expires": [ "-1" @@ -4205,16 +5465,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4225,7 +5485,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4234,25 +5494,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9e8ec13a-64f8-4e00-b82a-4789eb1a6e7f" + "6b759fc4-3256-44e3-a30e-8778d46a53d2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11939" + "11935" ], "x-ms-correlation-request-id": [ - "6c1e25e9-ffaf-43fd-96be-15bfda9db9b4" + "c714a2f7-95be-4895-bbe8-d88139ae37f4" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T232930Z:6c1e25e9-ffaf-43fd-96be-15bfda9db9b4" + "WESTCENTRALUS:20210502T101417Z:c714a2f7-95be-4895-bbe8-d88139ae37f4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:29:29 GMT" + "Sun, 02 May 2021 10:14:16 GMT" ], "Expires": [ "-1" @@ -4265,16 +5525,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4285,7 +5545,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4294,7 +5554,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "65f50331-129d-4393-9d76-e904317bd0ca" + "71ebeb23-417e-43bb-bf44-c2de0cd20c8e" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -4303,16 +5563,16 @@ "11939" ], "x-ms-correlation-request-id": [ - "11522066-f817-48a8-961e-9d46cc4789d3" + "522c63a9-047e-48da-836e-d3015c4b6cf3" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T233030Z:11522066-f817-48a8-961e-9d46cc4789d3" + "WESTCENTRALUS:20210502T101517Z:522c63a9-047e-48da-836e-d3015c4b6cf3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:30:29 GMT" + "Sun, 02 May 2021 10:15:17 GMT" ], "Expires": [ "-1" @@ -4325,16 +5585,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4345,7 +5605,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4354,7 +5614,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1d628cd1-1401-4a12-b222-ec91b094a8c5" + "0c449e48-b125-4ddb-ab76-4ec5dffc9dfa" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -4363,16 +5623,16 @@ "11938" ], "x-ms-correlation-request-id": [ - "2934a0f4-152d-432e-99bd-d311b0805f37" + "fc14e029-8aad-4b74-8df9-7bd2571b2ec8" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T233130Z:2934a0f4-152d-432e-99bd-d311b0805f37" + "WESTCENTRALUS:20210502T101617Z:fc14e029-8aad-4b74-8df9-7bd2571b2ec8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:31:30 GMT" + "Sun, 02 May 2021 10:16:17 GMT" ], "Expires": [ "-1" @@ -4385,16 +5645,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4405,7 +5665,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4414,7 +5674,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9ab63f35-4ba6-4207-a156-e53aa3b0aa3e" + "55d4ba0e-f593-4116-be82-e9171e9d2f49" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -4423,16 +5683,16 @@ "11937" ], "x-ms-correlation-request-id": [ - "04066233-672d-4dad-bae9-4e680b9f4333" + "92f32062-8408-4ec2-a5a5-775298ba3b1c" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T233231Z:04066233-672d-4dad-bae9-4e680b9f4333" + "WESTCENTRALUS:20210502T101717Z:92f32062-8408-4ec2-a5a5-775298ba3b1c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:32:30 GMT" + "Sun, 02 May 2021 10:17:16 GMT" ], "Expires": [ "-1" @@ -4445,16 +5705,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4465,7 +5725,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4474,7 +5734,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6a7b1fa2-98b7-4ad3-b01d-9c0a494a15d0" + "9d0d18e5-d3f3-463c-8599-adce8177aa87" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -4483,16 +5743,16 @@ "11936" ], "x-ms-correlation-request-id": [ - "4d6fdac9-30ea-4945-8e3f-d676bb04f47e" + "33f54bb1-c6f8-4979-89c7-889694ad5fbc" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T233331Z:4d6fdac9-30ea-4945-8e3f-d676bb04f47e" + "WESTCENTRALUS:20210502T101817Z:33f54bb1-c6f8-4979-89c7-889694ad5fbc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:33:31 GMT" + "Sun, 02 May 2021 10:18:17 GMT" ], "Expires": [ "-1" @@ -4505,16 +5765,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4525,7 +5785,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4534,7 +5794,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6bd272a3-ff38-4544-ae0d-76e3755de659" + "ff086617-49b2-4080-9c66-b5142b4e9d49" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -4543,16 +5803,16 @@ "11935" ], "x-ms-correlation-request-id": [ - "c6733077-807e-4983-a7a0-d0eac91be0eb" + "14105085-6d10-4bd9-874e-cf4e1f405a2c" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T233431Z:c6733077-807e-4983-a7a0-d0eac91be0eb" + "WESTCENTRALUS:20210502T101917Z:14105085-6d10-4bd9-874e-cf4e1f405a2c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:34:31 GMT" + "Sun, 02 May 2021 10:19:17 GMT" ], "Expires": [ "-1" @@ -4565,16 +5825,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4585,7 +5845,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4594,7 +5854,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4044997d-e778-4c58-bfaf-87a879e27a84" + "c85e3238-a1b3-4bd9-9d9d-2991eddda617" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -4603,16 +5863,16 @@ "11939" ], "x-ms-correlation-request-id": [ - "46ecb44f-f960-4504-9f0e-842aa0bdbde3" + "85716253-0d86-47c5-8340-3561c697acb6" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T233532Z:46ecb44f-f960-4504-9f0e-842aa0bdbde3" + "WESTCENTRALUS:20210502T102017Z:85716253-0d86-47c5-8340-3561c697acb6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:35:31 GMT" + "Sun, 02 May 2021 10:20:17 GMT" ], "Expires": [ "-1" @@ -4625,16 +5885,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4645,7 +5905,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4654,7 +5914,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0d3962f7-6d74-43a2-bd85-5f2eff02840d" + "99f61c3d-cbf0-46f6-a000-56a28754fe14" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -4663,16 +5923,16 @@ "11938" ], "x-ms-correlation-request-id": [ - "a189a129-97b3-41bf-b3a4-32e2b4e35523" + "88bd69ac-7522-4f11-a988-3a3cb89b8169" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T233632Z:a189a129-97b3-41bf-b3a4-32e2b4e35523" + "WESTCENTRALUS:20210502T102118Z:88bd69ac-7522-4f11-a988-3a3cb89b8169" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:36:31 GMT" + "Sun, 02 May 2021 10:21:17 GMT" ], "Expires": [ "-1" @@ -4685,16 +5945,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4705,7 +5965,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4714,7 +5974,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "70d80e56-0016-4899-9a98-5c7bd90c3169" + "1cd37c71-ac0c-4011-9a82-79cb0557f1a4" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -4723,16 +5983,16 @@ "11937" ], "x-ms-correlation-request-id": [ - "2ed2bb69-e1c9-4bf5-9204-9be04c59ac3e" + "1b5c37ce-1e85-48ba-aedf-1479328453c8" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T233732Z:2ed2bb69-e1c9-4bf5-9204-9be04c59ac3e" + "WESTCENTRALUS:20210502T102218Z:1b5c37ce-1e85-48ba-aedf-1479328453c8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:37:31 GMT" + "Sun, 02 May 2021 10:22:17 GMT" ], "Expires": [ "-1" @@ -4745,16 +6005,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4765,7 +6025,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4774,7 +6034,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8f017cbd-af24-4705-80c8-13fa889cd451" + "4b88428f-7c8b-4bb8-b6b6-3789b04c16f7" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -4783,16 +6043,16 @@ "11936" ], "x-ms-correlation-request-id": [ - "1d670f20-1c0f-434c-acef-4a2d61bb7a0d" + "4dc9af3a-f062-4df0-a956-7b39d6819c33" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T233832Z:1d670f20-1c0f-434c-acef-4a2d61bb7a0d" + "WESTCENTRALUS:20210502T102318Z:4dc9af3a-f062-4df0-a956-7b39d6819c33" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:38:32 GMT" + "Sun, 02 May 2021 10:23:18 GMT" ], "Expires": [ "-1" @@ -4805,16 +6065,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4825,7 +6085,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4834,7 +6094,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6dc4c0a8-fa95-4edb-a216-01e97228039d" + "5d79af23-627b-4359-a90d-26c9dc17a302" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -4843,16 +6103,16 @@ "11935" ], "x-ms-correlation-request-id": [ - "d4f4ca06-4bf3-4a6d-a51d-afcecfec2115" + "d1af9144-0c49-4c91-9857-ac3ed52825fd" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T233933Z:d4f4ca06-4bf3-4a6d-a51d-afcecfec2115" + "WESTCENTRALUS:20210502T102418Z:d1af9144-0c49-4c91-9857-ac3ed52825fd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:39:32 GMT" + "Sun, 02 May 2021 10:24:17 GMT" ], "Expires": [ "-1" @@ -4865,16 +6125,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4885,7 +6145,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4894,7 +6154,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3d015941-6407-49e1-b539-6eec508492f3" + "48fe1b79-c9c8-4754-a079-1c87134e67ea" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -4903,16 +6163,16 @@ "11939" ], "x-ms-correlation-request-id": [ - "42d16d02-443f-4b54-a967-a729c358026f" + "47713de9-b0a1-4e18-850c-727e8512156e" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T234033Z:42d16d02-443f-4b54-a967-a729c358026f" + "WESTCENTRALUS:20210502T102518Z:47713de9-b0a1-4e18-850c-727e8512156e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:40:33 GMT" + "Sun, 02 May 2021 10:25:18 GMT" ], "Expires": [ "-1" @@ -4925,16 +6185,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4945,7 +6205,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4954,7 +6214,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3330f4a1-6690-46a7-87b9-a3fdaad30e33" + "a1abfdc4-95da-4263-8120-dfa7dbb80822" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -4963,16 +6223,16 @@ "11938" ], "x-ms-correlation-request-id": [ - "1bf55fb8-91a5-4f55-bd91-703e8d9a5e47" + "7212d1da-d526-4740-bde7-7ee7603dfd0b" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T234134Z:1bf55fb8-91a5-4f55-bd91-703e8d9a5e47" + "WESTCENTRALUS:20210502T102618Z:7212d1da-d526-4740-bde7-7ee7603dfd0b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:41:33 GMT" + "Sun, 02 May 2021 10:26:18 GMT" ], "Expires": [ "-1" @@ -4985,16 +6245,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -5005,7 +6265,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -5014,7 +6274,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a635647a-2245-44ea-bb47-1ae00f030d6c" + "e74406fc-c8e5-43e4-be68-96bdb84bf2cb" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -5023,16 +6283,16 @@ "11937" ], "x-ms-correlation-request-id": [ - "572c463e-fa82-4ad0-a69f-f7159b0a6e49" + "58335e6f-41dc-4a2f-8553-f51ed836c5fa" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T234234Z:572c463e-fa82-4ad0-a69f-f7159b0a6e49" + "WESTCENTRALUS:20210502T102718Z:58335e6f-41dc-4a2f-8553-f51ed836c5fa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:42:33 GMT" + "Sun, 02 May 2021 10:27:17 GMT" ], "Expires": [ "-1" @@ -5045,16 +6305,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -5065,7 +6325,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -5074,7 +6334,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ed151f37-0c83-4167-90a9-a60a54361166" + "6cbd3dbe-95c5-4569-8542-14a215483ec1" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -5083,16 +6343,16 @@ "11936" ], "x-ms-correlation-request-id": [ - "701f390a-a491-430c-8cdf-3c823e016cd1" + "349eb00c-ff18-4afa-8a80-42d2f6eba83e" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T234334Z:701f390a-a491-430c-8cdf-3c823e016cd1" + "WESTCENTRALUS:20210502T102819Z:349eb00c-ff18-4afa-8a80-42d2f6eba83e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:43:34 GMT" + "Sun, 02 May 2021 10:28:18 GMT" ], "Expires": [ "-1" @@ -5105,16 +6365,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -5125,7 +6385,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -5134,7 +6394,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a153ba89-4620-4ee5-a688-91e3a3daedd1" + "f234edb5-c507-4f44-a1aa-c9903b099943" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -5143,16 +6403,16 @@ "11935" ], "x-ms-correlation-request-id": [ - "b4fa3329-e369-472a-a71a-1d36dc801b72" + "f062b497-220b-4916-9613-d571e2100a1c" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T234435Z:b4fa3329-e369-472a-a71a-1d36dc801b72" + "WESTCENTRALUS:20210502T102919Z:f062b497-220b-4916-9613-d571e2100a1c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:44:34 GMT" + "Sun, 02 May 2021 10:29:18 GMT" ], "Expires": [ "-1" @@ -5165,16 +6425,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -5184,11 +6444,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e3ec8e12-cd2f-4984-9dea-6be0cf334471" + "9f0e9f88-d460-4733-9aca-d0a4f88b8691" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -5197,19 +6463,133 @@ "11939" ], "x-ms-correlation-request-id": [ - "1ca1f65b-a20b-43bf-b338-b3d4c2930d2e" + "6a1c0a86-71af-4da0-89dd-5a529503627a" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T103019Z:6a1c0a86-71af-4da0-89dd-5a529503627a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 10:30:18 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "fc64e290-bcee-43dd-82fa-d6e7c275961d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], + "x-ms-correlation-request-id": [ + "8579020a-b894-4b7e-9b60-9a49e4e1bac5" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T103119Z:8579020a-b894-4b7e-9b60-9a49e4e1bac5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 10:31:18 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "1f2d10bf-d52c-4136-807c-d84581f0d87f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11937" + ], + "x-ms-correlation-request-id": [ + "f165bad7-c1bb-4c6a-a4b3-b1bfb384f339" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T234535Z:1ca1f65b-a20b-43bf-b338-b3d4c2930d2e" + "WESTCENTRALUS:20210502T103219Z:f165bad7-c1bb-4c6a-a4b3-b1bfb384f339" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:45:35 GMT" + "Sun, 02 May 2021 10:32:19 GMT" ], "Content-Length": [ - "2185" + "2365" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5218,20 +6598,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899\",\r\n \"name\": \"sdktestapim899\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAECLs=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-03-26T22:28:50.1191475Z\",\r\n \"gatewayUrl\": \"https://sdktestapim899.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim899-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim899.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim899.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim899.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim899.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim899.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"40.69.137.81\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": \"2019-01-01\"\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219\",\r\n \"name\": \"sdktestapim4219\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHZ6E=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2021-05-02T08:52:41.5094437Z\",\r\n \"gatewayUrl\": \"https://sdktestapim4219.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim4219-westcentralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim4219.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim4219.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim4219.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim4219.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim4219.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.161.148.105\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": \"2019-01-01\"\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"e515faf5-a548-40b0-960f-64ebaaaa7ee6\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltODk5X1Jlc3RvcmVfYTY3ZDlhYWI=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1MDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04OTkvb3BlcmF0aW9ucmVzdWx0cy9ZMlZ1ZEhKaGJIVnpPbk5rYTNSbGMzUmhjR2x0T0RrNVgxSmxjM1J2Y21WZllUWTNaRGxoWVdJPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQyMTlfUmVzdG9yZV81MTEwZTM2Yw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTQyMTkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEdObGJuUnlZV3gxY3pwelpHdDBaWE4wWVhCcGJUUXlNVGxmVW1WemRHOXlaVjgxTVRFd1pUTTJZdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -5245,28 +6625,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "445b5410-83d2-427d-85c3-1a50997e98fb" + "3c45fda6-df2b-4f10-8fa5-70fe2a298090" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11938" + "11936" ], "x-ms-correlation-request-id": [ - "20690c0c-fc1b-479b-b80c-9816d37c0943" + "0c0622c5-1dd6-48b8-9b6b-705bef359fd4" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T234535Z:20690c0c-fc1b-479b-b80c-9816d37c0943" + "WESTCENTRALUS:20210502T103219Z:0c0622c5-1dd6-48b8-9b6b-705bef359fd4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:45:35 GMT" + "Sun, 02 May 2021 10:32:19 GMT" ], "Content-Length": [ - "2185" + "2365" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5275,17 +6655,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2501/providers/Microsoft.ApiManagement/service/sdktestapim899\",\r\n \"name\": \"sdktestapim899\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAECLs=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-03-26T22:28:50.1191475Z\",\r\n \"gatewayUrl\": \"https://sdktestapim899.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim899-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim899.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim899.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim899.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim899.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim899.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"40.69.137.81\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": \"2019-01-01\"\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg258/providers/Microsoft.ApiManagement/service/sdktestapim4219\",\r\n \"name\": \"sdktestapim4219\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHZ6E=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2021-05-02T08:52:41.5094437Z\",\r\n \"gatewayUrl\": \"https://sdktestapim4219.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim4219-westcentralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim4219.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim4219.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim4219.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim4219.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim4219.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.161.148.105\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": \"2019-01-01\"\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"e515faf5-a548-40b0-960f-64ebaaaa7ee6\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 } ], "Names": { "Initialize": [ - "sdktestapim899", - "sdktestrg2501" + "sdktestapim4219", + "sdktestrg258" ], "BackupAndRestoreService": [ - "sdkapimbackup6220" + "sdkapimbackup6744" ] }, "Variables": { @@ -5293,8 +6673,8 @@ "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", - "ServiceName": "sdktestapim899", - "Location": "Central US", - "ResourceGroup": "sdktestrg2501" + "ServiceName": "sdktestapim4219", + "Location": "West Central US", + "ResourceGroup": "sdktestrg258" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/CreateInVirtualNetworkTests.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/CreateInVirtualNetworkTests.json index 5abe9735f47e6..56e60d3e4773a 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/CreateInVirtualNetworkTests.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/CreateInVirtualNetworkTests.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "668a9d5a-7148-47c4-8016-065f5186a594" + "2413821e-917b-4a50-8c12-5baa76f18e4f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "60456a4d-d27c-460c-8edc-cf7c389d0f23" + "490d48f4-3777-4144-ab6a-a6371c7f13d1" ], "x-ms-correlation-request-id": [ - "60456a4d-d27c-460c-8edc-cf7c389d0f23" + "490d48f4-3777-4144-ab6a-a6371c7f13d1" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T203622Z:60456a4d-d27c-460c-8edc-cf7c389d0f23" + "WESTUS:20210502T065620Z:490d48f4-3777-4144-ab6a-a6371c7f13d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:36:21 GMT" + "Sun, 02 May 2021 06:56:19 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,35 +54,35 @@ "-1" ], "Content-Length": [ - "2221" + "5694" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement\",\r\n \"namespace\": \"Microsoft.ApiManagement\",\r\n \"authorization\": {\r\n \"applicationId\": \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\",\r\n \"roleDefinitionId\": \"e263b525-2e60-4418-b655-420bae0b172e\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"service\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"validateServiceName\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reportFeedback\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFeedbackRequired\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement\",\r\n \"namespace\": \"Microsoft.ApiManagement\",\r\n \"authorization\": {\r\n \"applicationId\": \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\",\r\n \"roleDefinitionId\": \"e263b525-2e60-4418-b655-420bae0b172e\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"service\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"deletedServices\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deletedServices\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateServiceName\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reportFeedback\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFeedbackRequired\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDomainOwnershipIdentifier\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg2848?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlZ3JvdXBzL3Nka3Rlc3RyZzI4NDg/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg4456?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlZ3JvdXBzL3Nka3Rlc3RyZzQ0NTY/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US\"\r\n}", + "RequestBody": "{\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a7ba6416-6641-4d7d-9a6e-142ee9541e55" + "ea9a32cd-bfab-4580-aa82-2689366d72ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "32" + "37" ] }, "ResponseHeaders": { @@ -96,13 +96,13 @@ "1199" ], "x-ms-request-id": [ - "3a9898ee-f483-400f-a0f3-35e4c6b9765e" + "42639ef3-8f92-45a6-9376-d300475f6560" ], "x-ms-correlation-request-id": [ - "3a9898ee-f483-400f-a0f3-35e4c6b9765e" + "42639ef3-8f92-45a6-9376-d300475f6560" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T203623Z:3a9898ee-f483-400f-a0f3-35e4c6b9765e" + "WESTUS:20210502T065621Z:42639ef3-8f92-45a6-9376-d300475f6560" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:36:23 GMT" + "Sun, 02 May 2021 06:56:20 GMT" ], "Content-Length": [ - "182" + "186" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,32 +123,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848\",\r\n \"name\": \"sdktestrg2848\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456\",\r\n \"name\": \"sdktestrg4456\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.Network/virtualNetworks/apimvnet8204?api-version=2017-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9hcGltdm5ldDgyMDQ/YXBpLXZlcnNpb249MjAxNy0wMy0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.Network/virtualNetworks/apimvnet9451?api-version=2017-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9hcGltdm5ldDk0NTE/YXBpLXZlcnNpb249MjAxNy0wMy0wMQ==", "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.1.0/24\"\r\n },\r\n \"name\": \"apimsubnet8429\"\r\n }\r\n ]\r\n },\r\n \"location\": \"Central US\"\r\n}", + "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.1.0/24\"\r\n },\r\n \"name\": \"apimsubnet2825\"\r\n }\r\n ]\r\n },\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e8eadd03-37e0-4b89-9907-8ab1e0190769" + "b272a704-48c8-4882-8266-06cde63e7937" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.Network.NetworkManagementClient/10.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "304" + "309" ] }, "ResponseHeaders": { @@ -162,19 +162,19 @@ "3" ], "x-ms-request-id": [ - "37cd68f4-05a3-4df2-8027-12921439cb51" + "aff6091c-45af-4ff6-9937-a858c923a064" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.Network/locations/centralus/operations/37cd68f4-05a3-4df2-8027-12921439cb51?api-version=2017-03-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.Network/locations/westcentralus/operations/aff6091c-45af-4ff6-9937-a858c923a064?api-version=2017-03-01" ], "x-ms-correlation-request-id": [ - "36debfc6-3604-471e-b260-494120f580dd" + "f40ced00-b7fb-4eba-8df2-2c233895ea73" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "37045a11-0afd-4ab9-82be-87530c42b0ff" + "5833ea5c-f6c0-425f-8b61-8d5af948b8dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -187,16 +187,16 @@ "1199" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T203626Z:36debfc6-3604-471e-b260-494120f580dd" + "WESTUS:20210502T065623Z:f40ced00-b7fb-4eba-8df2-2c233895ea73" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:36:25 GMT" + "Sun, 02 May 2021 06:56:23 GMT" ], "Content-Length": [ - "1067" + "1071" ], "Content-Type": [ "application/json; charset=utf-8" @@ -205,19 +205,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"apimvnet8204\",\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.Network/virtualNetworks/apimvnet8204\",\r\n \"etag\": \"W/\\\"6091f381-abd8-4456-ba37-3e565b96e894\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"cf6e5b93-152a-420c-8eca-8018040bd4b0\",\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\": \"apimsubnet8429\",\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.Network/virtualNetworks/apimvnet8204/subnets/apimsubnet8429\",\r\n \"etag\": \"W/\\\"6091f381-abd8-4456-ba37-3e565b96e894\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"apimvnet9451\",\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.Network/virtualNetworks/apimvnet9451\",\r\n \"etag\": \"W/\\\"4bceaa47-d38d-42c5-91b7-53a6ffc6a391\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8378b838-1965-45ab-8793-78e6ea6ec137\",\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\": \"apimsubnet2825\",\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.Network/virtualNetworks/apimvnet9451/subnets/apimsubnet2825\",\r\n \"etag\": \"W/\\\"4bceaa47-d38d-42c5-91b7-53a6ffc6a391\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.Network/locations/centralus/operations/37cd68f4-05a3-4df2-8027-12921439cb51?api-version=2017-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvY2VudHJhbHVzL29wZXJhdGlvbnMvMzdjZDY4ZjQtMDVhMy00ZGYyLTgwMjctMTI5MjE0MzljYjUxP2FwaS12ZXJzaW9uPTIwMTctMDMtMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.Network/locations/westcentralus/operations/aff6091c-45af-4ff6-9937-a858c923a064?api-version=2017-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdGNlbnRyYWx1cy9vcGVyYXRpb25zL2FmZjYwOTFjLTQ1YWYtNGZmNi05OTM3LWE4NThjOTIzYTA2ND9hcGktdmVyc2lvbj0yMDE3LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.Network.NetworkManagementClient/10.0.0.0" ] }, @@ -228,17 +228,14 @@ "Pragma": [ "no-cache" ], - "Retry-After": [ - "10" - ], "x-ms-request-id": [ - "93d6294e-7b5c-401a-8780-0a501d9b1b06" + "63d87e13-3b9d-490e-bd87-b0a46a46ad06" ], "x-ms-correlation-request-id": [ - "5964f3b9-a4ad-4084-8749-889e9012a618" + "16202ec9-0304-44de-af98-81aab887d8fa" ], "x-ms-arm-service-request-id": [ - "2b3c77d9-a48f-4e08-8479-628f2d98dbef" + "cc7c2c1c-4b5b-4d62-9c3e-e4d7ddac8986" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -251,138 +248,13 @@ "11999" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T203629Z:5964f3b9-a4ad-4084-8749-889e9012a618" + "WESTUS:20210502T065627Z:16202ec9-0304-44de-af98-81aab887d8fa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:36:28 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.Network/locations/centralus/operations/37cd68f4-05a3-4df2-8027-12921439cb51?api-version=2017-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvY2VudHJhbHVzL29wZXJhdGlvbnMvMzdjZDY4ZjQtMDVhMy00ZGYyLTgwMjctMTI5MjE0MzljYjUxP2FwaS12ZXJzaW9uPTIwMTctMDMtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/10.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "10" - ], - "x-ms-request-id": [ - "4cbf0ae7-a8b5-4a4b-8142-0709ed23cefb" - ], - "x-ms-correlation-request-id": [ - "47d27754-e1c5-48b7-999d-839f33ba8a85" - ], - "x-ms-arm-service-request-id": [ - "f76d6f20-ae69-49a5-826e-5e0639a27cc5" - ], - "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": [ - "WESTUS:20200326T203639Z:47d27754-e1c5-48b7-999d-839f33ba8a85" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 20:36:38 GMT" - ], - "Content-Length": [ - "30" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.Network/locations/centralus/operations/37cd68f4-05a3-4df2-8027-12921439cb51?api-version=2017-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvY2VudHJhbHVzL29wZXJhdGlvbnMvMzdjZDY4ZjQtMDVhMy00ZGYyLTgwMjctMTI5MjE0MzljYjUxP2FwaS12ZXJzaW9uPTIwMTctMDMtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Network.NetworkManagementClient/10.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "824db5e6-0149-48bc-8cc8-b7a381ba877c" - ], - "x-ms-correlation-request-id": [ - "e949eee3-afaf-421f-a604-4216edf46df3" - ], - "x-ms-arm-service-request-id": [ - "7e27de68-ab0a-4d9c-97ea-2c5ec28c3e3f" - ], - "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": [ - "WESTUS:20200326T203649Z:e949eee3-afaf-421f-a604-4216edf46df3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 20:36:48 GMT" + "Sun, 02 May 2021 06:56:26 GMT" ], "Content-Length": [ "29" @@ -398,15 +270,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.Network/virtualNetworks/apimvnet8204?api-version=2017-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9hcGltdm5ldDgyMDQ/YXBpLXZlcnNpb249MjAxNy0wMy0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.Network/virtualNetworks/apimvnet9451?api-version=2017-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9hcGltdm5ldDk0NTE/YXBpLXZlcnNpb249MjAxNy0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.Network.NetworkManagementClient/10.0.0.0" ] }, @@ -418,16 +290,16 @@ "no-cache" ], "ETag": [ - "W/\"8681f7e8-10a0-484e-bda1-a68c8e4d464a\"" + "W/\"1a8ae8f8-3533-4458-aff1-58bc2426cb82\"" ], "x-ms-request-id": [ - "6e89cb6f-3adf-487c-add5-b9a0f4ef4c1b" + "ecf38cad-f4e7-457f-ab40-f982c7500780" ], "x-ms-correlation-request-id": [ - "ce2bfdaa-7b2b-4679-b333-e7655c6343d6" + "58a58ae3-f624-4e02-a838-cd7d8b89e10a" ], "x-ms-arm-service-request-id": [ - "c607ae79-9f83-4531-9cb1-4f52a92bfb6f" + "3b92573c-6680-4e13-8d5c-bf22138067bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -437,19 +309,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T203649Z:ce2bfdaa-7b2b-4679-b333-e7655c6343d6" + "WESTUS:20210502T065627Z:58a58ae3-f624-4e02-a838-cd7d8b89e10a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:36:48 GMT" + "Sun, 02 May 2021 06:56:26 GMT" ], "Content-Length": [ - "1069" + "1073" ], "Content-Type": [ "application/json; charset=utf-8" @@ -458,25 +330,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"apimvnet8204\",\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.Network/virtualNetworks/apimvnet8204\",\r\n \"etag\": \"W/\\\"8681f7e8-10a0-484e-bda1-a68c8e4d464a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cf6e5b93-152a-420c-8eca-8018040bd4b0\",\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\": \"apimsubnet8429\",\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.Network/virtualNetworks/apimvnet8204/subnets/apimsubnet8429\",\r\n \"etag\": \"W/\\\"8681f7e8-10a0-484e-bda1-a68c8e4d464a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"apimvnet9451\",\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.Network/virtualNetworks/apimvnet9451\",\r\n \"etag\": \"W/\\\"1a8ae8f8-3533-4458-aff1-58bc2426cb82\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8378b838-1965-45ab-8793-78e6ea6ec137\",\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\": \"apimsubnet2825\",\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.Network/virtualNetworks/apimvnet9451/subnets/apimsubnet2825\",\r\n \"etag\": \"W/\\\"1a8ae8f8-3533-4458-aff1-58bc2426cb82\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.Network/virtualNetworks/apimvnet8204/subnets/apimsubnet8429?api-version=2017-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9hcGltdm5ldDgyMDQvc3VibmV0cy9hcGltc3VibmV0ODQyOT9hcGktdmVyc2lvbj0yMDE3LTAzLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.Network/virtualNetworks/apimvnet9451/subnets/apimsubnet2825?api-version=2017-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy9hcGltdm5ldDk0NTEvc3VibmV0cy9hcGltc3VibmV0MjgyNT9hcGktdmVyc2lvbj0yMDE3LTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "91359e88-2f96-40a8-95f7-15a7b54cac35" + "5e5b16c8-8f93-4f2e-bdc7-fcc2bc7ee506" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.Network.NetworkManagementClient/10.0.0.0" ] }, @@ -488,16 +360,16 @@ "no-cache" ], "ETag": [ - "W/\"8681f7e8-10a0-484e-bda1-a68c8e4d464a\"" + "W/\"1a8ae8f8-3533-4458-aff1-58bc2426cb82\"" ], "x-ms-request-id": [ - "4a9b824f-f3b4-4e80-9206-8c784a8ed146" + "b5221437-1497-4622-a36e-4fa427d504a1" ], "x-ms-correlation-request-id": [ - "6819fd19-41f6-43dc-be28-9a322e3d5ff6" + "cecf09c9-22ca-4538-b459-326f451f93d3" ], "x-ms-arm-service-request-id": [ - "bdbea516-7abe-44e3-adba-8aaa1a5d5e26" + "92e2f5b0-ced5-4e3f-b7c7-7928a6e3b142" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -507,16 +379,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T203649Z:6819fd19-41f6-43dc-be28-9a322e3d5ff6" + "WESTUS:20210502T065627Z:cecf09c9-22ca-4538-b459-326f451f93d3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:36:49 GMT" + "Sun, 02 May 2021 06:56:26 GMT" ], "Content-Length": [ "418" @@ -528,32 +400,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"apimsubnet8429\",\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.Network/virtualNetworks/apimvnet8204/subnets/apimsubnet8429\",\r\n \"etag\": \"W/\\\"8681f7e8-10a0-484e-bda1-a68c8e4d464a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"apimsubnet2825\",\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.Network/virtualNetworks/apimvnet9451/subnets/apimsubnet2825\",\r\n \"etag\": \"W/\\\"1a8ae8f8-3533-4458-aff1-58bc2426cb82\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.1.0/24\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.Network/virtualNetworks/apimvnet8204/subnets/apimsubnet8429\"\r\n },\r\n \"virtualNetworkType\": \"External\",\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.Network/virtualNetworks/apimvnet9451/subnets/apimsubnet2825\"\r\n },\r\n \"virtualNetworkType\": \"External\",\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "25165fc3-a8d5-41f8-b61a-ed7ecbc8361a" + "c87d8579-d6d8-4fc0-8013-e05e4966ccf4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "565" + "623" ] }, "ResponseHeaders": { @@ -564,10 +436,10 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAEB0E=\"" + "\"AAAAAAAHZyw=\"" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -576,8 +448,8 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "41123e80-f89e-4372-9ffa-4ef4c1fdf708", - "4c5eb254-f91c-4b19-9b2c-07d5326cab63" + "98fe2b56-b488-4433-9491-64185d3d617d", + "7f63e78e-dc94-4b24-b2bf-e43be76e0dfb" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -586,19 +458,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "ee4e9011-a637-4328-b9a7-c9ce309276b8" + "00acd877-567d-428e-916c-e2c46480da8e" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T203653Z:ee4e9011-a637-4328-b9a7-c9ce309276b8" + "WESTUS:20210502T065633Z:00acd877-567d-428e-916c-e2c46480da8e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:36:53 GMT" + "Sun, 02 May 2021 06:56:33 GMT" ], "Content-Length": [ - "1476" + "1704" ], "Content-Type": [ "application/json; charset=utf-8" @@ -607,32 +479,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151\",\r\n \"name\": \"sdktestapim9151\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAEB0E=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Created\",\r\n \"targetProvisioningState\": \"Activating\",\r\n \"createdAtUtc\": \"2020-03-26T20:36:51.5093236Z\",\r\n \"gatewayUrl\": null,\r\n \"gatewayRegionalUrl\": null,\r\n \"portalUrl\": null,\r\n \"developerPortalUrl\": null,\r\n \"managementApiUrl\": null,\r\n \"scmUrl\": null,\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": null,\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": null,\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.Network/virtualNetworks/apimvnet8204/subnets/apimsubnet8429\",\r\n \"vnetid\": \"00000000-0000-0000-0000-000000000000\",\r\n \"subnetname\": null\r\n },\r\n \"customProperties\": null,\r\n \"virtualNetworkType\": \"External\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551\",\r\n \"name\": \"sdktestapim8551\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHZyw=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Created\",\r\n \"targetProvisioningState\": \"Activating\",\r\n \"createdAtUtc\": \"2021-05-02T06:56:30.6279736Z\",\r\n \"gatewayUrl\": \"https://sdktestapim8551.azure-api.net\",\r\n \"gatewayRegionalUrl\": null,\r\n \"portalUrl\": null,\r\n \"developerPortalUrl\": null,\r\n \"managementApiUrl\": null,\r\n \"scmUrl\": null,\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim8551.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": null,\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.Network/virtualNetworks/apimvnet9451/subnets/apimsubnet2825\",\r\n \"vnetid\": \"00000000-0000-0000-0000-000000000000\",\r\n \"subnetname\": null\r\n },\r\n \"customProperties\": null,\r\n \"virtualNetworkType\": \"External\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"b9b4831b-7f76-4631-9f14-d8ff93d60367\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.Network/virtualNetworks/apimvnet8204/subnets/apimsubnet8429\"\r\n },\r\n \"virtualNetworkType\": \"Internal\",\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.Network/virtualNetworks/apimvnet9451/subnets/apimsubnet2825\"\r\n },\r\n \"virtualNetworkType\": \"Internal\",\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7d666330-0a70-4984-ac53-d11f5bfca95b" + "7b5e2bd1-633a-4c66-88d6-46650f03bc6f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "565" + "623" ] }, "ResponseHeaders": { @@ -643,10 +515,10 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAEB7E=\"" + "\"AAAAAAAHZ0k=\"" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -655,8 +527,8 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "391ec370-a842-44eb-a5c7-88f4167db52f", - "7af89d95-efe1-421a-8470-7cccb9891a3c" + "65350ae3-855d-4d80-aedc-5eccd92fc784", + "87c82e1f-a60b-4dff-a3d9-3c4282a1c00d" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -665,19 +537,19 @@ "1198" ], "x-ms-correlation-request-id": [ - "99402ae7-977f-465d-85d3-86201e2512c8" + "cf983365-946a-4e48-984e-685ac4cf5bcb" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T212608Z:99402ae7-977f-465d-85d3-86201e2512c8" + "WESTUS:20210502T074051Z:cf983365-946a-4e48-984e-685ac4cf5bcb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:26:08 GMT" + "Sun, 02 May 2021 07:40:50 GMT" ], "Content-Length": [ - "2445" + "2614" ], "Content-Type": [ "application/json; charset=utf-8" @@ -686,20 +558,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151\",\r\n \"name\": \"sdktestapim9151\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAEB7E=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"Updating\",\r\n \"createdAtUtc\": \"2020-03-26T20:36:51.5093236Z\",\r\n \"gatewayUrl\": \"https://sdktestapim9151.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim9151-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim9151.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim9151.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim9151.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim9151.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim9151.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"40.122.201.158\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.Network/virtualNetworks/apimvnet8204/subnets/apimsubnet8429\",\r\n \"vnetid\": \"00000000-0000-0000-0000-000000000000\",\r\n \"subnetname\": null\r\n },\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"External\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551\",\r\n \"name\": \"sdktestapim8551\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHZ0k=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"Updating\",\r\n \"createdAtUtc\": \"2021-05-02T06:56:30.6279736Z\",\r\n \"gatewayUrl\": \"https://sdktestapim8551.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim8551-westcentralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim8551.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim8551.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim8551.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim8551.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim8551.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"13.77.212.108\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.Network/virtualNetworks/apimvnet9451/subnets/apimsubnet2825\",\r\n \"vnetid\": \"00000000-0000-0000-0000-000000000000\",\r\n \"subnetname\": null\r\n },\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"External\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"b9b4831b-7f76-4631-9f14-d8ff93d60367\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -710,7 +582,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -719,7 +591,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e6b7b04c-ca1d-42f9-aa7b-d8f8eccba985" + "7e49bc78-c112-4feb-a40f-b9e6e04bd6f6" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -728,16 +600,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "39422dfe-4516-403c-9d1c-75839119d9d5" + "9b7d878e-faf7-4905-802e-1851f2a49dea" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T203753Z:39422dfe-4516-403c-9d1c-75839119d9d5" + "WESTUS:20210502T065733Z:9b7d878e-faf7-4905-802e-1851f2a49dea" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:37:53 GMT" + "Sun, 02 May 2021 06:57:33 GMT" ], "Expires": [ "-1" @@ -750,16 +622,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -770,7 +642,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -779,7 +651,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d1d1902c-6807-43ee-ae97-7807b5a7121d" + "64858684-f64d-46be-be3c-70cf771585c6" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -788,16 +660,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "740b8148-2b51-4128-b417-f354ff4cbc30" + "6e808159-1a02-406a-8518-f23168b5f56c" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T203853Z:740b8148-2b51-4128-b417-f354ff4cbc30" + "WESTUS:20210502T065834Z:6e808159-1a02-406a-8518-f23168b5f56c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:38:52 GMT" + "Sun, 02 May 2021 06:58:34 GMT" ], "Expires": [ "-1" @@ -810,16 +682,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -830,7 +702,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -839,7 +711,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "54df66d7-457c-4632-9d19-5dd81f3b1576" + "0c62bd49-01de-47f1-a302-0a2705a8ae41" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -848,16 +720,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "c66ce40d-9c40-4d2a-b331-12fbdf80094b" + "de545928-c547-4ba7-a833-9265c0ad7d18" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T203954Z:c66ce40d-9c40-4d2a-b331-12fbdf80094b" + "WESTUS:20210502T065934Z:de545928-c547-4ba7-a833-9265c0ad7d18" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:39:53 GMT" + "Sun, 02 May 2021 06:59:34 GMT" ], "Expires": [ "-1" @@ -870,16 +742,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -890,7 +762,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -899,7 +771,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5be56954-b469-426d-94ee-941b7412af96" + "21712eee-b658-4603-96dc-2f25bae16835" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -908,16 +780,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "ccacb21a-1191-4cde-85c8-d2dd74f89a05" + "88b058a9-b617-4023-ba96-b8b1cd1359d8" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T204054Z:ccacb21a-1191-4cde-85c8-d2dd74f89a05" + "WESTUS:20210502T070036Z:88b058a9-b617-4023-ba96-b8b1cd1359d8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:40:53 GMT" + "Sun, 02 May 2021 07:00:35 GMT" ], "Expires": [ "-1" @@ -930,16 +802,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -950,7 +822,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -959,7 +831,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7db9cdea-a59f-4b0e-baf6-b302d0173687" + "7a0ea158-c729-4514-8a65-3048fe637b2f" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -968,16 +840,16 @@ "11995" ], "x-ms-correlation-request-id": [ - "a3a65b58-b051-4055-a128-5ec1e1eca220" + "baf9e217-6b7d-44ee-8966-5fce3dbd7acc" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T204154Z:a3a65b58-b051-4055-a128-5ec1e1eca220" + "WESTUS:20210502T070136Z:baf9e217-6b7d-44ee-8966-5fce3dbd7acc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:41:54 GMT" + "Sun, 02 May 2021 07:01:36 GMT" ], "Expires": [ "-1" @@ -990,16 +862,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1010,7 +882,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1019,7 +891,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6f178a3e-755d-43f4-8cd2-1cb7196da620" + "11c7e620-7a27-4397-ae38-e46b23520cbe" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1028,16 +900,16 @@ "11994" ], "x-ms-correlation-request-id": [ - "ab3dabfb-ea40-4a61-9e12-3b4be3432380" + "50db8576-f9e1-4707-9907-c6b4834ba964" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T204254Z:ab3dabfb-ea40-4a61-9e12-3b4be3432380" + "WESTUS:20210502T070236Z:50db8576-f9e1-4707-9907-c6b4834ba964" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:42:54 GMT" + "Sun, 02 May 2021 07:02:36 GMT" ], "Expires": [ "-1" @@ -1050,16 +922,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1070,7 +942,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1079,7 +951,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a3af653a-f04d-4f91-8205-73677c05a310" + "06bad2d8-1e52-440c-8e7d-b9184219f23a" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1088,16 +960,16 @@ "11993" ], "x-ms-correlation-request-id": [ - "de153e08-b79b-49a2-9b28-26dc21e57c8e" + "0669b31b-0e43-4c17-9892-0f19e133c98b" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T204355Z:de153e08-b79b-49a2-9b28-26dc21e57c8e" + "WESTUS:20210502T070337Z:0669b31b-0e43-4c17-9892-0f19e133c98b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:43:54 GMT" + "Sun, 02 May 2021 07:03:37 GMT" ], "Expires": [ "-1" @@ -1110,16 +982,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1130,7 +1002,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1139,7 +1011,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fb37d3a1-5862-46a1-b7bb-b6bcbe8600ba" + "212d85d5-b965-46e3-acfe-39b118c6db59" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1148,16 +1020,16 @@ "11992" ], "x-ms-correlation-request-id": [ - "700d1283-cf81-409e-8c22-6409c3afcc3a" + "6751c157-8130-4a8c-89ff-71af3132b0a1" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T204455Z:700d1283-cf81-409e-8c22-6409c3afcc3a" + "WESTUS:20210502T070437Z:6751c157-8130-4a8c-89ff-71af3132b0a1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:44:55 GMT" + "Sun, 02 May 2021 07:04:36 GMT" ], "Expires": [ "-1" @@ -1170,16 +1042,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1190,7 +1062,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1199,7 +1071,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3394b2dd-9eef-4973-ab1e-8f687bfe9989" + "fc17fbe4-c0f1-4664-84a9-e30309bdd0b1" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1208,16 +1080,16 @@ "11991" ], "x-ms-correlation-request-id": [ - "a84b0a63-7f4b-4279-91b1-092eced38188" + "8804e4d3-166d-471e-b415-41e1e96e15d1" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T204555Z:a84b0a63-7f4b-4279-91b1-092eced38188" + "WESTUS:20210502T070537Z:8804e4d3-166d-471e-b415-41e1e96e15d1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:45:54 GMT" + "Sun, 02 May 2021 07:05:36 GMT" ], "Expires": [ "-1" @@ -1230,16 +1102,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1250,7 +1122,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1259,7 +1131,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7399fd4e-59f0-47bd-8036-9e12edbf475a" + "12eee4f3-68ac-4a46-adbb-edfe141dfeeb" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1268,16 +1140,16 @@ "11990" ], "x-ms-correlation-request-id": [ - "1512adef-1535-45bb-832d-cd64fed5ebe6" + "193f114f-43df-4338-a0b8-7bf374db320f" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T204655Z:1512adef-1535-45bb-832d-cd64fed5ebe6" + "WESTUS:20210502T070637Z:193f114f-43df-4338-a0b8-7bf374db320f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:46:55 GMT" + "Sun, 02 May 2021 07:06:37 GMT" ], "Expires": [ "-1" @@ -1290,16 +1162,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1310,7 +1182,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1319,7 +1191,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b786f92d-d68e-494b-a16d-3a38db18c746" + "e77d1d82-043e-43bc-b8fd-b8c08601b01f" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1328,16 +1200,16 @@ "11989" ], "x-ms-correlation-request-id": [ - "6c083e2d-2b4e-415d-9d6e-61b245069520" + "a6d31dc0-09b9-4b97-a7d5-29194c398fe1" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T204756Z:6c083e2d-2b4e-415d-9d6e-61b245069520" + "WESTUS:20210502T070737Z:a6d31dc0-09b9-4b97-a7d5-29194c398fe1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:47:55 GMT" + "Sun, 02 May 2021 07:07:37 GMT" ], "Expires": [ "-1" @@ -1350,16 +1222,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1370,7 +1242,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1379,7 +1251,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2c34816b-f448-42a0-a0f8-f5f4607464d3" + "c54eb802-3d11-4dbd-8d4a-a5e12afe9d45" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1388,16 +1260,16 @@ "11988" ], "x-ms-correlation-request-id": [ - "458ce14a-4f7d-41bd-bc12-f0310cad6604" + "5406efa4-35f7-424e-bff5-7db4e7451894" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T204856Z:458ce14a-4f7d-41bd-bc12-f0310cad6604" + "WESTUS:20210502T070838Z:5406efa4-35f7-424e-bff5-7db4e7451894" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:48:56 GMT" + "Sun, 02 May 2021 07:08:38 GMT" ], "Expires": [ "-1" @@ -1410,16 +1282,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1430,7 +1302,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1439,7 +1311,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "54089786-0c66-4ab5-acfe-d2c07f414399" + "904fcadc-f512-41e3-93ec-0c73adf283dc" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1448,16 +1320,16 @@ "11987" ], "x-ms-correlation-request-id": [ - "e4f5d740-d823-4027-b72b-8734186ee405" + "cede78c6-761c-481b-9bea-900c948d48bc" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T204956Z:e4f5d740-d823-4027-b72b-8734186ee405" + "WESTUS:20210502T070938Z:cede78c6-761c-481b-9bea-900c948d48bc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:49:56 GMT" + "Sun, 02 May 2021 07:09:38 GMT" ], "Expires": [ "-1" @@ -1470,16 +1342,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1490,7 +1362,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1499,7 +1371,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8281e1fb-7aaa-4fb1-846d-deffbaa59192" + "5645c675-715c-4658-bf4c-3a857937fff5" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1508,16 +1380,16 @@ "11986" ], "x-ms-correlation-request-id": [ - "57a3b0c9-908d-4847-a807-7060f3756a83" + "17347796-c066-4323-a843-06f4850441df" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T205056Z:57a3b0c9-908d-4847-a807-7060f3756a83" + "WESTUS:20210502T071038Z:17347796-c066-4323-a843-06f4850441df" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:50:56 GMT" + "Sun, 02 May 2021 07:10:38 GMT" ], "Expires": [ "-1" @@ -1530,16 +1402,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1550,7 +1422,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1559,7 +1431,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d7d0cf1b-7ef9-40ce-b52f-180cbb73ede0" + "818569ba-cdf0-43fc-af84-891a7b37daec" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1568,16 +1440,16 @@ "11985" ], "x-ms-correlation-request-id": [ - "a0d336b2-a83b-47a7-aa9f-62c5c0aa5b89" + "925798ea-5ad6-40a3-b1f2-b097276fbbcd" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T205157Z:a0d336b2-a83b-47a7-aa9f-62c5c0aa5b89" + "WESTUS:20210502T071139Z:925798ea-5ad6-40a3-b1f2-b097276fbbcd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:51:56 GMT" + "Sun, 02 May 2021 07:11:38 GMT" ], "Expires": [ "-1" @@ -1590,16 +1462,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1610,7 +1482,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1619,7 +1491,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bf02cd43-32d5-4a40-be08-44c1c78ac1a8" + "84ea00ff-a7b6-4219-9657-7d8b02edcb10" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1628,16 +1500,16 @@ "11984" ], "x-ms-correlation-request-id": [ - "1ddaf2f6-986a-49b4-a544-018e0027ce65" + "d9ff37c7-24d5-4431-a89a-b69e09c55abb" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T205257Z:1ddaf2f6-986a-49b4-a544-018e0027ce65" + "WESTUS:20210502T071239Z:d9ff37c7-24d5-4431-a89a-b69e09c55abb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:52:57 GMT" + "Sun, 02 May 2021 07:12:38 GMT" ], "Expires": [ "-1" @@ -1650,16 +1522,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1670,7 +1542,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1679,7 +1551,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "84493abf-bfad-4f19-ae11-a85039f67091" + "634898cf-8fae-4858-80a4-37b86956ad71" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1688,16 +1560,16 @@ "11983" ], "x-ms-correlation-request-id": [ - "53763ce5-38eb-42b4-ad2d-120890db4b40" + "99da0cbf-d1bb-4548-ae28-77e5bdbcabf6" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T205357Z:53763ce5-38eb-42b4-ad2d-120890db4b40" + "WESTUS:20210502T071339Z:99da0cbf-d1bb-4548-ae28-77e5bdbcabf6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:53:56 GMT" + "Sun, 02 May 2021 07:13:39 GMT" ], "Expires": [ "-1" @@ -1710,16 +1582,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1730,7 +1602,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1739,7 +1611,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "15533c4e-8fe0-424f-ab74-c1ccf2dc3017" + "fb065b3d-03be-41ad-81aa-7d1629dd0704" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1748,16 +1620,16 @@ "11982" ], "x-ms-correlation-request-id": [ - "f4269d4a-8cd4-4696-a343-c398cb8b8b85" + "fb5b69b5-a74d-4728-b32f-bca7a323896f" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T205457Z:f4269d4a-8cd4-4696-a343-c398cb8b8b85" + "WESTUS:20210502T071439Z:fb5b69b5-a74d-4728-b32f-bca7a323896f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:54:57 GMT" + "Sun, 02 May 2021 07:14:39 GMT" ], "Expires": [ "-1" @@ -1770,16 +1642,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1790,7 +1662,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1799,7 +1671,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d8f4101f-5b0d-45c6-aab3-a63de4b3b8f6" + "bf0e7cdc-a9b0-404d-92ca-bca48fed40cd" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1808,196 +1680,16 @@ "11981" ], "x-ms-correlation-request-id": [ - "62e693ca-2b45-47af-9214-a89cea70140f" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T205558Z:62e693ca-2b45-47af-9214-a89cea70140f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 20:55:57 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "9bded067-79cd-418a-9ac6-c74a0318067a" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-correlation-request-id": [ - "f254d32c-2e6d-4248-8f6f-4b871e72a474" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T205658Z:f254d32c-2e6d-4248-8f6f-4b871e72a474" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 20:56:58 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "f075b9ff-f904-4c23-974d-4144a5961efd" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" - ], - "x-ms-correlation-request-id": [ - "5f44aaf1-d960-405c-be64-f067258495b5" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T205758Z:5f44aaf1-d960-405c-be64-f067258495b5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 20:57:58 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "ccdb110a-60dc-4b72-9b22-4ae7e639eaf5" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], - "x-ms-correlation-request-id": [ - "5e929ad5-a2c5-433e-ba8f-4af25bb5267f" + "4c37d7b2-9f90-463b-9307-8e2b9823caf3" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T205859Z:5e929ad5-a2c5-433e-ba8f-4af25bb5267f" + "WESTUS:20210502T071540Z:4c37d7b2-9f90-463b-9307-8e2b9823caf3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:58:58 GMT" + "Sun, 02 May 2021 07:15:40 GMT" ], "Expires": [ "-1" @@ -2010,16 +1702,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2030,7 +1722,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2039,205 +1731,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c65d1737-06f8-4527-bbd8-9cc70dc34382" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-correlation-request-id": [ - "b548cf4d-65b5-425a-b110-5b7a044653fe" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T205959Z:b548cf4d-65b5-425a-b110-5b7a044653fe" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 20:59:58 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "140cbd5e-e2a8-49b6-9daa-4099ccf46ebb" + "24d23fda-ae9f-442c-a93a-62203080329b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" - ], - "x-ms-correlation-request-id": [ - "ff2b8e50-c5f8-4b53-a8ef-f5027bf8e76f" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T210059Z:ff2b8e50-c5f8-4b53-a8ef-f5027bf8e76f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 21:00:59 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "7f955827-9047-40a9-8963-cfe5c810332a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" - ], - "x-ms-correlation-request-id": [ - "4fd29cb2-d622-4257-bef4-c0a1fc7fdded" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T210159Z:4fd29cb2-d622-4257-bef4-c0a1fc7fdded" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 21:01:59 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "bfdd2368-d541-4c99-874c-4da5c521ea40" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11980" ], "x-ms-correlation-request-id": [ - "245bad69-f6b6-4183-a0c1-98ad1d2a13d2" + "6435dc2c-20b7-4e1b-a558-33a29cb95fa1" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T210300Z:245bad69-f6b6-4183-a0c1-98ad1d2a13d2" + "WESTUS:20210502T071640Z:6435dc2c-20b7-4e1b-a558-33a29cb95fa1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:03:00 GMT" + "Sun, 02 May 2021 07:16:40 GMT" ], "Expires": [ "-1" @@ -2250,16 +1762,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2270,7 +1782,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2279,25 +1791,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bd9629bf-464a-4851-8928-b91952cc97cd" + "0528f6ae-64f0-4524-bb97-edc398194df0" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11979" ], "x-ms-correlation-request-id": [ - "e8b89ebc-5e1b-46a9-a89d-29f9ea49e571" + "b7f61ac2-a2df-45e0-90f5-01db9734fe04" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T210400Z:e8b89ebc-5e1b-46a9-a89d-29f9ea49e571" + "WESTUS:20210502T071740Z:b7f61ac2-a2df-45e0-90f5-01db9734fe04" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:03:59 GMT" + "Sun, 02 May 2021 07:17:39 GMT" ], "Expires": [ "-1" @@ -2310,16 +1822,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2330,7 +1842,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2339,25 +1851,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a30b554b-cf40-4fc9-b3fe-f8011b81cd11" + "57863865-9224-4a05-8115-a66df6e739da" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11978" ], "x-ms-correlation-request-id": [ - "9e506c2d-a26b-48b4-a644-136f633931eb" + "5e8d803f-c927-4c89-888d-a8643c6f3252" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T210500Z:9e506c2d-a26b-48b4-a644-136f633931eb" + "WESTUS:20210502T071840Z:5e8d803f-c927-4c89-888d-a8643c6f3252" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:05:00 GMT" + "Sun, 02 May 2021 07:18:40 GMT" ], "Expires": [ "-1" @@ -2370,16 +1882,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2390,7 +1902,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2399,25 +1911,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2bcc9f94-a287-4b80-bbbf-59595c6c0bf3" + "8796206c-85ce-4558-b5cf-97ad40186218" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11977" ], "x-ms-correlation-request-id": [ - "f55dc54f-0e12-447b-8774-969bc445e7cf" + "fbf9e4f6-28a9-4cb6-9af1-e73c7db11728" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T210601Z:f55dc54f-0e12-447b-8774-969bc445e7cf" + "WESTUS:20210502T071941Z:fbf9e4f6-28a9-4cb6-9af1-e73c7db11728" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:06:00 GMT" + "Sun, 02 May 2021 07:19:40 GMT" ], "Expires": [ "-1" @@ -2430,16 +1942,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2450,7 +1962,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2459,25 +1971,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "60ac5a23-c8c0-4257-8a1c-b9048140376d" + "dce4eb16-3f02-4807-91e6-eeac87b9ab5c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11976" ], "x-ms-correlation-request-id": [ - "aeb0bfc7-78c8-4ac8-853c-6158b8b8bf8e" + "ebcdbfc1-979b-4dcb-8a87-6e690ee7bd69" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T210701Z:aeb0bfc7-78c8-4ac8-853c-6158b8b8bf8e" + "WESTUS:20210502T072041Z:ebcdbfc1-979b-4dcb-8a87-6e690ee7bd69" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:07:01 GMT" + "Sun, 02 May 2021 07:20:41 GMT" ], "Expires": [ "-1" @@ -2490,16 +2002,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2510,7 +2022,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2519,25 +2031,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e33ea0dc-664f-4bdf-92f7-9b0408fdef07" + "e908aed5-2cc6-4c62-a5f6-da0aedbebdff" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11975" ], "x-ms-correlation-request-id": [ - "ce4ad400-7928-4fea-993e-952e670ae143" + "5f12302a-95dc-45a5-a164-07ac34374f4f" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T210801Z:ce4ad400-7928-4fea-993e-952e670ae143" + "WESTUS:20210502T072141Z:5f12302a-95dc-45a5-a164-07ac34374f4f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:08:00 GMT" + "Sun, 02 May 2021 07:21:41 GMT" ], "Expires": [ "-1" @@ -2550,85 +2062,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9BY3RfYTFjYzk2Zjc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlCWTNSZllURmpZemsyWmpjPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "cdb7289b-7f35-4ac3-bb55-373a1e73b5dd" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-correlation-request-id": [ - "82e57b39-e242-4cdc-9696-2428c691c219" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T210901Z:82e57b39-e242-4cdc-9696-2428c691c219" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 21:09:01 GMT" - ], - "Content-Length": [ - "2437" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151\",\r\n \"name\": \"sdktestapim9151\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAEB4I=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-03-26T20:36:51.5093236Z\",\r\n \"gatewayUrl\": \"https://sdktestapim9151.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim9151-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim9151.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim9151.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim9151.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim9151.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim9151.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"40.122.201.158\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.Network/virtualNetworks/apimvnet8204/subnets/apimsubnet8429\",\r\n \"vnetid\": \"00000000-0000-0000-0000-000000000000\",\r\n \"subnetname\": null\r\n },\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"External\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/applynetworkconfigurationupdates?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL2FwcGx5bmV0d29ya2NvbmZpZ3VyYXRpb251cGRhdGVzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"location\": \"Central US\"\r\n}", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "563ebf4f-7ab6-49c4-9ced-3f4f23eca9e1" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "32" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2639,7 +2082,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151//operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2648,25 +2091,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6ca0e77b-8558-4375-af9c-6781095e18de" + "477a9249-eef7-46c3-8918-af98db29b4e7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" ], "x-ms-correlation-request-id": [ - "f6218815-a102-40af-84ac-1c1baf71c049" + "9ca1a840-31b3-43c7-84b0-7a05b2d032ac" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T210902Z:f6218815-a102-40af-84ac-1c1baf71c049" + "WESTUS:20210502T072242Z:9ca1a840-31b3-43c7-84b0-7a05b2d032ac" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:09:01 GMT" + "Sun, 02 May 2021 07:22:42 GMT" ], "Expires": [ "-1" @@ -2679,16 +2122,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151//operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxLy9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEUxTVY5TllXNWhaMlZTYjJ4bFgyUTNNakppTlRVdz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2699,7 +2142,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2708,25 +2151,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e0568a54-fe08-485d-bfe5-4f3a087ef785" + "5e514981-e140-4cfd-a185-adc98df58f5e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11973" ], "x-ms-correlation-request-id": [ - "36af913e-8f04-4b2b-b859-e36992c93b22" + "446970a0-aa2b-44bb-94e2-a502028e6d28" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T211002Z:36af913e-8f04-4b2b-b859-e36992c93b22" + "WESTUS:20210502T072342Z:446970a0-aa2b-44bb-94e2-a502028e6d28" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:10:01 GMT" + "Sun, 02 May 2021 07:23:41 GMT" ], "Expires": [ "-1" @@ -2739,16 +2182,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlOWVc1aFoyVlNiMnhsWDJRM01qSmlOVFV3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2759,7 +2202,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2768,25 +2211,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "78de27ca-685b-4b87-a6d7-12b09ae356e7" + "3ef48eff-3e66-4e81-8d64-4e1cdcd45825" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11972" ], "x-ms-correlation-request-id": [ - "ae2ce8fa-3692-4b21-b68b-51cfed11bedf" + "7dd030a3-4869-4cb9-8914-3ff096bb9a1b" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T211102Z:ae2ce8fa-3692-4b21-b68b-51cfed11bedf" + "WESTUS:20210502T072442Z:7dd030a3-4869-4cb9-8914-3ff096bb9a1b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:11:02 GMT" + "Sun, 02 May 2021 07:24:42 GMT" ], "Expires": [ "-1" @@ -2799,16 +2242,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlOWVc1aFoyVlNiMnhsWDJRM01qSmlOVFV3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2819,7 +2262,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2828,25 +2271,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e4a7d669-c0f4-4f77-801a-1097e91d0953" + "c87ef9a7-b475-46c0-bf51-5f7c11325ae5" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11971" ], "x-ms-correlation-request-id": [ - "9bea95c0-a798-4614-ad41-491406b9ef69" + "d82c8487-4b3d-445f-9475-2d5fb89ef874" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T211202Z:9bea95c0-a798-4614-ad41-491406b9ef69" + "WESTUS:20210502T072542Z:d82c8487-4b3d-445f-9475-2d5fb89ef874" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:12:02 GMT" + "Sun, 02 May 2021 07:25:42 GMT" ], "Expires": [ "-1" @@ -2859,16 +2302,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlOWVc1aFoyVlNiMnhsWDJRM01qSmlOVFV3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfQWN0X2FjZTI0MDhj?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlFXTjBYMkZqWlRJME1EaGo/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2878,57 +2321,66 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "50f551bf-58fb-4cdb-b0d7-5d5b52709499" + "b8363f50-d1cc-4982-b1e8-4a9bfcaa306c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11970" ], "x-ms-correlation-request-id": [ - "96185123-fc12-4e1a-98fa-3c92e6ff718e" + "f5cf294f-e39b-42e5-8f39-7285f4c8b805" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T211303Z:96185123-fc12-4e1a-98fa-3c92e6ff718e" + "WESTUS:20210502T072643Z:f5cf294f-e39b-42e5-8f39-7285f4c8b805" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:13:02 GMT" + "Sun, 02 May 2021 07:26:43 GMT" + ], + "Content-Length": [ + "2606" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551\",\r\n \"name\": \"sdktestapim8551\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHZz4=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2021-05-02T06:56:30.6279736Z\",\r\n \"gatewayUrl\": \"https://sdktestapim8551.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim8551-westcentralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim8551.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim8551.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim8551.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim8551.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim8551.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"13.77.212.108\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.Network/virtualNetworks/apimvnet9451/subnets/apimsubnet2825\",\r\n \"vnetid\": \"00000000-0000-0000-0000-000000000000\",\r\n \"subnetname\": null\r\n },\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"External\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"b9b4831b-7f76-4631-9f14-d8ff93d60367\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlOWVc1aFoyVlNiMnhsWDJRM01qSmlOVFV3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/applynetworkconfigurationupdates?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL2FwcGx5bmV0d29ya2NvbmZpZ3VyYXRpb251cGRhdGVzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { + "x-ms-client-request-id": [ + "42f8d1a0-9c64-4557-a987-cec1834f0297" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "37" ] }, "ResponseHeaders": { @@ -2939,7 +2391,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551//operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2948,25 +2400,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "407c3949-76e3-433f-9010-b944a126b358" + "19eb91f5-eb0d-4c30-a885-339547872c92" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-correlation-request-id": [ - "e9583f12-a8d7-45f0-b0ab-8d14f71ccd16" + "b5bfa5be-53b8-42db-958f-3f54e5a34a99" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T211403Z:e9583f12-a8d7-45f0-b0ab-8d14f71ccd16" + "WESTUS:20210502T072643Z:b5bfa5be-53b8-42db-958f-3f54e5a34a99" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:14:03 GMT" + "Sun, 02 May 2021 07:26:43 GMT" ], "Expires": [ "-1" @@ -2979,16 +2431,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlOWVc1aFoyVlNiMnhsWDJRM01qSmlOVFV3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551//operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxLy9vcGVyYXRpb25yZXN1bHRzL2QyVnpkR05sYm5SeVlXeDFjenB6Wkd0MFpYTjBZWEJwYlRnMU5URmZUV0Z1WVdkbFEyOXRjSFYwWlY5a01HSTRZVGhsWVE9PT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2999,7 +2451,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3008,25 +2460,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4a210ba4-4bc9-4d82-84f4-e09de3aedf4e" + "94a5b9f2-4640-4eea-9da8-3ab0783339b9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11969" ], "x-ms-correlation-request-id": [ - "d00f7b99-686b-4845-8f27-251b93a6cef3" + "c152cc76-639f-43fe-a330-e8ca4e737dd1" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T211504Z:d00f7b99-686b-4845-8f27-251b93a6cef3" + "WESTUS:20210502T072743Z:c152cc76-639f-43fe-a330-e8ca4e737dd1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:15:03 GMT" + "Sun, 02 May 2021 07:27:43 GMT" ], "Expires": [ "-1" @@ -3039,16 +2491,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlOWVc1aFoyVlNiMnhsWDJRM01qSmlOVFV3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlRXRnVZV2RsUTI5dGNIVjBaVjlrTUdJNFlUaGxZUT09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3059,7 +2511,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3068,25 +2520,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d7198712-1711-44c1-bd4a-48710a52652a" + "da8752c5-0106-41d8-ab83-db50db20dc12" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11968" ], "x-ms-correlation-request-id": [ - "2819e20c-1c22-4d8a-8494-19f751e5f6fd" + "3653af63-d0dc-4e5f-9b6b-6538145f89d5" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T211604Z:2819e20c-1c22-4d8a-8494-19f751e5f6fd" + "WESTUS:20210502T072843Z:3653af63-d0dc-4e5f-9b6b-6538145f89d5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:16:03 GMT" + "Sun, 02 May 2021 07:28:42 GMT" ], "Expires": [ "-1" @@ -3099,16 +2551,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlOWVc1aFoyVlNiMnhsWDJRM01qSmlOVFV3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlRXRnVZV2RsUTI5dGNIVjBaVjlrTUdJNFlUaGxZUT09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3119,7 +2571,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3128,25 +2580,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b9f051dd-1c22-4a58-9346-8b2db154c6f7" + "1d9eda89-5dd5-42ae-828c-054dabb1db67" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11967" ], "x-ms-correlation-request-id": [ - "709dd3f0-db0c-4691-aba7-ddffa1c02cfa" + "9be13162-5cb2-4787-8d3c-ff2a412f5744" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T211704Z:709dd3f0-db0c-4691-aba7-ddffa1c02cfa" + "WESTUS:20210502T072944Z:9be13162-5cb2-4787-8d3c-ff2a412f5744" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:17:04 GMT" + "Sun, 02 May 2021 07:29:43 GMT" ], "Expires": [ "-1" @@ -3159,16 +2611,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlOWVc1aFoyVlNiMnhsWDJRM01qSmlOVFV3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlRXRnVZV2RsUTI5dGNIVjBaVjlrTUdJNFlUaGxZUT09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3179,7 +2631,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3188,25 +2640,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7fd8db3c-3186-4317-ae97-6e5016a7a412" + "3e763a26-2a77-42e9-953b-2b710144a28f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11966" ], "x-ms-correlation-request-id": [ - "8247f02e-3212-404d-8c48-31f84e26bbe9" + "b8047911-ef64-49b8-bfbd-ded92033976f" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T211804Z:8247f02e-3212-404d-8c48-31f84e26bbe9" + "WESTUS:20210502T073044Z:b8047911-ef64-49b8-bfbd-ded92033976f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:18:04 GMT" + "Sun, 02 May 2021 07:30:43 GMT" ], "Expires": [ "-1" @@ -3219,16 +2671,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlOWVc1aFoyVlNiMnhsWDJRM01qSmlOVFV3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlRXRnVZV2RsUTI5dGNIVjBaVjlrTUdJNFlUaGxZUT09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3239,7 +2691,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3248,25 +2700,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ea947575-e6f5-4319-b744-0de8f0b99dc2" + "f2527961-b2e8-4f58-9090-6467774bda80" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11965" ], "x-ms-correlation-request-id": [ - "e37051f3-d7dd-48a1-9fa0-a6c9936648c2" + "76ed47d0-5bd8-4d37-bb57-874b1da83e24" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T211905Z:e37051f3-d7dd-48a1-9fa0-a6c9936648c2" + "WESTUS:20210502T073144Z:76ed47d0-5bd8-4d37-bb57-874b1da83e24" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:19:05 GMT" + "Sun, 02 May 2021 07:31:44 GMT" ], "Expires": [ "-1" @@ -3279,16 +2731,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlOWVc1aFoyVlNiMnhsWDJRM01qSmlOVFV3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlRXRnVZV2RsUTI5dGNIVjBaVjlrTUdJNFlUaGxZUT09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3299,7 +2751,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3308,25 +2760,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5efb1122-ece0-4f73-aeaa-fa3fbba2cf1a" + "45287dad-2cda-4b5e-a823-e699131629e0" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11964" ], "x-ms-correlation-request-id": [ - "a11d3563-5762-41aa-a456-4f1b5fd7f005" + "cce9960a-ad9b-4946-9873-1a12da692692" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T212005Z:a11d3563-5762-41aa-a456-4f1b5fd7f005" + "WESTUS:20210502T073245Z:cce9960a-ad9b-4946-9873-1a12da692692" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:20:04 GMT" + "Sun, 02 May 2021 07:32:44 GMT" ], "Expires": [ "-1" @@ -3339,16 +2791,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlOWVc1aFoyVlNiMnhsWDJRM01qSmlOVFV3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlRXRnVZV2RsUTI5dGNIVjBaVjlrTUdJNFlUaGxZUT09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3359,7 +2811,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3368,25 +2820,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c48738f7-e4ea-4636-88fd-ac03ce1309dc" + "1894ccc6-8d68-48ea-9e50-be75d0b6a2c6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" + "11963" ], "x-ms-correlation-request-id": [ - "3cbcd798-d417-4539-bca8-0856a7538ad9" + "9352d81a-c7e6-4cf1-91fe-48e692944cf8" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T212105Z:3cbcd798-d417-4539-bca8-0856a7538ad9" + "WESTUS:20210502T073345Z:9352d81a-c7e6-4cf1-91fe-48e692944cf8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:21:05 GMT" + "Sun, 02 May 2021 07:33:45 GMT" ], "Expires": [ "-1" @@ -3399,16 +2851,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlOWVc1aFoyVlNiMnhsWDJRM01qSmlOVFV3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlRXRnVZV2RsUTI5dGNIVjBaVjlrTUdJNFlUaGxZUT09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3419,7 +2871,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3428,25 +2880,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e20088c4-ba3d-48b6-8a8b-b4389f54bcff" + "1367ff35-9570-45fb-85b3-43131f96972c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" + "11962" ], "x-ms-correlation-request-id": [ - "132b75de-ee25-4adc-81ef-5bfa345c7926" + "f9d7e330-db1e-4bb6-b70d-4eacb363b5bc" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T212206Z:132b75de-ee25-4adc-81ef-5bfa345c7926" + "WESTUS:20210502T073445Z:f9d7e330-db1e-4bb6-b70d-4eacb363b5bc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:22:05 GMT" + "Sun, 02 May 2021 07:34:45 GMT" ], "Expires": [ "-1" @@ -3459,16 +2911,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlOWVc1aFoyVlNiMnhsWDJRM01qSmlOVFV3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlRXRnVZV2RsUTI5dGNIVjBaVjlrTUdJNFlUaGxZUT09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3479,7 +2931,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3488,25 +2940,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f74d720d-5e59-4527-968c-289b3423c352" + "7401db6c-e046-4092-946f-6e31e9eca695" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" + "11961" ], "x-ms-correlation-request-id": [ - "96e32643-758b-496d-9f5e-744baf1efa1d" + "82c9e686-a638-4124-b9ba-3eba03d40024" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T212306Z:96e32643-758b-496d-9f5e-744baf1efa1d" + "WESTUS:20210502T073546Z:82c9e686-a638-4124-b9ba-3eba03d40024" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:23:06 GMT" + "Sun, 02 May 2021 07:35:45 GMT" ], "Expires": [ "-1" @@ -3519,16 +2971,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlOWVc1aFoyVlNiMnhsWDJRM01qSmlOVFV3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlRXRnVZV2RsUTI5dGNIVjBaVjlrTUdJNFlUaGxZUT09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3539,7 +2991,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3548,25 +3000,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "70d97c2f-a31e-4a63-bb7c-9aa10ae3d9d4" + "d27e2684-454e-4569-9d6a-7130e7fd2eba" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" + "11960" ], "x-ms-correlation-request-id": [ - "e7c2d1c7-c539-4e0b-a8f8-fbf54f4c565f" + "9211b414-6cbf-43e4-80c4-e49cb6a9d506" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T212406Z:e7c2d1c7-c539-4e0b-a8f8-fbf54f4c565f" + "WESTUS:20210502T073646Z:9211b414-6cbf-43e4-80c4-e49cb6a9d506" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:24:06 GMT" + "Sun, 02 May 2021 07:36:46 GMT" ], "Expires": [ "-1" @@ -3579,16 +3031,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlOWVc1aFoyVlNiMnhsWDJRM01qSmlOVFV3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlRXRnVZV2RsUTI5dGNIVjBaVjlrTUdJNFlUaGxZUT09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3599,7 +3051,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3608,25 +3060,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d87f29fa-b887-44c9-8494-9c8c269afb92" + "ca08e6ba-2267-44cd-9ff2-eb3bf7006a0f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" + "11959" ], "x-ms-correlation-request-id": [ - "bd9477ed-df75-4e3c-8722-3a20804fe549" + "865cd8ec-5f43-4acf-a47a-763f3dc8bd98" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T212507Z:bd9477ed-df75-4e3c-8722-3a20804fe549" + "WESTUS:20210502T073746Z:865cd8ec-5f43-4acf-a47a-763f3dc8bd98" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:25:06 GMT" + "Sun, 02 May 2021 07:37:46 GMT" ], "Expires": [ "-1" @@ -3639,16 +3091,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlOWVc1aFoyVlNiMnhsWDJRM01qSmlOVFV3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlRXRnVZV2RsUTI5dGNIVjBaVjlrTUdJNFlUaGxZUT09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3658,54 +3110,57 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "09230500-28a2-4ec5-ae38-7ac9feda7d05" + "5b4d6c70-54d0-4cd0-aefb-9751214df1d5" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" + "11958" ], "x-ms-correlation-request-id": [ - "247659ab-4467-4855-b775-fa44d30defec" + "6d5d512c-e1a8-47b4-9a5f-e97d0a9d7123" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T212607Z:247659ab-4467-4855-b775-fa44d30defec" + "WESTUS:20210502T073846Z:6d5d512c-e1a8-47b4-9a5f-e97d0a9d7123" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:26:06 GMT" - ], - "Content-Length": [ - "2437" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Sun, 02 May 2021 07:38:46 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151\",\r\n \"name\": \"sdktestapim9151\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAEB7A=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-03-26T20:36:51.5093236Z\",\r\n \"gatewayUrl\": \"https://sdktestapim9151.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim9151-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim9151.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim9151.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim9151.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim9151.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim9151.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"40.122.201.158\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.Network/virtualNetworks/apimvnet8204/subnets/apimsubnet8429\",\r\n \"vnetid\": \"00000000-0000-0000-0000-000000000000\",\r\n \"subnetname\": null\r\n },\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"External\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9NYW5hZ2VSb2xlX2Q3MjJiNTUw?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlOWVc1aFoyVlNiMnhsWDJRM01qSmlOVFV3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlRXRnVZV2RsUTI5dGNIVjBaVjlrTUdJNFlUaGxZUT09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3715,60 +3170,57 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "71490bfe-89e4-45c1-8318-cfe3ace9252c" + "88227092-5b77-4f8e-9e88-01578a8aed28" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" + "11957" ], "x-ms-correlation-request-id": [ - "b2b4c943-315a-4aa4-8e40-f9f536bf1cdc" + "20fa5a3f-d51b-47a6-afd3-e4b3ad58e6ed" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T212607Z:b2b4c943-315a-4aa4-8e40-f9f536bf1cdc" + "WESTUS:20210502T073947Z:20fa5a3f-d51b-47a6-afd3-e4b3ad58e6ed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:26:06 GMT" - ], - "Content-Length": [ - "2437" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Sun, 02 May 2021 07:39:47 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151\",\r\n \"name\": \"sdktestapim9151\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAEB7A=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-03-26T20:36:51.5093236Z\",\r\n \"gatewayUrl\": \"https://sdktestapim9151.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim9151-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim9151.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim9151.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim9151.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim9151.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim9151.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"40.122.201.158\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.Network/virtualNetworks/apimvnet8204/subnets/apimsubnet8429\",\r\n \"vnetid\": \"00000000-0000-0000-0000-000000000000\",\r\n \"subnetname\": null\r\n },\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"External\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/networkstatus?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL25ldHdvcmtzdGF0dXM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlRXRnVZV2RsUTI5dGNIVjBaVjlrTUdJNFlUaGxZUT09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "afc411e6-615c-41ac-976a-787d4aac104a" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3782,28 +3234,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9a30a855-f06c-4a91-a10e-b69b64232d1b" + "c1375903-7698-49da-a300-3eb4b52c4ccb" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" + "11956" ], "x-ms-correlation-request-id": [ - "94330e1a-cc19-44dd-b079-52735564a5bb" + "f4738452-a816-4c04-bfd1-ed28924118d8" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T212607Z:94330e1a-cc19-44dd-b079-52735564a5bb" + "WESTUS:20210502T074047Z:f4738452-a816-4c04-bfd1-ed28924118d8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:26:07 GMT" + "Sun, 02 May 2021 07:40:46 GMT" ], "Content-Length": [ - "2073" + "2606" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3812,26 +3264,20 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"Central US\",\r\n \"networkStatus\": {\r\n \"dnsServers\": [\r\n \"168.63.129.16\"\r\n ],\r\n \"connectivityStatus\": [\r\n {\r\n \"name\": \"apimst4awtjwwp76ld4bjhdn.blob.core.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2020-03-26T21:17:20.9350828Z\",\r\n \"lastStatusChange\": \"2020-03-26T21:17:20.9350828Z\"\r\n },\r\n {\r\n \"name\": \"apimst4awtjwwp76ld4bjhdn.file.core.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2020-03-26T21:17:21.8278679Z\",\r\n \"lastStatusChange\": \"2020-03-26T21:17:21.8278679Z\"\r\n },\r\n {\r\n \"name\": \"apimst4awtjwwp76ld4bjhdn.queue.core.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2020-03-26T21:17:16.1663494Z\",\r\n \"lastStatusChange\": \"2020-03-26T21:17:16.1663494Z\"\r\n },\r\n {\r\n \"name\": \"apimst4awtjwwp76ld4bjhdn.table.core.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2020-03-26T21:17:18.699683Z\",\r\n \"lastStatusChange\": \"2020-03-26T21:17:18.699683Z\"\r\n },\r\n {\r\n \"name\": \"apirpsqld1oadgy1loqgklul.database.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2020-03-26T21:17:21.4948037Z\",\r\n \"lastStatusChange\": \"2020-03-26T21:17:21.4948037Z\"\r\n },\r\n {\r\n \"name\": \"gcs.prod.monitoring.core.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2020-03-26T21:17:17.293262Z\",\r\n \"lastStatusChange\": \"2020-03-26T21:17:17.293262Z\"\r\n },\r\n {\r\n \"name\": \"https://centralus.prod.warm.ingestion.msftcloudes.com\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2020-03-26T21:17:17.3226562Z\",\r\n \"lastStatusChange\": \"2020-03-26T21:17:17.3226562Z\"\r\n },\r\n {\r\n \"name\": \"https://prod3.metrics.nsatc.net:1886/RecoveryService\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2020-03-26T21:17:16.5882374Z\",\r\n \"lastStatusChange\": \"2020-03-26T21:17:16.5882374Z\"\r\n },\r\n {\r\n \"name\": \"prod.warmpath.msftcloudes.com\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2020-03-26T21:17:17.3694822Z\",\r\n \"lastStatusChange\": \"2020-03-26T21:17:17.3694822Z\"\r\n },\r\n {\r\n \"name\": \"Scm\",\r\n \"status\": \"failure\",\r\n \"error\": \"An error occurred while sending the request.\",\r\n \"lastUpdated\": \"2020-03-26T21:17:16.6370735Z\",\r\n \"lastStatusChange\": \"2020-03-26T21:17:16.6370735Z\"\r\n },\r\n {\r\n \"name\": \"smtpi-ch1.msn.com:25028\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2020-03-26T21:17:17.8226099Z\",\r\n \"lastStatusChange\": \"2020-03-26T21:17:17.8226099Z\"\r\n }\r\n ]\r\n }\r\n }\r\n]", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551\",\r\n \"name\": \"sdktestapim8551\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHZ0U=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2021-05-02T06:56:30.6279736Z\",\r\n \"gatewayUrl\": \"https://sdktestapim8551.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim8551-westcentralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim8551.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim8551.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim8551.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim8551.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim8551.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"13.77.212.108\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.Network/virtualNetworks/apimvnet9451/subnets/apimsubnet2825\",\r\n \"vnetid\": \"00000000-0000-0000-0000-000000000000\",\r\n \"subnetname\": null\r\n },\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"External\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"b9b4831b-7f76-4631-9f14-d8ff93d60367\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/locations/Central%20US/networkstatus?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL2xvY2F0aW9ucy9DZW50cmFsJTIwVVMvbmV0d29ya3N0YXR1cz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfTWFuYWdlQ29tcHV0ZV9kMGI4YThlYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlRXRnVZV2RsUTI5dGNIVjBaVjlrTUdJNFlUaGxZUT09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "17bf3050-df3c-47a6-93d4-48c362c8c8aa" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3845,28 +3291,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8b43fbce-f2cd-4016-9c2b-e8b2168be9a0" + "79d5f5d8-e6c4-4c24-987a-4697b55e32bd" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" + "11955" ], "x-ms-correlation-request-id": [ - "00286ca2-29d0-48d6-a605-9fcc7ab1bef5" + "5bf152b7-bcff-4fa0-9fa4-faf86bf795d1" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T212607Z:00286ca2-29d0-48d6-a605-9fcc7ab1bef5" + "WESTUS:20210502T074047Z:5bf152b7-bcff-4fa0-9fa4-faf86bf795d1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:26:07 GMT" + "Sun, 02 May 2021 07:40:46 GMT" ], "Content-Length": [ - "2029" + "2606" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3875,20 +3321,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"dnsServers\": [\r\n \"168.63.129.16\"\r\n ],\r\n \"connectivityStatus\": [\r\n {\r\n \"name\": \"apimst4awtjwwp76ld4bjhdn.blob.core.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2020-03-26T21:17:20.9350828Z\",\r\n \"lastStatusChange\": \"2020-03-26T21:17:20.9350828Z\"\r\n },\r\n {\r\n \"name\": \"apimst4awtjwwp76ld4bjhdn.file.core.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2020-03-26T21:17:21.8278679Z\",\r\n \"lastStatusChange\": \"2020-03-26T21:17:21.8278679Z\"\r\n },\r\n {\r\n \"name\": \"apimst4awtjwwp76ld4bjhdn.queue.core.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2020-03-26T21:17:16.1663494Z\",\r\n \"lastStatusChange\": \"2020-03-26T21:17:16.1663494Z\"\r\n },\r\n {\r\n \"name\": \"apimst4awtjwwp76ld4bjhdn.table.core.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2020-03-26T21:17:18.699683Z\",\r\n \"lastStatusChange\": \"2020-03-26T21:17:18.699683Z\"\r\n },\r\n {\r\n \"name\": \"apirpsqld1oadgy1loqgklul.database.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2020-03-26T21:17:21.4948037Z\",\r\n \"lastStatusChange\": \"2020-03-26T21:17:21.4948037Z\"\r\n },\r\n {\r\n \"name\": \"gcs.prod.monitoring.core.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2020-03-26T21:17:17.293262Z\",\r\n \"lastStatusChange\": \"2020-03-26T21:17:17.293262Z\"\r\n },\r\n {\r\n \"name\": \"https://centralus.prod.warm.ingestion.msftcloudes.com\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2020-03-26T21:17:17.3226562Z\",\r\n \"lastStatusChange\": \"2020-03-26T21:17:17.3226562Z\"\r\n },\r\n {\r\n \"name\": \"https://prod3.metrics.nsatc.net:1886/RecoveryService\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2020-03-26T21:17:16.5882374Z\",\r\n \"lastStatusChange\": \"2020-03-26T21:17:16.5882374Z\"\r\n },\r\n {\r\n \"name\": \"prod.warmpath.msftcloudes.com\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2020-03-26T21:17:17.3694822Z\",\r\n \"lastStatusChange\": \"2020-03-26T21:17:17.3694822Z\"\r\n },\r\n {\r\n \"name\": \"Scm\",\r\n \"status\": \"failure\",\r\n \"error\": \"An error occurred while sending the request.\",\r\n \"lastUpdated\": \"2020-03-26T21:17:16.6370735Z\",\r\n \"lastStatusChange\": \"2020-03-26T21:17:16.6370735Z\"\r\n },\r\n {\r\n \"name\": \"smtpi-ch1.msn.com:25028\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2020-03-26T21:17:17.8226099Z\",\r\n \"lastStatusChange\": \"2020-03-26T21:17:17.8226099Z\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551\",\r\n \"name\": \"sdktestapim8551\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHZ0U=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2021-05-02T06:56:30.6279736Z\",\r\n \"gatewayUrl\": \"https://sdktestapim8551.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim8551-westcentralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim8551.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim8551.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim8551.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim8551.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim8551.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"13.77.212.108\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.Network/virtualNetworks/apimvnet9451/subnets/apimsubnet2825\",\r\n \"vnetid\": \"00000000-0000-0000-0000-000000000000\",\r\n \"subnetname\": null\r\n },\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"External\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"b9b4831b-7f76-4631-9f14-d8ff93d60367\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/networkstatus?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL25ldHdvcmtzdGF0dXM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "7bcfbb4c-0906-4c19-8f04-0bac1a58e74e" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3898,57 +3350,60 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7a8cdda1-6f17-4681-bd26-a3b119668fe1" + "a4f74f82-b6c8-4786-8277-12220cf86c91" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" + "11954" ], "x-ms-correlation-request-id": [ - "5ebd04ad-dbec-4a06-9130-a71a48228ea1" + "9ab16d16-3a42-4736-8939-886376b31947" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T212709Z:5ebd04ad-dbec-4a06-9130-a71a48228ea1" + "WESTUS:20210502T074047Z:9ab16d16-3a42-4736-8939-886376b31947" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:27:08 GMT" + "Sun, 02 May 2021 07:40:47 GMT" + ], + "Content-Length": [ + "2981" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "[\r\n {\r\n \"location\": \"West Central US\",\r\n \"networkStatus\": {\r\n \"dnsServers\": [\r\n \"168.63.129.16\"\r\n ],\r\n \"connectivityStatus\": [\r\n {\r\n \"name\": \"apimstkzir5gvdsgogg09ket.blob.core.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:34.8285642Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:34.8285642Z\",\r\n \"resourceType\": \"BlobStorage\",\r\n \"isOptional\": false\r\n },\r\n {\r\n \"name\": \"apimstkzir5gvdsgogg09ket.file.core.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:34.4561887Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:34.4561887Z\",\r\n \"resourceType\": \"FileStorage\",\r\n \"isOptional\": true\r\n },\r\n {\r\n \"name\": \"apimstkzir5gvdsgogg09ket.queue.core.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:34.9417681Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:34.9417681Z\",\r\n \"resourceType\": \"Queue\",\r\n \"isOptional\": true\r\n },\r\n {\r\n \"name\": \"apimstkzir5gvdsgogg09ket.table.core.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:34.9417681Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:34.9417681Z\",\r\n \"resourceType\": \"TableStorage\",\r\n \"isOptional\": false\r\n },\r\n {\r\n \"name\": \"apirpsqlfz0ggi5jfhhkop1t.database.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:34.8285642Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:34.8285642Z\",\r\n \"resourceType\": \"SQLDatabase\",\r\n \"isOptional\": false\r\n },\r\n {\r\n \"name\": \"gcs.prod.monitoring.core.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:34.6935604Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:34.6935604Z\",\r\n \"resourceType\": \"Monitoring\",\r\n \"isOptional\": false\r\n },\r\n {\r\n \"name\": \"https://gcs.prod.warm.ingestion.monitoring.azure.com\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:34.643561Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:34.643561Z\",\r\n \"resourceType\": \"Monitoring\",\r\n \"isOptional\": true\r\n },\r\n {\r\n \"name\": \"https://global.prod.microsoftmetrics.com/\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:34.7776938Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:34.7776938Z\",\r\n \"resourceType\": \"Monitoring\",\r\n \"isOptional\": true\r\n },\r\n {\r\n \"name\": \"https://login.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:35.0585663Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:35.0585663Z\",\r\n \"resourceType\": \"AzureActiveDirectory\",\r\n \"isOptional\": true\r\n },\r\n {\r\n \"name\": \"https://prod3.prod.microsoftmetrics.com:1886/RecoveryService\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:35.0185659Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:35.0185659Z\",\r\n \"resourceType\": \"Metrics\",\r\n \"isOptional\": true\r\n },\r\n {\r\n \"name\": \"LocalGatewayRedis\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:34.7489663Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:34.7489663Z\",\r\n \"resourceType\": \"InternalCache\",\r\n \"isOptional\": true\r\n },\r\n {\r\n \"name\": \"Scm\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:36.1885828Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:36.1885828Z\",\r\n \"resourceType\": \"SourceControl\",\r\n \"isOptional\": true\r\n },\r\n {\r\n \"name\": \"smtpi-ch1.msn.com:25028\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:35.1256458Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:35.1256458Z\",\r\n \"resourceType\": \"Email\",\r\n \"isOptional\": true\r\n }\r\n ]\r\n }\r\n }\r\n]", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/locations/West%20Central%20US/networkstatus?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL2xvY2F0aW9ucy9XZXN0JTIwQ2VudHJhbCUyMFVTL25ldHdvcmtzdGF0dXM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "0618100d-265e-475b-ae2b-01b318f269d1" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3958,57 +3413,54 @@ "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6f958924-f748-4fea-8710-ad3626382016" + "10508886-51d6-4ca9-9eba-9afbbce1676d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" + "11953" ], "x-ms-correlation-request-id": [ - "846efa82-47ec-412e-bbe6-982c93d9fa4e" + "3ded27fd-78f6-4126-9fbc-a160bf8c9177" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T212809Z:846efa82-47ec-412e-bbe6-982c93d9fa4e" + "WESTUS:20210502T074047Z:3ded27fd-78f6-4126-9fbc-a160bf8c9177" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:28:08 GMT" + "Sun, 02 May 2021 07:40:47 GMT" + ], + "Content-Length": [ + "2932" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"dnsServers\": [\r\n \"168.63.129.16\"\r\n ],\r\n \"connectivityStatus\": [\r\n {\r\n \"name\": \"apimstkzir5gvdsgogg09ket.blob.core.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:34.8285642Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:34.8285642Z\",\r\n \"resourceType\": \"BlobStorage\",\r\n \"isOptional\": false\r\n },\r\n {\r\n \"name\": \"apimstkzir5gvdsgogg09ket.file.core.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:34.4561887Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:34.4561887Z\",\r\n \"resourceType\": \"FileStorage\",\r\n \"isOptional\": true\r\n },\r\n {\r\n \"name\": \"apimstkzir5gvdsgogg09ket.queue.core.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:34.9417681Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:34.9417681Z\",\r\n \"resourceType\": \"Queue\",\r\n \"isOptional\": true\r\n },\r\n {\r\n \"name\": \"apimstkzir5gvdsgogg09ket.table.core.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:34.9417681Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:34.9417681Z\",\r\n \"resourceType\": \"TableStorage\",\r\n \"isOptional\": false\r\n },\r\n {\r\n \"name\": \"apirpsqlfz0ggi5jfhhkop1t.database.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:34.8285642Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:34.8285642Z\",\r\n \"resourceType\": \"SQLDatabase\",\r\n \"isOptional\": false\r\n },\r\n {\r\n \"name\": \"gcs.prod.monitoring.core.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:34.6935604Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:34.6935604Z\",\r\n \"resourceType\": \"Monitoring\",\r\n \"isOptional\": false\r\n },\r\n {\r\n \"name\": \"https://gcs.prod.warm.ingestion.monitoring.azure.com\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:34.643561Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:34.643561Z\",\r\n \"resourceType\": \"Monitoring\",\r\n \"isOptional\": true\r\n },\r\n {\r\n \"name\": \"https://global.prod.microsoftmetrics.com/\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:34.7776938Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:34.7776938Z\",\r\n \"resourceType\": \"Monitoring\",\r\n \"isOptional\": true\r\n },\r\n {\r\n \"name\": \"https://login.windows.net\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:35.0585663Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:35.0585663Z\",\r\n \"resourceType\": \"AzureActiveDirectory\",\r\n \"isOptional\": true\r\n },\r\n {\r\n \"name\": \"https://prod3.prod.microsoftmetrics.com:1886/RecoveryService\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:35.0185659Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:35.0185659Z\",\r\n \"resourceType\": \"Metrics\",\r\n \"isOptional\": true\r\n },\r\n {\r\n \"name\": \"LocalGatewayRedis\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:34.7489663Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:34.7489663Z\",\r\n \"resourceType\": \"InternalCache\",\r\n \"isOptional\": true\r\n },\r\n {\r\n \"name\": \"Scm\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:36.1885828Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:36.1885828Z\",\r\n \"resourceType\": \"SourceControl\",\r\n \"isOptional\": true\r\n },\r\n {\r\n \"name\": \"smtpi-ch1.msn.com:25028\",\r\n \"status\": \"success\",\r\n \"error\": \"\",\r\n \"lastUpdated\": \"2021-05-02T07:36:35.1256458Z\",\r\n \"lastStatusChange\": \"2021-05-02T07:36:35.1256458Z\",\r\n \"resourceType\": \"Email\",\r\n \"isOptional\": true\r\n }\r\n ]\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4019,7 +3471,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4028,25 +3480,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0e0b3811-dfb5-47f9-8d18-809c53b306ed" + "d7fae2c6-15d4-4016-a8f9-d7c1b4fab680" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" + "11952" ], "x-ms-correlation-request-id": [ - "4dc40f3d-0815-4ed8-8976-84f93faf0ce6" + "a2fc7839-e66f-4165-bc29-14ee7274bcc9" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T212909Z:4dc40f3d-0815-4ed8-8976-84f93faf0ce6" + "WESTUS:20210502T074151Z:a2fc7839-e66f-4165-bc29-14ee7274bcc9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:29:09 GMT" + "Sun, 02 May 2021 07:41:50 GMT" ], "Expires": [ "-1" @@ -4059,16 +3511,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4079,7 +3531,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4088,25 +3540,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "21721ba4-d15d-49f7-ba58-9afc741e57e5" + "81d56cbf-4152-4879-9cdd-c5c33a5e4e58" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11944" + "11951" ], "x-ms-correlation-request-id": [ - "80b45065-3f56-46f0-b5c8-67ab4e0553b1" + "de091b59-0856-4094-81b1-58de62e5e06a" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T213010Z:80b45065-3f56-46f0-b5c8-67ab4e0553b1" + "WESTUS:20210502T074251Z:de091b59-0856-4094-81b1-58de62e5e06a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:30:09 GMT" + "Sun, 02 May 2021 07:42:51 GMT" ], "Expires": [ "-1" @@ -4119,16 +3571,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4139,7 +3591,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4148,25 +3600,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8c7eeb0f-2db6-4c9f-b8ad-c85d39bedfbd" + "4ede123f-44c3-4b30-891e-cb8e36672e53" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" + "11950" ], "x-ms-correlation-request-id": [ - "89cfd717-ca68-4c6f-8f04-868390ec1f4f" + "e18fb2d6-7dc5-483a-8268-45da7dd97a1d" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T213110Z:89cfd717-ca68-4c6f-8f04-868390ec1f4f" + "WESTUS:20210502T074351Z:e18fb2d6-7dc5-483a-8268-45da7dd97a1d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:31:10 GMT" + "Sun, 02 May 2021 07:43:51 GMT" ], "Expires": [ "-1" @@ -4179,16 +3631,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4199,7 +3651,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4208,25 +3660,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1321edda-3ee3-45d9-91e8-9bd9949f86ac" + "132794a5-2e51-422e-85b6-116f4b80eda7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11942" + "11949" ], "x-ms-correlation-request-id": [ - "4030993c-cba5-4662-b6e1-733acc4fe7ae" + "91d2de93-29cb-41d9-a23a-362738aee467" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T213210Z:4030993c-cba5-4662-b6e1-733acc4fe7ae" + "WESTUS:20210502T074452Z:91d2de93-29cb-41d9-a23a-362738aee467" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:32:10 GMT" + "Sun, 02 May 2021 07:44:51 GMT" ], "Expires": [ "-1" @@ -4239,16 +3691,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4259,7 +3711,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4268,25 +3720,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e7024b67-3d38-436d-b591-557e72f877e0" + "5f8f81a4-c9c4-4b41-a877-cf291c031034" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11941" + "11948" ], "x-ms-correlation-request-id": [ - "f889a7a1-c902-473e-9a82-da086e9982ef" + "6de75acc-1364-4465-bc3a-aba14c4c7a66" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T213311Z:f889a7a1-c902-473e-9a82-da086e9982ef" + "WESTUS:20210502T074552Z:6de75acc-1364-4465-bc3a-aba14c4c7a66" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:33:10 GMT" + "Sun, 02 May 2021 07:45:51 GMT" ], "Expires": [ "-1" @@ -4299,16 +3751,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4319,7 +3771,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4328,25 +3780,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ae1144d3-1135-4b81-be7c-6ac87f5b3606" + "a221d82e-571d-4994-9b2e-09197b489953" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11940" + "11947" ], "x-ms-correlation-request-id": [ - "84c0aeeb-2b78-4688-89b4-152b4c4eb703" + "b3f7ca90-4481-45da-8403-83504fd26c6f" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T213411Z:84c0aeeb-2b78-4688-89b4-152b4c4eb703" + "WESTUS:20210502T074652Z:b3f7ca90-4481-45da-8403-83504fd26c6f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:34:10 GMT" + "Sun, 02 May 2021 07:46:52 GMT" ], "Expires": [ "-1" @@ -4359,16 +3811,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4379,7 +3831,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4388,25 +3840,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3ba848fb-3464-49f3-91f5-7a63a0bc6f0f" + "3e3c8968-10e1-44c1-bc7c-2c1a75e5907c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11939" + "11946" ], "x-ms-correlation-request-id": [ - "2f6ac504-7871-4e52-b63a-7a9fc2dfbe93" + "b60c872b-2980-4226-9ac6-cd9a4b999358" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T213511Z:2f6ac504-7871-4e52-b63a-7a9fc2dfbe93" + "WESTUS:20210502T074753Z:b60c872b-2980-4226-9ac6-cd9a4b999358" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:35:10 GMT" + "Sun, 02 May 2021 07:47:52 GMT" ], "Expires": [ "-1" @@ -4419,16 +3871,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4439,7 +3891,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4448,25 +3900,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "11c40e03-edc3-4666-9b7d-08ed58335d49" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11938" + "55f03f0c-6659-42eb-b381-1247f31a20bf" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11945" + ], "x-ms-correlation-request-id": [ - "7bd6a318-df02-43f2-9a7f-71135dbb2971" + "616c005a-695a-4fa1-bcd2-f197b499d7d6" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T213611Z:7bd6a318-df02-43f2-9a7f-71135dbb2971" + "WESTUS:20210502T074853Z:616c005a-695a-4fa1-bcd2-f197b499d7d6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:36:11 GMT" + "Sun, 02 May 2021 07:48:53 GMT" ], "Expires": [ "-1" @@ -4479,16 +3931,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4499,7 +3951,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4508,25 +3960,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "48746b3a-cbd1-4ddc-873b-c8cfb114d2b4" + "1b837583-a499-4e9c-9464-4da8fc24a414" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" + "11944" ], "x-ms-correlation-request-id": [ - "c2f67faa-d93c-4000-adb2-34e3be9cce59" + "f073074e-818c-4ab2-967d-325734e9e013" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T213711Z:c2f67faa-d93c-4000-adb2-34e3be9cce59" + "WESTUS:20210502T074953Z:f073074e-818c-4ab2-967d-325734e9e013" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:37:11 GMT" + "Sun, 02 May 2021 07:49:53 GMT" ], "Expires": [ "-1" @@ -4539,16 +3991,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4559,7 +4011,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4568,25 +4020,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "98a59dd1-1164-42dc-bd75-69f105528333" + "50f0d566-7830-4c13-9337-f42f889eae66" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11936" + "11943" ], "x-ms-correlation-request-id": [ - "e37a3ee7-253b-427c-86b1-66a1efd794c1" + "28ba2030-4ec3-4828-8f72-49bf4ba6b038" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T213812Z:e37a3ee7-253b-427c-86b1-66a1efd794c1" + "WESTUS:20210502T075053Z:28ba2030-4ec3-4828-8f72-49bf4ba6b038" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:38:11 GMT" + "Sun, 02 May 2021 07:50:52 GMT" ], "Expires": [ "-1" @@ -4599,16 +4051,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4619,7 +4071,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4628,25 +4080,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "49617bbd-2203-4e30-aa54-bee18ab56e2d" + "fdeaef06-ad8b-4943-9376-b74610e609fc" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" + "11942" ], "x-ms-correlation-request-id": [ - "105eea88-0990-406c-b6e7-96182ce3a153" + "115d9ffa-1e7a-4ba8-b50f-d8d1c8de53a0" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T213912Z:105eea88-0990-406c-b6e7-96182ce3a153" + "WESTUS:20210502T075154Z:115d9ffa-1e7a-4ba8-b50f-d8d1c8de53a0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:39:11 GMT" + "Sun, 02 May 2021 07:51:53 GMT" ], "Expires": [ "-1" @@ -4659,16 +4111,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4679,7 +4131,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4688,25 +4140,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "82389218-d23c-4be1-b8a7-fb4fd9adb23f" + "de2922fb-154e-4b86-8931-86d1457bce66" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" + "11941" ], "x-ms-correlation-request-id": [ - "39872ca9-d159-4303-b2f7-1bf88ec151fa" + "84c6423c-2d86-4e1b-a876-abeacfbf838c" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T214012Z:39872ca9-d159-4303-b2f7-1bf88ec151fa" + "WESTUS:20210502T075254Z:84c6423c-2d86-4e1b-a876-abeacfbf838c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:40:12 GMT" + "Sun, 02 May 2021 07:52:53 GMT" ], "Expires": [ "-1" @@ -4719,16 +4171,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4739,7 +4191,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4748,25 +4200,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a4d97ba6-0445-4781-ac66-33f786ba903a" + "5f0f55f5-e8f7-4ae4-8dfe-e31278406ad9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11936" + "11940" ], "x-ms-correlation-request-id": [ - "a30f2084-8365-4e35-91ee-e4607e5059ab" + "a8dc8f08-f1ee-4b0d-aa2b-b00ffc7f99db" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T214112Z:a30f2084-8365-4e35-91ee-e4607e5059ab" + "WESTUS:20210502T075354Z:a8dc8f08-f1ee-4b0d-aa2b-b00ffc7f99db" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:41:12 GMT" + "Sun, 02 May 2021 07:53:54 GMT" ], "Expires": [ "-1" @@ -4779,16 +4231,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4799,7 +4251,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4808,25 +4260,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f176523c-5b9b-46ed-a625-7d6fd66228ef" + "e1e0d92c-4180-4e48-91e9-c643cb190734" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" + "11939" ], "x-ms-correlation-request-id": [ - "9f2855cd-303a-4673-acd3-7632378c8d29" + "4724ce9e-33b0-46c7-840f-d90aac2d6c4d" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T214213Z:9f2855cd-303a-4673-acd3-7632378c8d29" + "WESTUS:20210502T075454Z:4724ce9e-33b0-46c7-840f-d90aac2d6c4d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:42:13 GMT" + "Sun, 02 May 2021 07:54:54 GMT" ], "Expires": [ "-1" @@ -4839,16 +4291,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4859,7 +4311,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4868,25 +4320,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dd4362c4-cc02-4dbe-9b2c-597eed9ec2b2" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11934" + "dda7b194-a4b5-402d-9da7-d3cdc2ded702" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11938" + ], "x-ms-correlation-request-id": [ - "c45dfc66-a4a9-423d-a1f0-dceee77829cd" + "bc1621df-99ff-4cc7-9970-adb885105c1b" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T214313Z:c45dfc66-a4a9-423d-a1f0-dceee77829cd" + "WESTUS:20210502T075555Z:bc1621df-99ff-4cc7-9970-adb885105c1b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:43:12 GMT" + "Sun, 02 May 2021 07:55:54 GMT" ], "Expires": [ "-1" @@ -4899,16 +4351,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4919,7 +4371,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4928,25 +4380,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7af988be-68aa-4fbb-a6a9-03aa37a5f3de" + "d8ece93c-a17b-4869-a026-20425ef001ba" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11933" + "11937" ], "x-ms-correlation-request-id": [ - "e6b7f015-a372-4bee-aef1-acecb8093f99" + "e9c7f5fb-9ea6-4039-87b9-ad814ea69da6" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T214413Z:e6b7f015-a372-4bee-aef1-acecb8093f99" + "WESTUS:20210502T075655Z:e9c7f5fb-9ea6-4039-87b9-ad814ea69da6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:44:12 GMT" + "Sun, 02 May 2021 07:56:55 GMT" ], "Expires": [ "-1" @@ -4959,16 +4411,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -4979,7 +4431,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -4988,25 +4440,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "eea07710-7a93-4b89-a931-039115466707" + "fb2a63f9-9a43-4ff6-8789-6a12f9612efe" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" + "11936" ], "x-ms-correlation-request-id": [ - "f8c4a6c6-92ec-4e05-805b-a144785f9b8b" + "b9b74880-820a-40ef-98b9-40534c05cc74" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T214513Z:f8c4a6c6-92ec-4e05-805b-a144785f9b8b" + "WESTUS:20210502T075755Z:b9b74880-820a-40ef-98b9-40534c05cc74" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:45:13 GMT" + "Sun, 02 May 2021 07:57:54 GMT" ], "Expires": [ "-1" @@ -5019,16 +4471,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -5039,7 +4491,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -5048,25 +4500,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "44f77189-f99a-4530-9aeb-6b52175bede6" + "e0b69499-91f2-4711-b500-24c9ff83e315" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11936" + "11935" ], "x-ms-correlation-request-id": [ - "33dbadb2-cf74-4e87-81ba-9525b01bd336" + "88d39ff3-42a4-4f92-bfbd-1908d2cc4a40" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T214614Z:33dbadb2-cf74-4e87-81ba-9525b01bd336" + "WESTUS:20210502T075855Z:88d39ff3-42a4-4f92-bfbd-1908d2cc4a40" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:46:13 GMT" + "Sun, 02 May 2021 07:58:55 GMT" ], "Expires": [ "-1" @@ -5079,16 +4531,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -5099,7 +4551,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -5108,25 +4560,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "74986f58-ead5-462c-957d-6d980bd578b1" + "b3ec6683-886b-42f0-940e-9c9df4a622ea" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" + "11934" ], "x-ms-correlation-request-id": [ - "57ecfc55-4cce-4875-b60b-9b858598b52f" + "d3da82ee-f7b7-4662-b752-bf5b07a4ab6f" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T214714Z:57ecfc55-4cce-4875-b60b-9b858598b52f" + "WESTUS:20210502T075956Z:d3da82ee-f7b7-4662-b752-bf5b07a4ab6f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:47:14 GMT" + "Sun, 02 May 2021 07:59:55 GMT" ], "Expires": [ "-1" @@ -5139,16 +4591,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -5159,7 +4611,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -5168,25 +4620,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "92461089-fa54-4108-9215-bfeba037da3f" + "f63820d9-a0c4-4f62-a448-80782fbbb22d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11934" + "11936" ], "x-ms-correlation-request-id": [ - "6e72e302-3dd1-463a-b51e-0e659ee9728f" + "21288b3e-67c3-425c-a07f-c89482949d98" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T214814Z:6e72e302-3dd1-463a-b51e-0e659ee9728f" + "WESTUS:20210502T080056Z:21288b3e-67c3-425c-a07f-c89482949d98" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:48:14 GMT" + "Sun, 02 May 2021 08:00:55 GMT" ], "Expires": [ "-1" @@ -5199,16 +4651,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -5219,7 +4671,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -5228,25 +4680,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e8e35cfa-2abe-4100-9ad1-cb675d779844" + "0bfa0376-a2c6-405f-b015-672b15bd3b2e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11933" + "11935" ], "x-ms-correlation-request-id": [ - "83c9514d-ce8f-4619-8b88-b64ae5a41527" + "f8f20a37-2746-4048-b51a-920e3a3fba28" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T214915Z:83c9514d-ce8f-4619-8b88-b64ae5a41527" + "WESTUS:20210502T080156Z:f8f20a37-2746-4048-b51a-920e3a3fba28" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:49:14 GMT" + "Sun, 02 May 2021 08:01:56 GMT" ], "Expires": [ "-1" @@ -5259,16 +4711,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -5279,7 +4731,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -5288,25 +4740,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "03f3c522-16bc-476b-8f18-d8a9f407fede" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" + "8b50d3f6-d0c3-41f3-96db-ae97dbef7491" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11934" + ], "x-ms-correlation-request-id": [ - "f0cca6fb-f19f-4aa5-88df-7eb7bd1b93c3" + "d2dac488-6fac-40a8-9dc6-e45c51217158" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T215015Z:f0cca6fb-f19f-4aa5-88df-7eb7bd1b93c3" + "WESTUS:20210502T080256Z:d2dac488-6fac-40a8-9dc6-e45c51217158" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:50:14 GMT" + "Sun, 02 May 2021 08:02:56 GMT" ], "Expires": [ "-1" @@ -5319,16 +4771,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -5339,7 +4791,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -5348,25 +4800,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c251e067-56ff-490a-9423-4f905e621e16" + "18116816-09e0-4a6c-b9e4-ccffbb77682b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11936" + "11933" ], "x-ms-correlation-request-id": [ - "b9582b94-7e50-46c9-b6e9-b5c687dfeeab" + "cd30d43f-49ce-41d2-a452-e6763b2e4997" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T215115Z:b9582b94-7e50-46c9-b6e9-b5c687dfeeab" + "WESTUS:20210502T080357Z:cd30d43f-49ce-41d2-a452-e6763b2e4997" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:51:14 GMT" + "Sun, 02 May 2021 08:03:56 GMT" ], "Expires": [ "-1" @@ -5379,16 +4831,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -5399,7 +4851,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -5408,25 +4860,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "196527fd-8ebf-4288-8f74-c736752e9a31" + "22599909-0220-4092-aab8-6adb446d6b7b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" + "11932" ], "x-ms-correlation-request-id": [ - "5d71240f-3e17-4e51-ac83-37ae6f05a602" + "097dfa80-89cc-4f17-8c2d-16346c62e2e9" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T215215Z:5d71240f-3e17-4e51-ac83-37ae6f05a602" + "WESTUS:20210502T080457Z:097dfa80-89cc-4f17-8c2d-16346c62e2e9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:52:15 GMT" + "Sun, 02 May 2021 08:04:56 GMT" ], "Expires": [ "-1" @@ -5439,16 +4891,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -5459,7 +4911,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -5468,25 +4920,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d23aaa29-d099-4303-9699-319d8486fdfc" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11934" + "f146ffa5-b55d-45d5-9361-35fd3a47a6e0" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11936" + ], "x-ms-correlation-request-id": [ - "fc8c89dd-d3f3-4cee-80b7-e085e08cdd70" + "e65282e4-8324-4466-b5dc-f0c47509e6ca" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T215315Z:fc8c89dd-d3f3-4cee-80b7-e085e08cdd70" + "WESTUS:20210502T080557Z:e65282e4-8324-4466-b5dc-f0c47509e6ca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:53:15 GMT" + "Sun, 02 May 2021 08:05:57 GMT" ], "Expires": [ "-1" @@ -5499,16 +4951,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -5519,7 +4971,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -5528,25 +4980,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "16768e36-b5a9-4ede-b4b6-b17f2dfc06a4" + "42a94af1-08d5-42f7-a42f-98b2d2a5aa62" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11933" + "11935" ], "x-ms-correlation-request-id": [ - "71cc7fe6-e579-45ff-92ec-87e9f108f0f0" + "d3593adb-e023-42ab-bc66-4bbc4ca1852d" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T215416Z:71cc7fe6-e579-45ff-92ec-87e9f108f0f0" + "WESTUS:20210502T080657Z:d3593adb-e023-42ab-bc66-4bbc4ca1852d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:54:15 GMT" + "Sun, 02 May 2021 08:06:57 GMT" ], "Expires": [ "-1" @@ -5559,16 +5011,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -5579,7 +5031,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -5588,25 +5040,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f1c2ebae-edfc-459f-a3eb-d5d18747d546" + "62b8310d-6142-408d-81ce-d628d822f9ae" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" + "11934" ], "x-ms-correlation-request-id": [ - "ace2adc1-e4ad-41d9-b700-a3a98a0eb3ec" + "79f8d09e-1b43-4657-98af-6e172945b0d1" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T215516Z:ace2adc1-e4ad-41d9-b700-a3a98a0eb3ec" + "WESTUS:20210502T080758Z:79f8d09e-1b43-4657-98af-6e172945b0d1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:55:16 GMT" + "Sun, 02 May 2021 08:07:57 GMT" ], "Expires": [ "-1" @@ -5619,16 +5071,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -5639,7 +5091,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -5648,25 +5100,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7dba4912-11a7-486c-b159-944ed92f751f" + "a06a0d60-821e-4817-bf90-b482b108bc3d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11936" + "11933" ], "x-ms-correlation-request-id": [ - "82d3420c-27e0-4ef7-a265-222b1d2100bd" + "d2ca25ed-9d91-466f-9d64-7e67c7081f3e" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T215616Z:82d3420c-27e0-4ef7-a265-222b1d2100bd" + "WESTUS:20210502T080858Z:d2ca25ed-9d91-466f-9d64-7e67c7081f3e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:56:16 GMT" + "Sun, 02 May 2021 08:08:58 GMT" ], "Expires": [ "-1" @@ -5679,16 +5131,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -5699,7 +5151,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -5708,25 +5160,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "448f264b-9656-4513-bfb5-64808e52a4e4" + "efa52802-11af-472f-8b93-12e1d5643893" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" + "11932" ], "x-ms-correlation-request-id": [ - "5de2e501-1e51-4459-a711-7738c4e31928" + "2286a375-025f-4833-9995-90ae991f3c52" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T215716Z:5de2e501-1e51-4459-a711-7738c4e31928" + "WESTUS:20210502T080958Z:2286a375-025f-4833-9995-90ae991f3c52" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:57:15 GMT" + "Sun, 02 May 2021 08:09:57 GMT" ], "Expires": [ "-1" @@ -5739,16 +5191,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9VcGRhdGVfNTNiNmRiZTc=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlWY0dSaGRHVmZOVE5pTm1SaVpUYz0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVXBkYXRlXzRmNGY4M2Y2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZYQmtZWFJsWHpSbU5HWTRNMlkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -5762,28 +5214,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "168209eb-8c19-47f7-b4a3-e0154ab87861" + "72c1ceb1-79b4-494c-8a55-daa65812e360" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11934" + "11936" ], "x-ms-correlation-request-id": [ - "4159b73d-06f9-4788-9a1a-eef61954f4f9" + "00638d72-fbc4-4a7c-8a4c-b420e099e471" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T215817Z:4159b73d-06f9-4788-9a1a-eef61954f4f9" + "WESTUS:20210502T081058Z:00638d72-fbc4-4a7c-8a4c-b420e099e471" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:58:16 GMT" + "Sun, 02 May 2021 08:10:58 GMT" ], "Content-Length": [ - "2422" + "2589" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5792,26 +5244,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151\",\r\n \"name\": \"sdktestapim9151\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAEB+E=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-03-26T20:36:51.5093236Z\",\r\n \"gatewayUrl\": \"https://sdktestapim9151.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim9151-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim9151.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim9151.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim9151.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim9151.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim9151.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.208.27.197\"\r\n ],\r\n \"privateIPAddresses\": [\r\n \"10.0.1.6\"\r\n ],\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.Network/virtualNetworks/apimvnet8204/subnets/apimsubnet8429\",\r\n \"vnetid\": \"00000000-0000-0000-0000-000000000000\",\r\n \"subnetname\": null\r\n },\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"Internal\",\r\n \"certificates\": null,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551\",\r\n \"name\": \"sdktestapim8551\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHZ10=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2021-05-02T06:56:30.6279736Z\",\r\n \"gatewayUrl\": \"https://sdktestapim8551.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim8551-westcentralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim8551.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim8551.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim8551.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim8551.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim8551.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.161.18.1\"\r\n ],\r\n \"privateIPAddresses\": [\r\n \"10.0.1.6\"\r\n ],\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.Network/virtualNetworks/apimvnet9451/subnets/apimsubnet2825\",\r\n \"vnetid\": \"00000000-0000-0000-0000-000000000000\",\r\n \"subnetname\": null\r\n },\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"Internal\",\r\n \"certificates\": null,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"b9b4831b-7f76-4631-9f14-d8ff93d60367\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f948b6a9-0be2-46d3-aed3-43af0b4682e0" + "45c5e8f0-69ef-4667-a9df-1699eff7dff2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -5822,7 +5274,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9UZXJtXzY3NDE4ZGQx?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVGVybV9mMmQxYTI3Zg==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -5831,7 +5283,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c7ea58b9-1d48-4123-b04c-3789b1711b5b" + "05ccf673-76a2-473b-9014-40843294a2bb" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -5840,19 +5292,19 @@ "14999" ], "x-ms-correlation-request-id": [ - "945f9999-05fd-4aad-8e42-fc4c2ab8527a" + "adecb744-ddb4-48c4-819e-8229034692fd" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T215817Z:945f9999-05fd-4aad-8e42-fc4c2ab8527a" + "WESTUS:20210502T081059Z:adecb744-ddb4-48c4-819e-8229034692fd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:58:16 GMT" + "Sun, 02 May 2021 08:10:58 GMT" ], "Content-Length": [ - "2430" + "2597" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5861,20 +5313,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151\",\r\n \"name\": \"sdktestapim9151\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAEB+I=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"Deleting\",\r\n \"createdAtUtc\": \"2020-03-26T20:36:51.5093236Z\",\r\n \"gatewayUrl\": \"https://sdktestapim9151.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim9151-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim9151.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim9151.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim9151.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim9151.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim9151.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.208.27.197\"\r\n ],\r\n \"privateIPAddresses\": [\r\n \"10.0.1.6\"\r\n ],\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.Network/virtualNetworks/apimvnet8204/subnets/apimsubnet8429\",\r\n \"vnetid\": \"00000000-0000-0000-0000-000000000000\",\r\n \"subnetname\": null\r\n },\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"Internal\",\r\n \"certificates\": null,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551\",\r\n \"name\": \"sdktestapim8551\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHZ14=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"Deleting\",\r\n \"createdAtUtc\": \"2021-05-02T06:56:30.6279736Z\",\r\n \"gatewayUrl\": \"https://sdktestapim8551.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim8551-westcentralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim8551.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim8551.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim8551.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim8551.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim8551.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.161.18.1\"\r\n ],\r\n \"privateIPAddresses\": [\r\n \"10.0.1.6\"\r\n ],\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": {\r\n \"subnetResourceId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.Network/virtualNetworks/apimvnet9451/subnets/apimsubnet2825\",\r\n \"vnetid\": \"00000000-0000-0000-0000-000000000000\",\r\n \"subnetname\": null\r\n },\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"Internal\",\r\n \"certificates\": null,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"b9b4831b-7f76-4631-9f14-d8ff93d60367\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9UZXJtXzY3NDE4ZGQx?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlVWlhKdFh6WTNOREU0WkdReD9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVGVybV9mMmQxYTI3Zg==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZHVnliVjltTW1ReFlUSTNaZz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -5885,7 +5337,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9UZXJtXzY3NDE4ZGQx?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVGVybV9mMmQxYTI3Zg==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -5894,25 +5346,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f3a307e2-95e8-4ce6-81e6-37a094ffc1a5" + "71cb6ade-dfa8-4983-bdbc-63c8d4a2f94f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11933" + "11935" ], "x-ms-correlation-request-id": [ - "0900a514-8e15-423f-937c-bd0b80886789" + "8fe528e1-bc04-4dcb-87fe-c098e1b00286" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T215917Z:0900a514-8e15-423f-937c-bd0b80886789" + "WESTUS:20210502T081159Z:8fe528e1-bc04-4dcb-87fe-c098e1b00286" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 21:59:16 GMT" + "Sun, 02 May 2021 08:11:58 GMT" ], "Expires": [ "-1" @@ -5925,16 +5377,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9UZXJtXzY3NDE4ZGQx?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlVWlhKdFh6WTNOREU0WkdReD9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVGVybV9mMmQxYTI3Zg==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZHVnliVjltTW1ReFlUSTNaZz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -5945,7 +5397,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9UZXJtXzY3NDE4ZGQx?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVGVybV9mMmQxYTI3Zg==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -5954,25 +5406,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "22ae847b-ac6a-4f35-bff6-4f2eeb06a1cb" + "d3f64462-5317-48e4-bbfe-00630fe04560" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" + "11934" ], "x-ms-correlation-request-id": [ - "fce9bc8b-8699-468c-a9fc-b522872a8c30" + "8cc5babb-cb99-427d-aa68-802c106acd3b" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T220017Z:fce9bc8b-8699-468c-a9fc-b522872a8c30" + "WESTUS:20210502T081259Z:8cc5babb-cb99-427d-aa68-802c106acd3b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:00:17 GMT" + "Sun, 02 May 2021 08:12:59 GMT" ], "Expires": [ "-1" @@ -5985,16 +5437,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9UZXJtXzY3NDE4ZGQx?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlVWlhKdFh6WTNOREU0WkdReD9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVGVybV9mMmQxYTI3Zg==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZHVnliVjltTW1ReFlUSTNaZz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -6008,25 +5460,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "63d0d44d-2095-4e21-a611-72ceeee7301a" + "e8d579e9-bf55-4bc2-9133-c1b00977a656" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11936" + "11933" ], "x-ms-correlation-request-id": [ - "8827b378-870e-4d49-a4ac-570ca6309c3a" + "d1a65aa0-b787-4a8a-9f07-8501b2683c4c" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T220118Z:8827b378-870e-4d49-a4ac-570ca6309c3a" + "WESTUS:20210502T081359Z:d1a65aa0-b787-4a8a-9f07-8501b2683c4c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:01:17 GMT" + "Sun, 02 May 2021 08:13:59 GMT" ], "Expires": [ "-1" @@ -6039,16 +5491,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTE1MV9UZXJtXzY3NDE4ZGQx?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9URTFNVjlVWlhKdFh6WTNOREU0WkdReD9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTg1NTFfVGVybV9mMmQxYTI3Zg==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVGcxTlRGZlZHVnliVjltTW1ReFlUSTNaZz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -6062,25 +5514,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8ffcac36-5eb2-43ad-b88b-ba8df8b7ef51" + "9d69a2f0-3e20-4268-8e40-b236f8db02ad" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" + "11932" ], "x-ms-correlation-request-id": [ - "253b21b7-8087-412e-b37c-aa6a40f940a8" + "11069987-e87d-449b-9cc9-780f60fc7aa7" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T220118Z:253b21b7-8087-412e-b37c-aa6a40f940a8" + "WESTUS:20210502T081359Z:11069987-e87d-449b-9cc9-780f60fc7aa7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:01:17 GMT" + "Sun, 02 May 2021 08:13:59 GMT" ], "Expires": [ "-1" @@ -6093,22 +5545,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2848/providers/Microsoft.ApiManagement/service/sdktestapim9151?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI4NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05MTUxP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4456/providers/Microsoft.ApiManagement/service/sdktestapim8551?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW04NTUxP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72296bb3-3bad-4db5-b2c9-20736a411821" + "f46fef0b-ab49-4c7c-a1fc-8350293a2f9b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -6125,22 +5577,22 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11934" + "11931" ], "x-ms-request-id": [ - "b1421627-3a6d-43f7-aaa4-504921b90c63" + "9f0c2acb-7c0d-477a-b791-9e7be0217ce0" ], "x-ms-correlation-request-id": [ - "b1421627-3a6d-43f7-aaa4-504921b90c63" + "9f0c2acb-7c0d-477a-b791-9e7be0217ce0" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T220118Z:b1421627-3a6d-43f7-aaa4-504921b90c63" + "WESTUS:20210502T081400Z:9f0c2acb-7c0d-477a-b791-9e7be0217ce0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:01:17 GMT" + "Sun, 02 May 2021 08:13:59 GMT" ], "Content-Length": [ "125" @@ -6152,18 +5604,18 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ServiceNotFound\",\r\n \"message\": \"Api service does not exist: sdktestapim9151\",\r\n \"details\": null,\r\n \"innerError\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ServiceNotFound\",\r\n \"message\": \"Api service does not exist: sdktestapim8551\",\r\n \"details\": null,\r\n \"innerError\": null\r\n }\r\n}", "StatusCode": 404 } ], "Names": { "Initialize": [ - "sdktestapim9151", - "sdktestrg2848" + "sdktestapim8551", + "sdktestrg4456" ], "CreateInVirtualNetworkTests": [ - "apimvnet8204", - "apimsubnet8429" + "apimvnet9451", + "apimsubnet2825" ] }, "Variables": { @@ -6171,8 +5623,8 @@ "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", - "ServiceName": "sdktestapim9151", - "Location": "Central US", - "ResourceGroup": "sdktestrg2848" + "ServiceName": "sdktestapim8551", + "Location": "West Central US", + "ResourceGroup": "sdktestrg4456" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/CreateListDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/CreateListDelete.json index 4d4ae65b7e27a..1df7c495f64aa 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/CreateListDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/CreateListDelete.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6f87bb37-0da3-4abc-ab62-590aa0f29c31" + "eb937d33-b02f-404f-94c4-87db1cd5bddc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "7fb22dfa-2709-4aa8-925e-e21bfb00a369" + "cb1d391f-f5f9-487c-a317-2198d2015dc0" ], "x-ms-correlation-request-id": [ - "7fb22dfa-2709-4aa8-925e-e21bfb00a369" + "cb1d391f-f5f9-487c-a317-2198d2015dc0" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T180654Z:7fb22dfa-2709-4aa8-925e-e21bfb00a369" + "WESTUS:20210502T163436Z:cb1d391f-f5f9-487c-a317-2198d2015dc0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:06:54 GMT" + "Sun, 02 May 2021 16:34:35 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,35 +54,35 @@ "-1" ], "Content-Length": [ - "2221" + "5694" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement\",\r\n \"namespace\": \"Microsoft.ApiManagement\",\r\n \"authorization\": {\r\n \"applicationId\": \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\",\r\n \"roleDefinitionId\": \"e263b525-2e60-4418-b655-420bae0b172e\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"service\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"validateServiceName\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reportFeedback\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFeedbackRequired\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement\",\r\n \"namespace\": \"Microsoft.ApiManagement\",\r\n \"authorization\": {\r\n \"applicationId\": \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\",\r\n \"roleDefinitionId\": \"e263b525-2e60-4418-b655-420bae0b172e\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"service\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"deletedServices\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deletedServices\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateServiceName\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reportFeedback\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFeedbackRequired\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDomainOwnershipIdentifier\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg6041?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlZ3JvdXBzL3Nka3Rlc3RyZzYwNDE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg3598?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlZ3JvdXBzL3Nka3Rlc3RyZzM1OTg/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US\"\r\n}", + "RequestBody": "{\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c35e4d8c-f7b2-4d5c-9115-fddfde5734a4" + "ce944f41-5c98-45b9-9e48-d7a36ac153ca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "32" + "37" ] }, "ResponseHeaders": { @@ -96,13 +96,13 @@ "1199" ], "x-ms-request-id": [ - "49e540f1-a762-445b-abe2-56dc80d2b537" + "cd376a91-8108-4ee6-b523-ddf29871b57d" ], "x-ms-correlation-request-id": [ - "49e540f1-a762-445b-abe2-56dc80d2b537" + "cd376a91-8108-4ee6-b523-ddf29871b57d" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T180656Z:49e540f1-a762-445b-abe2-56dc80d2b537" + "WESTUS:20210502T163437Z:cd376a91-8108-4ee6-b523-ddf29871b57d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:06:56 GMT" + "Sun, 02 May 2021 16:34:37 GMT" ], "Content-Length": [ - "182" + "186" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,26 +123,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041\",\r\n \"name\": \"sdktestrg6041\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598\",\r\n \"name\": \"sdktestrg3598\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement/checkNameAvailability?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement/checkNameAvailability?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sdktestapim2292\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sdktestapim2504\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bd8df88d-33ce-4f03-9560-aafbeea4c514" + "5d6155dd-9b03-475b-b741-5d4f14157250" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -162,7 +162,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2b66871d-2736-4417-b147-739ac4ddbb8e" + "8e8f6568-8767-4886-bfae-68e063788910" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -171,16 +171,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "9f4615de-1ebb-413b-8a02-a1818f77a189" + "2bd1ace8-9ada-4365-b19b-386d16c8af67" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T180657Z:9f4615de-1ebb-413b-8a02-a1818f77a189" + "WESTUS:20210502T163438Z:2bd1ace8-9ada-4365-b19b-386d16c8af67" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:06:56 GMT" + "Sun, 02 May 2021 16:34:38 GMT" ], "Content-Length": [ "52" @@ -196,28 +196,28 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bd390e45-d33e-4038-9b37-c1ed8379aff2" + "c7c99506-6a95-4661-8ee5-53175ab17122" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "290" + "348" ] }, "ResponseHeaders": { @@ -228,10 +228,10 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAEBgI=\"" + "\"AAAAAAAHaF0=\"" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -240,8 +240,8 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a2545d2f-5c62-43aa-8103-44986bbe819d", - "81dc1a93-2908-4edc-8e54-68979ec1bd7f" + "5b7f54b7-a869-4380-aa3b-df95a81b7aee", + "b4724d2b-777b-4e53-a4ae-1db06a7b8712" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -250,19 +250,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "aca82411-e479-48b8-8dd2-a78b1f9365b0" + "61eabf80-3459-4eb4-aa63-c4142efa129f" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T180700Z:aca82411-e479-48b8-8dd2-a78b1f9365b0" + "WESTUS:20210502T163445Z:61eabf80-3459-4eb4-aa63-c4142efa129f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:07:00 GMT" + "Sun, 02 May 2021 16:34:45 GMT" ], "Content-Length": [ - "1227" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -271,20 +271,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292\",\r\n \"name\": \"sdktestapim2292\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAEBgI=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Created\",\r\n \"targetProvisioningState\": \"Activating\",\r\n \"createdAtUtc\": \"2020-03-26T18:06:59.0224588Z\",\r\n \"gatewayUrl\": null,\r\n \"gatewayRegionalUrl\": null,\r\n \"portalUrl\": null,\r\n \"developerPortalUrl\": null,\r\n \"managementApiUrl\": null,\r\n \"scmUrl\": null,\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": null,\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": null,\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": null,\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504\",\r\n \"name\": \"sdktestapim2504\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHaF0=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Created\",\r\n \"targetProvisioningState\": \"Activating\",\r\n \"createdAtUtc\": \"2021-05-02T16:34:43.8291263Z\",\r\n \"gatewayUrl\": \"https://sdktestapim2504.azure-api.net\",\r\n \"gatewayRegionalUrl\": null,\r\n \"portalUrl\": null,\r\n \"developerPortalUrl\": null,\r\n \"managementApiUrl\": null,\r\n \"scmUrl\": null,\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim2504.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": null,\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": null,\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"9b1ed986-c900-4532-b623-5537904e1d6e\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -295,7 +295,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -304,7 +304,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "73c33f80-8ef2-4e9e-af99-2f56845f9241" + "3318b118-6360-47f9-925d-6c88e8acc75c" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -313,16 +313,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "67ed4e6b-93ab-45c4-aeca-2a0cc828dcfc" + "dfcb1210-3004-4c43-88ec-92c8b1f8082d" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T180801Z:67ed4e6b-93ab-45c4-aeca-2a0cc828dcfc" + "WESTUS:20210502T163546Z:dfcb1210-3004-4c43-88ec-92c8b1f8082d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:08:01 GMT" + "Sun, 02 May 2021 16:35:45 GMT" ], "Expires": [ "-1" @@ -335,16 +335,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -355,7 +355,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -364,7 +364,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "61b3ce59-9d9a-4e7b-9f6e-7777cfa76b5d" + "feefc5d9-0a79-4439-a193-ec953238827e" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -373,16 +373,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "8a66c60e-2328-4832-94a7-bea5256f3d1a" + "17a35fb9-44bc-4f88-860e-1a0d315e084c" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T180901Z:8a66c60e-2328-4832-94a7-bea5256f3d1a" + "WESTUS:20210502T163646Z:17a35fb9-44bc-4f88-860e-1a0d315e084c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:09:01 GMT" + "Sun, 02 May 2021 16:36:45 GMT" ], "Expires": [ "-1" @@ -395,16 +395,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -415,7 +415,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -424,7 +424,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6be05b7c-725a-46eb-8a6e-eac96d2c93cf" + "ce27b2a5-adc1-41e0-b513-7fccced54ca6" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -433,16 +433,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "7813edfc-9a06-48a5-a2ad-a4979541956d" + "5d962da6-c0a5-4eb2-bdd5-ea0f1e2c7456" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T181001Z:7813edfc-9a06-48a5-a2ad-a4979541956d" + "WESTUS:20210502T163746Z:5d962da6-c0a5-4eb2-bdd5-ea0f1e2c7456" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:10:01 GMT" + "Sun, 02 May 2021 16:37:46 GMT" ], "Expires": [ "-1" @@ -455,16 +455,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -475,7 +475,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -484,7 +484,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7fea9861-1e63-493d-b3d2-2f6e18017e62" + "f3e9204b-364d-43a1-ba1b-80d94ccb805f" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -493,16 +493,16 @@ "11995" ], "x-ms-correlation-request-id": [ - "a5e78082-c112-40d8-8648-6b489daf1644" + "01e8c288-5397-4407-a60d-97417eb15793" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T181102Z:a5e78082-c112-40d8-8648-6b489daf1644" + "WESTUS:20210502T163846Z:01e8c288-5397-4407-a60d-97417eb15793" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:11:01 GMT" + "Sun, 02 May 2021 16:38:46 GMT" ], "Expires": [ "-1" @@ -515,16 +515,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -535,7 +535,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -544,7 +544,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6ba2c7f9-1924-4f71-88dd-93829147e1c2" + "2a491940-88f9-4569-bcd8-76d049192e9a" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -553,16 +553,16 @@ "11994" ], "x-ms-correlation-request-id": [ - "baf91c71-fab2-4557-8240-a5a07e91a971" + "2a6c0633-4397-4f24-9fa2-5baf926d0d28" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T181202Z:baf91c71-fab2-4557-8240-a5a07e91a971" + "WESTUS:20210502T163947Z:2a6c0633-4397-4f24-9fa2-5baf926d0d28" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:12:01 GMT" + "Sun, 02 May 2021 16:39:46 GMT" ], "Expires": [ "-1" @@ -575,16 +575,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -595,7 +595,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -604,7 +604,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9305eb5f-e81e-4de0-b70e-cb7a5a3b6ad2" + "9e6a55c9-b29a-44e8-a756-53778b3d2ed8" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -613,16 +613,16 @@ "11993" ], "x-ms-correlation-request-id": [ - "b82c2a27-9555-41d5-8034-c1d481bfa1d3" + "c4540588-2cfd-437a-8539-d457abd3979c" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T181302Z:b82c2a27-9555-41d5-8034-c1d481bfa1d3" + "WESTUS:20210502T164047Z:c4540588-2cfd-437a-8539-d457abd3979c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:13:02 GMT" + "Sun, 02 May 2021 16:40:46 GMT" ], "Expires": [ "-1" @@ -635,16 +635,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -655,7 +655,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -664,25 +664,805 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8420eae3-aea9-4d71-abcc-10d1a10b4472" + "810d4e03-a5af-4561-9f00-aedb98381b42" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], + "x-ms-correlation-request-id": [ + "21434d55-ed34-492d-a29c-5cb0f7a49306" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T164147Z:21434d55-ed34-492d-a29c-5cb0f7a49306" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 16:41:47 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "af525af1-18b1-42cb-b2a8-230f22659f1f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "e0377843-60d7-48e4-884b-83820abee62c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T164247Z:e0377843-60d7-48e4-884b-83820abee62c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 16:42:47 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "f38b4308-7d9e-40c6-881a-7635c4ca1912" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "502be149-267a-4978-9949-6d4c04278f5f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T164348Z:502be149-267a-4978-9949-6d4c04278f5f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 16:43:47 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "08a64805-f57d-4e1f-9f3a-3cc647973dba" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "1dc97162-d6ed-4feb-b38e-ddb5c97ee4e4" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T164448Z:1dc97162-d6ed-4feb-b38e-ddb5c97ee4e4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 16:44:47 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "57660f19-1830-4f64-a4df-c96268988c74" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "93c27056-5232-43ce-8908-3122c3db044d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T164548Z:93c27056-5232-43ce-8908-3122c3db044d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 16:45:48 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "0be962a9-ea67-40a1-92eb-99eabc19343b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "45a229f4-97bc-447a-936b-8da6dd82b5ff" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T164648Z:45a229f4-97bc-447a-936b-8da6dd82b5ff" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 16:46:47 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "6a4d0019-f49d-4fd0-b651-0f35211d0ff4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "8732d43d-1f4f-46bd-9b01-e36c0d7b2f04" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T164749Z:8732d43d-1f4f-46bd-9b01-e36c0d7b2f04" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 16:47:48 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "2afdac6e-3237-4bcf-9ed9-d940237a55ca" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "4362d563-f764-45bd-b925-ef2d7a17a545" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T164849Z:4362d563-f764-45bd-b925-ef2d7a17a545" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 16:48:48 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "b9296a32-5ea6-4bc4-ae1e-db9e6390d426" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-correlation-request-id": [ + "3acbe568-8e23-4ccc-9537-a9901ab12fa7" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T164949Z:3acbe568-8e23-4ccc-9537-a9901ab12fa7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 16:49:48 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "241097c2-ce46-423e-99cc-ac5b0442731f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-correlation-request-id": [ + "3b778b5f-014e-47d6-921b-b5a2e38f2b4c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T165049Z:3b778b5f-014e-47d6-921b-b5a2e38f2b4c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 16:50:49 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "645847f3-a455-475a-bf3c-f38d7a695792" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-correlation-request-id": [ + "ebaf0c53-792f-4dec-aaea-e78c5391c8a2" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T165150Z:ebaf0c53-792f-4dec-aaea-e78c5391c8a2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 16:51:49 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "65489bd1-a81b-45d9-8669-0532a68dc505" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-correlation-request-id": [ + "130ba769-3837-47ec-ad68-a70d6a62e20e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T165250Z:130ba769-3837-47ec-ad68-a70d6a62e20e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 16:52:50 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "839d68ee-94e1-43a2-90e0-dcd5fec758e3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-correlation-request-id": [ + "6bb97484-ec37-4eb9-8389-361293276267" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T165350Z:6bb97484-ec37-4eb9-8389-361293276267" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 16:53:50 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "9541f4ce-68d3-4680-b8b4-966aac0253c2" + ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], "x-ms-correlation-request-id": [ - "052aeb86-7378-4089-b52c-c90986764ac5" + "de43b3e9-f81c-4cbe-a57f-357034889db1" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T181403Z:052aeb86-7378-4089-b52c-c90986764ac5" + "WESTUS:20210502T165450Z:de43b3e9-f81c-4cbe-a57f-357034889db1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:14:02 GMT" + "Sun, 02 May 2021 16:54:49 GMT" ], "Expires": [ "-1" @@ -695,16 +1475,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -715,7 +1495,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -724,25 +1504,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "df753896-05dd-4aa2-8ba7-e77ff4b51df6" + "e7f94a8d-3a3e-4834-bce8-1857454a2a41" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11978" ], "x-ms-correlation-request-id": [ - "2f48ed70-35c3-4008-a7ae-17e8cf239365" + "09def0be-7f4d-407c-a2a8-12c9dd699a70" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T181503Z:2f48ed70-35c3-4008-a7ae-17e8cf239365" + "WESTUS:20210502T165551Z:09def0be-7f4d-407c-a2a8-12c9dd699a70" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:15:02 GMT" + "Sun, 02 May 2021 16:55:50 GMT" ], "Expires": [ "-1" @@ -755,16 +1535,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -775,7 +1555,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -784,25 +1564,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f4c043c5-355f-4092-96df-214d1cf66853" + "0ad2179f-504a-430f-b090-c2a94f15d89e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11977" ], "x-ms-correlation-request-id": [ - "51f29d79-88d8-4d42-bb2d-96e24d1b5f58" + "af77f469-2a83-4a92-8e8c-3283d6007edf" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T181603Z:51f29d79-88d8-4d42-bb2d-96e24d1b5f58" + "WESTUS:20210502T165651Z:af77f469-2a83-4a92-8e8c-3283d6007edf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:16:02 GMT" + "Sun, 02 May 2021 16:56:50 GMT" ], "Expires": [ "-1" @@ -815,16 +1595,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -835,7 +1615,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -844,25 +1624,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "16252281-2d75-441c-8028-4d450a1a55d1" + "905685cd-6b0c-46c6-90bf-25e26bbb076b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11976" ], "x-ms-correlation-request-id": [ - "d82a5123-10b5-4e20-8520-d686ee6135ee" + "0761d855-0bd4-4758-80b5-a85d2e0a74c9" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T181703Z:d82a5123-10b5-4e20-8520-d686ee6135ee" + "WESTUS:20210502T165751Z:0761d855-0bd4-4758-80b5-a85d2e0a74c9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:17:03 GMT" + "Sun, 02 May 2021 16:57:51 GMT" ], "Expires": [ "-1" @@ -875,16 +1655,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -895,7 +1675,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -904,25 +1684,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8dba3f9a-e208-4ccd-885c-5d7c8b9873be" + "1affe51f-013a-42c1-9b1f-b9b1be009280" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11975" ], "x-ms-correlation-request-id": [ - "ef32b9fa-3ae5-48c2-aa2f-9eee57fa54bf" + "3ead0233-a83b-408a-96b4-efbbad663eb8" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T181804Z:ef32b9fa-3ae5-48c2-aa2f-9eee57fa54bf" + "WESTUS:20210502T165851Z:3ead0233-a83b-408a-96b4-efbbad663eb8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:18:03 GMT" + "Sun, 02 May 2021 16:58:51 GMT" ], "Expires": [ "-1" @@ -935,16 +1715,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -955,7 +1735,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -964,25 +1744,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7708bc4a-a86c-40a7-a05d-63a40bf78b88" + "50ab8777-be00-40ce-a790-1a4cefb87586" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11974" ], "x-ms-correlation-request-id": [ - "512daa4e-0140-458b-b1ca-716b54eaac0e" + "4650bff3-524b-404b-9323-2906215d694f" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T181904Z:512daa4e-0140-458b-b1ca-716b54eaac0e" + "WESTUS:20210502T165952Z:4650bff3-524b-404b-9323-2906215d694f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:19:04 GMT" + "Sun, 02 May 2021 16:59:51 GMT" ], "Expires": [ "-1" @@ -995,16 +1775,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1015,7 +1795,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1024,25 +1804,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a51192e5-1d72-4623-aba8-5e47bbfed77b" + "5a7391b3-09ff-440a-adb0-c62b43df7854" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11973" ], "x-ms-correlation-request-id": [ - "6a53f508-9b13-4b1c-b263-0940bdca42fe" + "db2e7088-867d-4bb5-ac17-821f2d3df21a" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T182004Z:6a53f508-9b13-4b1c-b263-0940bdca42fe" + "WESTUS:20210502T170052Z:db2e7088-867d-4bb5-ac17-821f2d3df21a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:20:04 GMT" + "Sun, 02 May 2021 17:00:52 GMT" ], "Expires": [ "-1" @@ -1055,16 +1835,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1075,7 +1855,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1084,25 +1864,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3f4c661c-a52e-4f1b-b0a9-54065c123e28" + "36d5e7b8-2bf2-46c0-a844-598f6690c54e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11972" ], "x-ms-correlation-request-id": [ - "ca618601-7221-4ef1-b643-5c31875c34af" + "19ffd8a0-90ed-414d-b545-2dff2c8ce337" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T182104Z:ca618601-7221-4ef1-b643-5c31875c34af" + "WESTUS:20210502T170152Z:19ffd8a0-90ed-414d-b545-2dff2c8ce337" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:21:04 GMT" + "Sun, 02 May 2021 17:01:51 GMT" ], "Expires": [ "-1" @@ -1115,16 +1895,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1135,7 +1915,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1144,25 +1924,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2c4d9277-3a62-4f01-a038-8dfb4a1c1674" + "e8a37cf5-0b1f-4dc0-95a4-dfcf3b36a851" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11971" ], "x-ms-correlation-request-id": [ - "2cb3af40-4638-4206-b686-3519601becb9" + "563621ec-c16a-4025-aea9-7fe48cccf039" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T182205Z:2cb3af40-4638-4206-b686-3519601becb9" + "WESTUS:20210502T170252Z:563621ec-c16a-4025-aea9-7fe48cccf039" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:22:04 GMT" + "Sun, 02 May 2021 17:02:52 GMT" ], "Expires": [ "-1" @@ -1175,16 +1955,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1195,7 +1975,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1204,25 +1984,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8a93f241-694f-433f-9067-225097aaefb2" + "8638c476-b292-4056-a3ec-ff30d81fccd6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11970" ], "x-ms-correlation-request-id": [ - "ebef486c-c93d-4688-ac28-287651a2054e" + "b2ee58f4-9085-4d7d-9f8a-90a5b201470f" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T182305Z:ebef486c-c93d-4688-ac28-287651a2054e" + "WESTUS:20210502T170353Z:b2ee58f4-9085-4d7d-9f8a-90a5b201470f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:23:05 GMT" + "Sun, 02 May 2021 17:03:52 GMT" ], "Expires": [ "-1" @@ -1235,16 +2015,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1255,7 +2035,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1264,25 +2044,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a5c87fdd-4efc-4b0a-8a8f-648eb7d769e7" + "823f2633-5b5b-4cb6-9125-b7c78ba3b8cf" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11969" ], "x-ms-correlation-request-id": [ - "7270e838-2cd6-4185-bf68-a9fdbe4394bb" + "f465d27e-e996-4e22-a32a-c7a116efa650" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T182405Z:7270e838-2cd6-4185-bf68-a9fdbe4394bb" + "WESTUS:20210502T170453Z:f465d27e-e996-4e22-a32a-c7a116efa650" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:24:05 GMT" + "Sun, 02 May 2021 17:04:53 GMT" ], "Expires": [ "-1" @@ -1295,16 +2075,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1315,7 +2095,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1324,25 +2104,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e048252d-2f2b-4289-9bb0-cd9d54fb364a" + "a866c9e0-bb12-483f-b628-606f7c45f15e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11968" ], "x-ms-correlation-request-id": [ - "f6191f00-fe23-4b0d-9eee-d9be18a09c48" + "bcef1ae1-aa72-4a62-b635-389e3062d18f" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T182506Z:f6191f00-fe23-4b0d-9eee-d9be18a09c48" + "WESTUS:20210502T170553Z:bcef1ae1-aa72-4a62-b635-389e3062d18f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:25:05 GMT" + "Sun, 02 May 2021 17:05:53 GMT" ], "Expires": [ "-1" @@ -1355,16 +2135,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1375,7 +2155,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1384,25 +2164,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "64bd3185-1a9c-4765-9660-c2b4818e5226" + "daa868cd-1934-4f2c-b60a-78dd3e6f048d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11967" ], "x-ms-correlation-request-id": [ - "376fcb90-89e5-424b-864d-e33017457b13" + "9d073dbd-50c6-498c-83e5-7b8ea43535aa" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T182606Z:376fcb90-89e5-424b-864d-e33017457b13" + "WESTUS:20210502T170653Z:9d073dbd-50c6-498c-83e5-7b8ea43535aa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:26:05 GMT" + "Sun, 02 May 2021 17:06:52 GMT" ], "Expires": [ "-1" @@ -1415,16 +2195,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1435,7 +2215,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1444,25 +2224,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2e35c546-52c0-4791-9292-e99ed2decc56" + "92445f26-ecf3-4f3d-ae45-f1699b6b45bf" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11966" ], "x-ms-correlation-request-id": [ - "78fa7f6a-d74a-4825-a40d-78fe2f78e6b5" + "dc24436c-3e32-4f2b-8dbe-cbcf32e3c31f" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T182706Z:78fa7f6a-d74a-4825-a40d-78fe2f78e6b5" + "WESTUS:20210502T170754Z:dc24436c-3e32-4f2b-8dbe-cbcf32e3c31f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:27:05 GMT" + "Sun, 02 May 2021 17:07:53 GMT" ], "Expires": [ "-1" @@ -1475,16 +2255,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1495,7 +2275,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1504,25 +2284,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3089cad7-bd11-45aa-a3a9-e631eaaf6cc7" + "27a29dad-e0c4-4bf5-8474-7e1b8322917b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11965" ], "x-ms-correlation-request-id": [ - "9f99e106-8ef4-4388-aaab-eb9d611e7e74" + "82f683b0-e2f0-4247-bf7a-2d180963b842" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T182806Z:9f99e106-8ef4-4388-aaab-eb9d611e7e74" + "WESTUS:20210502T170854Z:82f683b0-e2f0-4247-bf7a-2d180963b842" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:28:06 GMT" + "Sun, 02 May 2021 17:08:53 GMT" ], "Expires": [ "-1" @@ -1535,16 +2315,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1555,7 +2335,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1564,25 +2344,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6468b99b-9060-4eb7-a806-b364513ce09a" + "20b60499-f001-4ad6-81bc-a47906df5c9d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11964" ], "x-ms-correlation-request-id": [ - "12186245-df7f-48e4-9bd6-374892a10c37" + "4f0bab79-58f7-4b2f-b09c-973b9ae8d333" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T182907Z:12186245-df7f-48e4-9bd6-374892a10c37" + "WESTUS:20210502T170954Z:4f0bab79-58f7-4b2f-b09c-973b9ae8d333" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:29:06 GMT" + "Sun, 02 May 2021 17:09:54 GMT" ], "Expires": [ "-1" @@ -1595,16 +2375,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1615,7 +2395,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1624,25 +2404,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5ae010f8-2336-4d51-b7d0-eb16512eee23" + "78c7cca3-e11b-424a-a3b5-7c26ddb50cae" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11963" ], "x-ms-correlation-request-id": [ - "312f62ca-5179-43bc-803d-533942b56b07" + "6e6c5eb0-cc31-4ce1-b546-ddb8af0bef8d" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T183007Z:312f62ca-5179-43bc-803d-533942b56b07" + "WESTUS:20210502T171054Z:6e6c5eb0-cc31-4ce1-b546-ddb8af0bef8d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:30:07 GMT" + "Sun, 02 May 2021 17:10:53 GMT" ], "Expires": [ "-1" @@ -1655,16 +2435,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1675,7 +2455,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1684,25 +2464,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a68173ad-99ed-4fc5-9e1e-3613b6fdd816" + "d7feb534-4d10-4a5b-bb55-697dd15d2cbf" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11962" ], "x-ms-correlation-request-id": [ - "5a1d417d-f261-44e4-b2be-27346d82c261" + "c8a0c763-db04-481a-86d7-f39dd70cbd17" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T183107Z:5a1d417d-f261-44e4-b2be-27346d82c261" + "WESTUS:20210502T171155Z:c8a0c763-db04-481a-86d7-f39dd70cbd17" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:31:07 GMT" + "Sun, 02 May 2021 17:11:54 GMT" ], "Expires": [ "-1" @@ -1715,16 +2495,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1735,7 +2515,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1744,25 +2524,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dbf0340c-0796-4f8e-a4da-eb6eebbf0dd8" + "ecd31c61-9d5c-40c4-af49-d65f22d1fecc" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11961" ], "x-ms-correlation-request-id": [ - "f7bd4bb8-d1c1-4c3e-b608-63b16b4674a3" + "b9afe3fa-34cc-41f6-84d9-ec1e1fe425d8" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T183207Z:f7bd4bb8-d1c1-4c3e-b608-63b16b4674a3" + "WESTUS:20210502T171255Z:b9afe3fa-34cc-41f6-84d9-ec1e1fe425d8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:32:07 GMT" + "Sun, 02 May 2021 17:12:54 GMT" ], "Expires": [ "-1" @@ -1775,16 +2555,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1795,7 +2575,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1804,25 +2584,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "68e4d1c7-a805-4f39-9676-df2002e8d3a0" + "81abde9a-d7d2-46c9-8420-519577504150" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11960" ], "x-ms-correlation-request-id": [ - "5b8962d9-01e1-42c9-9b76-9cf7d8ab1ca0" + "d8414fb9-e0d7-4c89-a735-b7f91127e62b" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T183308Z:5b8962d9-01e1-42c9-9b76-9cf7d8ab1ca0" + "WESTUS:20210502T171355Z:d8414fb9-e0d7-4c89-a735-b7f91127e62b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:33:07 GMT" + "Sun, 02 May 2021 17:13:55 GMT" ], "Expires": [ "-1" @@ -1835,16 +2615,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1855,7 +2635,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1864,25 +2644,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "03f3f215-2978-4db0-90fb-8507f79d0208" + "5d044dbb-07a8-4968-bb25-bbd1940d205b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11959" ], "x-ms-correlation-request-id": [ - "0fcf672f-9a4e-4ac9-8128-9789a0a39325" + "6a170ce5-54bc-4314-8c07-d58c293c8c57" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T183408Z:0fcf672f-9a4e-4ac9-8128-9789a0a39325" + "WESTUS:20210502T171456Z:6a170ce5-54bc-4314-8c07-d58c293c8c57" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:34:07 GMT" + "Sun, 02 May 2021 17:14:55 GMT" ], "Expires": [ "-1" @@ -1895,16 +2675,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1915,7 +2695,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1924,25 +2704,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2d9a3031-d11d-48ac-9e11-6314616743a2" + "fdb5584b-e9d7-4789-80db-0e64609bf372" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11958" ], "x-ms-correlation-request-id": [ - "4c19303f-5571-4df5-a883-0a430c7ace15" + "5f67d4b1-5fc8-4d22-9708-36b20b85732f" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T183508Z:4c19303f-5571-4df5-a883-0a430c7ace15" + "WESTUS:20210502T171556Z:5f67d4b1-5fc8-4d22-9708-36b20b85732f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:35:08 GMT" + "Sun, 02 May 2021 17:15:55 GMT" ], "Expires": [ "-1" @@ -1955,16 +2735,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1975,7 +2755,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1984,25 +2764,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "200a15fb-82e6-4f6f-996d-b4da4379414b" + "ac256fab-a971-4e89-ba8c-a34a65d2e600" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11957" ], "x-ms-correlation-request-id": [ - "86f1b8b2-7afd-4993-bd9c-c6c8645a9045" + "dfedb43e-2794-426a-9ed5-27dddd46348a" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T183609Z:86f1b8b2-7afd-4993-bd9c-c6c8645a9045" + "WESTUS:20210502T171656Z:dfedb43e-2794-426a-9ed5-27dddd46348a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:36:08 GMT" + "Sun, 02 May 2021 17:16:55 GMT" ], "Expires": [ "-1" @@ -2015,16 +2795,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2035,7 +2815,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2044,25 +2824,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "240d1d28-5cd4-49b0-bb08-9b9cd4f79b31" + "f255f0d7-c0e1-45bf-9d47-0334bcea5826" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11956" ], "x-ms-correlation-request-id": [ - "deb30ff4-e820-4d6f-9721-a7b637318c44" + "3bdabb5c-8133-4fc7-99aa-400cd20a4d53" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T183709Z:deb30ff4-e820-4d6f-9721-a7b637318c44" + "WESTUS:20210502T171756Z:3bdabb5c-8133-4fc7-99aa-400cd20a4d53" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:37:08 GMT" + "Sun, 02 May 2021 17:17:56 GMT" ], "Expires": [ "-1" @@ -2075,16 +2855,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2095,7 +2875,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2104,25 +2884,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3e5131d2-6cba-4880-92bc-f6e7bfd3204a" + "baa4206f-3ccd-43ef-9201-25d6469cbf45" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11955" ], "x-ms-correlation-request-id": [ - "1c701899-986d-4d45-a05f-d4188b39ef11" + "5516a30c-c0b2-4174-8c9d-e079645a722e" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T183809Z:1c701899-986d-4d45-a05f-d4188b39ef11" + "WESTUS:20210502T171857Z:5516a30c-c0b2-4174-8c9d-e079645a722e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:38:09 GMT" + "Sun, 02 May 2021 17:18:56 GMT" ], "Expires": [ "-1" @@ -2135,16 +2915,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2155,7 +2935,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2164,25 +2944,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a8b62d95-61c9-4987-8757-9acfcd332855" + "326a732c-8e12-4e00-852a-59948e24a9b8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11954" ], "x-ms-correlation-request-id": [ - "f1ddee8a-cdae-4ddb-82ee-97cc62248336" + "331fba0e-bf43-4b75-92bc-3f9c152ae491" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T183910Z:f1ddee8a-cdae-4ddb-82ee-97cc62248336" + "WESTUS:20210502T171957Z:331fba0e-bf43-4b75-92bc-3f9c152ae491" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:39:09 GMT" + "Sun, 02 May 2021 17:19:57 GMT" ], "Expires": [ "-1" @@ -2195,16 +2975,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2215,7 +2995,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2224,25 +3004,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7077457a-879c-4ff7-a7aa-8ca867a3f325" + "717b5508-02c5-4e16-9b89-a2470e936001" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11953" ], "x-ms-correlation-request-id": [ - "35d22d9b-bde3-4bbc-8fab-2a5630556cfd" + "4ee68ff1-2616-4fab-9482-3a73d09be9bc" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T184010Z:35d22d9b-bde3-4bbc-8fab-2a5630556cfd" + "WESTUS:20210502T172057Z:4ee68ff1-2616-4fab-9482-3a73d09be9bc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:40:09 GMT" + "Sun, 02 May 2021 17:20:57 GMT" ], "Expires": [ "-1" @@ -2255,16 +3035,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2275,7 +3055,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2284,25 +3064,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0559353e-2e35-404a-a6ff-4339e27283a9" + "9551e041-b629-4c91-9786-80a99153a470" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11952" ], "x-ms-correlation-request-id": [ - "fa06ff5b-16a9-46c0-ae13-d58a7bfed528" + "346d91ea-ccde-4524-ab4a-2b279e979b4a" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T184110Z:fa06ff5b-16a9-46c0-ae13-d58a7bfed528" + "WESTUS:20210502T172158Z:346d91ea-ccde-4524-ab4a-2b279e979b4a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:41:09 GMT" + "Sun, 02 May 2021 17:21:57 GMT" ], "Expires": [ "-1" @@ -2315,16 +3095,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2335,7 +3115,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2344,25 +3124,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6b2df9d7-ec0c-4c8a-ab23-4e4396aff676" + "63133b11-4cd5-4441-98ff-3a410d84a474" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11951" ], "x-ms-correlation-request-id": [ - "ae98bccd-e69a-4461-b149-e6c45f9380f0" + "1d59c3ba-9bad-4599-a6e7-23bdb8451415" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T184210Z:ae98bccd-e69a-4461-b149-e6c45f9380f0" + "WESTUS:20210502T172258Z:1d59c3ba-9bad-4599-a6e7-23bdb8451415" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:42:10 GMT" + "Sun, 02 May 2021 17:22:57 GMT" ], "Expires": [ "-1" @@ -2375,16 +3155,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2395,7 +3175,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2404,25 +3184,85 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "74386ebf-feb3-40d3-889a-22e3f60cda9c" + "0a89c448-bb12-4000-9c4e-303c705442e4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11950" + ], + "x-ms-correlation-request-id": [ + "9e524af7-1478-43c8-931a-2054047a4353" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T172358Z:9e524af7-1478-43c8-931a-2054047a4353" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 17:23:58 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c3f342bc-e25b-447b-b32e-742ee595baf3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11949" + ], "x-ms-correlation-request-id": [ - "a7b2697a-81b2-4c4f-8cfa-969fff05e1e0" + "3c3a680b-b036-464e-abda-a46263febe1b" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T184311Z:a7b2697a-81b2-4c4f-8cfa-969fff05e1e0" + "WESTUS:20210502T172458Z:3c3a680b-b036-464e-abda-a46263febe1b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:43:10 GMT" + "Sun, 02 May 2021 17:24:58 GMT" ], "Expires": [ "-1" @@ -2435,16 +3275,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2455,7 +3295,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2464,25 +3304,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a1d166e5-294c-4831-a940-748819fe0bb1" + "a3b4757d-aac5-4f0a-912b-ba02dd488935" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" + "11948" ], "x-ms-correlation-request-id": [ - "f11e2a70-d14d-4bc9-8b85-15eb50b7d661" + "3ec94bcf-817d-4713-9f3f-2547de34bbc8" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T184411Z:f11e2a70-d14d-4bc9-8b85-15eb50b7d661" + "WESTUS:20210502T172559Z:3ec94bcf-817d-4713-9f3f-2547de34bbc8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:44:11 GMT" + "Sun, 02 May 2021 17:25:58 GMT" ], "Expires": [ "-1" @@ -2495,16 +3335,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2515,7 +3355,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2524,25 +3364,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d3f4d292-4823-4d53-b035-89a8e87a15dd" + "9e306f5f-7e05-4c1a-860b-21a3f0326dd5" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" + "11947" ], "x-ms-correlation-request-id": [ - "48dedfba-b325-4480-a4ed-aa41da02701f" + "4ce2a66a-8200-498d-8bb2-41aeb93a791b" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T184511Z:48dedfba-b325-4480-a4ed-aa41da02701f" + "WESTUS:20210502T172659Z:4ce2a66a-8200-498d-8bb2-41aeb93a791b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:45:11 GMT" + "Sun, 02 May 2021 17:26:59 GMT" ], "Expires": [ "-1" @@ -2555,16 +3395,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2575,7 +3415,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2584,25 +3424,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "be17c4d7-7fc2-4444-bf2c-1f2a2e2887c8" + "8219ca91-0c9c-475c-b34c-c283efd03bd7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11946" ], "x-ms-correlation-request-id": [ - "73da2369-f10e-48ae-b033-9fe80828e27e" + "8aca5469-e47f-4d49-963a-196033723167" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T184612Z:73da2369-f10e-48ae-b033-9fe80828e27e" + "WESTUS:20210502T172759Z:8aca5469-e47f-4d49-963a-196033723167" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:46:11 GMT" + "Sun, 02 May 2021 17:27:59 GMT" ], "Expires": [ "-1" @@ -2615,16 +3455,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2635,7 +3475,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2644,25 +3484,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3038d0c9-925e-4554-b83f-118a346093a6" + "22f87c54-e4eb-4382-9ce9-43d943b5a60d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11945" ], "x-ms-correlation-request-id": [ - "cba8f39c-3585-408a-8cc3-231f6ce3b5c9" + "f365ab13-bc4e-4a0f-88e9-82e5fb7f8638" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T184712Z:cba8f39c-3585-408a-8cc3-231f6ce3b5c9" + "WESTUS:20210502T172900Z:f365ab13-bc4e-4a0f-88e9-82e5fb7f8638" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:47:11 GMT" + "Sun, 02 May 2021 17:28:59 GMT" ], "Expires": [ "-1" @@ -2675,16 +3515,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2695,7 +3535,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2704,25 +3544,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "eed0f40a-380e-41a7-9f70-381c0885cac9" + "174a8bab-81f2-489c-ab35-f1459e18c675" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" + "11944" ], "x-ms-correlation-request-id": [ - "2a7f4f1b-dac1-4a08-83d9-a8dd84ca65c6" + "f2210cb4-b0f2-4534-a9d8-067361d06faf" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T184812Z:2a7f4f1b-dac1-4a08-83d9-a8dd84ca65c6" + "WESTUS:20210502T173000Z:f2210cb4-b0f2-4534-a9d8-067361d06faf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:48:11 GMT" + "Sun, 02 May 2021 17:29:59 GMT" ], "Expires": [ "-1" @@ -2735,16 +3575,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2755,7 +3595,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2764,25 +3604,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "96f9a6b6-a0a8-4194-a0be-5ae474b88349" + "c3cb03c6-ab86-4806-822e-c04f2e054af7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11943" ], "x-ms-correlation-request-id": [ - "96b69a76-0501-4f63-8b8d-97fe2b881ff8" + "0c4ce6e7-e45f-4ee4-86c5-a1c0adca8da7" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T184912Z:96b69a76-0501-4f63-8b8d-97fe2b881ff8" + "WESTUS:20210502T173100Z:0c4ce6e7-e45f-4ee4-86c5-a1c0adca8da7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:49:12 GMT" + "Sun, 02 May 2021 17:31:00 GMT" ], "Expires": [ "-1" @@ -2795,16 +3635,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9BY3RfODM3MTljYWU=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlCWTNSZk9ETTNNVGxqWVdVPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfQWN0XzdmODBlZjQ3?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlFXTjBYemRtT0RCbFpqUTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2818,28 +3658,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "13523ef8-6d52-40d0-b8fe-bfc5a42d0c9a" + "d9adab2d-7516-4b11-ba2a-8bd92fda726b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" + "11942" ], "x-ms-correlation-request-id": [ - "aff89c29-196d-419a-aac1-e8bc6c325ed2" + "337870cf-9dfa-4a20-a016-4c2965a35fc2" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T185013Z:aff89c29-196d-419a-aac1-e8bc6c325ed2" + "WESTUS:20210502T173200Z:337870cf-9dfa-4a20-a016-4c2965a35fc2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:50:12 GMT" + "Sun, 02 May 2021 17:31:59 GMT" ], "Content-Length": [ - "2187" + "2355" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2848,26 +3688,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292\",\r\n \"name\": \"sdktestapim2292\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAEBlg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-03-26T18:06:59.0224588Z\",\r\n \"gatewayUrl\": \"https://sdktestapim2292.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim2292-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim2292.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim2292.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim2292.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim2292.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim2292.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"13.89.229.142\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504\",\r\n \"name\": \"sdktestapim2504\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHaHY=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2021-05-02T16:34:43.8291263Z\",\r\n \"gatewayUrl\": \"https://sdktestapim2504.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim2504-westcentralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim2504.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim2504.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim2504.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim2504.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim2504.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"13.78.229.9\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"9b1ed986-c900-4532-b623-5537904e1d6e\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2U/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/skus?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L3NrdXM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "38671a35-c65c-4e33-b799-4320ceb6457c" + "b095ab0b-a530-417a-97cc-73d2a67d1cd0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2881,28 +3721,151 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5dceaf7d-4bd2-4898-98a7-9abdf7d91ce8" + "00ca0951-48c3-45bf-b2a7-ebc16ce0f2c5" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" + "11941" + ], + "x-ms-correlation-request-id": [ + "49875d91-2da6-4253-a229-37fa72f12f92" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T173200Z:49875d91-2da6-4253-a229-37fa72f12f92" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 17:31:59 GMT" + ], + "Content-Length": [ + "617" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.ApiManagement/service\",\r\n \"sku\": {\r\n \"name\": \"Developer\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"none\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.ApiManagement/service\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"manual\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.ApiManagement/service\",\r\n \"sku\": {\r\n \"name\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"automatic\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.ApiManagement/service\",\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"automatic\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement/skus?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9za3VzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8deb6e57-b2c9-4a80-a876-31f0cc7ba1f1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11940" + ], + "x-ms-request-id": [ + "e63fa92f-33e3-405a-b372-1bbf4e462d31" + ], + "x-ms-correlation-request-id": [ + "e63fa92f-33e3-405a-b372-1bbf4e462d31" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T173201Z:e63fa92f-33e3-405a-b372-1bbf4e462d31" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 17:32:00 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "46915" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"uaenorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uaenorth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"uaenorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uaenorth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"uaenorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uaenorth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"uaenorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uaenorth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"australiacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiacentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"australiacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiacentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"australiacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiacentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"australiacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiacentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"australiacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiacentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"australiacentral2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiacentral2\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"australiacentral2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiacentral2\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"australiacentral2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiacentral2\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"australiacentral2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiacentral2\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"australiacentral2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiacentral2\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"francesouth\",\r\n \"southafricawest\",\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francesouth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n },\r\n {\r\n \"location\": \"southafricawest\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n },\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"francesouth\",\r\n \"southafricawest\",\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francesouth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n },\r\n {\r\n \"location\": \"southafricawest\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n },\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"francesouth\",\r\n \"southafricawest\",\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francesouth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n },\r\n {\r\n \"location\": \"southafricawest\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n },\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"francesouth\",\r\n \"southafricawest\",\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francesouth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n },\r\n {\r\n \"location\": \"southafricawest\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n },\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"francesouth\",\r\n \"southafricawest\",\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francesouth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n },\r\n {\r\n \"location\": \"southafricawest\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n },\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"centraluseuap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"centraluseuap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"centraluseuap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"centraluseuap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"uaecentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uaecentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"uaecentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uaecentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"uaecentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uaecentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"uaecentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uaecentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"germanynorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"germanynorth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"germanynorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"germanynorth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"germanynorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"germanynorth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"germanynorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"germanynorth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"germanywestcentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"germanywestcentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"germanywestcentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"germanywestcentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"germanywestcentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"germanywestcentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"germanywestcentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"germanywestcentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"germanywestcentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"germanywestcentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"norwayeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"norwayeast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"norwayeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"norwayeast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"norwayeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"norwayeast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"norwayeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"norwayeast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"norwaywest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"norwaywest\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"norwaywest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"norwaywest\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"norwaywest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"norwaywest\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"norwaywest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"norwaywest\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"switzerlandnorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"switzerlandnorth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"switzerlandnorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"switzerlandnorth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"switzerlandnorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"switzerlandnorth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"switzerlandnorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"switzerlandnorth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"switzerlandnorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"switzerlandnorth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"switzerlandwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"switzerlandwest\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"switzerlandwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"switzerlandwest\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"switzerlandwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"switzerlandwest\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"switzerlandwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"switzerlandwest\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"koreasouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreasouth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"koreasouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreasouth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"koreasouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreasouth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"koreasouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreasouth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"southafricanorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southafricanorth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"southafricanorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southafricanorth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"southafricanorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southafricanorth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"southafricanorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southafricanorth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"southafricanorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southafricanorth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"brazilsoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsoutheast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"brazilsoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsoutheast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"brazilsoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsoutheast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"brazilsoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsoutheast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"francecentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francecentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"francecentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francecentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"francecentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francecentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"francecentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francecentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"francecentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francecentral\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Isolated\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Developer\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 1,\r\n \"default\": 1,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Standard\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 4,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Premium\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Automatic\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Basic\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 2,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n },\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"service\",\r\n \"name\": \"Consumption\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": [],\r\n \"zoneDetails\": []\r\n }\r\n ],\r\n \"capacity\": {\r\n \"minimum\": 0,\r\n \"maximum\": 0,\r\n \"default\": 0,\r\n \"scaleType\": \"None\"\r\n },\r\n \"restrictions\": []\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2U/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b9722108-27af-4cbc-889e-e64587e0aad7" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "935cecec-3fd1-4098-b426-f6d055b1092b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" ], "x-ms-correlation-request-id": [ - "bac7a01d-bd61-46ae-9e95-fcd35d0d7f89" + "693c8124-dd6c-4b2e-b538-285eaf1ec51f" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T185013Z:bac7a01d-bd61-46ae-9e95-fcd35d0d7f89" + "WESTUS:20210502T173201Z:693c8124-dd6c-4b2e-b538-285eaf1ec51f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:50:12 GMT" + "Sun, 02 May 2021 17:32:00 GMT" ], "Content-Length": [ - "2199" + "2367" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2911,26 +3874,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292\",\r\n \"name\": \"sdktestapim2292\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAEBlg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-03-26T18:06:59.0224588Z\",\r\n \"gatewayUrl\": \"https://sdktestapim2292.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim2292-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim2292.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim2292.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim2292.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim2292.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim2292.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"13.89.229.142\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504\",\r\n \"name\": \"sdktestapim2504\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHaHY=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2021-05-02T16:34:43.8291263Z\",\r\n \"gatewayUrl\": \"https://sdktestapim2504.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim2504-westcentralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim2504.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim2504.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim2504.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim2504.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim2504.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"13.78.229.9\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"9b1ed986-c900-4532-b623-5537904e1d6e\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/getssotoken?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL2dldHNzb3Rva2VuP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/getssotoken?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L2dldHNzb3Rva2VuP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e644b9fe-a234-4d6b-9776-cc895b1c7bff" + "3d47acb2-9690-40e0-8f77-30177f734c42" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2944,7 +3907,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c26579e6-9f40-4954-9461-1f5b00b3a0f8" + "83f728d4-0b75-41fa-bac0-4a53524d8c70" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -2953,19 +3916,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "30394091-a210-4e06-a2f5-720dd008f335" + "7798d0cf-503a-412a-8e65-041abe28a38a" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T185013Z:30394091-a210-4e06-a2f5-720dd008f335" + "WESTUS:20210502T173201Z:7798d0cf-503a-412a-8e65-041abe28a38a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:50:12 GMT" + "Sun, 02 May 2021 17:32:00 GMT" ], "Content-Length": [ - "197" + "199" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2974,26 +3937,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"redirectUri\": \"https://sdktestapim2292.portal.azure-api.net:443/signin-sso?token=1%26202003261855%26oN9%2bONKo2HJk79zP2ddQBi2ZWSiWHNEkgpm1kq9kmLmTbuzNmuAtYi9a7H6a8X8Ci8x8HrBjVwQPpYRubcGuJw%3d%3d\"\r\n}", + "ResponseBody": "{\r\n \"redirectUri\": \"https://sdktestapim2504.portal.azure-api.net:443/signin-sso?token=1%26202105021737%26vSrwTsNPP6INS1CZacZYmfBBGTOf0x2rfzQQtShdg45Gl0xh6GbJlCihzg3W%2fZ0kE63qXUJ1Kc%2fIrGApOaquBg%3d%3d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8fcec125-5c4e-41e8-809e-33f56977ca1b" + "7fdf16f5-1fb8-4479-851d-609e171d31b0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3004,7 +3967,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9UZXJtX2Q5YTJlOGNk?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfVGVybV82NTU3ZWQ1Yg==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3013,7 +3976,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "210a12c6-a931-45be-8d73-89edc903bafc" + "2d2c075d-1175-4cb9-b17e-d6495c6d011d" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -3022,19 +3985,19 @@ "14999" ], "x-ms-correlation-request-id": [ - "bd92dce2-b5ba-4909-84b3-da6cecd5101c" + "a199c603-8c9f-4bdd-ab20-5256dff796d1" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T185013Z:bd92dce2-b5ba-4909-84b3-da6cecd5101c" + "WESTUS:20210502T173201Z:a199c603-8c9f-4bdd-ab20-5256dff796d1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:50:13 GMT" + "Sun, 02 May 2021 17:32:00 GMT" ], "Content-Length": [ - "2195" + "2363" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3043,20 +4006,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292\",\r\n \"name\": \"sdktestapim2292\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAEBlk=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"Deleting\",\r\n \"createdAtUtc\": \"2020-03-26T18:06:59.0224588Z\",\r\n \"gatewayUrl\": \"https://sdktestapim2292.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim2292-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim2292.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim2292.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim2292.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim2292.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim2292.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"13.89.229.142\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504\",\r\n \"name\": \"sdktestapim2504\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHaHc=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"Deleting\",\r\n \"createdAtUtc\": \"2021-05-02T16:34:43.8291263Z\",\r\n \"gatewayUrl\": \"https://sdktestapim2504.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim2504-westcentralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim2504.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim2504.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim2504.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim2504.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim2504.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"13.78.229.9\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"9b1ed986-c900-4532-b623-5537904e1d6e\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9UZXJtX2Q5YTJlOGNk?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlVWlhKdFgyUTVZVEpsT0dOaz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfVGVybV82NTU3ZWQ1Yg==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlZHVnliVjgyTlRVM1pXUTFZZz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3067,7 +4030,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9UZXJtX2Q5YTJlOGNk?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfVGVybV82NTU3ZWQ1Yg==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -3076,25 +4039,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "81a36176-1855-4776-95c9-12518cfa0f4d" + "1e1d94cb-d7a7-4eca-84b2-ea3e396958a1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" + "11938" ], "x-ms-correlation-request-id": [ - "bc250d7f-d357-4609-aba9-e6ce83e92f33" + "d001ec83-5431-4da3-a7c6-dbb11fd12026" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T185114Z:bc250d7f-d357-4609-aba9-e6ce83e92f33" + "WESTUS:20210502T173302Z:d001ec83-5431-4da3-a7c6-dbb11fd12026" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:51:13 GMT" + "Sun, 02 May 2021 17:33:01 GMT" ], "Expires": [ "-1" @@ -3107,16 +4070,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9UZXJtX2Q5YTJlOGNk?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlVWlhKdFgyUTVZVEpsT0dOaz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfVGVybV82NTU3ZWQ1Yg==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlZHVnliVjgyTlRVM1pXUTFZZz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3130,25 +4093,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6544b3fd-bce4-4b20-80c8-48122dbe4202" + "2a133efb-fba1-4cd4-8496-cc7da9f7b5a3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" + "11937" ], "x-ms-correlation-request-id": [ - "e9f83426-3e90-42d0-905e-c331fc5ded10" + "b783acf7-8270-4aeb-a998-7a8db51e5707" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T185214Z:e9f83426-3e90-42d0-905e-c331fc5ded10" + "WESTUS:20210502T173402Z:b783acf7-8270-4aeb-a998-7a8db51e5707" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:52:13 GMT" + "Sun, 02 May 2021 17:34:01 GMT" ], "Expires": [ "-1" @@ -3161,16 +4124,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltMjI5Ml9UZXJtX2Q5YTJlOGNk?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE1qSTVNbDlVWlhKdFgyUTVZVEpsT0dOaz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTI1MDRfVGVybV82NTU3ZWQ1Yg==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0L29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVEkxTURSZlZHVnliVjgyTlRVM1pXUTFZZz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3184,25 +4147,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "457cb88b-b7d7-44e6-95cd-99ace1249e58" + "9fa8b8e1-0147-496c-9333-2a36e78af030" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" + "11936" ], "x-ms-correlation-request-id": [ - "ef71c11c-35d6-4b65-a85b-89eb0895e6ce" + "8b8827c7-3264-463b-b0f2-523462bc10d6" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T185214Z:ef71c11c-35d6-4b65-a85b-89eb0895e6ce" + "WESTUS:20210502T173402Z:8b8827c7-3264-463b-b0f2-523462bc10d6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:52:13 GMT" + "Sun, 02 May 2021 17:34:01 GMT" ], "Expires": [ "-1" @@ -3215,22 +4178,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6041/providers/Microsoft.ApiManagement/service/sdktestapim2292?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYwNDEvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMjkyP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3598/providers/Microsoft.ApiManagement/service/sdktestapim2504?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzM1OTgvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNTA0P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c4dc61b3-4734-4b9d-a716-2dd5d72c726d" + "f8b4224b-dfa9-42f7-afa1-3167eb0be9ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -3247,22 +4210,22 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" + "11935" ], "x-ms-request-id": [ - "474b5858-c5d4-48fa-b5e2-952d9a8812d5" + "b1ec8cae-fcd3-4362-8a83-c391a0d836e8" ], "x-ms-correlation-request-id": [ - "474b5858-c5d4-48fa-b5e2-952d9a8812d5" + "b1ec8cae-fcd3-4362-8a83-c391a0d836e8" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T185214Z:474b5858-c5d4-48fa-b5e2-952d9a8812d5" + "WESTUS:20210502T173402Z:b1ec8cae-fcd3-4362-8a83-c391a0d836e8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 18:52:14 GMT" + "Sun, 02 May 2021 17:34:01 GMT" ], "Content-Length": [ "125" @@ -3274,14 +4237,14 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ServiceNotFound\",\r\n \"message\": \"Api service does not exist: sdktestapim2292\",\r\n \"details\": null,\r\n \"innerError\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ServiceNotFound\",\r\n \"message\": \"Api service does not exist: sdktestapim2504\",\r\n \"details\": null,\r\n \"innerError\": null\r\n }\r\n}", "StatusCode": 404 } ], "Names": { "Initialize": [ - "sdktestapim2292", - "sdktestrg6041" + "sdktestapim2504", + "sdktestrg3598" ] }, "Variables": { @@ -3289,8 +4252,8 @@ "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", - "ServiceName": "sdktestapim2292", - "Location": "Central US", - "ResourceGroup": "sdktestrg6041" + "ServiceName": "sdktestapim2504", + "Location": "West Central US", + "ResourceGroup": "sdktestrg3598" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/CreateMultiHostNameService.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/CreateMultiHostNameService.json deleted file mode 100644 index c5d38a53f929b..0000000000000 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/CreateMultiHostNameService.json +++ /dev/null @@ -1,1914 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fcc458a8-248b-4c54-88cb-8534024ae60f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "11c6ed3c-7f1a-49d7-9875-2fd3e48f3b3b" - ], - "x-ms-correlation-request-id": [ - "11c6ed3c-7f1a-49d7-9875-2fd3e48f3b3b" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T220258Z:11c6ed3c-7f1a-49d7-9875-2fd3e48f3b3b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:02:58 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "2221" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement\",\r\n \"namespace\": \"Microsoft.ApiManagement\",\r\n \"authorization\": {\r\n \"applicationId\": \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\",\r\n \"roleDefinitionId\": \"e263b525-2e60-4418-b655-420bae0b172e\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"service\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"validateServiceName\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reportFeedback\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFeedbackRequired\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg4296?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlZ3JvdXBzL3Nka3Rlc3RyZzQyOTY/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US\"\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b7bc056c-2b54-4518-bcf6-646dc8c59fd6" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "32" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-request-id": [ - "3d016a13-633b-4463-884f-dcba5819bcde" - ], - "x-ms-correlation-request-id": [ - "3d016a13-633b-4463-884f-dcba5819bcde" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T220300Z:3d016a13-633b-4463-884f-dcba5819bcde" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:02:59 GMT" - ], - "Content-Length": [ - "182" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296\",\r\n \"name\": \"sdktestrg4296\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway1.msitesting.net\",\r\n \"encodedCertificate\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ\",\r\n \"certificatePassword\": \"Password\",\r\n \"defaultSslBinding\": true\r\n },\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway2.msitesting.net\",\r\n \"encodedCertificate\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ\",\r\n \"certificatePassword\": \"Password\",\r\n \"negotiateClientCertificate\": true\r\n },\r\n {\r\n \"type\": \"Portal\",\r\n \"hostName\": \"portal1.msitesting.net\",\r\n \"encodedCertificate\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ\",\r\n \"certificatePassword\": \"Password\"\r\n },\r\n {\r\n \"type\": \"DeveloperPortal\",\r\n \"hostName\": \"devportal1.msitesting.net\",\r\n \"encodedCertificate\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ\",\r\n \"certificatePassword\": \"Password\"\r\n }\r\n ],\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b0ea8e1f-5002-4769-8852-da6971d91d0f" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "10785" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "\"AAAAAAAEB/w=\"" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "75104755-fb6f-4458-b030-6ae5d8843a87", - "2365b493-c2ea-4c1d-a126-cb254ed6fa6d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-correlation-request-id": [ - "d67e2306-8644-489e-8249-aa0df98bfcd1" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T220304Z:d67e2306-8644-489e-8249-aa0df98bfcd1" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:03:03 GMT" - ], - "Content-Length": [ - "2543" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861\",\r\n \"name\": \"sdktestapim9861\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAEB/w=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Created\",\r\n \"targetProvisioningState\": \"Activating\",\r\n \"createdAtUtc\": \"2020-03-26T22:03:01.9032386Z\",\r\n \"gatewayUrl\": null,\r\n \"gatewayRegionalUrl\": null,\r\n \"portalUrl\": null,\r\n \"developerPortalUrl\": null,\r\n \"managementApiUrl\": null,\r\n \"scmUrl\": null,\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": null,\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": false\r\n },\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway1.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": true\r\n },\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway2.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": true,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": true\r\n },\r\n {\r\n \"type\": \"Portal\",\r\n \"hostName\": \"portal1.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": false\r\n },\r\n {\r\n \"type\": \"DeveloperPortal\",\r\n \"hostName\": \"devportal1.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": false\r\n }\r\n ],\r\n \"publicIPAddresses\": null,\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": null,\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim9861.azure-api.net\",\r\n \"defaultSslBinding\": false,\r\n \"negotiateClientCertificate\": false\r\n },\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway1.msitesting.net\",\r\n \"defaultSslBinding\": true,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2036-01-01T07:00:00Z\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n }\r\n },\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway2.msitesting.net\",\r\n \"defaultSslBinding\": true,\r\n \"negotiateClientCertificate\": true,\r\n \"certificate\": {\r\n \"expiry\": \"2036-01-01T07:00:00Z\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n }\r\n },\r\n {\r\n \"type\": \"Portal\",\r\n \"hostName\": \"portal1.msitesting.net\",\r\n \"defaultSslBinding\": false,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2036-01-01T07:00:00Z\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n }\r\n },\r\n {\r\n \"type\": \"DeveloperPortal\",\r\n \"hostName\": \"devportal1.msitesting.net\",\r\n \"defaultSslBinding\": false,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2036-01-01T07:00:00Z\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n }\r\n }\r\n ],\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"disableGateway\": false,\r\n \"virtualNetworkType\": \"None\",\r\n \"apiVersionConstraint\": {},\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\",\r\n \"client\": \"test\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1211e3a8-ff53-4c94-92e4-655ecc042fe7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "2969" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "ETag": [ - "\"AAAAAAAECBc=\"" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "3e6cd43e-96f1-4e79-a990-25fc9c54f09f", - "e6c03a21-396b-4ec0-8b1b-2d4b129fcf26" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-correlation-request-id": [ - "b97d7285-1222-4410-9057-8861c96342a9" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T222511Z:b97d7285-1222-4410-9057-8861c96342a9" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:25:11 GMT" - ], - "Content-Length": [ - "3517" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861\",\r\n \"name\": \"sdktestapim9861\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\",\r\n \"client\": \"test\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAECBc=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-03-26T22:03:01.9032386Z\",\r\n \"gatewayUrl\": \"https://sdktestapim9861.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim9861-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim9861.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim9861.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim9861.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim9861.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim9861.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": false\r\n },\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway1.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": true\r\n },\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway2.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": true,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": true\r\n },\r\n {\r\n \"type\": \"Portal\",\r\n \"hostName\": \"portal1.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": false\r\n },\r\n {\r\n \"type\": \"DeveloperPortal\",\r\n \"hostName\": \"devportal1.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": false\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"40.86.91.10\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlCWTNSZlpqVTJNVFV5WlRnPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "a68dc999-0fc7-44a3-a660-685e69fc920c" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-correlation-request-id": [ - "0a0076bc-0c67-4b2c-9892-97727153a535" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T220404Z:0a0076bc-0c67-4b2c-9892-97727153a535" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:04:04 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlCWTNSZlpqVTJNVFV5WlRnPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "b975ab18-bcb2-4174-b2da-e652593cafa3" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-correlation-request-id": [ - "18150322-c50f-422f-8690-ff7fa1d97e64" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T220504Z:18150322-c50f-422f-8690-ff7fa1d97e64" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:05:04 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlCWTNSZlpqVTJNVFV5WlRnPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "76809600-eb3e-4b72-b4b4-5f09d23d3ec2" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-correlation-request-id": [ - "97c816fc-d0f4-44eb-b016-ec5652f887e5" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T220605Z:97c816fc-d0f4-44eb-b016-ec5652f887e5" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:06:05 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlCWTNSZlpqVTJNVFV5WlRnPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "dda0a6c5-b23e-4e91-b57b-e446d35828d8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-correlation-request-id": [ - "2ca87fe8-9f3b-41b3-a783-2f1fb0fc3b7d" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T220705Z:2ca87fe8-9f3b-41b3-a783-2f1fb0fc3b7d" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:07:04 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlCWTNSZlpqVTJNVFV5WlRnPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "6584a8ef-48a1-440f-9f68-62f949daacf7" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-correlation-request-id": [ - "fb11dcd4-b9c6-4b5b-819a-df9d7a762be2" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T220805Z:fb11dcd4-b9c6-4b5b-819a-df9d7a762be2" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:08:04 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlCWTNSZlpqVTJNVFV5WlRnPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "63f862eb-0697-419b-8d87-054a4848ee57" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], - "x-ms-correlation-request-id": [ - "6b5473b3-0766-4627-bf6f-9e003f9088d7" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T220905Z:6b5473b3-0766-4627-bf6f-9e003f9088d7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:09:05 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlCWTNSZlpqVTJNVFV5WlRnPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "24c9fa25-1128-4b5a-917f-d62092902d8f" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-correlation-request-id": [ - "781cd788-4b40-42a2-83c5-4ad497876713" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T221006Z:781cd788-4b40-42a2-83c5-4ad497876713" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:10:05 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlCWTNSZlpqVTJNVFV5WlRnPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "00f5946b-002a-4030-9390-3f41a2c5b6cc" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], - "x-ms-correlation-request-id": [ - "50233ff3-cc0b-4730-a3f5-e54f927d4865" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T221106Z:50233ff3-cc0b-4730-a3f5-e54f927d4865" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:11:06 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlCWTNSZlpqVTJNVFV5WlRnPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "ee0b2dc7-17a0-4a46-a104-dfc2c07be653" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-correlation-request-id": [ - "54878a22-8862-4422-901e-c51a4b4b52a0" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T221206Z:54878a22-8862-4422-901e-c51a4b4b52a0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:12:06 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlCWTNSZlpqVTJNVFV5WlRnPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "51a7113e-94ab-43f3-86f7-19442fcbe754" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-correlation-request-id": [ - "4f1262f3-c980-421c-98c6-14a178428738" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T221307Z:4f1262f3-c980-421c-98c6-14a178428738" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:13:06 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlCWTNSZlpqVTJNVFV5WlRnPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "9780a533-b1c5-45d3-8881-cc633a3b0d3a" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], - "x-ms-correlation-request-id": [ - "5608be7d-a8a8-463e-a9a0-0b08a90565d3" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T221407Z:5608be7d-a8a8-463e-a9a0-0b08a90565d3" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:14:07 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlCWTNSZlpqVTJNVFV5WlRnPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "c1a5b5c0-9c62-438b-839f-92af1ec9dbe8" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], - "x-ms-correlation-request-id": [ - "2c1385ef-9c75-4d5c-a1a0-0e9f1c51141c" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T221507Z:2c1385ef-9c75-4d5c-a1a0-0e9f1c51141c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:15:07 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlCWTNSZlpqVTJNVFV5WlRnPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "84d2bbf0-63e6-46b6-8256-fd1b9903649e" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-correlation-request-id": [ - "c979bbbf-7e83-4bff-927f-a82e159306f6" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T221608Z:c979bbbf-7e83-4bff-927f-a82e159306f6" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:16:07 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlCWTNSZlpqVTJNVFV5WlRnPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "30077f4c-053b-46a2-a2aa-efc44b391eac" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-correlation-request-id": [ - "24626acb-f382-4728-b40c-ddfc44394a83" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T221708Z:24626acb-f382-4728-b40c-ddfc44394a83" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:17:07 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlCWTNSZlpqVTJNVFV5WlRnPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "7c75ec4f-b29a-41a0-a253-8373c334dc3f" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-correlation-request-id": [ - "f0a6e550-f5e4-47f1-9d80-4f236f0dbe84" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T221808Z:f0a6e550-f5e4-47f1-9d80-4f236f0dbe84" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:18:07 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlCWTNSZlpqVTJNVFV5WlRnPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "95b12bf2-9e4d-485c-afbf-09cda7def3be" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-correlation-request-id": [ - "0cecf9bd-9ddf-4c04-9cbf-3e63f893654f" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T221908Z:0cecf9bd-9ddf-4c04-9cbf-3e63f893654f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:19:08 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlCWTNSZlpqVTJNVFV5WlRnPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "2f22cef5-14ff-41f4-a696-64dec0e62a3a" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-correlation-request-id": [ - "de7e7b7e-3af3-485b-9a66-68977dabfe16" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T222008Z:de7e7b7e-3af3-485b-9a66-68977dabfe16" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:20:08 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlCWTNSZlpqVTJNVFV5WlRnPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "92012933-53cb-4bc9-9f43-660c4bbee7f0" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], - "x-ms-correlation-request-id": [ - "6c9747a1-616f-4edc-b787-4dbe2ce3480a" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T222109Z:6c9747a1-616f-4edc-b787-4dbe2ce3480a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:21:08 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlCWTNSZlpqVTJNVFV5WlRnPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "09377507-fb9b-4c99-b88c-56c61e11b0b1" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "x-ms-correlation-request-id": [ - "c152a256-1705-4fc4-bf58-0d9eed0170a0" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T222209Z:c152a256-1705-4fc4-bf58-0d9eed0170a0" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:22:09 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlCWTNSZlpqVTJNVFV5WlRnPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "db67bbb3-219a-4844-a91c-07568b33c54d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "x-ms-correlation-request-id": [ - "4027ddd2-d448-44cf-99f9-b5ed90f1c3b7" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T222309Z:4027ddd2-d448-44cf-99f9-b5ed90f1c3b7" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:23:09 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlCWTNSZlpqVTJNVFV5WlRnPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "5b4a5616-2c18-4df0-b30f-33e996c3acae" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" - ], - "x-ms-correlation-request-id": [ - "9b84c27e-bcf6-41bf-a858-64c342ebb95c" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T222409Z:9b84c27e-bcf6-41bf-a858-64c342ebb95c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:24:08 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9BY3RfZjU2MTUyZTg=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlCWTNSZlpqVTJNVFV5WlRnPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "86fbbd8d-b582-4225-943b-8ea82799d824" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], - "x-ms-correlation-request-id": [ - "b1ff2d88-ce13-45c5-b1d8-3bf8593ad2ec" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T222510Z:b1ff2d88-ce13-45c5-b1d8-3bf8593ad2ec" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:25:09 GMT" - ], - "Content-Length": [ - "3501" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861\",\r\n \"name\": \"sdktestapim9861\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAECBY=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-03-26T22:03:01.9032386Z\",\r\n \"gatewayUrl\": \"https://sdktestapim9861.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim9861-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim9861.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim9861.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim9861.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim9861.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim9861.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": false\r\n },\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway1.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": true\r\n },\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway2.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": true,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": true\r\n },\r\n {\r\n \"type\": \"Portal\",\r\n \"hostName\": \"portal1.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": false\r\n },\r\n {\r\n \"type\": \"DeveloperPortal\",\r\n \"hostName\": \"devportal1.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": false\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"40.86.91.10\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6ab2c1da-2319-4961-afe8-8b4d04735ade" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9UZXJtX2QxODFmYjY=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "359d5fbf-ae4b-4557-bedd-582635de52cb" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-correlation-request-id": [ - "e6db5be5-a530-4b0d-baf5-f352df7a81db" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T222511Z:e6db5be5-a530-4b0d-baf5-f352df7a81db" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:25:11 GMT" - ], - "Content-Length": [ - "3525" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861\",\r\n \"name\": \"sdktestapim9861\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\",\r\n \"client\": \"test\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAECBg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"Deleting\",\r\n \"createdAtUtc\": \"2020-03-26T22:03:01.9032386Z\",\r\n \"gatewayUrl\": \"https://sdktestapim9861.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim9861-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim9861.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim9861.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim9861.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim9861.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim9861.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": false\r\n },\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway1.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": true\r\n },\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway2.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": true,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": true\r\n },\r\n {\r\n \"type\": \"Portal\",\r\n \"hostName\": \"portal1.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": false\r\n },\r\n {\r\n \"type\": \"DeveloperPortal\",\r\n \"hostName\": \"devportal1.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": false\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"40.86.91.10\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9UZXJtX2QxODFmYjY=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlVWlhKdFgyUXhPREZtWWpZPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9UZXJtX2QxODFmYjY=?api-version=2019-12-01" - ], - "Retry-After": [ - "60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "cbc530d3-1509-48dd-beda-082f66d7a39d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" - ], - "x-ms-correlation-request-id": [ - "42311ee5-b945-4af0-ac80-c6f29c51fc66" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T222611Z:42311ee5-b945-4af0-ac80-c6f29c51fc66" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:26:11 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9UZXJtX2QxODFmYjY=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlVWlhKdFgyUXhPREZtWWpZPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "2a971468-2ec4-420c-9d5d-2ab2ea439dfa" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" - ], - "x-ms-correlation-request-id": [ - "8c6b2953-d7db-45d7-bb65-acb22b5b0f3a" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T222712Z:8c6b2953-d7db-45d7-bb65-acb22b5b0f3a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:27:12 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTg2MV9UZXJtX2QxODFmYjY=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxL29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE9UZzJNVjlVWlhKdFgyUXhPREZtWWpZPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "634daf99-32b4-44e1-81ec-45d42937358d" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" - ], - "x-ms-correlation-request-id": [ - "043a25bb-36f4-4cf6-b35b-a4a02cb0bbd2" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T222712Z:043a25bb-36f4-4cf6-b35b-a4a02cb0bbd2" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:27:12 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4296/providers/Microsoft.ApiManagement/service/sdktestapim9861?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQyOTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW05ODYxP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fff86cf2-457c-4f89-a9c4-396abe20d88d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" - ], - "x-ms-request-id": [ - "42f7f450-be52-4b22-8f22-d87f62d52a8b" - ], - "x-ms-correlation-request-id": [ - "42f7f450-be52-4b22-8f22-d87f62d52a8b" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200326T222712Z:42f7f450-be52-4b22-8f22-d87f62d52a8b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Thu, 26 Mar 2020 22:27:12 GMT" - ], - "Content-Length": [ - "125" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ServiceNotFound\",\r\n \"message\": \"Api service does not exist: sdktestapim9861\",\r\n \"details\": null,\r\n \"innerError\": null\r\n }\r\n}", - "StatusCode": 404 - } - ], - "Names": { - "Initialize": [ - "sdktestapim9861", - "sdktestrg4296" - ] - }, - "Variables": { - "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", - "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", - "TestCertificatePassword": "Password", - "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", - "ServiceName": "sdktestapim9861", - "Location": "Central US", - "ResourceGroup": "sdktestrg4296" - } -} \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/CreateMultiHostNameZoneAwareService.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/CreateMultiHostNameZoneAwareService.json new file mode 100644 index 0000000000000..6b507186d80f1 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/CreateMultiHostNameZoneAwareService.json @@ -0,0 +1,2558 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6d4c04c5-7163-4911-9fd0-0503369210f5" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "7619d5a6-2f8a-4024-8f31-899fb8de24d8" + ], + "x-ms-correlation-request-id": [ + "7619d5a6-2f8a-4024-8f31-899fb8de24d8" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T081401Z:7619d5a6-2f8a-4024-8f31-899fb8de24d8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:14:01 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "5694" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement\",\r\n \"namespace\": \"Microsoft.ApiManagement\",\r\n \"authorization\": {\r\n \"applicationId\": \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\",\r\n \"roleDefinitionId\": \"e263b525-2e60-4418-b655-420bae0b172e\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"service\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"deletedServices\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deletedServices\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateServiceName\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reportFeedback\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFeedbackRequired\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDomainOwnershipIdentifier\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg3162?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlZ3JvdXBzL3Nka3Rlc3RyZzMxNjI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"West Central US\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fb200248-82c9-4718-9e38-a450c954a0c0" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "37" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "d5e1156f-21eb-4057-bfde-f9e0764187c3" + ], + "x-ms-correlation-request-id": [ + "d5e1156f-21eb-4057-bfde-f9e0764187c3" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T081402Z:d5e1156f-21eb-4057-bfde-f9e0764187c3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:14:01 GMT" + ], + "Content-Length": [ + "186" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162\",\r\n \"name\": \"sdktestrg3162\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement/getDomainOwnershipIdentifier?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9nZXREb21haW5Pd25lcnNoaXBJZGVudGlmaWVyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3817ffd4-42bd-47f6-b89b-26c74786cb88" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "5d7908b0-3499-4735-90da-d152e7df84e0" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "f62d2c3d-eae5-4d7b-9c95-9a54636043e7" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T081402Z:f62d2c3d-eae5-4d7b-9c95-9a54636043e7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:14:01 GMT" + ], + "Content-Length": [ + "76" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"domainOwnershipIdentifier\": \"LuowdB5WbbSJkbrl6HVHdUY11mf0CioouwD/f+fxZ9s=\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway1.msitesting.net\",\r\n \"encodedCertificate\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ\",\r\n \"certificatePassword\": \"Password\",\r\n \"defaultSslBinding\": true\r\n },\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway2.msitesting.net\",\r\n \"encodedCertificate\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ\",\r\n \"certificatePassword\": \"Password\",\r\n \"negotiateClientCertificate\": true\r\n },\r\n {\r\n \"type\": \"Portal\",\r\n \"hostName\": \"portal1.msitesting.net\",\r\n \"encodedCertificate\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ\",\r\n \"certificatePassword\": \"Password\"\r\n },\r\n {\r\n \"type\": \"DeveloperPortal\",\r\n \"hostName\": \"devportal1.msitesting.net\",\r\n \"encodedCertificate\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ\",\r\n \"certificatePassword\": \"Password\"\r\n }\r\n ],\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 2\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f20b5eef-4046-4b85-8b84-7a30e2ee2a44" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "10878" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAHjpM=\"" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "7449d1ca-6bac-4ede-88ea-967a1b5cc964", + "b8fabf8c-feea-4adc-b4bd-660683182c0e", + "6ea0e1bb-8149-4371-9d8a-68c12f41f3f3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "fc28aeb8-2b00-4fe0-afba-c9b12bac779f" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T081411Z:fc28aeb8-2b00-4fe0-afba-c9b12bac779f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:14:11 GMT" + ], + "Content-Length": [ + "2871" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040\",\r\n \"name\": \"sdktestapim1040\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"etag\": \"AAAAAAAHjpM=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Created\",\r\n \"targetProvisioningState\": \"Activating\",\r\n \"createdAtUtc\": \"2021-05-02T08:14:04.3911512Z\",\r\n \"gatewayUrl\": \"https://sdktestapim1040.azure-api.net\",\r\n \"gatewayRegionalUrl\": null,\r\n \"portalUrl\": null,\r\n \"developerPortalUrl\": null,\r\n \"managementApiUrl\": null,\r\n \"scmUrl\": null,\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim1040.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": false,\r\n \"identityClientId\": null\r\n },\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway1.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n },\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway2.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": true,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n },\r\n {\r\n \"type\": \"Portal\",\r\n \"hostName\": \"portal1.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": false,\r\n \"identityClientId\": null\r\n },\r\n {\r\n \"type\": \"DeveloperPortal\",\r\n \"hostName\": \"devportal1.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": false,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": null,\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": null,\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 2\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"fab7f861-4ba9-4bbd-bd86-d3a0f664f3c9\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim1040.azure-api.net\",\r\n \"defaultSslBinding\": false,\r\n \"negotiateClientCertificate\": false\r\n },\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway1.msitesting.net\",\r\n \"defaultSslBinding\": true,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2036-01-01T07:00:00Z\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n }\r\n },\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway2.msitesting.net\",\r\n \"defaultSslBinding\": true,\r\n \"negotiateClientCertificate\": true,\r\n \"certificate\": {\r\n \"expiry\": \"2036-01-01T07:00:00Z\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n }\r\n },\r\n {\r\n \"type\": \"Portal\",\r\n \"hostName\": \"portal1.msitesting.net\",\r\n \"defaultSslBinding\": false,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2036-01-01T07:00:00Z\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n }\r\n },\r\n {\r\n \"type\": \"DeveloperPortal\",\r\n \"hostName\": \"devportal1.msitesting.net\",\r\n \"defaultSslBinding\": false,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2036-01-01T07:00:00Z\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n }\r\n }\r\n ],\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"disableGateway\": false,\r\n \"virtualNetworkType\": \"None\",\r\n \"apiVersionConstraint\": {},\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 2\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ],\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\",\r\n \"client\": \"test\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "472ec64e-eb13-4fda-9f53-2762c5a3b38a" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "3065" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAHjpg=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a8c04f33-7c32-4d09-80f4-a831e6c0f693", + "dbddaf26-b5d6-4286-99f6-5808fa2bee09", + "58313fe5-9204-43fb-8e41-9596329b1bf9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "d047f427-82ed-40f0-9fd1-f986366d906f" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T084609Z:d047f427-82ed-40f0-9fd1-f986366d906f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:46:09 GMT" + ], + "Content-Length": [ + "3787" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040\",\r\n \"name\": \"sdktestapim1040\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\",\r\n \"client\": \"test\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"etag\": \"AAAAAAAHjpg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2021-05-02T08:14:04.3911512Z\",\r\n \"gatewayUrl\": \"https://sdktestapim1040.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim1040-eastus2euap-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim1040.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim1040.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim1040.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim1040.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim1040.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": false,\r\n \"identityClientId\": null\r\n },\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway1.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n },\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway2.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": true,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n },\r\n {\r\n \"type\": \"Portal\",\r\n \"hostName\": \"portal1.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": false,\r\n \"identityClientId\": null\r\n },\r\n {\r\n \"type\": \"DeveloperPortal\",\r\n \"hostName\": \"devportal1.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": false,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"20.47.149.252\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 2\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"fab7f861-4ba9-4bbd-bd86-d3a0f664f3c9\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "105d4eac-95a3-4587-9f96-664c7302c172" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "ea220ce4-718e-4c3b-b418-df375cbf2105" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T081515Z:ea220ce4-718e-4c3b-b418-df375cbf2105" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:15:15 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "0d808665-db0d-48fd-ac03-6d47970eaba5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "931eff58-e98d-4573-b4cf-dce70f8a8a91" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T081620Z:931eff58-e98d-4573-b4cf-dce70f8a8a91" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:16:19 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "045913e2-d53a-40ea-97be-da478b2378a7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "18ba8ec5-859a-4b8c-ab25-c95ae84d3dcb" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T081723Z:18ba8ec5-859a-4b8c-ab25-c95ae84d3dcb" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:17:23 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "3833c90f-35bf-4aab-a4c0-d23dd654fc6c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "a0fd8172-bfc7-40b2-b152-75e2ef0776c6" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T081825Z:a0fd8172-bfc7-40b2-b152-75e2ef0776c6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:18:25 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "4f2059b9-585b-4dd1-a829-114ee4524d6b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "daa69acf-0781-4742-b128-b26f397be939" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T081927Z:daa69acf-0781-4742-b128-b26f397be939" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:19:27 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "537643bc-0915-4bb2-b408-8839e073a4a4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "686032f4-ac8d-4d15-86e8-3b9e2fe6bfb9" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T082031Z:686032f4-ac8d-4d15-86e8-3b9e2fe6bfb9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:20:30 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "4d026dc4-c53b-470b-9d63-b8a84c7ab819" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "bc2c036e-5beb-4aab-9144-88ce0d617fbb" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T082134Z:bc2c036e-5beb-4aab-9144-88ce0d617fbb" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:21:34 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "813de905-f9ae-4e85-9321-713ac8d0ef55" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "7cf45376-7d29-48f8-bb82-cab17452d9c6" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T082236Z:7cf45376-7d29-48f8-bb82-cab17452d9c6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:22:35 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "198f851c-7d53-44c7-8efe-0d5848a1102f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "15cc0a99-c836-4e94-bfa8-a685038946cd" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T082338Z:15cc0a99-c836-4e94-bfa8-a685038946cd" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:23:37 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "6cdc7488-6069-41c1-b59f-c6f7cdb24e66" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "32ac609a-4b4b-4fb7-a055-e30f2898ef5c" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T082440Z:32ac609a-4b4b-4fb7-a055-e30f2898ef5c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:24:40 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a7e8eee6-7a88-48d6-b25b-1527fd8c33e4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "33d75d02-ca1a-4e6b-a988-419dfe56efbd" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T082543Z:33d75d02-ca1a-4e6b-a988-419dfe56efbd" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:25:42 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "ae22c937-f9f4-45f0-9550-34f3df47edbd" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "14129eba-eac5-4f18-bc0d-36ce657e026b" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T082644Z:14129eba-eac5-4f18-bc0d-36ce657e026b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:26:44 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "e0ab0be7-322f-4e49-944d-93bd2a3039aa" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "0f3a6e2a-2552-4cc3-9da8-930a3611920e" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T082746Z:0f3a6e2a-2552-4cc3-9da8-930a3611920e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:27:45 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "83f78499-3a72-4937-9ed4-b58e7a70bbbc" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "a6e250aa-1476-4794-a5c4-cddedcfbfe30" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T082847Z:a6e250aa-1476-4794-a5c4-cddedcfbfe30" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:28:47 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "439bf379-a4f4-41ba-89e9-f4fe028a03c3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-correlation-request-id": [ + "179e9223-6112-4122-87ef-1f909ece5a39" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T082949Z:179e9223-6112-4122-87ef-1f909ece5a39" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:29:49 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "35c8976b-b1fc-4be2-8422-3001640bb9d3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-correlation-request-id": [ + "ce2b591a-4261-4a6f-9230-0c2ea12bc5dc" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T083051Z:ce2b591a-4261-4a6f-9230-0c2ea12bc5dc" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:30:50 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "ed519aab-b735-4250-9a17-b033fb5fee17" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-correlation-request-id": [ + "eb5cca10-3fdc-4d86-a942-eed8d3a41d80" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T083152Z:eb5cca10-3fdc-4d86-a942-eed8d3a41d80" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:31:52 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "8846ca89-9a36-4bb8-b999-45ba472835f5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-correlation-request-id": [ + "77e9b3b6-b2cd-4d40-9e76-a791ce4f97db" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T083253Z:77e9b3b6-b2cd-4d40-9e76-a791ce4f97db" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:32:52 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a5461870-f2bb-4478-9e7b-5652aaf8a5e5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-correlation-request-id": [ + "48424df1-f72f-423b-916c-f28e3c4ac3fa" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T083354Z:48424df1-f72f-423b-916c-f28e3c4ac3fa" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:33:53 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "e75b9d09-b6ce-4d19-8c09-5da992745e9b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" + ], + "x-ms-correlation-request-id": [ + "9361a064-df5c-45f5-83b4-7a1f187e2978" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T083455Z:9361a064-df5c-45f5-83b4-7a1f187e2978" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:34:55 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "362177bf-af39-456c-a221-a77dd3e075a5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-correlation-request-id": [ + "0a964488-e083-493f-8a36-d72de4bd814e" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T083556Z:0a964488-e083-493f-8a36-d72de4bd814e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:35:55 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "cfc1527b-0e6a-4968-83b7-d44f345d4c8b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11977" + ], + "x-ms-correlation-request-id": [ + "97719643-3ae9-4128-9a46-9866f1fcaef8" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T083657Z:97719643-3ae9-4128-9a46-9866f1fcaef8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:36:56 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "625a41e0-c3a6-4cf2-b008-ba7d9225e56e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-correlation-request-id": [ + "26ad9fb8-f24e-47ad-b1fd-37341a5ee8ad" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T083757Z:26ad9fb8-f24e-47ad-b1fd-37341a5ee8ad" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:37:56 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "3080f39f-1690-4af5-b971-9f917a825f42" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "x-ms-correlation-request-id": [ + "38a24572-9166-4516-be2c-02996de496bc" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T083858Z:38a24572-9166-4516-be2c-02996de496bc" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:38:58 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "88bcc49d-75a5-4e0d-b9ed-06fc86758265" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "x-ms-correlation-request-id": [ + "244bf42d-21dd-4ba1-b761-f999d1d9f2b9" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T083959Z:244bf42d-21dd-4ba1-b761-f999d1d9f2b9" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:39:59 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "5523930b-4fb0-42e9-bae6-4dd0da51147d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" + ], + "x-ms-correlation-request-id": [ + "6117de9c-1773-46dc-be05-b58af7cffed5" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T084100Z:6117de9c-1773-46dc-be05-b58af7cffed5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:41:00 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "73350f63-81ba-44ac-803d-6f09298d87ca" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], + "x-ms-correlation-request-id": [ + "bfc66cec-bfb3-4460-93ec-ee0bc91e40e1" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T084201Z:bfc66cec-bfb3-4460-93ec-ee0bc91e40e1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:42:01 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "22a65e9e-4434-44ba-9260-dbaac3cdfd33" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], + "x-ms-correlation-request-id": [ + "4a9899e0-a358-4e24-b36f-e219a7b9ffc1" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T084303Z:4a9899e0-a358-4e24-b36f-e219a7b9ffc1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:43:02 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "36b4596e-fbd1-4f10-86c7-a0de493c4f5b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" + ], + "x-ms-correlation-request-id": [ + "4d4c73eb-9a46-487d-826b-afd9fa41a5ed" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T084404Z:4d4c73eb-9a46-487d-826b-afd9fa41a5ed" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:44:04 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "4bc2dcb7-8ae8-47e7-8e0e-b0b59d033e1d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" + ], + "x-ms-correlation-request-id": [ + "abe85c7c-7f74-4f11-9548-e1d28fe57066" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T084506Z:abe85c7c-7f74-4f11-9548-e1d28fe57066" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:45:05 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX0FjdF84ZGM0MTJhYQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDBGamRGODRaR00wTVRKaFlRPT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a3d235db-3254-406f-b1ac-47e38d33575a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" + ], + "x-ms-correlation-request-id": [ + "2813c5d3-705f-4c42-af67-14c1d0397bec" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T084608Z:2813c5d3-705f-4c42-af67-14c1d0397bec" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:46:07 GMT" + ], + "Content-Length": [ + "3771" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040\",\r\n \"name\": \"sdktestapim1040\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"etag\": \"AAAAAAAHjpc=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2021-05-02T08:14:04.3911512Z\",\r\n \"gatewayUrl\": \"https://sdktestapim1040.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim1040-eastus2euap-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim1040.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim1040.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim1040.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim1040.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim1040.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": false,\r\n \"identityClientId\": null\r\n },\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway1.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n },\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway2.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": true,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n },\r\n {\r\n \"type\": \"Portal\",\r\n \"hostName\": \"portal1.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": false,\r\n \"identityClientId\": null\r\n },\r\n {\r\n \"type\": \"DeveloperPortal\",\r\n \"hostName\": \"devportal1.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": false,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"20.47.149.252\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 2\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"fab7f861-4ba9-4bbd-bd86-d3a0f664f3c9\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "21efacd1-6424-4d2f-93bd-f1dbdbc15ee3" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX1Rlcm1fMTU4ZjA1YTg=?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "6ea40c18-be40-4289-814a-fb1e178b523c", + "82525450-03df-4ac0-9276-c33270b2c6cb" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "f98fd6c9-f0d0-4f03-ac45-461de276c6c1" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T084611Z:f98fd6c9-f0d0-4f03-ac45-461de276c6c1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:46:11 GMT" + ], + "Content-Length": [ + "3795" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040\",\r\n \"name\": \"sdktestapim1040\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\",\r\n \"client\": \"test\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"etag\": \"AAAAAAAHjpk=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"Deleting\",\r\n \"createdAtUtc\": \"2021-05-02T08:14:04.3911512Z\",\r\n \"gatewayUrl\": \"https://sdktestapim1040.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim1040-eastus2euap-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim1040.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim1040.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim1040.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim1040.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim1040.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": false,\r\n \"identityClientId\": null\r\n },\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway1.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n },\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"gateway2.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": true,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n },\r\n {\r\n \"type\": \"Portal\",\r\n \"hostName\": \"portal1.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": false,\r\n \"identityClientId\": null\r\n },\r\n {\r\n \"type\": \"DeveloperPortal\",\r\n \"hostName\": \"devportal1.msitesting.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n },\r\n \"defaultSslBinding\": false,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"20.47.149.252\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 2\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"fab7f861-4ba9-4bbd-bd86-d3a0f664f3c9\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX1Rlcm1fMTU4ZjA1YTg=?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDFSbGNtMWZNVFU0WmpBMVlUZz0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX1Rlcm1fMTU4ZjA1YTg=?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "3678c8f2-55fe-4f51-952f-fd99b66f14f5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" + ], + "x-ms-correlation-request-id": [ + "e5e25d4a-9c56-4e4f-bc7d-b5e1c383af0d" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T084712Z:e5e25d4a-9c56-4e4f-bc7d-b5e1c383af0d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:47:12 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX1Rlcm1fMTU4ZjA1YTg=?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDFSbGNtMWZNVFU0WmpBMVlUZz0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "8e9a38fc-4b2d-4206-902a-2268ced331e1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" + ], + "x-ms-correlation-request-id": [ + "2e0b323c-be0f-4144-b170-0a63ab5b026c" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T084813Z:2e0b323c-be0f-4144-b170-0a63ab5b026c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:48:12 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040/operationresults/ZWFzdHVzMmV1YXA6c2RrdGVzdGFwaW0xMDQwX1Rlcm1fMTU4ZjA1YTg=?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwL29wZXJhdGlvbnJlc3VsdHMvWldGemRIVnpNbVYxWVhBNmMyUnJkR1Z6ZEdGd2FXMHhNRFF3WDFSbGNtMWZNVFU0WmpBMVlUZz0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "09792116-28b5-495d-bb24-fa9bd32bc252" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11965" + ], + "x-ms-correlation-request-id": [ + "aaedaba6-4055-44fe-b605-83a82d3d5fba" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T084813Z:aaedaba6-4055-44fe-b605-83a82d3d5fba" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:48:13 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3162/providers/Microsoft.ApiManagement/service/sdktestapim1040?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzMxNjIvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMDQwP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5355012c-b407-4d06-8c25-2196f9d2b49e" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c04a421a-aeb2-4c53-aa54-55aa098b0dd8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" + ], + "x-ms-correlation-request-id": [ + "9667dbf1-7cd2-4e49-997d-a120d96f3b35" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T084814Z:9667dbf1-7cd2-4e49-997d-a120d96f3b35" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:48:13 GMT" + ], + "Content-Length": [ + "125" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ServiceNotFound\",\r\n \"message\": \"Api service does not exist: sdktestapim1040\",\r\n \"details\": null,\r\n \"innerError\": null\r\n }\r\n}", + "StatusCode": 404 + } + ], + "Names": { + "Initialize": [ + "sdktestapim1040", + "sdktestrg3162" + ] + }, + "Variables": { + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", + "TestCertificatePassword": "Password", + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestapim1040", + "Location": "West Central US", + "ResourceGroup": "sdktestrg3162" + } +} \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/CreateMultiRegionService.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/CreateMultiRegionService.json index d317f2b9a4107..dd0b53bee0fc6 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/CreateMultiRegionService.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/CreateMultiRegionService.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e142c8cb-40d8-4f41-a87c-1e69c9d26b14" + "45251627-adda-4929-9045-1599e7286b78" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "d09ef925-196b-4638-9f78-78236e4ca3ee" + "2ff954a9-b115-4f88-b3b5-f0548e6feae3" ], "x-ms-correlation-request-id": [ - "d09ef925-196b-4638-9f78-78236e4ca3ee" + "2ff954a9-b115-4f88-b3b5-f0548e6feae3" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T234538Z:d09ef925-196b-4638-9f78-78236e4ca3ee" + "WESTCENTRALUS:20210502T103221Z:2ff954a9-b115-4f88-b3b5-f0548e6feae3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:45:37 GMT" + "Sun, 02 May 2021 10:32:20 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,10 +54,10 @@ "-1" ], "Content-Length": [ - "2221" + "5694" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement\",\r\n \"namespace\": \"Microsoft.ApiManagement\",\r\n \"authorization\": {\r\n \"applicationId\": \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\",\r\n \"roleDefinitionId\": \"e263b525-2e60-4418-b655-420bae0b172e\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"service\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"validateServiceName\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reportFeedback\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFeedbackRequired\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement\",\r\n \"namespace\": \"Microsoft.ApiManagement\",\r\n \"authorization\": {\r\n \"applicationId\": \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\",\r\n \"roleDefinitionId\": \"e263b525-2e60-4418-b655-420bae0b172e\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"service\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"deletedServices\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deletedServices\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateServiceName\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reportFeedback\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFeedbackRequired\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDomainOwnershipIdentifier\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -67,15 +67,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a9baa3bb-ef32-4d2f-85fb-aca5eea86d2f" + "4516cedc-6978-4284-afb5-60d646fe0fe9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -90,13 +90,13 @@ "11998" ], "x-ms-request-id": [ - "b2108d99-1bad-4da6-abc2-21a53f77b5f1" + "a06d5e9a-1487-4d92-aa10-131cd824c439" ], "x-ms-correlation-request-id": [ - "b2108d99-1bad-4da6-abc2-21a53f77b5f1" + "a06d5e9a-1487-4d92-aa10-131cd824c439" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T234539Z:b2108d99-1bad-4da6-abc2-21a53f77b5f1" + "WESTCENTRALUS:20210502T103221Z:a06d5e9a-1487-4d92-aa10-131cd824c439" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:45:38 GMT" + "Sun, 02 May 2021 10:32:21 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,35 +114,35 @@ "-1" ], "Content-Length": [ - "2221" + "5694" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement\",\r\n \"namespace\": \"Microsoft.ApiManagement\",\r\n \"authorization\": {\r\n \"applicationId\": \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\",\r\n \"roleDefinitionId\": \"e263b525-2e60-4418-b655-420bae0b172e\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"service\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"validateServiceName\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reportFeedback\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFeedbackRequired\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement\",\r\n \"namespace\": \"Microsoft.ApiManagement\",\r\n \"authorization\": {\r\n \"applicationId\": \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\",\r\n \"roleDefinitionId\": \"e263b525-2e60-4418-b655-420bae0b172e\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"service\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"deletedServices\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deletedServices\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateServiceName\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reportFeedback\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFeedbackRequired\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDomainOwnershipIdentifier\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg2916?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlZ3JvdXBzL3Nka3Rlc3RyZzI5MTY/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg4865?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlZ3JvdXBzL3Nka3Rlc3RyZzQ4NjU/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US\"\r\n}", + "RequestBody": "{\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "77f2ab54-e61b-40ba-8add-c20790ed9e3f" + "39382a07-0430-4026-9e32-22cae1067009" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "32" + "37" ] }, "ResponseHeaders": { @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "b3f5d57a-9e81-436d-b424-ff1d5f2249d0" + "0d954c07-4354-467c-8913-3f6b7c437baf" ], "x-ms-correlation-request-id": [ - "b3f5d57a-9e81-436d-b424-ff1d5f2249d0" + "0d954c07-4354-467c-8913-3f6b7c437baf" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T234539Z:b3f5d57a-9e81-436d-b424-ff1d5f2249d0" + "WESTCENTRALUS:20210502T103221Z:0d954c07-4354-467c-8913-3f6b7c437baf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,10 +171,10 @@ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:45:38 GMT" + "Sun, 02 May 2021 10:32:20 GMT" ], "Content-Length": [ - "182" + "186" ], "Content-Type": [ "application/json; charset=utf-8" @@ -183,32 +183,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916\",\r\n \"name\": \"sdktestrg2916\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865\",\r\n \"name\": \"sdktestrg4865\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"additionalLocations\": [\r\n {\r\n \"location\": \"North Europe\",\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n }\r\n }\r\n ],\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"additionalLocations\": [\r\n {\r\n \"location\": \"North Europe\",\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n }\r\n }\r\n ],\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "243d8926-a2a0-43a7-9dc8-15fb9af8a772" + "64abc4b9-f4e4-4c44-ac70-148d2e8d474d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "465" + "523" ] }, "ResponseHeaders": { @@ -219,10 +219,10 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAECLw=\"" + "\"AAAAAAAHZ6I=\"" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -231,8 +231,8 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "68f3e40d-c096-46de-aed2-bd3842e3c38e", - "8792f2f5-e726-4f3b-ba0a-52ca2c395e44" + "cea3ae1f-bf46-4dcb-ac18-585c3f60bcdf", + "4c36114f-33c4-4fa4-8d2a-9aad6a646587" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -241,19 +241,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "5f94887a-508e-4ecb-b12f-94f9bc005625" + "f518433b-8c29-41d6-951c-38840955f0d4" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T234543Z:5f94887a-508e-4ecb-b12f-94f9bc005625" + "WESTCENTRALUS:20210502T103224Z:f518433b-8c29-41d6-951c-38840955f0d4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:45:42 GMT" + "Sun, 02 May 2021 10:32:24 GMT" ], "Content-Length": [ - "1423" + "1664" ], "Content-Type": [ "application/json; charset=utf-8" @@ -262,32 +262,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626\",\r\n \"name\": \"sdktestapim4626\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAECLw=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Created\",\r\n \"targetProvisioningState\": \"Activating\",\r\n \"createdAtUtc\": \"2020-03-26T23:45:41.3859472Z\",\r\n \"gatewayUrl\": null,\r\n \"gatewayRegionalUrl\": null,\r\n \"portalUrl\": null,\r\n \"developerPortalUrl\": null,\r\n \"managementApiUrl\": null,\r\n \"scmUrl\": null,\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": null,\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": null,\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": [\r\n {\r\n \"location\": \"North Europe\",\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"publicIPAddresses\": null,\r\n \"privateIPAddresses\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"gatewayRegionalUrl\": null,\r\n \"disableGateway\": false\r\n }\r\n ],\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": null,\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803\",\r\n \"name\": \"sdktestapim5803\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHZ6I=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Created\",\r\n \"targetProvisioningState\": \"Activating\",\r\n \"createdAtUtc\": \"2021-05-02T10:32:23.0683013Z\",\r\n \"gatewayUrl\": \"https://sdktestapim5803.azure-api.net\",\r\n \"gatewayRegionalUrl\": null,\r\n \"portalUrl\": null,\r\n \"developerPortalUrl\": null,\r\n \"managementApiUrl\": null,\r\n \"scmUrl\": null,\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim5803.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": null,\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": [\r\n {\r\n \"location\": \"North Europe\",\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"zones\": null,\r\n \"publicIPAddresses\": null,\r\n \"privateIPAddresses\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"gatewayRegionalUrl\": null,\r\n \"disableGateway\": false\r\n }\r\n ],\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": null,\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"658baf44-35b2-42ae-8196-49299dc30aea\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"additionalLocations\": [\r\n {\r\n \"location\": \"North Europe\",\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n }\r\n }\r\n ],\r\n \"disableGateway\": true,\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"additionalLocations\": [\r\n {\r\n \"location\": \"North Europe\",\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n }\r\n }\r\n ],\r\n \"disableGateway\": true,\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3bd71252-2a0e-4d87-ad10-b91296f9b8c3" + "b7d37740-e1cc-4753-b3d1-d12d809e7fcf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "494" + "552" ] }, "ResponseHeaders": { @@ -298,10 +298,10 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAECPI=\"" + "\"AAAAAAAHZ74=\"" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9VcGRhdGVfOTBjNTcxNTM=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfVXBkYXRlX2NlZDYwZDE5?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -310,8 +310,8 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fe21f8e6-b718-4e08-bb68-0ac7be643fda", - "166f60f5-461e-441d-a71a-3fd8fb00df39" + "a44ce921-1350-4ede-a37a-d8b39171e4d5", + "d2e523a5-9236-4bbc-82a3-54fc3b715e4c" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -320,19 +320,19 @@ "1198" ], "x-ms-correlation-request-id": [ - "0e49c98f-411b-4959-8182-cf24a6ace991" + "bfb85ad8-64c4-432d-89ff-d6939d95dd65" ], "x-ms-routing-request-id": [ - "WESTUS:20200327T000549Z:0e49c98f-411b-4959-8182-cf24a6ace991" + "WESTCENTRALUS:20210502T110230Z:bfb85ad8-64c4-432d-89ff-d6939d95dd65" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 27 Mar 2020 00:05:49 GMT" + "Sun, 02 May 2021 11:02:29 GMT" ], "Content-Length": [ - "2461" + "2645" ], "Content-Type": [ "application/json; charset=utf-8" @@ -341,20 +341,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626\",\r\n \"name\": \"sdktestapim4626\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAECPI=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"Updating\",\r\n \"createdAtUtc\": \"2020-03-26T23:45:41.3859472Z\",\r\n \"gatewayUrl\": \"https://sdktestapim4626.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim4626-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim4626.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim4626.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim4626.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim4626.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim4626.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"40.122.28.78\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": [\r\n {\r\n \"location\": \"North Europe\",\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"publicIPAddresses\": [\r\n \"13.79.170.16\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"gatewayRegionalUrl\": \"https://sdktestapim4626-northeurope-01.regional.azure-api.net\",\r\n \"disableGateway\": false\r\n }\r\n ],\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803\",\r\n \"name\": \"sdktestapim5803\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHZ74=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"Updating\",\r\n \"createdAtUtc\": \"2021-05-02T10:32:23.0683013Z\",\r\n \"gatewayUrl\": \"https://sdktestapim5803.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim5803-westcentralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim5803.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim5803.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim5803.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim5803.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim5803.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"13.77.209.50\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": [\r\n {\r\n \"location\": \"North Europe\",\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"zones\": null,\r\n \"publicIPAddresses\": [\r\n \"52.236.24.133\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"gatewayRegionalUrl\": \"https://sdktestapim5803-northeurope-01.regional.azure-api.net\",\r\n \"disableGateway\": false\r\n }\r\n ],\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"658baf44-35b2-42ae-8196-49299dc30aea\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE5EWXlObDlCWTNSZk1UWmpOek00TlRrPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -365,7 +365,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -374,25 +374,445 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "23667b1b-9c24-40de-9dca-56c14a598ccf" + "ac6564a7-89ce-412a-a37f-b7053d5db2ab" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "349ebff6-cfc7-4790-a8ee-f538ad49960e" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T103324Z:349ebff6-cfc7-4790-a8ee-f538ad49960e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 10:33:24 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "553be5c8-4efd-4be9-b96d-6df4595377af" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "74411602-8b9b-43af-a04d-9c625e0e68c2" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T103425Z:74411602-8b9b-43af-a04d-9c625e0e68c2" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 10:34:24 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "ded99e7e-5139-4255-8650-5e38a7e01a4c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "24d1344a-7036-4ae4-96b5-c2f28824d3c4" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T103525Z:24d1344a-7036-4ae4-96b5-c2f28824d3c4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 10:35:24 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "5fb04f2a-7455-4ef6-b256-e8d99493a259" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "d4772e51-d81f-4fb2-a582-630e87c39b31" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T103625Z:d4772e51-d81f-4fb2-a582-630e87c39b31" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 10:36:25 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "e20be277-3767-414e-af72-1ae94a2bc361" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "8371339f-c2c3-4ea9-9054-7a9fd7d1b181" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T103725Z:8371339f-c2c3-4ea9-9054-7a9fd7d1b181" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 10:37:24 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "4928c117-e9d5-4379-a580-40930f267ee4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "c8e01a66-25df-468c-8edf-1173c0603939" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T103825Z:c8e01a66-25df-468c-8edf-1173c0603939" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 10:38:25 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "91f005eb-ae87-4e18-b16f-7773ea9f01ff" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11993" + ], + "x-ms-correlation-request-id": [ + "b98465d7-d8a7-4cf7-9671-8b6b2483450b" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T103925Z:b98465d7-d8a7-4cf7-9671-8b6b2483450b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 10:39:25 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "6eed1529-5017-425e-a6c2-293a1ea4b664" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], "x-ms-correlation-request-id": [ - "28165595-95e9-4d38-98b1-0ce9782f5eb6" + "bed76309-a396-4515-962e-eaf40c24535b" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T234643Z:28165595-95e9-4d38-98b1-0ce9782f5eb6" + "WESTCENTRALUS:20210502T104025Z:bed76309-a396-4515-962e-eaf40c24535b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:46:43 GMT" + "Sun, 02 May 2021 10:40:25 GMT" ], "Expires": [ "-1" @@ -405,16 +825,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE5EWXlObDlCWTNSZk1UWmpOek00TlRrPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -425,7 +845,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -434,25 +854,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b3511471-89db-4084-b1c8-0c76919e14ef" + "7f1ccd9d-9f43-4015-9161-7d9cacdd9681" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11991" ], "x-ms-correlation-request-id": [ - "dd1e7fe1-0050-4c0c-a0d5-c1c3d6c99915" + "aa2ac28f-22c0-44ad-9bca-798f2955d156" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T234743Z:dd1e7fe1-0050-4c0c-a0d5-c1c3d6c99915" + "WESTCENTRALUS:20210502T104125Z:aa2ac28f-22c0-44ad-9bca-798f2955d156" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:47:42 GMT" + "Sun, 02 May 2021 10:41:24 GMT" ], "Expires": [ "-1" @@ -465,16 +885,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE5EWXlObDlCWTNSZk1UWmpOek00TlRrPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -485,7 +905,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -494,25 +914,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5afc7075-8ba4-4c1a-9095-91e8214d5e7f" + "0d5e18a3-49b2-4904-8863-d3040f82c1c5" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11990" ], "x-ms-correlation-request-id": [ - "88d4e3fb-4941-4832-b09b-8f4f2e0b3e57" + "a89f743c-28d7-4bb9-bce7-2a2a03503f8e" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T234843Z:88d4e3fb-4941-4832-b09b-8f4f2e0b3e57" + "WESTCENTRALUS:20210502T104226Z:a89f743c-28d7-4bb9-bce7-2a2a03503f8e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:48:43 GMT" + "Sun, 02 May 2021 10:42:25 GMT" ], "Expires": [ "-1" @@ -525,16 +945,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE5EWXlObDlCWTNSZk1UWmpOek00TlRrPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -545,7 +965,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -554,25 +974,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e1185648-1da9-43ae-a2bf-3f4863cd8575" + "c4f88c07-b26b-4d7a-915c-c9de7570bac3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11989" ], "x-ms-correlation-request-id": [ - "6c357671-24e1-45a3-a182-4eadd4fef40b" + "4709f7d4-c112-48b2-a420-89e117c0eac1" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T234944Z:6c357671-24e1-45a3-a182-4eadd4fef40b" + "WESTCENTRALUS:20210502T104326Z:4709f7d4-c112-48b2-a420-89e117c0eac1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:49:43 GMT" + "Sun, 02 May 2021 10:43:25 GMT" ], "Expires": [ "-1" @@ -585,16 +1005,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE5EWXlObDlCWTNSZk1UWmpOek00TlRrPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -605,7 +1025,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -614,25 +1034,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a379509c-a66f-4e04-928a-1ad06c0ba414" + "3572d0c8-4d7e-46f1-9e35-0547a75157c5" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11988" ], "x-ms-correlation-request-id": [ - "e5f73316-a880-4b7b-ac42-82afaac801b9" + "227b8cf4-b125-4785-b716-61958cad3022" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T235044Z:e5f73316-a880-4b7b-ac42-82afaac801b9" + "WESTCENTRALUS:20210502T104426Z:227b8cf4-b125-4785-b716-61958cad3022" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:50:44 GMT" + "Sun, 02 May 2021 10:44:25 GMT" ], "Expires": [ "-1" @@ -645,16 +1065,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE5EWXlObDlCWTNSZk1UWmpOek00TlRrPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -665,7 +1085,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -674,25 +1094,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1a2093fa-745e-438a-a0d6-557acc0d2e0e" + "9abedb40-512c-4b6b-8819-a68a48d1557d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11987" ], "x-ms-correlation-request-id": [ - "d45b2139-8d61-4007-9630-9762cab3323d" + "2dde869e-2146-4a42-ba99-c9f6b8abf425" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T235144Z:d45b2139-8d61-4007-9630-9762cab3323d" + "WESTCENTRALUS:20210502T104526Z:2dde869e-2146-4a42-ba99-c9f6b8abf425" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:51:44 GMT" + "Sun, 02 May 2021 10:45:26 GMT" ], "Expires": [ "-1" @@ -705,16 +1125,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE5EWXlObDlCWTNSZk1UWmpOek00TlRrPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -725,7 +1145,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -734,25 +1154,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "716a945e-52c7-461c-80ac-6010293ef720" + "b09e8f13-85e7-40c8-8a46-9db16c3fb048" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11986" ], "x-ms-correlation-request-id": [ - "393ad849-e8d5-47cb-aa56-fae1521b9f31" + "dd47b0da-8c9a-4656-9654-00e493c3e38f" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T235245Z:393ad849-e8d5-47cb-aa56-fae1521b9f31" + "WESTCENTRALUS:20210502T104626Z:dd47b0da-8c9a-4656-9654-00e493c3e38f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:52:44 GMT" + "Sun, 02 May 2021 10:46:26 GMT" ], "Expires": [ "-1" @@ -765,16 +1185,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE5EWXlObDlCWTNSZk1UWmpOek00TlRrPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -785,7 +1205,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -794,25 +1214,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f22c1077-a074-4981-a992-e242019a9547" + "a6c9ebf0-fb50-4048-8579-60a1b0ef6c1d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11985" ], "x-ms-correlation-request-id": [ - "fdc28906-52e4-4e02-8722-dffa12f9301e" + "73b86dd7-931e-4b75-9629-caafee203a13" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T235345Z:fdc28906-52e4-4e02-8722-dffa12f9301e" + "WESTCENTRALUS:20210502T104726Z:73b86dd7-931e-4b75-9629-caafee203a13" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:53:44 GMT" + "Sun, 02 May 2021 10:47:25 GMT" ], "Expires": [ "-1" @@ -825,16 +1245,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE5EWXlObDlCWTNSZk1UWmpOek00TlRrPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -845,7 +1265,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -854,25 +1274,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6aba2198-ee54-41f0-9c97-77d209c8be14" + "54661610-bfdb-45f0-a1a5-251cb9d08f82" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11984" ], "x-ms-correlation-request-id": [ - "035a135f-6af6-4172-b572-95067724c007" + "7ff71257-91bd-4928-a0af-223f8d9a3dd1" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T235445Z:035a135f-6af6-4172-b572-95067724c007" + "WESTCENTRALUS:20210502T104826Z:7ff71257-91bd-4928-a0af-223f8d9a3dd1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:54:45 GMT" + "Sun, 02 May 2021 10:48:26 GMT" ], "Expires": [ "-1" @@ -885,16 +1305,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE5EWXlObDlCWTNSZk1UWmpOek00TlRrPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -905,7 +1325,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -914,25 +1334,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bc05bc06-55c0-476d-82ea-1df1a5309ef3" + "ecc2b42e-c497-4d55-af2e-b7065590336e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11983" ], "x-ms-correlation-request-id": [ - "542b6c90-f1bd-4019-8ef3-dbea5c9965fe" + "b02240e1-5f88-4f01-9fc8-f782e2a82683" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T235546Z:542b6c90-f1bd-4019-8ef3-dbea5c9965fe" + "WESTCENTRALUS:20210502T104927Z:b02240e1-5f88-4f01-9fc8-f782e2a82683" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:55:45 GMT" + "Sun, 02 May 2021 10:49:26 GMT" ], "Expires": [ "-1" @@ -945,16 +1365,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE5EWXlObDlCWTNSZk1UWmpOek00TlRrPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -965,7 +1385,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -974,25 +1394,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "58597278-ed02-4b4a-a77e-6dbed99487ed" + "b1c37dcd-5122-4cf3-be61-2209735c6108" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11982" ], "x-ms-correlation-request-id": [ - "f9871686-36c0-41c4-b7d0-880d44e1b1fc" + "513bf323-081a-4235-b743-7f15f864c253" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T235646Z:f9871686-36c0-41c4-b7d0-880d44e1b1fc" + "WESTCENTRALUS:20210502T105027Z:513bf323-081a-4235-b743-7f15f864c253" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:56:46 GMT" + "Sun, 02 May 2021 10:50:26 GMT" ], "Expires": [ "-1" @@ -1005,16 +1425,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE5EWXlObDlCWTNSZk1UWmpOek00TlRrPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1025,7 +1445,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1034,25 +1454,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6b8d99bb-2fda-4362-896e-40c2081351b6" + "e47424ff-d928-4073-8022-914b70441159" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11981" ], "x-ms-correlation-request-id": [ - "dd6100a0-e245-492a-9c1a-fed8b8a17e0a" + "481d7de3-4f3a-4392-9bfa-0cf1b6387719" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T235746Z:dd6100a0-e245-492a-9c1a-fed8b8a17e0a" + "WESTCENTRALUS:20210502T105127Z:481d7de3-4f3a-4392-9bfa-0cf1b6387719" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:57:46 GMT" + "Sun, 02 May 2021 10:51:27 GMT" ], "Expires": [ "-1" @@ -1065,16 +1485,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE5EWXlObDlCWTNSZk1UWmpOek00TlRrPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1085,7 +1505,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1094,25 +1514,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "07bab785-662b-42ff-8c32-23f5217b56b1" + "cee2e7cd-eb43-494b-9817-e7da02f12e35" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11980" ], "x-ms-correlation-request-id": [ - "c4889563-5893-4772-af0a-433b26f27681" + "6039b6a3-3ecc-48c4-a6ab-b5b93ff731d0" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T235847Z:c4889563-5893-4772-af0a-433b26f27681" + "WESTCENTRALUS:20210502T105227Z:6039b6a3-3ecc-48c4-a6ab-b5b93ff731d0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:58:47 GMT" + "Sun, 02 May 2021 10:52:27 GMT" ], "Expires": [ "-1" @@ -1125,16 +1545,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE5EWXlObDlCWTNSZk1UWmpOek00TlRrPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1145,7 +1565,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1154,25 +1574,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "01b410f1-0129-48e1-94f1-564a76943ac5" + "9f047cc8-3c11-4258-bcfb-613b6f467fbb" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11979" ], "x-ms-correlation-request-id": [ - "821d07d2-85d1-4cbf-bf1b-d8f0a4aaee99" + "8be6b210-c42f-470f-8fdd-3b7b0c358d54" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T235947Z:821d07d2-85d1-4cbf-bf1b-d8f0a4aaee99" + "WESTCENTRALUS:20210502T105327Z:8be6b210-c42f-470f-8fdd-3b7b0c358d54" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 23:59:46 GMT" + "Sun, 02 May 2021 10:53:27 GMT" ], "Expires": [ "-1" @@ -1185,16 +1605,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE5EWXlObDlCWTNSZk1UWmpOek00TlRrPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1205,7 +1625,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1214,25 +1634,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e6bd98ec-dd97-4f0f-a780-a3fb40bfddb1" + "da5b15f1-4e30-4045-9b14-722409afb685" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11978" ], "x-ms-correlation-request-id": [ - "c45aa647-1b49-4745-944d-c30a96a6de9d" + "0a9d00f4-a9cc-47fd-9e35-ebed88d3daf6" ], "x-ms-routing-request-id": [ - "WESTUS:20200327T000047Z:c45aa647-1b49-4745-944d-c30a96a6de9d" + "WESTCENTRALUS:20210502T105428Z:0a9d00f4-a9cc-47fd-9e35-ebed88d3daf6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 27 Mar 2020 00:00:46 GMT" + "Sun, 02 May 2021 10:54:27 GMT" ], "Expires": [ "-1" @@ -1245,16 +1665,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE5EWXlObDlCWTNSZk1UWmpOek00TlRrPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1265,7 +1685,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1274,25 +1694,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "77164e9a-cb6e-4881-a04c-3dea29c1f78b" + "7896edd9-da84-4bb2-9951-e803d448d81b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11977" ], "x-ms-correlation-request-id": [ - "6f035134-0205-47ef-95ec-989e25acfc16" + "7f088607-fd0e-4138-b884-95aee590103e" ], "x-ms-routing-request-id": [ - "WESTUS:20200327T000147Z:6f035134-0205-47ef-95ec-989e25acfc16" + "WESTCENTRALUS:20210502T105528Z:7f088607-fd0e-4138-b884-95aee590103e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 27 Mar 2020 00:01:47 GMT" + "Sun, 02 May 2021 10:55:28 GMT" ], "Expires": [ "-1" @@ -1305,16 +1725,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE5EWXlObDlCWTNSZk1UWmpOek00TlRrPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1325,7 +1745,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1334,25 +1754,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "666de7b0-d165-414a-9c88-4dabf3ba5713" + "b697301e-1b54-4a4e-b61f-44dfa2454e5f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11976" ], "x-ms-correlation-request-id": [ - "1987445a-6769-4368-a997-47847b224751" + "5d6d7718-2751-4808-8cb2-c0d15c40795b" ], "x-ms-routing-request-id": [ - "WESTUS:20200327T000247Z:1987445a-6769-4368-a997-47847b224751" + "WESTCENTRALUS:20210502T105628Z:5d6d7718-2751-4808-8cb2-c0d15c40795b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 27 Mar 2020 00:02:47 GMT" + "Sun, 02 May 2021 10:56:27 GMT" ], "Expires": [ "-1" @@ -1365,16 +1785,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE5EWXlObDlCWTNSZk1UWmpOek00TlRrPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1385,7 +1805,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1394,25 +1814,85 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dac2fcf8-6dd6-4208-a97f-cf63d083534d" + "2dd77408-8840-43e2-83c4-194e506fcc67" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11975" + ], + "x-ms-correlation-request-id": [ + "17def6a5-9859-469c-b14a-30edd99414e5" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T105728Z:17def6a5-9859-469c-b14a-30edd99414e5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 10:57:28 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "7c896f63-7749-497b-b30e-a6d16d4fdb8d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], "x-ms-correlation-request-id": [ - "96f1caff-1143-466e-8088-088dd609cd40" + "25d9f267-569c-4cb8-a6f8-ad6b12891047" ], "x-ms-routing-request-id": [ - "WESTUS:20200327T000348Z:96f1caff-1143-466e-8088-088dd609cd40" + "WESTCENTRALUS:20210502T105828Z:25d9f267-569c-4cb8-a6f8-ad6b12891047" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 27 Mar 2020 00:03:48 GMT" + "Sun, 02 May 2021 10:58:27 GMT" ], "Expires": [ "-1" @@ -1425,16 +1905,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE5EWXlObDlCWTNSZk1UWmpOek00TlRrPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1445,7 +1925,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1454,25 +1934,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9a52301b-9a52-46ed-9033-3e44362750c2" + "0841b630-771d-4aa4-b5d4-76d347b51b49" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11973" ], "x-ms-correlation-request-id": [ - "f49362b7-f025-4138-9102-92095ab12ad9" + "1ba60474-eefa-4c56-a18c-7572b38a6cc1" ], "x-ms-routing-request-id": [ - "WESTUS:20200327T000448Z:f49362b7-f025-4138-9102-92095ab12ad9" + "WESTCENTRALUS:20210502T105928Z:1ba60474-eefa-4c56-a18c-7572b38a6cc1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 27 Mar 2020 00:04:47 GMT" + "Sun, 02 May 2021 10:59:28 GMT" ], "Expires": [ "-1" @@ -1485,16 +1965,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9BY3RfMTZjNzM4NTk=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE5EWXlObDlCWTNSZk1UWmpOek00TlRrPT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1504,32 +1984,152 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "470a1aa9-3ac9-41cd-9168-bf7e0dfc0225" + "d8195bec-7907-483d-ab64-2fa4902d2152" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11972" + ], + "x-ms-correlation-request-id": [ + "d9a8bbbe-9039-44e9-8b64-5b4a7b117e52" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T110029Z:d9a8bbbe-9039-44e9-8b64-5b4a7b117e52" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 11:00:28 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "7acb0b16-dd31-42df-8ab2-9791d7dc533b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], + "x-ms-correlation-request-id": [ + "e9d47ce7-4ea0-4385-8687-0d978fcff3dc" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T110129Z:e9d47ce7-4ea0-4385-8687-0d978fcff3dc" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 11:01:28 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfQWN0X2UxYzAyY2Y1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlFXTjBYMlV4WXpBeVkyWTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c5328944-3342-4f9c-8fb6-cce98be10f6c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" ], "x-ms-correlation-request-id": [ - "18c46c09-0e12-48f2-b036-5de5ec0e8a18" + "3e9996b4-e6b9-4f2a-9046-50b071c8c7cc" ], "x-ms-routing-request-id": [ - "WESTUS:20200327T000548Z:18c46c09-0e12-48f2-b036-5de5ec0e8a18" + "WESTCENTRALUS:20210502T110229Z:3e9996b4-e6b9-4f2a-9046-50b071c8c7cc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 27 Mar 2020 00:05:48 GMT" + "Sun, 02 May 2021 11:02:28 GMT" ], "Content-Length": [ - "2453" + "2637" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1538,20 +2138,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626\",\r\n \"name\": \"sdktestapim4626\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAECPE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-03-26T23:45:41.3859472Z\",\r\n \"gatewayUrl\": \"https://sdktestapim4626.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim4626-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim4626.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim4626.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim4626.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim4626.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim4626.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"40.122.28.78\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": [\r\n {\r\n \"location\": \"North Europe\",\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"publicIPAddresses\": [\r\n \"13.79.170.16\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"gatewayRegionalUrl\": \"https://sdktestapim4626-northeurope-01.regional.azure-api.net\",\r\n \"disableGateway\": false\r\n }\r\n ],\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803\",\r\n \"name\": \"sdktestapim5803\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHZ7s=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2021-05-02T10:32:23.0683013Z\",\r\n \"gatewayUrl\": \"https://sdktestapim5803.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim5803-westcentralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim5803.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim5803.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim5803.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim5803.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim5803.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"13.77.209.50\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": [\r\n {\r\n \"location\": \"North Europe\",\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"zones\": null,\r\n \"publicIPAddresses\": [\r\n \"52.236.24.133\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"gatewayRegionalUrl\": \"https://sdktestapim5803-northeurope-01.regional.azure-api.net\",\r\n \"disableGateway\": false\r\n }\r\n ],\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"658baf44-35b2-42ae-8196-49299dc30aea\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9VcGRhdGVfOTBjNTcxNTM=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE5EWXlObDlWY0dSaGRHVmZPVEJqTlRjeE5UTT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfVXBkYXRlX2NlZDYwZDE5?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlZYQmtZWFJsWDJObFpEWXdaREU1P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1565,28 +2165,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "47cb3617-befb-4a15-b1d3-e16ad7f31421" + "6e256eb1-29e3-42ec-b41c-6f3dbf3b0f2e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11969" ], "x-ms-correlation-request-id": [ - "a4fbeea8-d15b-4aa1-8be5-8c44d18fdd1f" + "f6c21004-5c2c-4726-919f-9707d75064ce" ], "x-ms-routing-request-id": [ - "WESTUS:20200327T000649Z:a4fbeea8-d15b-4aa1-8be5-8c44d18fdd1f" + "WESTCENTRALUS:20210502T110330Z:f6c21004-5c2c-4726-919f-9707d75064ce" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 27 Mar 2020 00:06:48 GMT" + "Sun, 02 May 2021 11:03:29 GMT" ], "Content-Length": [ - "2452" + "2636" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1595,26 +2195,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626\",\r\n \"name\": \"sdktestapim4626\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAECPY=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-03-26T23:45:41.3859472Z\",\r\n \"gatewayUrl\": \"https://sdktestapim4626.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim4626-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim4626.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim4626.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim4626.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim4626.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim4626.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"40.122.28.78\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": [\r\n {\r\n \"location\": \"North Europe\",\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"publicIPAddresses\": [\r\n \"13.79.170.16\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"gatewayRegionalUrl\": \"https://sdktestapim4626-northeurope-01.regional.azure-api.net\",\r\n \"disableGateway\": false\r\n }\r\n ],\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": true,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803\",\r\n \"name\": \"sdktestapim5803\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHZ8I=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2021-05-02T10:32:23.0683013Z\",\r\n \"gatewayUrl\": \"https://sdktestapim5803.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim5803-westcentralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim5803.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim5803.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim5803.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim5803.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim5803.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"13.77.209.50\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": [\r\n {\r\n \"location\": \"North Europe\",\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"zones\": null,\r\n \"publicIPAddresses\": [\r\n \"52.236.24.133\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"gatewayRegionalUrl\": \"https://sdktestapim5803-northeurope-01.regional.azure-api.net\",\r\n \"disableGateway\": false\r\n }\r\n ],\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": true,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"658baf44-35b2-42ae-8196-49299dc30aea\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b51f3eed-163c-47bc-912a-e7024e786da8" + "b473dc0b-a459-450c-a84a-7cec2844322e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1625,7 +2225,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9UZXJtXzczZDVmNzBi?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfVGVybV8xN2I4MjU1MQ==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1634,7 +2234,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0a084d33-a5ce-410d-aef0-84db9d169a7c" + "2359ad3b-ba46-49d6-b926-83b05eb30ca8" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1643,19 +2243,19 @@ "14999" ], "x-ms-correlation-request-id": [ - "4a75918a-08cd-4614-8181-834f3af71776" + "edd17d0e-2fa9-418f-a356-a1ff06872722" ], "x-ms-routing-request-id": [ - "WESTUS:20200327T000650Z:4a75918a-08cd-4614-8181-834f3af71776" + "WESTCENTRALUS:20210502T110330Z:edd17d0e-2fa9-418f-a356-a1ff06872722" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 27 Mar 2020 00:06:49 GMT" + "Sun, 02 May 2021 11:03:30 GMT" ], "Content-Length": [ - "2460" + "2644" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1664,20 +2264,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626\",\r\n \"name\": \"sdktestapim4626\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAECPc=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"Deleting\",\r\n \"createdAtUtc\": \"2020-03-26T23:45:41.3859472Z\",\r\n \"gatewayUrl\": \"https://sdktestapim4626.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim4626-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim4626.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim4626.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim4626.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim4626.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim4626.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"40.122.28.78\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": [\r\n {\r\n \"location\": \"North Europe\",\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"publicIPAddresses\": [\r\n \"13.79.170.16\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"gatewayRegionalUrl\": \"https://sdktestapim4626-northeurope-01.regional.azure-api.net\",\r\n \"disableGateway\": false\r\n }\r\n ],\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": true,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803\",\r\n \"name\": \"sdktestapim5803\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHZ8k=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"Deleting\",\r\n \"createdAtUtc\": \"2021-05-02T10:32:23.0683013Z\",\r\n \"gatewayUrl\": \"https://sdktestapim5803.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim5803-westcentralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim5803.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim5803.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim5803.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim5803.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim5803.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"13.77.209.50\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": [\r\n {\r\n \"location\": \"North Europe\",\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"zones\": null,\r\n \"publicIPAddresses\": [\r\n \"52.236.24.133\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"gatewayRegionalUrl\": \"https://sdktestapim5803-northeurope-01.regional.azure-api.net\",\r\n \"disableGateway\": false\r\n }\r\n ],\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": true,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"658baf44-35b2-42ae-8196-49299dc30aea\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9UZXJtXzczZDVmNzBi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE5EWXlObDlVWlhKdFh6Y3paRFZtTnpCaT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfVGVybV8xN2I4MjU1MQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlZHVnliVjh4TjJJNE1qVTFNUT09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1688,7 +2288,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9UZXJtXzczZDVmNzBi?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfVGVybV8xN2I4MjU1MQ==?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1697,25 +2297,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3edd80e7-06d5-4d5c-95f5-8c198bc93169" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "939d4018-e5f2-43ab-94c0-b22fabd2a686" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" + ], "x-ms-correlation-request-id": [ - "cd7c06d2-abd5-4b69-849d-574ac4382187" + "1f85cec8-bb89-4231-96d4-907064ae1e73" ], "x-ms-routing-request-id": [ - "WESTUS:20200327T000750Z:cd7c06d2-abd5-4b69-849d-574ac4382187" + "WESTCENTRALUS:20210502T110430Z:1f85cec8-bb89-4231-96d4-907064ae1e73" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 27 Mar 2020 00:07:49 GMT" + "Sun, 02 May 2021 11:04:29 GMT" ], "Expires": [ "-1" @@ -1728,16 +2328,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9UZXJtXzczZDVmNzBi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE5EWXlObDlVWlhKdFh6Y3paRFZtTnpCaT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfVGVybV8xN2I4MjU1MQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlZHVnliVjh4TjJJNE1qVTFNUT09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1751,25 +2351,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8e8dc56b-2005-4e9e-b7b8-7562dff5ff50" + "f7d6430d-c2d0-48af-b5b7-c9234b2eded8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11967" ], "x-ms-correlation-request-id": [ - "284abc58-d39c-428e-af69-09289914ca00" + "31ec0f2d-50a0-4721-8d3a-236f260a2b87" ], "x-ms-routing-request-id": [ - "WESTUS:20200327T000850Z:284abc58-d39c-428e-af69-09289914ca00" + "WESTCENTRALUS:20210502T110530Z:31ec0f2d-50a0-4721-8d3a-236f260a2b87" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 27 Mar 2020 00:08:49 GMT" + "Sun, 02 May 2021 11:05:29 GMT" ], "Expires": [ "-1" @@ -1782,16 +2382,16 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltNDYyNl9UZXJtXzczZDVmNzBi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6T25Oa2EzUmxjM1JoY0dsdE5EWXlObDlVWlhKdFh6Y3paRFZtTnpCaT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTU4MDNfVGVybV8xN2I4MjU1MQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFU0TUROZlZHVnliVjh4TjJJNE1qVTFNUT09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1805,25 +2405,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4676781d-6f41-42c4-8620-3d50a07f9fec" + "0a02431c-3b4d-44e8-9fcf-af0df4f88b88" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11966" ], "x-ms-correlation-request-id": [ - "863f27fc-9f0d-49f5-9b27-d22bd65a568d" + "7f815eff-b6d2-4d5c-8e91-cf3278fed12c" ], "x-ms-routing-request-id": [ - "WESTUS:20200327T000850Z:863f27fc-9f0d-49f5-9b27-d22bd65a568d" + "WESTCENTRALUS:20210502T110530Z:7f815eff-b6d2-4d5c-8e91-cf3278fed12c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 27 Mar 2020 00:08:49 GMT" + "Sun, 02 May 2021 11:05:29 GMT" ], "Expires": [ "-1" @@ -1836,22 +2436,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2916/providers/Microsoft.ApiManagement/service/sdktestapim4626?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI5MTYvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NjI2P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg4865/providers/Microsoft.ApiManagement/service/sdktestapim5803?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ4NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW01ODAzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f6cde85-c9d9-4fe1-a1be-551b733a055a" + "58649437-fb50-49c1-8543-4445070c6773" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1868,22 +2468,22 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11965" ], "x-ms-request-id": [ - "a7267058-82a4-4e12-9942-41d748bf4cab" + "a7f7b393-c4ec-4434-b319-a3b7e52fed93" ], "x-ms-correlation-request-id": [ - "a7267058-82a4-4e12-9942-41d748bf4cab" + "a7f7b393-c4ec-4434-b319-a3b7e52fed93" ], "x-ms-routing-request-id": [ - "WESTUS:20200327T000850Z:a7267058-82a4-4e12-9942-41d748bf4cab" + "WESTCENTRALUS:20210502T110530Z:a7f7b393-c4ec-4434-b319-a3b7e52fed93" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 27 Mar 2020 00:08:49 GMT" + "Sun, 02 May 2021 11:05:29 GMT" ], "Content-Length": [ "125" @@ -1895,14 +2495,14 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ServiceNotFound\",\r\n \"message\": \"Api service does not exist: sdktestapim4626\",\r\n \"details\": null,\r\n \"innerError\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ServiceNotFound\",\r\n \"message\": \"Api service does not exist: sdktestapim5803\",\r\n \"details\": null,\r\n \"innerError\": null\r\n }\r\n}", "StatusCode": 404 } ], "Names": { "Initialize": [ - "sdktestapim4626", - "sdktestrg2916" + "sdktestapim5803", + "sdktestrg4865" ] }, "Variables": { @@ -1910,8 +2510,8 @@ "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", - "ServiceName": "sdktestapim4626", - "Location": "Central US", - "ResourceGroup": "sdktestrg2916" + "ServiceName": "sdktestapim5803", + "Location": "West Central US", + "ResourceGroup": "sdktestrg4865" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/DeletedServicesTest.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/DeletedServicesTest.json new file mode 100644 index 0000000000000..ca33097bf9656 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/DeletedServicesTest.json @@ -0,0 +1,421 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement/deletedservices?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9kZWxldGVkc2VydmljZXM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6424251a-f4d3-4fed-9d6e-344497682aee" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-original-request-ids": [ + "7e0a8192-d98e-4f88-93dc-521755499be7", + "f619685c-09e5-4393-b5b9-2112f8745367", + "feffbfec-f071-448e-82dd-74c293e6503a", + "bb58f3ea-e6da-4a41-9d0c-69087b40c4ea", + "e7e1950f-2d56-429b-876a-30f2149e6b22", + "0a8a3f25-9cc8-40e7-aef5-9465d3b87cf2", + "b1367e5d-63c1-4527-96ed-68851f95dfd3", + "d3ea94b3-c833-4bd5-bb8e-d3f0885804e6", + "72857803-2de7-49a5-a357-94fc20e38252", + "13fa8354-83f4-4c9d-b850-bdaeebb53a50", + "75e4350b-cd63-4b5a-b892-563d80852304", + "aadcb1b7-659b-4bc1-a5d9-6192e730e4b8", + "9e99cdc9-7962-4419-89c6-ecff296f83e5", + "e9654fd0-7bdc-4a1b-a27c-4fe52b6fdc60", + "14ce3706-6e72-4164-80c1-f0b9f5c10060", + "a6eaff0b-e9c3-41f8-ab04-0db1c5fa1770", + "451f7db3-9ccd-4282-a329-0342c0bada75", + "e5e802ec-848d-4a6b-a4b1-267cdb12f438", + "2387ff49-c4fc-4d16-8ba4-dff04622975b", + "3c6ae497-49f4-47fe-a6e3-daaaf66d55b3", + "75f261ea-729b-469e-89df-189d46454871", + "44124421-1710-4488-a05a-1349c34805ce", + "305015d4-b1f1-4a5a-b1bc-c002e39a5907", + "0fecf71e-67e5-4fbc-9b29-6c650770953c", + "869a674f-f135-45b2-831f-2edb7b1c670c", + "f464b0b4-a8be-4e53-8157-4ddcb4773c4a", + "9619498c-3b96-4bfa-a80e-7ab380276571", + "44e463fc-d273-4168-9b53-506494e202cc", + "f8613c00-2693-43d3-8cb0-d38169a33b3d", + "ca02432f-adc0-4e1d-a09e-52f9aeedb937", + "dc32083b-6270-41b1-87b9-d2faf2cf1b90", + "98819e55-15cb-43e9-b803-ba7cc7cd3aae", + "86c8a642-98f8-41e5-9311-77bb1562de04", + "b59c2bbf-3dd3-47a5-ab36-5127e2aaec79", + "7362ca4d-6b11-46df-9c18-ffd101b93643", + "9d002289-3b8a-4f0b-99fc-3021e7113dc4", + "338dc458-13f1-4345-9800-2601e19236d4", + "9b26626d-7f1d-411a-9941-b9d3a5794e68", + "d91b006a-273a-4d1b-a2c2-38a64fba2c81", + "a86d1cac-cbe9-4fba-8636-5b77062d14de", + "d6078e3f-e923-4a97-afdc-c6ba88c7bb76" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-request-id": [ + "5957a7ab-4ae5-4809-803c-3f37f2d3f22f" + ], + "x-ms-correlation-request-id": [ + "5957a7ab-4ae5-4809-803c-3f37f2d3f22f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210513T183107Z:5957a7ab-4ae5-4809-803c-3f37f2d3f22f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 13 May 2021 18:31:06 GMT" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "2091" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement/locations/centraluseuap/deletedservices/sdktestapim6414\",\r\n \"name\": \"sdktestapim6414\",\r\n \"type\": \"Microsoft.ApiManagement/deletedservices\",\r\n \"location\": \"Central US EUAP\",\r\n \"properties\": {\r\n \"serviceId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6889/providers/Microsoft.ApiManagement/service/sdktestapim6414\",\r\n \"scheduledPurgeDate\": \"2021-05-14T04:44:34.5686181Z\",\r\n \"deletionDate\": \"2021-05-13T03:01:59.8520553Z\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement/locations/centraluseuap/deletedservices/sdktestapim3684\",\r\n \"name\": \"sdktestapim3684\",\r\n \"type\": \"Microsoft.ApiManagement/deletedservices\",\r\n \"location\": \"Central US EUAP\",\r\n \"properties\": {\r\n \"serviceId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg7268/providers/Microsoft.ApiManagement/service/sdktestapim3684\",\r\n \"scheduledPurgeDate\": \"2021-05-15T04:52:57.7154504Z\",\r\n \"deletionDate\": \"2021-05-13T04:54:05.1535899Z\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement/locations/centraluseuap/deletedservices/sdktestapim5573\",\r\n \"name\": \"sdktestapim5573\",\r\n \"type\": \"Microsoft.ApiManagement/deletedservices\",\r\n \"location\": \"Central US EUAP\",\r\n \"properties\": {\r\n \"serviceId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg8600/providers/Microsoft.ApiManagement/service/sdktestapim5573\",\r\n \"scheduledPurgeDate\": \"2021-05-14T16:43:04.2299386Z\",\r\n \"deletionDate\": \"2021-05-13T03:01:57.9829502Z\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement/locations/centraluseuap/deletedservices/sdktestapim1389\",\r\n \"name\": \"sdktestapim1389\",\r\n \"type\": \"Microsoft.ApiManagement/deletedservices\",\r\n \"location\": \"Central US EUAP\",\r\n \"properties\": {\r\n \"serviceId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg3007/providers/Microsoft.ApiManagement/service/sdktestapim1389\",\r\n \"scheduledPurgeDate\": \"2021-05-15T16:47:22.9042546Z\",\r\n \"deletionDate\": \"2021-05-13T16:48:29.3966396Z\"\r\n }\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement/locations/Central%20US%20EUAP/deletedservices/sdktestapim6414?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9sb2NhdGlvbnMvQ2VudHJhbCUyMFVTJTIwRVVBUC9kZWxldGVkc2VydmljZXMvc2RrdGVzdGFwaW02NDE0P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "24f2483f-7a89-4010-a869-7c993bbf269d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "d6c26c86-a559-4b2c-9b22-4e76944cb73a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "e7531f65-23d9-4472-b063-d9617b712756" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210513T183107Z:e7531f65-23d9-4472-b063-d9617b712756" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 13 May 2021 18:31:07 GMT" + ], + "Content-Length": [ + "519" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement/locations/centraluseuap/deletedservices/sdktestapim6414\",\r\n \"name\": \"sdktestapim6414\",\r\n \"type\": \"Microsoft.ApiManagement/deletedservices\",\r\n \"location\": \"Central US EUAP\",\r\n \"properties\": {\r\n \"serviceId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6889/providers/Microsoft.ApiManagement/service/sdktestapim6414\",\r\n \"scheduledPurgeDate\": \"2021-05-14T04:44:34.5686181Z\",\r\n \"deletionDate\": \"2021-05-13T03:01:59.8520553Z\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement/locations/Central%20US%20EUAP/deletedservices/sdktestapim6414?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9sb2NhdGlvbnMvQ2VudHJhbCUyMFVTJTIwRVVBUC9kZWxldGVkc2VydmljZXMvc2RrdGVzdGFwaW02NDE0P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b55943be-64df-4c86-abef-6db1da9e8c1a" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-request-id": [ + "883e3d26-056c-4d9a-ac4b-a112a2c9e8bd" + ], + "x-ms-correlation-request-id": [ + "883e3d26-056c-4d9a-ac4b-a112a2c9e8bd" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210513T183208Z:883e3d26-056c-4d9a-ac4b-a112a2c9e8bd" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 13 May 2021 18:32:07 GMT" + ], + "Content-Length": [ + "125" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ServiceNotFound\",\r\n \"message\": \"Api service does not exist: sdktestapim6414\",\r\n \"details\": null,\r\n \"innerError\": null\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement/locations/Central%20US%20EUAP/deletedservices/sdktestapim6414?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9sb2NhdGlvbnMvQ2VudHJhbCUyMFVTJTIwRVVBUC9kZWxldGVkc2VydmljZXMvc2RrdGVzdGFwaW02NDE0P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "04386fd3-2046-473d-a14b-15042f914df1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement/locations/Central%20US%20EUAP/deletedservices/sdktestapim6414/operationresults/Y2VudHJhbHVzZXVhcDpzZGt0ZXN0YXBpbTY0MTRfVGVybV8zNGI3Yzg3YQ==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "f58a082e-a1ea-4f95-95b0-7a7d85d5a4fd" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "6ca17f9d-dea7-4685-9b25-5a68dfb58b53" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210513T183107Z:6ca17f9d-dea7-4685-9b25-5a68dfb58b53" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 13 May 2021 18:31:07 GMT" + ], + "Content-Length": [ + "519" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement/locations/centraluseuap/deletedservices/sdktestapim6414\",\r\n \"name\": \"sdktestapim6414\",\r\n \"type\": \"Microsoft.ApiManagement/deletedservices\",\r\n \"location\": \"Central US EUAP\",\r\n \"properties\": {\r\n \"serviceId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6889/providers/Microsoft.ApiManagement/service/sdktestapim6414\",\r\n \"scheduledPurgeDate\": \"2021-05-14T04:44:34.5686181Z\",\r\n \"deletionDate\": \"2021-05-13T03:01:59.8520553Z\"\r\n }\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement/locations/Central%20US%20EUAP/deletedservices/sdktestapim6414/operationresults/Y2VudHJhbHVzZXVhcDpzZGt0ZXN0YXBpbTY0MTRfVGVybV8zNGI3Yzg3YQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9sb2NhdGlvbnMvQ2VudHJhbCUyMFVTJTIwRVVBUC9kZWxldGVkc2VydmljZXMvc2RrdGVzdGFwaW02NDE0L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6WlhWaGNEcHpaR3QwWlhOMFlYQnBiVFkwTVRSZlZHVnliVjh6TkdJM1l6ZzNZUT09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "ca123c11-a293-4b8c-a037-91fb8d546322" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "9baaa65c-0682-478a-bfbc-57fe521dbc7d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210513T183208Z:9baaa65c-0682-478a-bfbc-57fe521dbc7d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 13 May 2021 18:32:07 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement/locations/Central%20US%20EUAP/deletedservices/sdktestapim6414/operationresults/Y2VudHJhbHVzZXVhcDpzZGt0ZXN0YXBpbTY0MTRfVGVybV8zNGI3Yzg3YQ==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9sb2NhdGlvbnMvQ2VudHJhbCUyMFVTJTIwRVVBUC9kZWxldGVkc2VydmljZXMvc2RrdGVzdGFwaW02NDE0L29wZXJhdGlvbnJlc3VsdHMvWTJWdWRISmhiSFZ6WlhWaGNEcHpaR3QwWlhOMFlYQnBiVFkwTVRSZlZHVnliVjh6TkdJM1l6ZzNZUT09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "ac615937-e440-40d7-b502-b38e908e4da7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "af63dae4-6a6a-4f4c-9317-7c177a49614f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210513T183208Z:af63dae4-6a6a-4f4c-9317-7c177a49614f" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 13 May 2021 18:32:07 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": {}, + "Variables": { + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", + "TestCertificatePassword": "Password", + "testKeyVaultSecretUrl": "https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1", + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" + } +} \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/InstallIntermediateCertificatesTest.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/InstallIntermediateCertificatesTest.json index caa7ab736c690..27a567162aba0 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/InstallIntermediateCertificatesTest.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/InstallIntermediateCertificatesTest.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c030ec5-eb3f-4820-a096-7b009430e641" + "d63ef53e-3db1-4cbf-a210-228e1cf7c79a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "82a65393-b962-4eea-a0b4-956b81a3d676" + "3f9bc4b8-c532-4f7d-805b-c56efc02fbc0" ], "x-ms-correlation-request-id": [ - "82a65393-b962-4eea-a0b4-956b81a3d676" + "3f9bc4b8-c532-4f7d-805b-c56efc02fbc0" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T200300Z:82a65393-b962-4eea-a0b4-956b81a3d676" + "WESTUS:20210502T055650Z:3f9bc4b8-c532-4f7d-805b-c56efc02fbc0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:03:00 GMT" + "Sun, 02 May 2021 05:56:50 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,35 +54,35 @@ "-1" ], "Content-Length": [ - "2221" + "5694" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement\",\r\n \"namespace\": \"Microsoft.ApiManagement\",\r\n \"authorization\": {\r\n \"applicationId\": \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\",\r\n \"roleDefinitionId\": \"e263b525-2e60-4418-b655-420bae0b172e\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"service\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"validateServiceName\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reportFeedback\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFeedbackRequired\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement\",\r\n \"namespace\": \"Microsoft.ApiManagement\",\r\n \"authorization\": {\r\n \"applicationId\": \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\",\r\n \"roleDefinitionId\": \"e263b525-2e60-4418-b655-420bae0b172e\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"service\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"deletedServices\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deletedServices\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateServiceName\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reportFeedback\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFeedbackRequired\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDomainOwnershipIdentifier\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg17?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlZ3JvdXBzL3Nka3Rlc3RyZzE3P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg9600?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlZ3JvdXBzL3Nka3Rlc3RyZzk2MDA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US\"\r\n}", + "RequestBody": "{\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bc87327b-cfb5-4825-bf03-235b76bc3729" + "3c7c05c4-5ea4-4658-8b0d-6523c746cf68" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "32" + "37" ] }, "ResponseHeaders": { @@ -96,13 +96,13 @@ "1199" ], "x-ms-request-id": [ - "5409e600-b375-4051-9615-a2d888af7016" + "47c852cf-085c-4d9a-a23c-cc9b52ba4c7d" ], "x-ms-correlation-request-id": [ - "5409e600-b375-4051-9615-a2d888af7016" + "47c852cf-085c-4d9a-a23c-cc9b52ba4c7d" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T200302Z:5409e600-b375-4051-9615-a2d888af7016" + "WESTUS:20210502T055651Z:47c852cf-085c-4d9a-a23c-cc9b52ba4c7d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:03:02 GMT" + "Sun, 02 May 2021 05:56:51 GMT" ], "Content-Length": [ - "178" + "186" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,32 +123,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17\",\r\n \"name\": \"sdktestrg17\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600\",\r\n \"name\": \"sdktestrg9600\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"certificates\": [\r\n {\r\n \"encodedCertificate\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ\",\r\n \"certificatePassword\": \"Password\",\r\n \"storeName\": \"CertificateAuthority\"\r\n }\r\n ],\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"certificates\": [\r\n {\r\n \"encodedCertificate\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ\",\r\n \"certificatePassword\": \"Password\",\r\n \"storeName\": \"CertificateAuthority\"\r\n }\r\n ],\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a290f025-2f8f-4042-8659-3ea356c29f78" + "8d7a6bea-6d3e-4e9c-a2b2-fd162cf7c104" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2879" + "2937" ] }, "ResponseHeaders": { @@ -159,10 +159,10 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAEBvU=\"" + "\"AAAAAAAHZws=\"" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -171,29 +171,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7b2a0035-68e0-4f7c-966a-b037d07787d3", - "58f76d74-834b-4410-b7f2-7c7d3a84f2a9" + "980c82b7-0566-410b-9169-726cc915e7e3", + "4e4fc538-b57f-4f23-bc25-ed8c2b8e28c5" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "9f357c82-4c71-43b7-8c7c-987572c8eac2" + "be93da22-8059-4272-b02f-13f7e2174e1d" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T200306Z:9f357c82-4c71-43b7-8c7c-987572c8eac2" + "WESTUS:20210502T055700Z:be93da22-8059-4272-b02f-13f7e2174e1d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:03:06 GMT" + "Sun, 02 May 2021 05:57:00 GMT" ], "Content-Length": [ - "1449" + "1679" ], "Content-Type": [ "application/json; charset=utf-8" @@ -202,20 +202,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112\",\r\n \"name\": \"sdktestapim9112\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAEBvU=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Created\",\r\n \"targetProvisioningState\": \"Activating\",\r\n \"createdAtUtc\": \"2020-03-26T20:03:04.7407371Z\",\r\n \"gatewayUrl\": null,\r\n \"gatewayRegionalUrl\": null,\r\n \"portalUrl\": null,\r\n \"developerPortalUrl\": null,\r\n \"managementApiUrl\": null,\r\n \"scmUrl\": null,\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": null,\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": null,\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": null,\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [\r\n {\r\n \"encodedCertificate\": null,\r\n \"certificatePassword\": null,\r\n \"storeName\": \"CertificateAuthority\",\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n }\r\n }\r\n ],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581\",\r\n \"name\": \"sdktestapim4581\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHZws=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Created\",\r\n \"targetProvisioningState\": \"Activating\",\r\n \"createdAtUtc\": \"2021-05-02T05:56:57.8162093Z\",\r\n \"gatewayUrl\": \"https://sdktestapim4581.azure-api.net\",\r\n \"gatewayRegionalUrl\": null,\r\n \"portalUrl\": null,\r\n \"developerPortalUrl\": null,\r\n \"managementApiUrl\": null,\r\n \"scmUrl\": null,\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim4581.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": null,\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": null,\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [\r\n {\r\n \"encodedCertificate\": null,\r\n \"certificatePassword\": null,\r\n \"storeName\": \"CertificateAuthority\",\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n }\r\n }\r\n ],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"3f070344-ac52-4412-a4de-a768f223abad\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a622f8d2-6548-486e-bb50-4c963af75591" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "0226d8ec-46d7-4cd1-9917-dfde708c73d6" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T055800Z:0226d8ec-46d7-4cd1-9917-dfde708c73d6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 05:58:00 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -226,7 +286,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -235,7 +295,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "31ea3bf1-9a03-43de-a6bf-650baa3bfd17" + "a6beb6ce-ae35-4ffe-90fc-919e385ff06d" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -244,16 +304,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "b5f21376-3ffa-4896-93a5-458e6b783c0e" + "0a12bb86-70a6-411c-8e0a-9f5b07e0c4ce" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T200407Z:b5f21376-3ffa-4896-93a5-458e6b783c0e" + "WESTUS:20210502T055901Z:0a12bb86-70a6-411c-8e0a-9f5b07e0c4ce" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:04:07 GMT" + "Sun, 02 May 2021 05:59:00 GMT" ], "Expires": [ "-1" @@ -266,16 +326,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -286,7 +346,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -295,7 +355,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a80dfa68-ad78-470f-9ab9-70b4778bb954" + "65939240-6ff6-4f95-b1c2-8276330b7b2a" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -304,16 +364,16 @@ "11997" ], "x-ms-correlation-request-id": [ - "486257f7-7900-44a9-8946-bf5e0e10169b" + "4adc958c-e06c-4fa1-aeef-eff8e3798946" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T200507Z:486257f7-7900-44a9-8946-bf5e0e10169b" + "WESTUS:20210502T060001Z:4adc958c-e06c-4fa1-aeef-eff8e3798946" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:05:06 GMT" + "Sun, 02 May 2021 06:00:00 GMT" ], "Expires": [ "-1" @@ -326,16 +386,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -346,7 +406,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -355,7 +415,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "35a02df8-91c9-4c4c-8342-5acc60af4601" + "c9474e48-c801-4dd3-810b-face8d8f197d" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -364,16 +424,16 @@ "11996" ], "x-ms-correlation-request-id": [ - "93eb8bff-1826-4211-8fb1-78f241cdb056" + "36f38185-900c-480a-a677-ae71b1be49aa" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T200607Z:93eb8bff-1826-4211-8fb1-78f241cdb056" + "WESTUS:20210502T060101Z:36f38185-900c-480a-a677-ae71b1be49aa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:06:07 GMT" + "Sun, 02 May 2021 06:01:01 GMT" ], "Expires": [ "-1" @@ -386,16 +446,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -406,7 +466,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -415,7 +475,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ca4c1865-ae5a-455d-bede-685d09f1e473" + "5a7bc6cd-1557-47cd-88a6-f8d024d7cc18" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -424,16 +484,16 @@ "11995" ], "x-ms-correlation-request-id": [ - "3a2aa119-49b2-4018-bcbc-6125243972d2" + "d29abb34-10d2-4c75-a5ab-6f16769aa754" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T200708Z:3a2aa119-49b2-4018-bcbc-6125243972d2" + "WESTUS:20210502T060202Z:d29abb34-10d2-4c75-a5ab-6f16769aa754" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:07:07 GMT" + "Sun, 02 May 2021 06:02:01 GMT" ], "Expires": [ "-1" @@ -446,16 +506,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -466,7 +526,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -475,7 +535,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a75934db-e367-4c13-838f-45ac537f4014" + "fa603474-3a59-45a2-8dfe-d4e94eff0af2" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -484,16 +544,16 @@ "11994" ], "x-ms-correlation-request-id": [ - "30ad212b-bb58-45a5-adf5-2fb2421e84a0" + "9f24fde7-c014-4144-bc40-d0009707c3d0" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T200810Z:30ad212b-bb58-45a5-adf5-2fb2421e84a0" + "WESTUS:20210502T060302Z:9f24fde7-c014-4144-bc40-d0009707c3d0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:08:10 GMT" + "Sun, 02 May 2021 06:03:02 GMT" ], "Expires": [ "-1" @@ -506,16 +566,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -526,7 +586,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -535,7 +595,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3b5fa330-af0f-4300-b6db-6da83f8ef534" + "209d2c24-cd0e-4995-9825-45b332f2060f" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -544,16 +604,16 @@ "11993" ], "x-ms-correlation-request-id": [ - "681a52b4-e002-4e5c-9fb0-fb3f20a9bf0d" + "04a90251-4c29-4bd6-81eb-d90098024cf1" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T200911Z:681a52b4-e002-4e5c-9fb0-fb3f20a9bf0d" + "WESTUS:20210502T060402Z:04a90251-4c29-4bd6-81eb-d90098024cf1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:09:10 GMT" + "Sun, 02 May 2021 06:04:02 GMT" ], "Expires": [ "-1" @@ -566,16 +626,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -586,7 +646,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -595,7 +655,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "00089d90-4f35-44a6-b789-519e2d8fe559" + "f3fbf8cf-2992-4295-a8b0-6b6fa668ccb5" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -604,16 +664,16 @@ "11992" ], "x-ms-correlation-request-id": [ - "57b230c6-d4b7-4dc2-8dce-f2f80b49583c" + "26df66bb-45f5-4d86-b54f-14d3772700f0" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T201011Z:57b230c6-d4b7-4dc2-8dce-f2f80b49583c" + "WESTUS:20210502T060502Z:26df66bb-45f5-4d86-b54f-14d3772700f0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:10:10 GMT" + "Sun, 02 May 2021 06:05:02 GMT" ], "Expires": [ "-1" @@ -626,16 +686,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -646,7 +706,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -655,7 +715,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "710db5dd-cfd8-4720-be5d-dae1565aaf6c" + "1953e7f6-0ee1-4ead-bdcc-2f14efc515a5" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -664,16 +724,16 @@ "11991" ], "x-ms-correlation-request-id": [ - "999ccbfa-0ca5-427c-bbf9-8b1ead61fbb2" + "3367e98d-365f-4644-9045-da0f921bf44d" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T201111Z:999ccbfa-0ca5-427c-bbf9-8b1ead61fbb2" + "WESTUS:20210502T060603Z:3367e98d-365f-4644-9045-da0f921bf44d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:11:11 GMT" + "Sun, 02 May 2021 06:06:02 GMT" ], "Expires": [ "-1" @@ -686,16 +746,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -706,7 +766,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -715,7 +775,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8c11e0a8-bfce-4227-9f01-e46b6781698f" + "dfb8dfdf-dee6-4429-bc39-b15385525da9" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -724,16 +784,16 @@ "11990" ], "x-ms-correlation-request-id": [ - "5e084fef-229e-41a9-aa60-28c50a9cd4d4" + "451670fa-948c-43f7-9601-0d3af1aec97f" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T201211Z:5e084fef-229e-41a9-aa60-28c50a9cd4d4" + "WESTUS:20210502T060703Z:451670fa-948c-43f7-9601-0d3af1aec97f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:12:11 GMT" + "Sun, 02 May 2021 06:07:02 GMT" ], "Expires": [ "-1" @@ -746,16 +806,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -766,7 +826,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -775,7 +835,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "516dfd99-2212-4f4d-8ec0-73d0a33a6bde" + "9815a836-cdcb-4294-b867-5b1ff8e89d57" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -784,16 +844,16 @@ "11989" ], "x-ms-correlation-request-id": [ - "29bc848b-e973-4a67-b13c-23cc0d473176" + "0c9c6a27-dff7-4686-95b8-7b251b132be7" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T201312Z:29bc848b-e973-4a67-b13c-23cc0d473176" + "WESTUS:20210502T060803Z:0c9c6a27-dff7-4686-95b8-7b251b132be7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:13:11 GMT" + "Sun, 02 May 2021 06:08:03 GMT" ], "Expires": [ "-1" @@ -806,16 +866,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -826,7 +886,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -835,7 +895,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3687a8fd-0338-4a89-824b-96f033061abb" + "e2925ab6-3039-4ceb-85a9-61375bc3ac96" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -844,16 +904,16 @@ "11988" ], "x-ms-correlation-request-id": [ - "7e322465-f05f-4069-a917-460d46842218" + "fb4bade0-5c61-424a-ab49-52504584b6ea" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T201412Z:7e322465-f05f-4069-a917-460d46842218" + "WESTUS:20210502T060903Z:fb4bade0-5c61-424a-ab49-52504584b6ea" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:14:12 GMT" + "Sun, 02 May 2021 06:09:03 GMT" ], "Expires": [ "-1" @@ -866,16 +926,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -886,7 +946,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -895,7 +955,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7f8dc2fc-8123-4176-995c-d215a3b5ab86" + "eaab0c9b-e34e-42b6-8b8c-18e5be7c1b13" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -904,16 +964,16 @@ "11987" ], "x-ms-correlation-request-id": [ - "46ddb56d-0600-4094-bffc-d0ad0c6faf3d" + "be328892-186f-4a61-b31c-70f4a8eba57e" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T201512Z:46ddb56d-0600-4094-bffc-d0ad0c6faf3d" + "WESTUS:20210502T061004Z:be328892-186f-4a61-b31c-70f4a8eba57e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:15:11 GMT" + "Sun, 02 May 2021 06:10:03 GMT" ], "Expires": [ "-1" @@ -926,16 +986,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -946,7 +1006,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -955,7 +1015,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "140c0fe8-e2cd-4386-a50b-3f756218f667" + "830b52ab-99a0-4a83-9537-898c1e09aa73" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -964,16 +1024,16 @@ "11986" ], "x-ms-correlation-request-id": [ - "b6689131-81ca-41ea-889e-d485590aa92e" + "aad002a8-e322-4035-80e1-537162bcfb48" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T201612Z:b6689131-81ca-41ea-889e-d485590aa92e" + "WESTUS:20210502T061104Z:aad002a8-e322-4035-80e1-537162bcfb48" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:16:12 GMT" + "Sun, 02 May 2021 06:11:03 GMT" ], "Expires": [ "-1" @@ -986,16 +1046,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1006,7 +1066,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1015,7 +1075,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "539296e7-f3bd-4ecd-9fb3-45ed345bcadc" + "7d409053-50ab-4094-ae49-5f8e832e0da5" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1024,16 +1084,16 @@ "11985" ], "x-ms-correlation-request-id": [ - "26bfb1b5-c082-4e86-8584-44c845226ab3" + "dcaf3453-ccdf-4b65-bdba-bb3e0df15379" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T201713Z:26bfb1b5-c082-4e86-8584-44c845226ab3" + "WESTUS:20210502T061204Z:dcaf3453-ccdf-4b65-bdba-bb3e0df15379" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:17:12 GMT" + "Sun, 02 May 2021 06:12:04 GMT" ], "Expires": [ "-1" @@ -1046,16 +1106,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1066,7 +1126,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1075,7 +1135,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7337eccc-e535-4d59-85bc-7f1386275c38" + "600015bb-cc86-4723-8aab-d96fd36dc4af" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1084,16 +1144,16 @@ "11984" ], "x-ms-correlation-request-id": [ - "8a0f9673-5b36-4cc9-a1c5-4d87757200dc" + "ff845517-59d6-4fad-84c5-4b286a2ddba1" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T201813Z:8a0f9673-5b36-4cc9-a1c5-4d87757200dc" + "WESTUS:20210502T061305Z:ff845517-59d6-4fad-84c5-4b286a2ddba1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:18:12 GMT" + "Sun, 02 May 2021 06:13:04 GMT" ], "Expires": [ "-1" @@ -1106,16 +1166,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1126,7 +1186,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1135,7 +1195,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "66254228-e14e-4c53-9b9e-d880ea332884" + "a9912f4d-8d15-4de3-b313-f9dceb45fa6f" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1144,16 +1204,16 @@ "11983" ], "x-ms-correlation-request-id": [ - "55d09a6b-14f4-4e3e-a87b-1efc5df9604f" + "0cd0d72a-b30a-4462-aa53-9957f1bd539d" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T201913Z:55d09a6b-14f4-4e3e-a87b-1efc5df9604f" + "WESTUS:20210502T061405Z:0cd0d72a-b30a-4462-aa53-9957f1bd539d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:19:13 GMT" + "Sun, 02 May 2021 06:14:05 GMT" ], "Expires": [ "-1" @@ -1166,16 +1226,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1186,7 +1246,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1195,7 +1255,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cb766d0d-7e4f-4e09-bbbc-31431226c7e8" + "c68fb6a7-000b-485d-af0b-a02190254704" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1204,16 +1264,16 @@ "11982" ], "x-ms-correlation-request-id": [ - "5051c740-6f73-4e21-a05b-53ed9377df9d" + "587fd705-4a08-49ec-ab59-0fd91d8de8df" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T202014Z:5051c740-6f73-4e21-a05b-53ed9377df9d" + "WESTUS:20210502T061505Z:587fd705-4a08-49ec-ab59-0fd91d8de8df" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:20:13 GMT" + "Sun, 02 May 2021 06:15:05 GMT" ], "Expires": [ "-1" @@ -1226,16 +1286,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1246,7 +1306,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1255,7 +1315,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6990375e-7f58-418d-8569-21af9a9caab6" + "c9e22d69-42eb-4df8-a293-72ed1071434b" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1264,16 +1324,16 @@ "11981" ], "x-ms-correlation-request-id": [ - "c97bb833-2a20-426d-a4cb-8e1bfd341a19" + "490b65fb-aa92-4a13-b1ec-2949b86e2617" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T202114Z:c97bb833-2a20-426d-a4cb-8e1bfd341a19" + "WESTUS:20210502T061605Z:490b65fb-aa92-4a13-b1ec-2949b86e2617" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:21:14 GMT" + "Sun, 02 May 2021 06:16:05 GMT" ], "Expires": [ "-1" @@ -1286,16 +1346,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1306,7 +1366,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1315,7 +1375,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ea3cfee7-9460-4c9f-b287-344a15e680d4" + "5d3c63b3-5169-48c6-bafb-7da3ec76427b" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1324,16 +1384,16 @@ "11980" ], "x-ms-correlation-request-id": [ - "ea45d9eb-6c7e-4a9a-8e83-cca4357d3c05" + "eba40d87-6840-4ef4-8604-e559b626c407" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T202214Z:ea45d9eb-6c7e-4a9a-8e83-cca4357d3c05" + "WESTUS:20210502T061706Z:eba40d87-6840-4ef4-8604-e559b626c407" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:22:14 GMT" + "Sun, 02 May 2021 06:17:05 GMT" ], "Expires": [ "-1" @@ -1346,16 +1406,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1366,7 +1426,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1375,7 +1435,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "03019506-40e2-48c3-82c5-d97979a64bbd" + "411f0dd4-7839-41e6-9045-c97d7d86e27d" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1384,16 +1444,16 @@ "11979" ], "x-ms-correlation-request-id": [ - "829b3c5c-a704-4118-bf6d-1c2cc53d5fcb" + "51af0a79-60a7-465e-bb25-d431fb00ce53" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T202314Z:829b3c5c-a704-4118-bf6d-1c2cc53d5fcb" + "WESTUS:20210502T061806Z:51af0a79-60a7-465e-bb25-d431fb00ce53" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:23:13 GMT" + "Sun, 02 May 2021 06:18:06 GMT" ], "Expires": [ "-1" @@ -1406,16 +1466,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1426,7 +1486,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1435,7 +1495,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b750bed7-59a1-43f8-9169-958572a29552" + "aed07e36-1534-4015-887b-372536a7d01e" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1444,16 +1504,16 @@ "11978" ], "x-ms-correlation-request-id": [ - "fcab4793-7d9c-4b69-b9a4-f2f1ae1e66b9" + "6de1cd12-f9b9-4d35-97d2-174bbc77b1e6" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T202415Z:fcab4793-7d9c-4b69-b9a4-f2f1ae1e66b9" + "WESTUS:20210502T061906Z:6de1cd12-f9b9-4d35-97d2-174bbc77b1e6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:24:14 GMT" + "Sun, 02 May 2021 06:19:06 GMT" ], "Expires": [ "-1" @@ -1466,16 +1526,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1486,7 +1546,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1495,7 +1555,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "44b18fd4-8d21-4df4-ac01-0ad5bd400d35" + "af36ef34-3090-451b-ba5d-0cc53d02e428" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1504,16 +1564,16 @@ "11977" ], "x-ms-correlation-request-id": [ - "86a605f4-4e7b-4dc8-8739-d091e8be8733" + "a39b2e39-2a00-474a-8069-74f1566d1940" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T202515Z:86a605f4-4e7b-4dc8-8739-d091e8be8733" + "WESTUS:20210502T062007Z:a39b2e39-2a00-474a-8069-74f1566d1940" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:25:14 GMT" + "Sun, 02 May 2021 06:20:06 GMT" ], "Expires": [ "-1" @@ -1526,16 +1586,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1546,7 +1606,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1555,7 +1615,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d175f19e-db52-49f9-9c27-b5cc1102143f" + "e9ec555e-7ace-413e-bea8-1844e096f3e2" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1564,16 +1624,16 @@ "11976" ], "x-ms-correlation-request-id": [ - "2360a062-3cc2-48a2-8349-7fbdd1fd1bf1" + "fdacd01b-5b85-42a2-b3f8-67e07b6bb4e9" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T202615Z:2360a062-3cc2-48a2-8349-7fbdd1fd1bf1" + "WESTUS:20210502T062107Z:fdacd01b-5b85-42a2-b3f8-67e07b6bb4e9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:26:15 GMT" + "Sun, 02 May 2021 06:21:06 GMT" ], "Expires": [ "-1" @@ -1586,16 +1646,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1606,7 +1666,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1615,7 +1675,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ec516637-cfeb-4143-82f1-833cabb597e0" + "aaf5723f-9ce5-4ade-ac86-dfb90fe59214" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1624,16 +1684,16 @@ "11975" ], "x-ms-correlation-request-id": [ - "f6cac16e-0527-48bd-aec2-7ec8582beb0b" + "b94d0d5c-4c2b-4532-9ce5-abcd8ef1d11a" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T202716Z:f6cac16e-0527-48bd-aec2-7ec8582beb0b" + "WESTUS:20210502T062207Z:b94d0d5c-4c2b-4532-9ce5-abcd8ef1d11a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:27:15 GMT" + "Sun, 02 May 2021 06:22:07 GMT" ], "Expires": [ "-1" @@ -1646,16 +1706,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1666,7 +1726,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1675,7 +1735,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1704c134-7ce4-4ff5-92fe-6782a8adf285" + "736da71e-a4bd-4d8a-acdd-d950c96bf71d" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1684,16 +1744,16 @@ "11974" ], "x-ms-correlation-request-id": [ - "017f99b0-6787-4d55-a5f8-a084e1e2cd19" + "6c710296-cc8c-427f-8969-bad1ac923a41" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T202816Z:017f99b0-6787-4d55-a5f8-a084e1e2cd19" + "WESTUS:20210502T062308Z:6c710296-cc8c-427f-8969-bad1ac923a41" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:28:16 GMT" + "Sun, 02 May 2021 06:23:07 GMT" ], "Expires": [ "-1" @@ -1706,16 +1766,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1726,7 +1786,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1735,7 +1795,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d4538330-3499-46f4-85e7-a8433910f21a" + "e033919f-3ccf-4565-a459-b3c4a409dfde" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1744,16 +1804,16 @@ "11973" ], "x-ms-correlation-request-id": [ - "72323da3-bcef-46f5-95f8-b54d99d56a4c" + "a4b99dad-61c8-421c-b562-ecfe22efed00" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T202916Z:72323da3-bcef-46f5-95f8-b54d99d56a4c" + "WESTUS:20210502T062408Z:a4b99dad-61c8-421c-b562-ecfe22efed00" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:29:15 GMT" + "Sun, 02 May 2021 06:24:08 GMT" ], "Expires": [ "-1" @@ -1766,16 +1826,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1786,7 +1846,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1795,25 +1855,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8118fea0-4c49-46ab-bee1-22f063b36284" + "39bf4f07-b669-4a10-b645-fe986afc3c70" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11972" ], "x-ms-correlation-request-id": [ - "2be6076d-e27c-4ae3-9674-204b1f819439" + "1341ed70-8556-44ef-b380-5a92270e74ad" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T203016Z:2be6076d-e27c-4ae3-9674-204b1f819439" + "WESTUS:20210502T062508Z:1341ed70-8556-44ef-b380-5a92270e74ad" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:30:16 GMT" + "Sun, 02 May 2021 06:25:08 GMT" ], "Expires": [ "-1" @@ -1826,16 +1886,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1846,7 +1906,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1855,25 +1915,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4378c7f1-79b3-4af4-be40-b07f5ac4fdf4" + "0106fa2c-8c1c-428f-90d3-060891d056ab" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11971" ], "x-ms-correlation-request-id": [ - "075d3ff5-39ea-4e40-a982-5c5f55ec98d3" + "fa735649-6997-49c4-89f8-20c900d7e450" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T203117Z:075d3ff5-39ea-4e40-a982-5c5f55ec98d3" + "WESTUS:20210502T062608Z:fa735649-6997-49c4-89f8-20c900d7e450" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:31:16 GMT" + "Sun, 02 May 2021 06:26:08 GMT" ], "Expires": [ "-1" @@ -1886,16 +1946,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1906,7 +1966,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1915,25 +1975,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "af9b5b08-74b1-41bd-b3b8-a3efd73a3e24" + "11a02ac0-b787-4098-ae7c-37c7f58e55cc" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11970" ], "x-ms-correlation-request-id": [ - "fdbc08eb-956a-4d89-8ce2-40c0d64bd60b" + "6e14dc9b-2d0b-43c4-8826-47b386f933cd" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T203217Z:fdbc08eb-956a-4d89-8ce2-40c0d64bd60b" + "WESTUS:20210502T062709Z:6e14dc9b-2d0b-43c4-8826-47b386f933cd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:32:17 GMT" + "Sun, 02 May 2021 06:27:08 GMT" ], "Expires": [ "-1" @@ -1946,16 +2006,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1966,7 +2026,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -1975,25 +2035,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "df4ebeb8-0d2c-4a55-be87-1b4b526a2778" + "499c9c8e-1328-4c60-bb99-014291b667ca" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11969" ], "x-ms-correlation-request-id": [ - "4e329868-6d8e-4729-a38b-a094eadcaa34" + "0645d453-d49a-45ff-9dda-4ac49e295ba1" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T203317Z:4e329868-6d8e-4729-a38b-a094eadcaa34" + "WESTUS:20210502T062809Z:0645d453-d49a-45ff-9dda-4ac49e295ba1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:33:17 GMT" + "Sun, 02 May 2021 06:28:08 GMT" ], "Expires": [ "-1" @@ -2006,16 +2066,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9BY3RfMWNlYmU3MjA=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5QlkzUmZNV05sWW1VM01qQT0/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2025,60 +2085,117 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "49cde0d9-ad2d-428c-a6a3-c9cc8d9fa84e" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "8028e1fb-45f1-44f2-a811-747b675ec2ef" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11968" + ], "x-ms-correlation-request-id": [ - "d333a1a1-4452-4d58-a328-ddf2b17395f3" + "02e06d9c-ae2e-4ccd-ba34-be5c3ea993aa" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T203418Z:d333a1a1-4452-4d58-a328-ddf2b17395f3" + "WESTUS:20210502T062909Z:02e06d9c-ae2e-4ccd-ba34-be5c3ea993aa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:34:17 GMT" + "Sun, 02 May 2021 06:29:09 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "2410" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], - "Content-Type": [ - "application/json; charset=utf-8" + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "4059e83d-a048-4da8-a78a-2c02ef43290e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11967" + ], + "x-ms-correlation-request-id": [ + "de03423f-c195-41ab-89fe-be7078ae643a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T063010Z:de03423f-c195-41ab-89fe-be7078ae643a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:30:09 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112\",\r\n \"name\": \"sdktestapim9112\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAEBzI=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-03-26T20:03:04.7407371Z\",\r\n \"gatewayUrl\": \"https://sdktestapim9112.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim9112-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim9112.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim9112.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim9112.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim9112.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim9112.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"40.122.164.151\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [\r\n {\r\n \"encodedCertificate\": null,\r\n \"certificatePassword\": null,\r\n \"storeName\": \"CertificateAuthority\",\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n }\r\n }\r\n ],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "9b607e09-ce1b-430d-8e6f-ef0533889cd0" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2089,7 +2206,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9UZXJtXzNmZTU2NTBi?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2098,50 +2215,107 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9df7f8cc-e861-4550-bb18-444d390787ab" + "fbdeddd2-fa71-4d07-9d55-738aa8843544" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11966" ], "x-ms-correlation-request-id": [ - "da867f45-d2a0-4763-831d-6b48c2df96a4" + "d79410fe-d123-4c00-9901-665b456288d1" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T203418Z:da867f45-d2a0-4763-831d-6b48c2df96a4" + "WESTUS:20210502T063110Z:d79410fe-d123-4c00-9901-665b456288d1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:34:18 GMT" + "Sun, 02 May 2021 06:31:10 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "2418" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], - "Content-Type": [ - "application/json; charset=utf-8" + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "df524dd1-39fe-4158-8b98-cf29e16f016a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11965" + ], + "x-ms-correlation-request-id": [ + "32e65227-ce48-4773-9259-6510ba07c515" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T063210Z:32e65227-ce48-4773-9259-6510ba07c515" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:32:09 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112\",\r\n \"name\": \"sdktestapim9112\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAEBzo=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"Deleting\",\r\n \"createdAtUtc\": \"2020-03-26T20:03:04.7407371Z\",\r\n \"gatewayUrl\": \"https://sdktestapim9112.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim9112-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim9112.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim9112.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim9112.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim9112.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim9112.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"40.122.164.151\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [\r\n {\r\n \"encodedCertificate\": null,\r\n \"certificatePassword\": null,\r\n \"storeName\": \"CertificateAuthority\",\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n }\r\n }\r\n ],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9UZXJtXzNmZTU2NTBi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5VVpYSnRYek5tWlRVMk5UQmk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2152,7 +2326,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9UZXJtXzNmZTU2NTBi?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -2161,25 +2335,25 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7e13dc76-315c-4f2f-a9c9-5428c779f3b4" + "a0620df3-2e68-439e-acd5-c7ef54f5a90c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11964" ], "x-ms-correlation-request-id": [ - "7d2ca4e5-dfee-4dab-bcf9-95b91d6957de" + "5fd76021-353f-4ba9-98f7-f32e2556358d" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T203519Z:7d2ca4e5-dfee-4dab-bcf9-95b91d6957de" + "WESTUS:20210502T063310Z:5fd76021-353f-4ba9-98f7-f32e2556358d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:35:18 GMT" + "Sun, 02 May 2021 06:33:10 GMT" ], "Expires": [ "-1" @@ -2192,16 +2366,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9UZXJtXzNmZTU2NTBi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5VVpYSnRYek5tWlRVMk5UQmk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2211,29 +2385,35 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "12e4c1d6-3850-4088-94d0-63800e803302" + "0010db3a-cf87-42c2-9dc1-3a6b0b7d8bdb" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" + "11963" ], "x-ms-correlation-request-id": [ - "a1ebed24-3403-4dee-af3a-389c5033567a" + "ee90594f-7930-4a7f-8c79-406741380c91" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T203619Z:a1ebed24-3403-4dee-af3a-389c5033567a" + "WESTUS:20210502T063411Z:ee90594f-7930-4a7f-8c79-406741380c91" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:36:18 GMT" + "Sun, 02 May 2021 06:34:10 GMT" ], "Expires": [ "-1" @@ -2243,19 +2423,19 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112/operationresults/Y2VudHJhbHVzOnNka3Rlc3RhcGltOTExMl9UZXJtXzNmZTU2NTBi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMi9vcGVyYXRpb25yZXN1bHRzL1kyVnVkSEpoYkhWek9uTmthM1JsYzNSaGNHbHRPVEV4TWw5VVpYSnRYek5tWlRVMk5UQmk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2265,29 +2445,35 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6b1b35e7-5056-4756-a57e-6ea9f56b9fc6" + "15c719bd-ae6c-44f1-b895-f235163f47bb" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" + "11962" ], "x-ms-correlation-request-id": [ - "4934a5c6-b367-42d9-a8d1-391bb615b88b" + "9baf5def-bb7c-4250-8ae3-19bf58a11abf" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T203619Z:4934a5c6-b367-42d9-a8d1-391bb615b88b" + "WESTUS:20210502T063511Z:9baf5def-bb7c-4250-8ae3-19bf58a11abf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:36:19 GMT" + "Sun, 02 May 2021 06:35:11 GMT" ], "Expires": [ "-1" @@ -2297,25 +2483,19 @@ ] }, "ResponseBody": "", - "StatusCode": 200 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg17/providers/Microsoft.ApiManagement/service/sdktestapim9112?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzE3L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXBpTWFuYWdlbWVudC9zZXJ2aWNlL3Nka3Rlc3RhcGltOTExMj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "f3471a18-8afc-4b27-904e-74699eb3019c" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2325,29 +2505,1409 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "0f00fbcc-f45f-427e-a27b-f2c481cd22b4" + ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11961" + ], + "x-ms-correlation-request-id": [ + "5340a349-413a-4e83-9aea-6aa6db8b66e7" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T063611Z:5340a349-413a-4e83-9aea-6aa6db8b66e7" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:36:11 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "8aa40654-40e2-4b0b-8039-117eae029623" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11960" + ], + "x-ms-correlation-request-id": [ + "cd5f322d-b27c-41e7-aca3-34e12c8e1061" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T063712Z:cd5f322d-b27c-41e7-aca3-34e12c8e1061" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:37:11 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "6dc1160f-53d8-43e9-bd71-fef57bc0cbff" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11959" + ], + "x-ms-correlation-request-id": [ + "f54089ec-5837-4557-bbf8-b89513ac902a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T063812Z:f54089ec-5837-4557-bbf8-b89513ac902a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:38:11 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "23bdc64a-962a-4adf-b075-5f2189fe9aca" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11958" + ], + "x-ms-correlation-request-id": [ + "385222f2-614d-4b7c-af31-6e22dc34eb88" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T063912Z:385222f2-614d-4b7c-af31-6e22dc34eb88" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:39:12 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "16d05405-bcd7-486c-9111-4b21f7fd586c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11957" + ], + "x-ms-correlation-request-id": [ + "070fdc15-269a-4687-8985-877e8bf27a80" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T064012Z:070fdc15-269a-4687-8985-877e8bf27a80" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:40:12 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "6f52a6b2-1a63-4793-a483-2d496e39fbd8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11956" + ], + "x-ms-correlation-request-id": [ + "4232db48-a11a-4640-92e9-2d38d9c967ab" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T064113Z:4232db48-a11a-4640-92e9-2d38d9c967ab" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:41:12 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "2dee4ee7-880e-4b97-99f1-ce4375eefd96" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11955" + ], + "x-ms-correlation-request-id": [ + "fed27300-56d1-43bf-8ecc-dba5520fd26e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T064213Z:fed27300-56d1-43bf-8ecc-dba5520fd26e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:42:13 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "27847792-daba-4588-a4c7-c426f1a65a73" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11954" + ], + "x-ms-correlation-request-id": [ + "cc1e4201-55f5-4557-bbda-6d785dd63e49" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T064313Z:cc1e4201-55f5-4557-bbda-6d785dd63e49" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:43:13 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "cfc6bef4-ffd7-4a89-8703-7b84fee31290" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11953" + ], + "x-ms-correlation-request-id": [ + "38ee3a63-1ff8-4870-a788-bb6451db34ba" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T064413Z:38ee3a63-1ff8-4870-a788-bb6451db34ba" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:44:13 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "05ef7c00-fc78-4838-8f18-f71c143efb45" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11952" + ], + "x-ms-correlation-request-id": [ + "97c7ec94-6ba8-4b6b-957d-18bf7fc2d21e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T064514Z:97c7ec94-6ba8-4b6b-957d-18bf7fc2d21e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:45:13 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "42c2217f-5d33-4d46-8cd1-2564e4b85d8e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11951" + ], + "x-ms-correlation-request-id": [ + "c103b6d6-0abe-4f59-b1df-9ff0eaa3a107" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T064614Z:c103b6d6-0abe-4f59-b1df-9ff0eaa3a107" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:46:13 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "6e2dace5-b9bd-43e8-ae69-5595dcc8fd97" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11950" + ], + "x-ms-correlation-request-id": [ + "63b71e79-4189-45e8-8c15-9d4866a3c5f6" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T064714Z:63b71e79-4189-45e8-8c15-9d4866a3c5f6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:47:14 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "68f5a985-1100-49ab-9586-20588bac2f74" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11949" + ], + "x-ms-correlation-request-id": [ + "96e38b84-6db3-4394-ad45-f127e1e06661" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T064814Z:96e38b84-6db3-4394-ad45-f127e1e06661" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:48:14 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "3107af94-b330-47ac-a39a-9a4a96ddbb78" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11948" + ], + "x-ms-correlation-request-id": [ + "68db740e-10a3-4a7f-a0f6-776bf0471dd6" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T064915Z:68db740e-10a3-4a7f-a0f6-776bf0471dd6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:49:15 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "804bb1b6-f0c6-4c03-bd37-6ba055d61d91" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11947" + ], + "x-ms-correlation-request-id": [ + "974ad026-a34f-492b-8c21-19562a4dc0b4" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T065015Z:974ad026-a34f-492b-8c21-19562a4dc0b4" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:50:14 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c3e83fde-b543-47cc-8791-87dc20135596" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11946" + ], + "x-ms-correlation-request-id": [ + "aee1bd2f-b3eb-4447-89ad-6616bbae0384" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T065115Z:aee1bd2f-b3eb-4447-89ad-6616bbae0384" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:51:15 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "6365f0c7-62ad-4522-9730-806f09672f18" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11945" + ], + "x-ms-correlation-request-id": [ + "728a79f5-c68a-4bd1-b0ff-6883f0e15088" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T065216Z:728a79f5-c68a-4bd1-b0ff-6883f0e15088" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:52:15 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "766296ec-b6b4-4f38-bfd3-f89397fbab40" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11944" + ], + "x-ms-correlation-request-id": [ + "9fd3cbec-b774-4d3a-a15c-40bc5beb2556" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T065316Z:9fd3cbec-b774-4d3a-a15c-40bc5beb2556" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:53:15 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfQWN0X2ZjOTk2OTQ1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlFXTjBYMlpqT1RrMk9UUTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "550e0739-006f-4cc2-93b9-3206c890ebc7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11943" + ], + "x-ms-correlation-request-id": [ + "8609b143-2510-4122-bc28-289a2808931c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T065416Z:8609b143-2510-4122-bc28-289a2808931c" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:54:16 GMT" + ], + "Content-Length": [ + "2580" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581\",\r\n \"name\": \"sdktestapim4581\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHZyY=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2021-05-02T05:56:57.8162093Z\",\r\n \"gatewayUrl\": \"https://sdktestapim4581.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim4581-westcentralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim4581.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim4581.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim4581.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim4581.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim4581.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"13.78.144.75\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [\r\n {\r\n \"encodedCertificate\": null,\r\n \"certificatePassword\": null,\r\n \"storeName\": \"CertificateAuthority\",\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n }\r\n }\r\n ],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"3f070344-ac52-4412-a4de-a768f223abad\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b239c871-5cee-4954-932b-f2f4ca4b5647" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfVGVybV82N2E3MGM3Mw==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "93f65320-a215-4849-bd01-2bf6f655a75b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "fb98f765-f4f9-44c5-8b95-a724cd2cceaf" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T065417Z:fb98f765-f4f9-44c5-8b95-a724cd2cceaf" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:54:16 GMT" + ], + "Content-Length": [ + "2588" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581\",\r\n \"name\": \"sdktestapim4581\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"etag\": \"AAAAAAAHZyc=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"Deleting\",\r\n \"createdAtUtc\": \"2021-05-02T05:56:57.8162093Z\",\r\n \"gatewayUrl\": \"https://sdktestapim4581.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestapim4581-westcentralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestapim4581.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestapim4581.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestapim4581.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestapim4581.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim4581.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"13.78.144.75\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [\r\n {\r\n \"encodedCertificate\": null,\r\n \"certificatePassword\": null,\r\n \"storeName\": \"CertificateAuthority\",\r\n \"certificate\": {\r\n \"expiry\": \"2035-12-31T23:00:00-08:00\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"subject\": \"CN=*.msitesting.net\"\r\n }\r\n }\r\n ],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"3f070344-ac52-4412-a4de-a768f223abad\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfVGVybV82N2E3MGM3Mw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlZHVnliVjgyTjJFM01HTTNNdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfVGVybV82N2E3MGM3Mw==?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "440270e5-a434-43c0-bb76-14378728308d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11942" + ], + "x-ms-correlation-request-id": [ + "22731db2-de85-471e-b5d1-c73c43831d9a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T065517Z:22731db2-de85-471e-b5d1-c73c43831d9a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:55:16 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfVGVybV82N2E3MGM3Mw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlZHVnliVjgyTjJFM01HTTNNdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "196e99b0-81c4-4335-b656-fdee203c9883" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11941" + ], + "x-ms-correlation-request-id": [ + "6574ae6c-6cd5-4441-b423-86c5823b5407" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T065617Z:6574ae6c-6cd5-4441-b423-86c5823b5407" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:56:17 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581/operationresults/d2VzdGNlbnRyYWx1czpzZGt0ZXN0YXBpbTQ1ODFfVGVybV82N2E3MGM3Mw==?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxL29wZXJhdGlvbnJlc3VsdHMvZDJWemRHTmxiblJ5WVd4MWN6cHpaR3QwWlhOMFlYQnBiVFExT0RGZlZHVnliVjgyTjJFM01HTTNNdz09P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "806fa118-1d9f-445a-96a1-54cee75075a5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11940" + ], + "x-ms-correlation-request-id": [ + "5a7a74d2-3389-4906-930f-37e261228688" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T065617Z:5a7a74d2-3389-4906-930f-37e261228688" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 06:56:17 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg9600/providers/Microsoft.ApiManagement/service/sdktestapim4581?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzk2MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW00NTgxP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eebb4b13-5367-4862-add9-b3ba26b8fdca" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11939" ], "x-ms-request-id": [ - "0642af46-7611-4c1d-ad93-e2b5324d85e3" + "0e20af17-80b6-4d80-8b3f-89b2f960430b" ], "x-ms-correlation-request-id": [ - "0642af46-7611-4c1d-ad93-e2b5324d85e3" + "0e20af17-80b6-4d80-8b3f-89b2f960430b" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T203619Z:0642af46-7611-4c1d-ad93-e2b5324d85e3" + "WESTUS:20210502T065618Z:0e20af17-80b6-4d80-8b3f-89b2f960430b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 20:36:19 GMT" + "Sun, 02 May 2021 06:56:17 GMT" ], "Content-Length": [ "125" @@ -2359,14 +3919,14 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ServiceNotFound\",\r\n \"message\": \"Api service does not exist: sdktestapim9112\",\r\n \"details\": null,\r\n \"innerError\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ServiceNotFound\",\r\n \"message\": \"Api service does not exist: sdktestapim4581\",\r\n \"details\": null,\r\n \"innerError\": null\r\n }\r\n}", "StatusCode": 404 } ], "Names": { "Initialize": [ - "sdktestapim9112", - "sdktestrg17" + "sdktestapim4581", + "sdktestrg9600" ] }, "Variables": { @@ -2374,8 +3934,8 @@ "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", - "ServiceName": "sdktestapim9112", - "Location": "Central US", - "ResourceGroup": "sdktestrg17" + "ServiceName": "sdktestapim4581", + "Location": "West Central US", + "ResourceGroup": "sdktestrg9600" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/SetupSystemAssignedMsiTests.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/SetupSystemAssignedMsiTests.json index e5415de92f4b8..be52a38a60c01 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/SetupSystemAssignedMsiTests.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/SetupSystemAssignedMsiTests.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7a385e5c-785c-4349-8393-35927d32c88d" + "418df6a9-51d4-422c-9344-6ed7f3d2ffcb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "05de4b21-e01d-4c21-b13f-f1a51cc36df4" + "48b5fb5f-7d01-43de-86f3-cde7193b9052" ], "x-ms-correlation-request-id": [ - "05de4b21-e01d-4c21-b13f-f1a51cc36df4" + "48b5fb5f-7d01-43de-86f3-cde7193b9052" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T222715Z:05de4b21-e01d-4c21-b13f-f1a51cc36df4" + "WESTUS:20210502T085028Z:48b5fb5f-7d01-43de-86f3-cde7193b9052" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:27:14 GMT" + "Sun, 02 May 2021 08:50:28 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,35 +54,35 @@ "-1" ], "Content-Length": [ - "2221" + "5694" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement\",\r\n \"namespace\": \"Microsoft.ApiManagement\",\r\n \"authorization\": {\r\n \"applicationId\": \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\",\r\n \"roleDefinitionId\": \"e263b525-2e60-4418-b655-420bae0b172e\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"service\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"validateServiceName\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reportFeedback\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFeedbackRequired\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement\",\r\n \"namespace\": \"Microsoft.ApiManagement\",\r\n \"authorization\": {\r\n \"applicationId\": \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\",\r\n \"roleDefinitionId\": \"e263b525-2e60-4418-b655-420bae0b172e\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"service\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"deletedServices\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deletedServices\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateServiceName\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reportFeedback\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFeedbackRequired\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDomainOwnershipIdentifier\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg6839?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlZ3JvdXBzL3Nka3Rlc3RyZzY4Mzk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg6175?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlZ3JvdXBzL3Nka3Rlc3RyZzYxNzU/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US\"\r\n}", + "RequestBody": "{\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7b3e1731-4630-4541-8690-c0b61b8622a6" + "da1023a6-9704-4f47-9d4a-7f1f523ff855" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "32" + "37" ] }, "ResponseHeaders": { @@ -96,13 +96,13 @@ "1199" ], "x-ms-request-id": [ - "42d13bfb-5620-47a2-98b1-672a2b28c4c6" + "d5da2089-245e-42e9-bb77-4579b5a4ad06" ], "x-ms-correlation-request-id": [ - "42d13bfb-5620-47a2-98b1-672a2b28c4c6" + "d5da2089-245e-42e9-bb77-4579b5a4ad06" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T222716Z:42d13bfb-5620-47a2-98b1-672a2b28c4c6" + "WESTUS:20210502T085029Z:d5da2089-245e-42e9-bb77-4579b5a4ad06" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:27:15 GMT" + "Sun, 02 May 2021 08:50:29 GMT" ], "Content-Length": [ - "182" + "186" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,26 +123,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6839\",\r\n \"name\": \"sdktestrg6839\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6175\",\r\n \"name\": \"sdktestrg6175\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6839/providers/Microsoft.ApiManagement/service/sdktestapim2147?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzY4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMTQ3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6175/providers/Microsoft.ApiManagement/service/sdktestapim2757?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYxNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNzU3P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Consumption\",\r\n \"capacity\": 0\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8583c22f-8e4d-4215-9772-656d7a283a86" + "a4217e73-05c3-4a83-a1d7-5b50066af638" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -159,10 +159,10 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAGXHY=\"" + "\"AAAAAAAZwtk=\"" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6839/providers/Microsoft.ApiManagement/service/sdktestapim2147/operationresults/d2VzdHVzOnNka3Rlc3RhcGltMjE0N19BY3RfY2RjNmRjMTg=?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6175/providers/Microsoft.ApiManagement/service/sdktestapim2757/operationresults/d2VzdHVzOnNka3Rlc3RhcGltMjc1N19BY3RfNzA5NGQ5NjQ=?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -171,8 +171,8 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1deb485b-e1ef-4157-bb31-8a0321100250", - "0da91146-d668-43e9-835d-0ba6e42a3873" + "0b37f390-fbc5-49de-ac22-a1a7b319c06f", + "55de2f06-11db-4e86-bd9a-c1ba1464bd1c" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -181,19 +181,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "6223594a-ce27-4544-80cf-e960b3166843" + "56e2ab64-7430-45a3-8de6-1bca421dedce" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T222721Z:6223594a-ce27-4544-80cf-e960b3166843" + "WESTUS:20210502T085037Z:56e2ab64-7430-45a3-8de6-1bca421dedce" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:27:20 GMT" + "Sun, 02 May 2021 08:50:37 GMT" ], "Content-Length": [ - "1350" + "1449" ], "Content-Type": [ "application/json; charset=utf-8" @@ -202,20 +202,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6839/providers/Microsoft.ApiManagement/service/sdktestapim2147\",\r\n \"name\": \"sdktestapim2147\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West US\",\r\n \"etag\": \"AAAAAAAGXHY=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Created\",\r\n \"targetProvisioningState\": \"Activating\",\r\n \"createdAtUtc\": \"2020-03-26T22:27:19.6130957Z\",\r\n \"gatewayUrl\": null,\r\n \"gatewayRegionalUrl\": null,\r\n \"portalUrl\": null,\r\n \"developerPortalUrl\": null,\r\n \"managementApiUrl\": null,\r\n \"scmUrl\": null,\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": null,\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": null,\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": null,\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Consumption\",\r\n \"capacity\": 0\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"435de4e7-a3da-4ba4-be20-ad7d89c0873e\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6175/providers/Microsoft.ApiManagement/service/sdktestapim2757\",\r\n \"name\": \"sdktestapim2757\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West US\",\r\n \"etag\": \"AAAAAAAZwtk=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Created\",\r\n \"targetProvisioningState\": \"Activating\",\r\n \"createdAtUtc\": \"2021-05-02T08:50:34.3607933Z\",\r\n \"gatewayUrl\": \"https://sdktestapim2757.azure-api.net\",\r\n \"gatewayRegionalUrl\": null,\r\n \"portalUrl\": null,\r\n \"developerPortalUrl\": null,\r\n \"managementApiUrl\": null,\r\n \"scmUrl\": null,\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim2757.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": null,\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": null,\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Consumption\",\r\n \"capacity\": 0\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"8202f4b5-2ccd-4f35-a19f-a3e791b14d06\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6839/providers/Microsoft.ApiManagement/service/sdktestapim2147/operationresults/d2VzdHVzOnNka3Rlc3RhcGltMjE0N19BY3RfY2RjNmRjMTg=?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzY4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMTQ3L29wZXJhdGlvbnJlc3VsdHMvZDJWemRIVnpPbk5rYTNSbGMzUmhjR2x0TWpFME4xOUJZM1JmWTJSak5tUmpNVGc9P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6175/providers/Microsoft.ApiManagement/service/sdktestapim2757/operationresults/d2VzdHVzOnNka3Rlc3RhcGltMjc1N19BY3RfNzA5NGQ5NjQ=?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYxNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNzU3L29wZXJhdGlvbnJlc3VsdHMvZDJWemRIVnpPbk5rYTNSbGMzUmhjR2x0TWpjMU4xOUJZM1JmTnpBNU5HUTVOalE9P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -229,7 +229,7 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "de5c9a9b-b668-4b77-ae01-971dcf74b554" + "b922a0e5-e9cb-4eb9-abdf-d89f98377c6a" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -238,19 +238,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "f9af1777-0eb8-4778-b8a5-fef01f2c1873" + "2a4f8a8f-e198-4f6b-8bef-7c4ee63ab1d0" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T222821Z:f9af1777-0eb8-4778-b8a5-fef01f2c1873" + "WESTUS:20210502T085137Z:2a4f8a8f-e198-4f6b-8bef-7c4ee63ab1d0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:28:21 GMT" + "Sun, 02 May 2021 08:51:36 GMT" ], "Content-Length": [ - "1903" + "1940" ], "Content-Type": [ "application/json; charset=utf-8" @@ -259,26 +259,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6839/providers/Microsoft.ApiManagement/service/sdktestapim2147\",\r\n \"name\": \"sdktestapim2147\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West US\",\r\n \"etag\": \"AAAAAAAGXHo=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-03-26T22:27:19.6130957Z\",\r\n \"gatewayUrl\": \"https://sdktestapim2147.azure-api.net\",\r\n \"gatewayRegionalUrl\": null,\r\n \"portalUrl\": null,\r\n \"developerPortalUrl\": null,\r\n \"managementApiUrl\": null,\r\n \"scmUrl\": null,\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim2147.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": null,\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Consumption\",\r\n \"capacity\": 0\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"435de4e7-a3da-4ba4-be20-ad7d89c0873e\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6175/providers/Microsoft.ApiManagement/service/sdktestapim2757\",\r\n \"name\": \"sdktestapim2757\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West US\",\r\n \"etag\": \"AAAAAAAZwt0=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2021-05-02T08:50:34.3607933Z\",\r\n \"gatewayUrl\": \"https://sdktestapim2757.azure-api.net\",\r\n \"gatewayRegionalUrl\": null,\r\n \"portalUrl\": null,\r\n \"developerPortalUrl\": null,\r\n \"managementApiUrl\": null,\r\n \"scmUrl\": null,\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim2757.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": null,\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Consumption\",\r\n \"capacity\": 0\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"8202f4b5-2ccd-4f35-a19f-a3e791b14d06\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6839/providers/Microsoft.ApiManagement/service/sdktestapim2147?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzY4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMTQ3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6175/providers/Microsoft.ApiManagement/service/sdktestapim2757?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYxNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNzU3P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a65b471a-5480-4e73-a1a2-ed8c9c74a8f8" + "4049a617-677c-4f14-af68-262e345cd781" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -288,11 +288,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6175/providers/Microsoft.ApiManagement/service/sdktestapim2757/operationresults/d2VzdHVzOnNka3Rlc3RhcGltMjc1N19UZXJtX2IzYTY0ZGM=?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f605b622-410b-4fb5-babe-e75e78d8c232" + "454212cf-25f0-4ba1-9c1a-1c7393b58d2d" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -301,41 +307,155 @@ "14999" ], "x-ms-correlation-request-id": [ - "1f103592-2c25-44a9-8cf5-07d3aca532b3" + "c360b12f-9e39-4ae7-833f-004e4a068b1f" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T222844Z:1f103592-2c25-44a9-8cf5-07d3aca532b3" + "WESTUS:20210502T085137Z:c360b12f-9e39-4ae7-833f-004e4a068b1f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:28:43 GMT" + "Sun, 02 May 2021 08:51:37 GMT" + ], + "Content-Length": [ + "1948" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6175/providers/Microsoft.ApiManagement/service/sdktestapim2757\",\r\n \"name\": \"sdktestapim2757\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West US\",\r\n \"etag\": \"AAAAAAAZwt8=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"Deleting\",\r\n \"createdAtUtc\": \"2021-05-02T08:50:34.3607933Z\",\r\n \"gatewayUrl\": \"https://sdktestapim2757.azure-api.net\",\r\n \"gatewayRegionalUrl\": null,\r\n \"portalUrl\": null,\r\n \"developerPortalUrl\": null,\r\n \"managementApiUrl\": null,\r\n \"scmUrl\": null,\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim2757.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": null,\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Consumption\",\r\n \"capacity\": 0\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"8202f4b5-2ccd-4f35-a19f-a3e791b14d06\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6175/providers/Microsoft.ApiManagement/service/sdktestapim2757/operationresults/d2VzdHVzOnNka3Rlc3RhcGltMjc1N19UZXJtX2IzYTY0ZGM=?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYxNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNzU3L29wZXJhdGlvbnJlc3VsdHMvZDJWemRIVnpPbk5rYTNSbGMzUmhjR2x0TWpjMU4xOVVaWEp0WDJJellUWTBaR009P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "4632052a-fc75-447b-928b-1daa739c7d34" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "9e9947d0-edc9-4b1d-92f7-d647a554c68a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T085237Z:9e9947d0-edc9-4b1d-92f7-d647a554c68a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:52:37 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, "ResponseBody": "", - "StatusCode": 204 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6839/providers/Microsoft.ApiManagement/service/sdktestapim2147?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzY4MzkvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yMTQ3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6175/providers/Microsoft.ApiManagement/service/sdktestapim2757/operationresults/d2VzdHVzOnNka3Rlc3RhcGltMjc1N19UZXJtX2IzYTY0ZGM=?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYxNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNzU3L29wZXJhdGlvbnJlc3VsdHMvZDJWemRIVnpPbk5rYTNSbGMzUmhjR2x0TWpjMU4xOVVaWEp0WDJJellUWTBaR009P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "fc378fab-7de4-42c6-83e7-7f5da6e1eb98" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "a6d09ce4-54af-4aa7-865f-a89dd02399ec" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T085237Z:a6d09ce4-54af-4aa7-865f-a89dd02399ec" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:52:37 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg6175/providers/Microsoft.ApiManagement/service/sdktestapim2757?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzYxNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0yNzU3P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ab0d8ac4-c8f7-4801-8229-790e03d51914" + "587ff1d8-9857-44ab-8cf2-7c33aa5e7b61" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -345,45 +465,48 @@ "Pragma": [ "no-cache" ], - "x-ms-failure-cause": [ - "gateway" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" ], "x-ms-request-id": [ - "7372dc72-7691-485c-b4a9-de78a8fef87d" + "ffe2e334-acc7-46b0-9410-d1331471d9aa" ], "x-ms-correlation-request-id": [ - "7372dc72-7691-485c-b4a9-de78a8fef87d" + "ffe2e334-acc7-46b0-9410-d1331471d9aa" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T222844Z:7372dc72-7691-485c-b4a9-de78a8fef87d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "WESTUS:20210502T085238Z:ffe2e334-acc7-46b0-9410-d1331471d9aa" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:28:43 GMT" + "Sun, 02 May 2021 08:52:37 GMT" + ], + "Content-Length": [ + "125" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "164" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.ApiManagement/service/sdktestapim2147' under resource group 'sdktestrg6839' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ServiceNotFound\",\r\n \"message\": \"Api service does not exist: sdktestapim2757\",\r\n \"details\": null,\r\n \"innerError\": null\r\n }\r\n}", "StatusCode": 404 } ], "Names": { "Initialize": [ - "sdktestapim2147", - "sdktestrg6839" + "sdktestapim2757", + "sdktestrg6175" ] }, "Variables": { @@ -391,8 +514,8 @@ "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", - "ServiceName": "sdktestapim2147", - "Location": "Central US", - "ResourceGroup": "sdktestrg6839" + "ServiceName": "sdktestapim2757", + "Location": "West Central US", + "ResourceGroup": "sdktestrg6175" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/SetupUserAssignedMsiTests.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/SetupUserAssignedMsiTests.json index 137bf47d37da3..b8fa439a2e3db 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/SetupUserAssignedMsiTests.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiManagementServiceTests/SetupUserAssignedMsiTests.json @@ -7,15 +7,15 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db190c9e-d0e5-423a-9013-755bc29d0ea4" + "93d193b7-6552-4656-be6b-f943aed69554" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "3b244a05-a21c-4fc0-82c4-2b054ce4298d" + "e391f143-4f54-458f-b933-04ec24a1a45f" ], "x-ms-correlation-request-id": [ - "3b244a05-a21c-4fc0-82c4-2b054ce4298d" + "e391f143-4f54-458f-b933-04ec24a1a45f" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T220123Z:3b244a05-a21c-4fc0-82c4-2b054ce4298d" + "WESTCENTRALUS:20210502T084815Z:e391f143-4f54-458f-b933-04ec24a1a45f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:01:22 GMT" + "Sun, 02 May 2021 08:48:15 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,35 +54,35 @@ "-1" ], "Content-Length": [ - "2221" + "5694" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement\",\r\n \"namespace\": \"Microsoft.ApiManagement\",\r\n \"authorization\": {\r\n \"applicationId\": \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\",\r\n \"roleDefinitionId\": \"e263b525-2e60-4418-b655-420bae0b172e\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"service\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"Canada East\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"France Central\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"validateServiceName\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reportFeedback\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFeedbackRequired\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/providers/Microsoft.ApiManagement\",\r\n \"namespace\": \"Microsoft.ApiManagement\",\r\n \"authorization\": {\r\n \"applicationId\": \"8602e328-9b72-4f2d-a4ae-1387d013a2b3\",\r\n \"roleDefinitionId\": \"e263b525-2e60-4418-b655-420bae0b172e\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"service\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"deletedServices\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/deletedServices\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"validateServiceName\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"reportFeedback\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkFeedbackRequired\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\",\r\n \"2020-06-01-preview\",\r\n \"2019-12-01-preview\",\r\n \"2019-12-01\",\r\n \"2019-01-01\",\r\n \"2018-06-01-preview\",\r\n \"2018-01-01\",\r\n \"2017-03-01\",\r\n \"2016-10-10\",\r\n \"2016-07-07\",\r\n \"2015-09-15\",\r\n \"2014-02-14\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"getDomainOwnershipIdentifier\",\r\n \"locations\": [\r\n \"Central India\",\r\n \"UAE North\",\r\n \"Australia Central\",\r\n \"Germany West Central\",\r\n \"West Central US\",\r\n \"Norway East\",\r\n \"Switzerland North\",\r\n \"Korea South\",\r\n \"West India\",\r\n \"Korea Central\",\r\n \"South Africa North\",\r\n \"UK West\",\r\n \"Brazil South\",\r\n \"East Asia\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Australia Southeast\",\r\n \"Japan East\",\r\n \"North Central US\",\r\n \"Southeast Asia\",\r\n \"West US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"Australia East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"France Central\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"Germany North\",\r\n \"Norway West\",\r\n \"Switzerland West\",\r\n \"Brazil Southeast\",\r\n \"West US 3\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-01-01-preview\",\r\n \"2020-12-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg2694?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlZ3JvdXBzL3Nka3Rlc3RyZzI2OTQ/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg458?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlZ3JvdXBzL3Nka3Rlc3RyZzQ1OD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"Central US\"\r\n}", + "RequestBody": "{\r\n \"location\": \"West Central US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b762c9db-3590-4f27-ba77-331e3707511c" + "9f196c54-0ee8-4dad-acab-e8afeb4e85f1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "32" + "37" ] }, "ResponseHeaders": { @@ -96,13 +96,13 @@ "1199" ], "x-ms-request-id": [ - "37952a57-d612-4a6b-891b-f459b22f7ec2" + "457f0f54-099f-493e-a384-bae923842f85" ], "x-ms-correlation-request-id": [ - "37952a57-d612-4a6b-891b-f459b22f7ec2" + "457f0f54-099f-493e-a384-bae923842f85" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T220124Z:37952a57-d612-4a6b-891b-f459b22f7ec2" + "WESTCENTRALUS:20210502T084816Z:457f0f54-099f-493e-a384-bae923842f85" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:01:24 GMT" + "Sun, 02 May 2021 08:48:15 GMT" ], "Content-Length": [ - "182" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,25 +123,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2694\",\r\n \"name\": \"sdktestrg2694\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg458\",\r\n \"name\": \"sdktestrg458\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2694/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdktestapim1258?api-version=2018-11-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI2OTQvcHJvdmlkZXJzL01pY3Jvc29mdC5NYW5hZ2VkSWRlbnRpdHkvdXNlckFzc2lnbmVkSWRlbnRpdGllcy9zZGt0ZXN0YXBpbTEyNTg/YXBpLXZlcnNpb249MjAxOC0xMS0zMA==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg458/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdktestapim6139?api-version=2018-11-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ1OC9wcm92aWRlcnMvTWljcm9zb2Z0Lk1hbmFnZWRJZGVudGl0eS91c2VyQXNzaWduZWRJZGVudGl0aWVzL3Nka3Rlc3RhcGltNjEzOT9hcGktdmVyc2lvbj0yMDE4LTExLTMw", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e4bfb3e9-616b-490f-969f-f310b823e917" + "676e515c-aeeb-4272-9893-a1110d13f136" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.ManagedServiceIdentity.ManagedServiceIdentityClient/0.11.0.0" ], "Content-Type": [ @@ -159,34 +159,31 @@ "no-cache" ], "Location": [ - "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg2694/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdktestapim1258" + "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg458/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdktestapim6139" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-request-id": [ - "35673dda-1f72-4ad6-9690-ef046e105f20" + "523ec7ba-58f1-4d1e-bf50-aa0c0c165616" ], "x-ms-correlation-request-id": [ - "35673dda-1f72-4ad6-9690-ef046e105f20" + "523ec7ba-58f1-4d1e-bf50-aa0c0c165616" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T220128Z:35673dda-1f72-4ad6-9690-ef046e105f20" + "WESTCENTRALUS:20210502T084821Z:523ec7ba-58f1-4d1e-bf50-aa0c0c165616" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:01:28 GMT" + "Sun, 02 May 2021 08:48:21 GMT" ], "Content-Length": [ - "445" + "444" ], "Content-Type": [ "application/json; charset=utf-8" @@ -195,32 +192,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg2694/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdktestapim1258\",\r\n \"name\": \"sdktestapim1258\",\r\n \"type\": \"Microsoft.ManagedIdentity/userAssignedIdentities\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"fba892cf-28b4-4872-901d-cd1e5bf9d422\",\r\n \"clientId\": \"0fd1eb67-aa02-4cec-837c-ce228b6142fb\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg458/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdktestapim6139\",\r\n \"name\": \"sdktestapim6139\",\r\n \"type\": \"Microsoft.ManagedIdentity/userAssignedIdentities\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"principalId\": \"3e4e3641-4e17-44a8-8813-6ad39cd1823f\",\r\n \"clientId\": \"789798ac-873f-4f50-8429-2fa6403086b6\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2694/providers/Microsoft.ApiManagement/service/sdktestapim1258?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI2OTQvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMjU4P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg458/providers/Microsoft.ApiManagement/service/sdktestapim6139?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTYxMzk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Consumption\",\r\n \"capacity\": 0\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg2694/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdktestapim1258\": {}\r\n }\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Consumption\",\r\n \"capacity\": 0\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg458/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdktestapim6139\": {}\r\n }\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a1f77bff-f212-4370-a58b-719c48467605" + "7783e466-ab74-4897-8a2d-5b0f5ce8143d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "550" + "549" ] }, "ResponseHeaders": { @@ -231,10 +228,10 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAGXCM=\"" + "\"AAAAAAAZws4=\"" ], "Location": [ - "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2694/providers/Microsoft.ApiManagement/service/sdktestapim1258/operationresults/d2VzdHVzOnNka3Rlc3RhcGltMTI1OF9BY3RfZDliYWUzZQ==?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg458/providers/Microsoft.ApiManagement/service/sdktestapim6139/operationresults/d2VzdHVzOnNka3Rlc3RhcGltNjEzOV9BY3RfY2U0YWQzZTA=?api-version=2020-12-01" ], "Retry-After": [ "60" @@ -243,8 +240,8 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8a43010c-9a36-4351-bd9d-4d038a0bb6a2", - "0a949b49-ddb9-489e-b9da-350c2484f4c9" + "b5aa030e-08f2-4956-bf77-58e54b45ee74", + "c8875e1a-2141-43bf-80a0-9834ec979ce6" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -253,19 +250,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "090237d5-af4d-45eb-a652-68b3a63bef89" + "7386033d-a556-4bd5-95e6-d52fe1c038f5" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T220133Z:090237d5-af4d-45eb-a652-68b3a63bef89" + "WESTCENTRALUS:20210502T084825Z:7386033d-a556-4bd5-95e6-d52fe1c038f5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:01:32 GMT" + "Sun, 02 May 2021 08:48:24 GMT" ], "Content-Length": [ - "1502" + "1599" ], "Content-Type": [ "application/json; charset=utf-8" @@ -274,20 +271,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2694/providers/Microsoft.ApiManagement/service/sdktestapim1258\",\r\n \"name\": \"sdktestapim1258\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West US\",\r\n \"etag\": \"AAAAAAAGXCM=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Created\",\r\n \"targetProvisioningState\": \"Activating\",\r\n \"createdAtUtc\": \"2020-03-26T22:01:31.6456952Z\",\r\n \"gatewayUrl\": null,\r\n \"gatewayRegionalUrl\": null,\r\n \"portalUrl\": null,\r\n \"developerPortalUrl\": null,\r\n \"managementApiUrl\": null,\r\n \"scmUrl\": null,\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": null,\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": null,\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": null,\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Consumption\",\r\n \"capacity\": 0\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"principalId\": null,\r\n \"tenantId\": null,\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg2694/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdktestapim1258\": {\r\n \"principalId\": null,\r\n \"clientId\": null\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg458/providers/Microsoft.ApiManagement/service/sdktestapim6139\",\r\n \"name\": \"sdktestapim6139\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West US\",\r\n \"etag\": \"AAAAAAAZws4=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Created\",\r\n \"targetProvisioningState\": \"Activating\",\r\n \"createdAtUtc\": \"2021-05-02T08:48:23.2677309Z\",\r\n \"gatewayUrl\": \"https://sdktestapim6139.azure-api.net\",\r\n \"gatewayRegionalUrl\": null,\r\n \"portalUrl\": null,\r\n \"developerPortalUrl\": null,\r\n \"managementApiUrl\": null,\r\n \"scmUrl\": null,\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim6139.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": null,\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": null,\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Consumption\",\r\n \"capacity\": 0\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"principalId\": null,\r\n \"tenantId\": null,\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg458/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdktestapim6139\": {\r\n \"principalId\": null,\r\n \"clientId\": null\r\n }\r\n }\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2694/providers/Microsoft.ApiManagement/service/sdktestapim1258/operationresults/d2VzdHVzOnNka3Rlc3RhcGltMTI1OF9BY3RfZDliYWUzZQ==?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI2OTQvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMjU4L29wZXJhdGlvbnJlc3VsdHMvZDJWemRIVnpPbk5rYTNSbGMzUmhjR2x0TVRJMU9GOUJZM1JmWkRsaVlXVXpaUT09P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg458/providers/Microsoft.ApiManagement/service/sdktestapim6139/operationresults/d2VzdHVzOnNka3Rlc3RhcGltNjEzOV9BY3RfY2U0YWQzZTA=?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTYxMzkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEhWek9uTmthM1JsYzNSaGNHbHROakV6T1Y5QlkzUmZZMlUwWVdRelpUQT0/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -301,28 +298,28 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "15fd3102-c268-4863-9905-6b9292945949" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "9aaf2e1d-aa6b-4370-903b-6d3fa17f1dd1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], "x-ms-correlation-request-id": [ - "7c859847-99fb-46fc-98a4-e4422fdd3489" + "b27617e7-3840-414f-b1fd-1ded1a4f0b0b" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T220233Z:7c859847-99fb-46fc-98a4-e4422fdd3489" + "WESTCENTRALUS:20210502T084925Z:b27617e7-3840-414f-b1fd-1ded1a4f0b0b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:02:32 GMT" + "Sun, 02 May 2021 08:49:25 GMT" ], "Content-Length": [ - "2157" + "2192" ], "Content-Type": [ "application/json; charset=utf-8" @@ -331,26 +328,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2694/providers/Microsoft.ApiManagement/service/sdktestapim1258\",\r\n \"name\": \"sdktestapim1258\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West US\",\r\n \"etag\": \"AAAAAAAGXC4=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-03-26T22:01:31.6456952Z\",\r\n \"gatewayUrl\": \"https://sdktestapim1258.azure-api.net\",\r\n \"gatewayRegionalUrl\": null,\r\n \"portalUrl\": null,\r\n \"developerPortalUrl\": null,\r\n \"managementApiUrl\": null,\r\n \"scmUrl\": null,\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim1258.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": null,\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Consumption\",\r\n \"capacity\": 0\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"principalId\": null,\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg2694/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdktestapim1258\": {\r\n \"principalId\": \"fba892cf-28b4-4872-901d-cd1e5bf9d422\",\r\n \"clientId\": \"0fd1eb67-aa02-4cec-837c-ce228b6142fb\"\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg458/providers/Microsoft.ApiManagement/service/sdktestapim6139\",\r\n \"name\": \"sdktestapim6139\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West US\",\r\n \"etag\": \"AAAAAAAZwtI=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2021-05-02T08:48:23.2677309Z\",\r\n \"gatewayUrl\": \"https://sdktestapim6139.azure-api.net\",\r\n \"gatewayRegionalUrl\": null,\r\n \"portalUrl\": null,\r\n \"developerPortalUrl\": null,\r\n \"managementApiUrl\": null,\r\n \"scmUrl\": null,\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim6139.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": null,\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Consumption\",\r\n \"capacity\": 0\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"principalId\": null,\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg458/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdktestapim6139\": {\r\n \"principalId\": \"3e4e3641-4e17-44a8-8813-6ad39cd1823f\",\r\n \"clientId\": \"789798ac-873f-4f50-8429-2fa6403086b6\"\r\n }\r\n }\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2694/providers/Microsoft.ApiManagement/service/sdktestapim1258?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI2OTQvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMjU4P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg458/providers/Microsoft.ApiManagement/service/sdktestapim6139?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTYxMzk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a5ad9fc-13f0-4d68-bda2-7fd052a7ec75" + "32613581-cf04-4b8e-99a0-8f38f0f37f2a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -360,11 +357,17 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg458/providers/Microsoft.ApiManagement/service/sdktestapim6139/operationresults/d2VzdHVzOnNka3Rlc3RhcGltNjEzOV9UZXJtXzFjZTcxN2I1?api-version=2020-12-01" + ], + "Retry-After": [ + "60" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cd605643-ac6b-41da-8b31-fc5a855143ce" + "4a91aa06-ad82-4cbe-ac34-4ed698838f93" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -373,41 +376,155 @@ "14999" ], "x-ms-correlation-request-id": [ - "be9b9d8a-8299-441f-a2fc-69fb1823188e" + "ed3b2078-1dfd-4545-9102-df38dda5e680" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T084926Z:ed3b2078-1dfd-4545-9102-df38dda5e680" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:49:25 GMT" + ], + "Content-Length": [ + "2200" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg458/providers/Microsoft.ApiManagement/service/sdktestapim6139\",\r\n \"name\": \"sdktestapim6139\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"West US\",\r\n \"etag\": \"AAAAAAAZwtQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"Deleting\",\r\n \"createdAtUtc\": \"2021-05-02T08:48:23.2677309Z\",\r\n \"gatewayUrl\": \"https://sdktestapim6139.azure-api.net\",\r\n \"gatewayRegionalUrl\": null,\r\n \"portalUrl\": null,\r\n \"developerPortalUrl\": null,\r\n \"managementApiUrl\": null,\r\n \"scmUrl\": null,\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestapim6139.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": null,\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": null,\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Consumption\",\r\n \"capacity\": 0\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"principalId\": null,\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourcegroups/sdktestrg458/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdktestapim6139\": {\r\n \"principalId\": \"3e4e3641-4e17-44a8-8813-6ad39cd1823f\",\r\n \"clientId\": \"789798ac-873f-4f50-8429-2fa6403086b6\"\r\n }\r\n }\r\n },\r\n \"zones\": null\r\n}", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg458/providers/Microsoft.ApiManagement/service/sdktestapim6139/operationresults/d2VzdHVzOnNka3Rlc3RhcGltNjEzOV9UZXJtXzFjZTcxN2I1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTYxMzkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEhWek9uTmthM1JsYzNSaGNHbHROakV6T1Y5VVpYSnRYekZqWlRjeE4ySTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a15fcf94-a99f-4d10-bab4-fa02e9aab580" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "48a55441-a496-4495-9678-cb3fd1325f34" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210502T085026Z:48a55441-a496-4495-9678-cb3fd1325f34" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 08:50:25 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg458/providers/Microsoft.ApiManagement/service/sdktestapim6139/operationresults/d2VzdHVzOnNka3Rlc3RhcGltNjEzOV9UZXJtXzFjZTcxN2I1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTYxMzkvb3BlcmF0aW9ucmVzdWx0cy9kMlZ6ZEhWek9uTmthM1JsYzNSaGNHbHROakV6T1Y5VVpYSnRYekZqWlRjeE4ySTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "6c2471f4-dfac-48bf-bbc6-fad1c3f38df8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "006c7043-c47f-48f5-a8b1-2a1d4750b47e" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T220256Z:be9b9d8a-8299-441f-a2fc-69fb1823188e" + "WESTCENTRALUS:20210502T085026Z:006c7043-c47f-48f5-a8b1-2a1d4750b47e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:02:55 GMT" + "Sun, 02 May 2021 08:50:25 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", - "StatusCode": 204 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg2694/providers/Microsoft.ApiManagement/service/sdktestapim1258?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzI2OTQvcHJvdmlkZXJzL01pY3Jvc29mdC5BcGlNYW5hZ2VtZW50L3NlcnZpY2Uvc2RrdGVzdGFwaW0xMjU4P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/sdktestrg458/providers/Microsoft.ApiManagement/service/sdktestapim6139?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL3Nka3Rlc3RyZzQ1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0YXBpbTYxMzk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d8952ba2-b118-4eb9-b60c-80709e61e8be" + "7aee6c73-58a9-47f3-9ec2-2c6e370ee0ab" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -417,45 +534,48 @@ "Pragma": [ "no-cache" ], - "x-ms-failure-cause": [ - "gateway" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" ], "x-ms-request-id": [ - "f8ef1930-46b7-49a2-a53c-db0be12ab49e" + "2c078eec-6ea2-4f78-832d-558ad5f2ad0a" ], "x-ms-correlation-request-id": [ - "f8ef1930-46b7-49a2-a53c-db0be12ab49e" + "2c078eec-6ea2-4f78-832d-558ad5f2ad0a" ], "x-ms-routing-request-id": [ - "WESTUS:20200326T220256Z:f8ef1930-46b7-49a2-a53c-db0be12ab49e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "WESTCENTRALUS:20210502T085026Z:2c078eec-6ea2-4f78-832d-558ad5f2ad0a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Thu, 26 Mar 2020 22:02:55 GMT" + "Sun, 02 May 2021 08:50:25 GMT" + ], + "Content-Length": [ + "125" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "164" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.ApiManagement/service/sdktestapim1258' under resource group 'sdktestrg2694' was not found.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ServiceNotFound\",\r\n \"message\": \"Api service does not exist: sdktestapim6139\",\r\n \"details\": null,\r\n \"innerError\": null\r\n }\r\n}", "StatusCode": 404 } ], "Names": { "Initialize": [ - "sdktestapim1258", - "sdktestrg2694" + "sdktestapim6139", + "sdktestrg458" ] }, "Variables": { @@ -463,8 +583,8 @@ "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", - "ServiceName": "sdktestapim1258", - "Location": "Central US", - "ResourceGroup": "sdktestrg2694" + "ServiceName": "sdktestapim6139", + "Location": "West Central US", + "ResourceGroup": "sdktestrg458" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiOperationTests/CreateListUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiOperationTests/CreateListUpdateDelete.json index af209eb4526d8..1ecbd3d645dff 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiOperationTests/CreateListUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiOperationTests/CreateListUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "107ea425-3220-4bb0-9480-3d7a1c1005a3" + "fe2b3609-a74c-4ea9-8282-465379525210" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0eb7cd52-dc1f-4f6d-b046-4138cca73b92", - "d7fa5941-ecb0-4e57-a620-e886e74b026e" + "8a8f7c82-f0fa-4f38-bd17-054c7d4c6198", + "ad1556e8-4fe0-4fcc-9c95-0cf8e25f85c6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-correlation-request-id": [ - "1b1a741f-69f4-47dd-b263-8b48dcc38e3f" + "6f6c9e2a-adf0-4287-928c-56523fbbef0e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191531Z:1b1a741f-69f4-47dd-b263-8b48dcc38e3f" + "WESTCENTRALUS:20210408T231126Z:6f6c9e2a-adf0-4287-928c-56523fbbef0e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:15:30 GMT" + "Thu, 08 Apr 2021 23:11:25 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2e61e09e-4e0f-4895-8792-a1247abd43ef" + "a2cb5b68-4bfa-4267-96f3-71ac00f57943" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dfcdefad-2f4b-4614-839c-b6ba83c1d672" + "29c61298-b180-4e7a-be96-694588790624" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "11999" ], "x-ms-correlation-request-id": [ - "153e0ccd-451e-4ffa-a902-8a42bb3d8b45" + "37f1d93f-4c33-44e0-a8a7-641c7e03c390" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191531Z:153e0ccd-451e-4ffa-a902-8a42bb3d8b45" + "WESTCENTRALUS:20210408T231126Z:37f1d93f-4c33-44e0-a8a7-641c7e03c390" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:15:30 GMT" + "Thu, 08 Apr 2021 23:11:25 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a9929dc-d0d6-4c11-a511-ee2fd86ef966" + "c22d8be9-c6e6-4e77-abf9-b23b508b11c4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,29 +168,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "de2eb4eb-cbf6-4f39-9a22-15cceaca858a" + "642d4308-fb45-411a-831a-c3d44f8f5067" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "11998" ], "x-ms-correlation-request-id": [ - "c589a90d-a2e6-4304-a093-68e1da1a39d6" + "0353edb8-2e4e-4df5-a8fd-0ad72e8cf5ba" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191531Z:c589a90d-a2e6-4304-a093-68e1da1a39d6" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231126Z:0353edb8-2e4e-4df5-a8fd-0ad72e8cf5ba" ], "Date": [ - "Wed, 25 Mar 2020 19:15:30 GMT" + "Thu, 08 Apr 2021 23:11:26 GMT" ], "Content-Length": [ - "728" + "730" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,26 +199,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "868af0d3-7260-4b20-9b28-5ce8a29c2437" + "8cb01840-bab4-41db-8fc8-a7f5e8bb1165" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -231,29 +231,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "29d45863-6302-4222-9e84-1af98896a13a" + "f78b7c0c-a311-4357-ac58-2c363effd266" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "11997" ], "x-ms-correlation-request-id": [ - "c47f88d7-bbee-446a-8dda-b8c112d1f45e" + "7ec90ed3-7dfb-49b6-9530-d3f7aaf62120" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191532Z:c47f88d7-bbee-446a-8dda-b8c112d1f45e" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231127Z:7ec90ed3-7dfb-49b6-9530-d3f7aaf62120" ], "Date": [ - "Wed, 25 Mar 2020 19:15:31 GMT" + "Thu, 08 Apr 2021 23:11:27 GMT" ], "Content-Length": [ - "7417" + "7429" ], "Content-Type": [ "application/json; charset=utf-8" @@ -262,26 +262,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/create-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"create-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Create resource\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a POST call based on the echo backend above. The request body is expected to contain JSON-formatted data (see example below). A policy is used to automatically transform any request sent in JSON directly to XML. In a real-world scenario this could be used to enable modern clients to speak to a legacy backend.\",\r\n \"request\": {\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"{\\r\\n\\t\\\"vehicleType\\\": \\\"train\\\",\\r\\n\\t\\\"maxSpeed\\\": 125,\\r\\n\\t\\\"avgSpeed\\\": 90,\\r\\n\\t\\\"speedUnit\\\": \\\"mph\\\"\\r\\n}\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/modify-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"modify-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Modify Resource\",\r\n \"method\": \"PUT\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a PUT call handled by the same \\\"echo\\\" backend as above. You can now specify a request body in addition to headers and it will be returned as well.\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/remove-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"remove-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Remove resource\",\r\n \"method\": \"DELETE\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a DELETE call which traditionally deletes the resource. It is based on the same \\\"echo\\\" backend as in all other operations so nothing is actually deleted.\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/retrieve-header-only\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"retrieve-header-only\",\r\n \"properties\": {\r\n \"displayName\": \"Retrieve header only\",\r\n \"method\": \"HEAD\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"The HEAD operation returns only headers. In this demonstration a policy is used to set additional headers when the response is returned and to enable JSONP.\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/retrieve-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"retrieve-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Retrieve resource\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a GET call on a sample resource. It is handled by an \\\"echo\\\" backend which returns a response equal to the request (the supplied headers and body are being returned as received).\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"description\": \"A sample parameter that is required and has a default value of \\\"sample\\\".\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"sample\",\r\n \"required\": true,\r\n \"values\": [\r\n \"sample\"\r\n ]\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"description\": \"Another sample parameter, set to not required.\",\r\n \"type\": \"number\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"Returned in all cases.\",\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/retrieve-resource-cached\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"retrieve-resource-cached\",\r\n \"properties\": {\r\n \"displayName\": \"Retrieve resource (cached)\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/resource-cached\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a GET call with caching enabled on the same \\\"echo\\\" backend as above. Cache TTL is set to 1 hour. When you make the first request the headers you supplied will be cached. Subsequent calls will return the same headers as the first time even if you change them in your request.\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"description\": \"A sample parameter that is required and has a default value of \\\"sample\\\".\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"sample\",\r\n \"required\": true,\r\n \"values\": [\r\n \"sample\"\r\n ]\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"description\": \"Another sample parameter, set to not required.\",\r\n \"type\": \"string\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n }\r\n ],\r\n \"count\": 6\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/create-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"create-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Create resource\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a POST call based on the echo backend above. The request body is expected to contain JSON-formatted data (see example below). A policy is used to automatically transform any request sent in JSON directly to XML. In a real-world scenario this could be used to enable modern clients to speak to a legacy backend.\",\r\n \"request\": {\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"{\\r\\n\\t\\\"vehicleType\\\": \\\"train\\\",\\r\\n\\t\\\"maxSpeed\\\": 125,\\r\\n\\t\\\"avgSpeed\\\": 90,\\r\\n\\t\\\"speedUnit\\\": \\\"mph\\\"\\r\\n}\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/modify-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"modify-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Modify Resource\",\r\n \"method\": \"PUT\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a PUT call handled by the same \\\"echo\\\" backend as above. You can now specify a request body in addition to headers and it will be returned as well.\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/remove-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"remove-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Remove resource\",\r\n \"method\": \"DELETE\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a DELETE call which traditionally deletes the resource. It is based on the same \\\"echo\\\" backend as in all other operations so nothing is actually deleted.\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/retrieve-header-only\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"retrieve-header-only\",\r\n \"properties\": {\r\n \"displayName\": \"Retrieve header only\",\r\n \"method\": \"HEAD\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"The HEAD operation returns only headers. In this demonstration a policy is used to set additional headers when the response is returned and to enable JSONP.\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/retrieve-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"retrieve-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Retrieve resource\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a GET call on a sample resource. It is handled by an \\\"echo\\\" backend which returns a response equal to the request (the supplied headers and body are being returned as received).\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"description\": \"A sample parameter that is required and has a default value of \\\"sample\\\".\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"sample\",\r\n \"required\": true,\r\n \"values\": [\r\n \"sample\"\r\n ]\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"description\": \"Another sample parameter, set to not required.\",\r\n \"type\": \"number\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"Returned in all cases.\",\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/retrieve-resource-cached\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"retrieve-resource-cached\",\r\n \"properties\": {\r\n \"displayName\": \"Retrieve resource (cached)\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/resource-cached\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a GET call with caching enabled on the same \\\"echo\\\" backend as above. Cache TTL is set to 1 hour. When you make the first request the headers you supplied will be cached. Subsequent calls will return the same headers as the first time even if you change them in your request.\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"description\": \"A sample parameter that is required and has a default value of \\\"sample\\\".\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"sample\",\r\n \"required\": true,\r\n \"values\": [\r\n \"sample\"\r\n ]\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"description\": \"Another sample parameter, set to not required.\",\r\n \"type\": \"string\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n }\r\n ],\r\n \"count\": 6\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations?$top=3&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zPyR0b3A9MyZhcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations?$top=3&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnM/JHRvcD0zJmFwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "37c3c702-f66a-4bfb-acd0-3ef10f3d7bf8" + "1ea7e3e0-4efb-43af-9316-ba927e391a59" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -294,29 +294,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "423e142d-3e51-4017-bf5b-e2d9ff7c9aac" + "f602617b-f064-4f92-98c1-6efe322fe956" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "11996" ], "x-ms-correlation-request-id": [ - "1e2a88c2-5989-48cd-b694-0956dfeceacb" + "ee113ad4-2d9b-4ff2-b281-f12967a63e4a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191532Z:1e2a88c2-5989-48cd-b694-0956dfeceacb" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231128Z:ee113ad4-2d9b-4ff2-b281-f12967a63e4a" ], "Date": [ - "Wed, 25 Mar 2020 19:15:31 GMT" + "Thu, 08 Apr 2021 23:11:27 GMT" ], "Content-Length": [ - "3450" + "3441" ], "Content-Type": [ "application/json; charset=utf-8" @@ -325,26 +325,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/create-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"create-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Create resource\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a POST call based on the echo backend above. The request body is expected to contain JSON-formatted data (see example below). A policy is used to automatically transform any request sent in JSON directly to XML. In a real-world scenario this could be used to enable modern clients to speak to a legacy backend.\",\r\n \"request\": {\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"{\\r\\n\\t\\\"vehicleType\\\": \\\"train\\\",\\r\\n\\t\\\"maxSpeed\\\": 125,\\r\\n\\t\\\"avgSpeed\\\": 90,\\r\\n\\t\\\"speedUnit\\\": \\\"mph\\\"\\r\\n}\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/modify-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"modify-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Modify Resource\",\r\n \"method\": \"PUT\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a PUT call handled by the same \\\"echo\\\" backend as above. You can now specify a request body in addition to headers and it will be returned as well.\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/remove-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"remove-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Remove resource\",\r\n \"method\": \"DELETE\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a DELETE call which traditionally deletes the resource. It is based on the same \\\"echo\\\" backend as in all other operations so nothing is actually deleted.\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n }\r\n ],\r\n \"count\": 6,\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net:443/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations?%24top=3&api-version=2019-12-01&%24skip=3\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/create-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"create-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Create resource\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a POST call based on the echo backend above. The request body is expected to contain JSON-formatted data (see example below). A policy is used to automatically transform any request sent in JSON directly to XML. In a real-world scenario this could be used to enable modern clients to speak to a legacy backend.\",\r\n \"request\": {\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"{\\r\\n\\t\\\"vehicleType\\\": \\\"train\\\",\\r\\n\\t\\\"maxSpeed\\\": 125,\\r\\n\\t\\\"avgSpeed\\\": 90,\\r\\n\\t\\\"speedUnit\\\": \\\"mph\\\"\\r\\n}\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/modify-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"modify-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Modify Resource\",\r\n \"method\": \"PUT\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a PUT call handled by the same \\\"echo\\\" backend as above. You can now specify a request body in addition to headers and it will be returned as well.\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/remove-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"remove-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Remove resource\",\r\n \"method\": \"DELETE\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a DELETE call which traditionally deletes the resource. It is based on the same \\\"echo\\\" backend as in all other operations so nothing is actually deleted.\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n }\r\n ],\r\n \"count\": 6,\r\n \"nextLink\": \"https://management.azure.com:443/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations?%24top=3&api-version=2020-12-01&%24skip=3\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations?%24top=3&api-version=2019-12-01&%24skip=3", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zPyUyNHRvcD0zJmFwaS12ZXJzaW9uPTIwMTktMTItMDEmJTI0c2tpcD0z", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations?%24top=3&api-version=2020-12-01&%24skip=3", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnM/JTI0dG9wPTMmYXBpLXZlcnNpb249MjAyMC0xMi0wMSYlMjRza2lwPTM=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c433daa-5f87-48bc-b63c-d8d6eadb8ff3" + "2d02b15f-52c7-4553-a892-81cd1bd8103d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -357,29 +357,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "09ce2585-3030-4d3d-8979-8c2742e88761" + "25be1d44-431a-41af-9392-e4cba06eec55" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "11995" ], "x-ms-correlation-request-id": [ - "2790c729-a7b3-4a9e-9492-139e9e8edd80" + "fdda6198-7104-4a6c-ba1c-980ee8892425" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191532Z:2790c729-a7b3-4a9e-9492-139e9e8edd80" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231128Z:fdda6198-7104-4a6c-ba1c-980ee8892425" ], "Date": [ - "Wed, 25 Mar 2020 19:15:31 GMT" + "Thu, 08 Apr 2021 23:11:27 GMT" ], "Content-Length": [ - "4282" + "4288" ], "Content-Type": [ "application/json; charset=utf-8" @@ -388,26 +388,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/retrieve-header-only\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"retrieve-header-only\",\r\n \"properties\": {\r\n \"displayName\": \"Retrieve header only\",\r\n \"method\": \"HEAD\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"The HEAD operation returns only headers. In this demonstration a policy is used to set additional headers when the response is returned and to enable JSONP.\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/retrieve-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"retrieve-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Retrieve resource\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a GET call on a sample resource. It is handled by an \\\"echo\\\" backend which returns a response equal to the request (the supplied headers and body are being returned as received).\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"description\": \"A sample parameter that is required and has a default value of \\\"sample\\\".\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"sample\",\r\n \"required\": true,\r\n \"values\": [\r\n \"sample\"\r\n ]\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"description\": \"Another sample parameter, set to not required.\",\r\n \"type\": \"number\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"Returned in all cases.\",\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/retrieve-resource-cached\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"retrieve-resource-cached\",\r\n \"properties\": {\r\n \"displayName\": \"Retrieve resource (cached)\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/resource-cached\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a GET call with caching enabled on the same \\\"echo\\\" backend as above. Cache TTL is set to 1 hour. When you make the first request the headers you supplied will be cached. Subsequent calls will return the same headers as the first time even if you change them in your request.\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"description\": \"A sample parameter that is required and has a default value of \\\"sample\\\".\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"sample\",\r\n \"required\": true,\r\n \"values\": [\r\n \"sample\"\r\n ]\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"description\": \"Another sample parameter, set to not required.\",\r\n \"type\": \"string\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n }\r\n ],\r\n \"count\": 6\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/retrieve-header-only\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"retrieve-header-only\",\r\n \"properties\": {\r\n \"displayName\": \"Retrieve header only\",\r\n \"method\": \"HEAD\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"The HEAD operation returns only headers. In this demonstration a policy is used to set additional headers when the response is returned and to enable JSONP.\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/retrieve-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"retrieve-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Retrieve resource\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a GET call on a sample resource. It is handled by an \\\"echo\\\" backend which returns a response equal to the request (the supplied headers and body are being returned as received).\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"description\": \"A sample parameter that is required and has a default value of \\\"sample\\\".\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"sample\",\r\n \"required\": true,\r\n \"values\": [\r\n \"sample\"\r\n ]\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"description\": \"Another sample parameter, set to not required.\",\r\n \"type\": \"number\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"Returned in all cases.\",\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/retrieve-resource-cached\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"retrieve-resource-cached\",\r\n \"properties\": {\r\n \"displayName\": \"Retrieve resource (cached)\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/resource-cached\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a GET call with caching enabled on the same \\\"echo\\\" backend as above. Cache TTL is set to 1 hour. When you make the first request the headers you supplied will be cached. Subsequent calls will return the same headers as the first time even if you change them in your request.\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"description\": \"A sample parameter that is required and has a default value of \\\"sample\\\".\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"sample\",\r\n \"required\": true,\r\n \"values\": [\r\n \"sample\"\r\n ]\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"description\": \"Another sample parameter, set to not required.\",\r\n \"type\": \"string\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n }\r\n ],\r\n \"count\": 6\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/retrieve-header-only?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zL3JldHJpZXZlLWhlYWRlci1vbmx5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/retrieve-header-only?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvcmV0cmlldmUtaGVhZGVyLW9ubHk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "823d9d7c-202c-4035-9407-80ab37d6a868" + "c212de97-9517-4a36-89ce-00d54a115650" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -418,34 +418,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAEOk=\"" + "\"AAAAAAAACpw=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "d6fd141e-7998-4625-83a6-1637f511fd00" + "ffd13ef4-9678-45f7-8e6b-9c6096e9322f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "11994" ], "x-ms-correlation-request-id": [ - "daf0a8ed-bf25-465b-8d41-55c0a5b5d4d3" + "8cbdbdc1-370e-4e28-b433-4dbd9968a575" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191533Z:daf0a8ed-bf25-465b-8d41-55c0a5b5d4d3" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231130Z:8cbdbdc1-370e-4e28-b433-4dbd9968a575" ], "Date": [ - "Wed, 25 Mar 2020 19:15:32 GMT" + "Thu, 08 Apr 2021 23:11:29 GMT" ], "Content-Length": [ - "896" + "898" ], "Content-Type": [ "application/json; charset=utf-8" @@ -454,26 +454,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/retrieve-header-only\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"retrieve-header-only\",\r\n \"properties\": {\r\n \"displayName\": \"Retrieve header only\",\r\n \"method\": \"HEAD\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"The HEAD operation returns only headers. In this demonstration a policy is used to set additional headers when the response is returned and to enable JSONP.\",\r\n \"request\": {\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/retrieve-header-only\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"retrieve-header-only\",\r\n \"properties\": {\r\n \"displayName\": \"Retrieve header only\",\r\n \"method\": \"HEAD\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"The HEAD operation returns only headers. In this demonstration a policy is used to set additional headers when the response is returned and to enable JSONP.\",\r\n \"request\": {\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/operationid1559?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zL29wZXJhdGlvbmlkMTU1OT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/operationid8869?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvb3BlcmF0aW9uaWQ4ODY5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"operationDescription4449\",\r\n \"request\": {\r\n \"description\": \"operationRequestDescription7538\",\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"newOperationRequestParmName3040\",\r\n \"description\": \"newOperationRequestParamDescr8520\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"newOperationRequestParamDefaultValue4415\",\r\n \"required\": true,\r\n \"values\": [\r\n \"newOperationRequestParamDefaultValue4415\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"newOperationRequestHeaderParmName2112\",\r\n \"description\": \"newOperationRequestHeaderParamDescr6320\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"newOperationRequestHeaderParamDefaultValue2977\",\r\n \"required\": true,\r\n \"values\": [\r\n \"newOperationRequestHeaderParamDefaultValue2977\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"newOperationRequestRepresentationContentType3221\",\r\n \"sample\": \"newOperationRequestRepresentationSample4808\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 1980785443,\r\n \"description\": \"newOperationResponseDescription3922\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"newOperationResponseRepresentationContentType9241\",\r\n \"sample\": \"newOperationResponseRepresentationSample8652\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"displayName\": \"operationName2300\",\r\n \"method\": \"PATCH\",\r\n \"urlTemplate\": \"/newresource\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"operationDescription3510\",\r\n \"request\": {\r\n \"description\": \"operationRequestDescription3929\",\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"newOperationRequestParmName5276\",\r\n \"description\": \"newOperationRequestParamDescr1122\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"newOperationRequestParamDefaultValue5450\",\r\n \"required\": true,\r\n \"values\": [\r\n \"newOperationRequestParamDefaultValue5450\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"newOperationRequestHeaderParmName2631\",\r\n \"description\": \"newOperationRequestHeaderParamDescr3521\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"newOperationRequestHeaderParamDefaultValue8409\",\r\n \"required\": true,\r\n \"values\": [\r\n \"newOperationRequestHeaderParamDefaultValue8409\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"newOperationRequestRepresentationContentType5701\",\r\n \"sample\": \"newOperationRequestRepresentationSample6630\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 1980785443,\r\n \"description\": \"newOperationResponseDescription1519\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"newOperationResponseRepresentationContentType2731\",\r\n \"sample\": \"newOperationResponseRepresentationSample8651\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"displayName\": \"operationName8305\",\r\n \"method\": \"PATCH\",\r\n \"urlTemplate\": \"/newresource\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "65baf399-c784-4e67-83e9-03f54b2b0395" + "3e13e158-3c99-484c-a6be-3dcc5241c357" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -490,34 +490,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANaQ=\"" + "\"AAAAAAAAddE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "5d8d1e3f-5311-4c1a-b128-be44bfaffd09" + "868b149a-d6c7-48fc-a6f3-d1361a7c63b9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-correlation-request-id": [ - "ee733a07-2352-4a33-94a8-19c27ba3ff13" + "a68ca68b-700e-442d-af64-7d3aadb921de" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191533Z:ee733a07-2352-4a33-94a8-19c27ba3ff13" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231132Z:a68ca68b-700e-442d-af64-7d3aadb921de" ], "Date": [ - "Wed, 25 Mar 2020 19:15:32 GMT" + "Thu, 08 Apr 2021 23:11:31 GMT" ], "Content-Length": [ - "2112" + "2114" ], "Content-Type": [ "application/json; charset=utf-8" @@ -526,26 +526,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/operationid1559\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"operationid1559\",\r\n \"properties\": {\r\n \"displayName\": \"operationName2300\",\r\n \"method\": \"PATCH\",\r\n \"urlTemplate\": \"/newresource\",\r\n \"templateParameters\": [],\r\n \"description\": \"operationDescription4449\",\r\n \"request\": {\r\n \"description\": \"operationRequestDescription7538\",\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"newOperationRequestParmName3040\",\r\n \"description\": \"newOperationRequestParamDescr8520\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"newOperationRequestParamDefaultValue4415\",\r\n \"required\": true,\r\n \"values\": [\r\n \"newOperationRequestParamDefaultValue4415\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"newOperationRequestHeaderParmName2112\",\r\n \"description\": \"newOperationRequestHeaderParamDescr6320\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"newOperationRequestHeaderParamDefaultValue2977\",\r\n \"required\": true,\r\n \"values\": [\r\n \"newOperationRequestHeaderParamDefaultValue2977\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"newOperationRequestRepresentationContentType3221\",\r\n \"sample\": \"newOperationRequestRepresentationSample4808\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 1980785443,\r\n \"description\": \"newOperationResponseDescription3922\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"newOperationResponseRepresentationContentType9241\",\r\n \"sample\": \"newOperationResponseRepresentationSample8652\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/operationid8869\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"operationid8869\",\r\n \"properties\": {\r\n \"displayName\": \"operationName8305\",\r\n \"method\": \"PATCH\",\r\n \"urlTemplate\": \"/newresource\",\r\n \"templateParameters\": [],\r\n \"description\": \"operationDescription3510\",\r\n \"request\": {\r\n \"description\": \"operationRequestDescription3929\",\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"newOperationRequestParmName5276\",\r\n \"description\": \"newOperationRequestParamDescr1122\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"newOperationRequestParamDefaultValue5450\",\r\n \"required\": true,\r\n \"values\": [\r\n \"newOperationRequestParamDefaultValue5450\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"newOperationRequestHeaderParmName2631\",\r\n \"description\": \"newOperationRequestHeaderParamDescr3521\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"newOperationRequestHeaderParamDefaultValue8409\",\r\n \"required\": true,\r\n \"values\": [\r\n \"newOperationRequestHeaderParamDefaultValue8409\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"newOperationRequestRepresentationContentType5701\",\r\n \"sample\": \"newOperationRequestRepresentationSample6630\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 1980785443,\r\n \"description\": \"newOperationResponseDescription1519\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"newOperationResponseRepresentationContentType2731\",\r\n \"sample\": \"newOperationResponseRepresentationSample8651\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/operationid1559?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zL29wZXJhdGlvbmlkMTU1OT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/operationid8869?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvb3BlcmF0aW9uaWQ4ODY5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cbb28db9-938b-4aed-b142-a61405a0e21b" + "770b6ba2-a9b7-4e8b-b914-5db7891f9604" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -556,34 +556,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANaQ=\"" + "\"AAAAAAAAddE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "f96dd142-eb80-4131-8d01-401f5a4d6ef6" + "cd0cab1f-7b5c-4bcd-936e-f6e266471d94" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "11993" ], "x-ms-correlation-request-id": [ - "c6b683fe-2017-4282-8886-c9fd5a1a0996" + "05a73794-10dd-4436-a749-925fa55b965c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191534Z:c6b683fe-2017-4282-8886-c9fd5a1a0996" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231132Z:05a73794-10dd-4436-a749-925fa55b965c" ], "Date": [ - "Wed, 25 Mar 2020 19:15:33 GMT" + "Thu, 08 Apr 2021 23:11:31 GMT" ], "Content-Length": [ - "2112" + "2114" ], "Content-Type": [ "application/json; charset=utf-8" @@ -592,26 +592,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/operationid1559\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"operationid1559\",\r\n \"properties\": {\r\n \"displayName\": \"operationName2300\",\r\n \"method\": \"PATCH\",\r\n \"urlTemplate\": \"/newresource\",\r\n \"templateParameters\": [],\r\n \"description\": \"operationDescription4449\",\r\n \"request\": {\r\n \"description\": \"operationRequestDescription7538\",\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"newOperationRequestParmName3040\",\r\n \"description\": \"newOperationRequestParamDescr8520\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"newOperationRequestParamDefaultValue4415\",\r\n \"required\": true,\r\n \"values\": [\r\n \"newOperationRequestParamDefaultValue4415\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"newOperationRequestHeaderParmName2112\",\r\n \"description\": \"newOperationRequestHeaderParamDescr6320\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"newOperationRequestHeaderParamDefaultValue2977\",\r\n \"required\": true,\r\n \"values\": [\r\n \"newOperationRequestHeaderParamDefaultValue2977\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"newOperationRequestRepresentationContentType3221\",\r\n \"sample\": \"newOperationRequestRepresentationSample4808\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 1980785443,\r\n \"description\": \"newOperationResponseDescription3922\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"newOperationResponseRepresentationContentType9241\",\r\n \"sample\": \"newOperationResponseRepresentationSample8652\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/operationid8869\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"operationid8869\",\r\n \"properties\": {\r\n \"displayName\": \"operationName8305\",\r\n \"method\": \"PATCH\",\r\n \"urlTemplate\": \"/newresource\",\r\n \"templateParameters\": [],\r\n \"description\": \"operationDescription3510\",\r\n \"request\": {\r\n \"description\": \"operationRequestDescription3929\",\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"newOperationRequestParmName5276\",\r\n \"description\": \"newOperationRequestParamDescr1122\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"newOperationRequestParamDefaultValue5450\",\r\n \"required\": true,\r\n \"values\": [\r\n \"newOperationRequestParamDefaultValue5450\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"newOperationRequestHeaderParmName2631\",\r\n \"description\": \"newOperationRequestHeaderParamDescr3521\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"newOperationRequestHeaderParamDefaultValue8409\",\r\n \"required\": true,\r\n \"values\": [\r\n \"newOperationRequestHeaderParamDefaultValue8409\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"newOperationRequestRepresentationContentType5701\",\r\n \"sample\": \"newOperationRequestRepresentationSample6630\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 1980785443,\r\n \"description\": \"newOperationResponseDescription1519\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"newOperationResponseRepresentationContentType2731\",\r\n \"sample\": \"newOperationResponseRepresentationSample8651\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/operationid1559?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zL29wZXJhdGlvbmlkMTU1OT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/operationid8869?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvb3BlcmF0aW9uaWQ4ODY5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b638503-d69b-4b35-9b75-bedb49982e4a" + "88585720-7a81-4faf-b052-147968cba2bc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -622,34 +622,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANaY=\"" + "\"AAAAAAAAddM=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "6b29626c-edd8-4d79-a258-db222893d561" + "35874b87-c061-40e9-918d-3aa7fcc0cba5" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "11991" ], "x-ms-correlation-request-id": [ - "61adde49-b252-421c-a115-a29b540513d8" + "5224a132-1ba8-475f-b4d8-0eb6d83d46fa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191535Z:61adde49-b252-421c-a115-a29b540513d8" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231134Z:5224a132-1ba8-475f-b4d8-0eb6d83d46fa" ], "Date": [ - "Wed, 25 Mar 2020 19:15:35 GMT" + "Thu, 08 Apr 2021 23:11:33 GMT" ], "Content-Length": [ - "2107" + "2109" ], "Content-Type": [ "application/json; charset=utf-8" @@ -658,26 +658,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/operationid1559\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"operationid1559\",\r\n \"properties\": {\r\n \"displayName\": \"patchedName3597\",\r\n \"method\": \"HEAD\",\r\n \"urlTemplate\": \"/newresource\",\r\n \"templateParameters\": [],\r\n \"description\": \"patchedDescription9008\",\r\n \"request\": {\r\n \"description\": \"operationRequestDescription7538\",\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"newOperationRequestParmName3040\",\r\n \"description\": \"newOperationRequestParamDescr8520\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"newOperationRequestParamDefaultValue4415\",\r\n \"required\": true,\r\n \"values\": [\r\n \"newOperationRequestParamDefaultValue4415\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"newOperationRequestHeaderParmName2112\",\r\n \"description\": \"newOperationRequestHeaderParamDescr6320\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"newOperationRequestHeaderParamDefaultValue2977\",\r\n \"required\": true,\r\n \"values\": [\r\n \"newOperationRequestHeaderParamDefaultValue2977\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"newOperationRequestRepresentationContentType3221\",\r\n \"sample\": \"newOperationRequestRepresentationSample4808\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 1980785443,\r\n \"description\": \"newOperationResponseDescription3922\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"newOperationResponseRepresentationContentType9241\",\r\n \"sample\": \"newOperationResponseRepresentationSample8652\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/operationid8869\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"operationid8869\",\r\n \"properties\": {\r\n \"displayName\": \"patchedName1775\",\r\n \"method\": \"HEAD\",\r\n \"urlTemplate\": \"/newresource\",\r\n \"templateParameters\": [],\r\n \"description\": \"patchedDescription9613\",\r\n \"request\": {\r\n \"description\": \"operationRequestDescription3929\",\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"newOperationRequestParmName5276\",\r\n \"description\": \"newOperationRequestParamDescr1122\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"newOperationRequestParamDefaultValue5450\",\r\n \"required\": true,\r\n \"values\": [\r\n \"newOperationRequestParamDefaultValue5450\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"newOperationRequestHeaderParmName2631\",\r\n \"description\": \"newOperationRequestHeaderParamDescr3521\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"newOperationRequestHeaderParamDefaultValue8409\",\r\n \"required\": true,\r\n \"values\": [\r\n \"newOperationRequestHeaderParamDefaultValue8409\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"newOperationRequestRepresentationContentType5701\",\r\n \"sample\": \"newOperationRequestRepresentationSample6630\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 1980785443,\r\n \"description\": \"newOperationResponseDescription1519\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"newOperationResponseRepresentationContentType2731\",\r\n \"sample\": \"newOperationResponseRepresentationSample8651\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/operationid1559?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zL29wZXJhdGlvbmlkMTU1OT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/operationid8869?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvb3BlcmF0aW9uaWQ4ODY5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94c4ef51-787d-4cce-9ba6-625418de305f" + "9b18bdb9-1af4-4b4d-b505-c3c49dcb2dd8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -690,26 +690,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "645b0440-a7fa-4add-9da0-67f3615612d4" + "e370f285-ed14-4d01-a07b-db4f8ca71834" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "11989" ], "x-ms-correlation-request-id": [ - "1bdfdae2-6ce1-4647-a881-69eb1c091334" + "0602a3c1-621e-4747-b6a8-9cb61b27ba47" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191536Z:1bdfdae2-6ce1-4647-a881-69eb1c091334" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231135Z:0602a3c1-621e-4747-b6a8-9cb61b27ba47" ], "Date": [ - "Wed, 25 Mar 2020 19:15:36 GMT" + "Thu, 08 Apr 2021 23:11:34 GMT" ], "Content-Length": [ "85" @@ -725,22 +725,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/operationid1559?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zL29wZXJhdGlvbmlkMTU1OT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/operationid8869?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvb3BlcmF0aW9uaWQ4ODY5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9d3059f-f6f8-4f89-9142-e03979d5dbb7" + "88af22eb-7d2c-4ee7-9146-a86d266a2f7f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -751,31 +751,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANaQ=\"" + "\"AAAAAAAAddE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "71af8c1e-2f01-4e87-a5c4-d5bb6264f738" + "68c007ce-5b9c-4c78-86c4-de2cccf01824" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "11992" ], "x-ms-correlation-request-id": [ - "d4da6459-fb65-4bcf-b130-dbaf4509a4b5" + "af0724fc-bcbf-4801-896e-246d11fba4ff" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191534Z:d4da6459-fb65-4bcf-b130-dbaf4509a4b5" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231132Z:af0724fc-bcbf-4801-896e-246d11fba4ff" ], "Date": [ - "Wed, 25 Mar 2020 19:15:33 GMT" + "Thu, 08 Apr 2021 23:11:31 GMT" ], "Content-Length": [ "0" @@ -788,22 +788,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/operationid1559?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zL29wZXJhdGlvbmlkMTU1OT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/operationid8869?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvb3BlcmF0aW9uaWQ4ODY5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db5824c9-d39c-43c7-b166-4b11b3f03f72" + "7434baa2-f142-42b7-8fc6-add8cb130e2f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -814,31 +814,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANaY=\"" + "\"AAAAAAAAddM=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "5f40f3d8-774a-48c1-beb1-e5a2d8ca5317" + "fbb98d1b-bbec-4e1d-a006-589ecfe603d2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "11990" ], "x-ms-correlation-request-id": [ - "d4bc7dc2-2d19-4af0-9758-6db2c422b4a8" + "09cc37eb-13de-4537-9fcb-8ce36d86f1d0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191535Z:d4bc7dc2-2d19-4af0-9758-6db2c422b4a8" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231134Z:09cc37eb-13de-4537-9fcb-8ce36d86f1d0" ], "Date": [ - "Wed, 25 Mar 2020 19:15:35 GMT" + "Thu, 08 Apr 2021 23:11:33 GMT" ], "Content-Length": [ "0" @@ -851,25 +851,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/operationid1559?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zL29wZXJhdGlvbmlkMTU1OT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/operationid8869?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvb3BlcmF0aW9uaWQ4ODY5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"patchedDescription9008\",\r\n \"displayName\": \"patchedName3597\",\r\n \"method\": \"HEAD\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"patchedDescription9613\",\r\n \"displayName\": \"patchedName1775\",\r\n \"method\": \"HEAD\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ba44d6b5-3c4c-4e1d-98f4-f601149629ef" + "caf4fab4-bcf9-401c-a60d-e56f13d5c623" ], "If-Match": [ - "\"AAAAAAAANaQ=\"" + "\"AAAAAAAAddE=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -885,57 +885,66 @@ "Pragma": [ "no-cache" ], + "ETag": [ + "\"AAAAAAAAddM=\"" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "df97b8f3-09a7-4712-9290-ffab5f387521" + "49ec720b-289a-42cd-8184-34d866589a6a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1197" ], "x-ms-correlation-request-id": [ - "44b578ee-6259-42fd-bca9-b01b929f82ce" + "96050ec1-f044-423f-9768-a0a7a20dc349" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191534Z:44b578ee-6259-42fd-bca9-b01b929f82ce" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231134Z:96050ec1-f044-423f-9768-a0a7a20dc349" ], "Date": [ - "Wed, 25 Mar 2020 19:15:33 GMT" + "Thu, 08 Apr 2021 23:11:33 GMT" + ], + "Content-Length": [ + "2109" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 204 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/operationid8869\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"operationid8869\",\r\n \"properties\": {\r\n \"displayName\": \"patchedName1775\",\r\n \"method\": \"HEAD\",\r\n \"urlTemplate\": \"/newresource\",\r\n \"templateParameters\": [],\r\n \"description\": \"patchedDescription9613\",\r\n \"request\": {\r\n \"description\": \"operationRequestDescription3929\",\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"newOperationRequestParmName5276\",\r\n \"description\": \"newOperationRequestParamDescr1122\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"newOperationRequestParamDefaultValue5450\",\r\n \"required\": true,\r\n \"values\": [\r\n \"newOperationRequestParamDefaultValue5450\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"newOperationRequestHeaderParmName2631\",\r\n \"description\": \"newOperationRequestHeaderParamDescr3521\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"newOperationRequestHeaderParamDefaultValue8409\",\r\n \"required\": true,\r\n \"values\": [\r\n \"newOperationRequestHeaderParamDefaultValue8409\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"newOperationRequestRepresentationContentType5701\",\r\n \"sample\": \"newOperationRequestRepresentationSample6630\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 1980785443,\r\n \"description\": \"newOperationResponseDescription1519\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"newOperationResponseRepresentationContentType2731\",\r\n \"sample\": \"newOperationResponseRepresentationSample8651\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/operationid1559?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zL29wZXJhdGlvbmlkMTU1OT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/operationid8869?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvb3BlcmF0aW9uaWQ4ODY5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef5b31d6-d71f-43b0-84a3-1f5e748880de" + "7cdee6f9-4fcb-4f76-9e07-40d9168bc665" ], "If-Match": [ - "\"AAAAAAAANaY=\"" + "\"AAAAAAAAddM=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -948,26 +957,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "8a355dbb-c23d-4b09-92f2-e402619d6377" + "197dcca7-66ee-4f35-a83f-76553538ec13" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-correlation-request-id": [ - "6536938e-81d4-4140-835d-415ace164436" + "497bf1b1-582e-4092-9c78-1c4c53337c27" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191535Z:6536938e-81d4-4140-835d-415ace164436" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231134Z:497bf1b1-582e-4092-9c78-1c4c53337c27" ], "Date": [ - "Wed, 25 Mar 2020 19:15:35 GMT" + "Thu, 08 Apr 2021 23:11:34 GMT" ], "Expires": [ "-1" @@ -980,13 +989,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/operationid1559?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zL29wZXJhdGlvbmlkMTU1OT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/operationid8869?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvb3BlcmF0aW9uaWQ4ODY5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0473c818-3e18-4375-94aa-db35cc745c8a" + "589754b9-c812-4f54-a0ab-a0dba0d07214" ], "If-Match": [ "*" @@ -995,10 +1004,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1011,26 +1020,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "494bc9e0-e4a4-4237-bc1a-2c46e2793c1e" + "437ac62d-4265-40e6-89fe-de9e83403f49" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14998" ], "x-ms-correlation-request-id": [ - "028e65e3-853c-483f-94cf-d66b688f264a" + "3dd33d2e-3f41-49dc-8caa-8ce82532e0b3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191536Z:028e65e3-853c-483f-94cf-d66b688f264a" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231135Z:3dd33d2e-3f41-49dc-8caa-8ce82532e0b3" ], "Date": [ - "Wed, 25 Mar 2020 19:15:36 GMT" + "Thu, 08 Apr 2021 23:11:34 GMT" ], "Expires": [ "-1" @@ -1042,32 +1051,32 @@ ], "Names": { "CreateListUpdateDelete": [ - "operationid1559", - "operationName2300", - "operationDescription4449", - "operationRequestDescription7538", - "newOperationRequestHeaderParmName2112", - "newOperationRequestHeaderParamDescr6320", - "newOperationRequestHeaderParamDefaultValue2977", - "newOperationRequestParmName3040", - "newOperationRequestParamDescr8520", - "newOperationRequestParamDefaultValue4415", - "newOperationRequestRepresentationContentType3221", - "newOperationRequestRepresentationSample4808", - "newOperationResponseDescription3922", - "newOperationResponseRepresentationContentType9241", - "newOperationResponseRepresentationSample8652", - "patchedName3597", - "patchedDescription9008" + "operationid8869", + "operationName8305", + "operationDescription3510", + "operationRequestDescription3929", + "newOperationRequestHeaderParmName2631", + "newOperationRequestHeaderParamDescr3521", + "newOperationRequestHeaderParamDefaultValue8409", + "newOperationRequestParmName5276", + "newOperationRequestParamDescr1122", + "newOperationRequestParamDefaultValue5450", + "newOperationRequestRepresentationContentType5701", + "newOperationRequestRepresentationSample6630", + "newOperationResponseDescription1519", + "newOperationResponseRepresentationContentType2731", + "newOperationResponseRepresentationSample8651", + "patchedName1775", + "patchedDescription9613" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiProductTests/CreateListUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiProductTests/CreateListUpdateDelete.json index 62e09b91a0db4..653d8f62ce536 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiProductTests/CreateListUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiProductTests/CreateListUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7eb60a17-b221-4916-82d5-3d2c9cfc156a" + "248ac0cf-f761-4d69-8454-fe39f46817a4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "edf32b64-36dc-42ef-9bc0-5e3a3a2dac2c", - "d5498503-f7c8-442a-92f2-c21dbc0a3928" + "0513890a-679b-46ff-8210-2e767b1ef146", + "12fce01e-83b8-43a4-9fe8-d7a22d903f27" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1199" ], "x-ms-correlation-request-id": [ - "84caa3b3-4ca3-4650-a056-8d8d361d380a" + "de1f24d8-a64f-4f07-81c8-f14cdb2dc994" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191823Z:84caa3b3-4ca3-4650-a056-8d8d361d380a" + "WESTUS:20210408T230816Z:de1f24d8-a64f-4f07-81c8-f14cdb2dc994" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:18:23 GMT" + "Thu, 08 Apr 2021 23:08:15 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "88790177-9eda-4640-8d09-258459d1a084" + "20bf87a9-17cd-4574-a99c-3b3af9ac33ff" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "26c205c1-5ce7-4294-940f-69302a93e698" + "d45c6899-77bf-4fb1-bb73-651ca174f8b4" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "11999" ], "x-ms-correlation-request-id": [ - "a96de19d-4a01-4545-ba0a-7d7df0587249" + "e9beab0d-927c-4c70-9643-eade8f748c90" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191824Z:a96de19d-4a01-4545-ba0a-7d7df0587249" + "WESTUS:20210408T230816Z:e9beab0d-927c-4c70-9643-eade8f748c90" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:18:23 GMT" + "Thu, 08 Apr 2021 23:08:16 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5b6e31fc-f5d1-46a5-a380-218951ad030b" + "5606bebb-594f-473b-a5f8-111d260ed790" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,29 +168,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "41d68d50-4b2c-46a2-8853-8bb25bf44a87" + "9f85da73-3919-43e0-b83d-7961c4b6f2d8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "11998" ], "x-ms-correlation-request-id": [ - "b2ab84c4-0532-4cc1-b37f-c1ba8b4d4f30" + "c9e3c165-0f73-4518-9dcb-9d389d3f1d2f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191824Z:b2ab84c4-0532-4cc1-b37f-c1ba8b4d4f30" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T230817Z:c9e3c165-0f73-4518-9dcb-9d389d3f1d2f" ], "Date": [ - "Wed, 25 Mar 2020 19:18:24 GMT" + "Thu, 08 Apr 2021 23:08:17 GMT" ], "Content-Length": [ - "728" + "730" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,26 +199,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/products?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9wcm9kdWN0cz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/products?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3Byb2R1Y3RzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48988ada-451d-4d93-bdfb-62f26f9b1f86" + "3787962c-b9bd-46e6-9341-f00518b33b28" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -231,29 +231,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "bd6b0d63-b81d-4b9f-8e58-10cb40777269" + "45296491-c129-4928-9e55-524be04471b0" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "11997" ], "x-ms-correlation-request-id": [ - "701dea09-509e-4138-ba59-a44ac63e2dc0" + "696482c8-ac3c-49ee-b670-022a13ab5e1f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191824Z:701dea09-509e-4138-ba59-a44ac63e2dc0" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T230818Z:696482c8-ac3c-49ee-b670-022a13ab5e1f" ], "Date": [ - "Wed, 25 Mar 2020 19:18:24 GMT" + "Thu, 08 Apr 2021 23:08:18 GMT" ], "Content-Length": [ - "1330" + "1334" ], "Content-Type": [ "application/json; charset=utf-8" @@ -262,26 +262,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/products/starter\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/products\",\r\n \"name\": \"starter\",\r\n \"properties\": {\r\n \"displayName\": \"Starter\",\r\n \"description\": \"Subscribers will be able to run 5 calls/minute up to a maximum of 100 calls/week.\",\r\n \"terms\": \"\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": false,\r\n \"subscriptionsLimit\": 2147483647,\r\n \"state\": \"published\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/products/unlimited\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/products\",\r\n \"name\": \"unlimited\",\r\n \"properties\": {\r\n \"displayName\": \"Unlimited\",\r\n \"description\": \"Subscribers have completely unlimited access to the API. Administrator approval is required.\",\r\n \"terms\": null,\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 1,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 2\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/products/starter\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/products\",\r\n \"name\": \"starter\",\r\n \"properties\": {\r\n \"displayName\": \"Starter\",\r\n \"description\": \"Subscribers will be able to run 5 calls/minute up to a maximum of 100 calls/week.\",\r\n \"terms\": \"\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": false,\r\n \"subscriptionsLimit\": 2147483647,\r\n \"state\": \"published\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/products/unlimited\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/products\",\r\n \"name\": \"unlimited\",\r\n \"properties\": {\r\n \"displayName\": \"Unlimited\",\r\n \"description\": \"Subscribers have completely unlimited access to the API. Administrator approval is required.\",\r\n \"terms\": null,\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 1,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 2\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/products?$top=1&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9wcm9kdWN0cz8kdG9wPTEmYXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/products?$top=1&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3Byb2R1Y3RzPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78bcd936-8c49-43d1-b922-772716bf2247" + "8f8ee397-cbb5-4300-98d0-6e2f28d1d886" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -294,29 +294,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c73d56d2-0dc0-4bcb-bad9-508c1203eee0" + "0f61a193-daaa-4375-bc9b-11bc89d7ea6c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "11996" ], "x-ms-correlation-request-id": [ - "939673af-8585-4e56-9205-1ea20ade402a" + "9aaf0d9c-447f-4b2a-a181-cf552187ec6c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191825Z:939673af-8585-4e56-9205-1ea20ade402a" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T230818Z:9aaf0d9c-447f-4b2a-a181-cf552187ec6c" ], "Date": [ - "Wed, 25 Mar 2020 19:18:24 GMT" + "Thu, 08 Apr 2021 23:08:18 GMT" ], "Content-Length": [ - "955" + "942" ], "Content-Type": [ "application/json; charset=utf-8" @@ -325,26 +325,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/products/starter\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/products\",\r\n \"name\": \"starter\",\r\n \"properties\": {\r\n \"displayName\": \"Starter\",\r\n \"description\": \"Subscribers will be able to run 5 calls/minute up to a maximum of 100 calls/week.\",\r\n \"terms\": \"\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": false,\r\n \"subscriptionsLimit\": 2147483647,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 2,\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net:443/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/products?%24top=1&api-version=2019-12-01&%24skip=1\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/products/starter\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/products\",\r\n \"name\": \"starter\",\r\n \"properties\": {\r\n \"displayName\": \"Starter\",\r\n \"description\": \"Subscribers will be able to run 5 calls/minute up to a maximum of 100 calls/week.\",\r\n \"terms\": \"\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": false,\r\n \"subscriptionsLimit\": 2147483647,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 2,\r\n \"nextLink\": \"https://management.azure.com:443/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/products?%24top=1&api-version=2020-12-01&%24skip=1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/products?%24top=1&api-version=2019-12-01&%24skip=1", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9wcm9kdWN0cz8lMjR0b3A9MSZhcGktdmVyc2lvbj0yMDE5LTEyLTAxJiUyNHNraXA9MQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/products?%24top=1&api-version=2020-12-01&%24skip=1", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3Byb2R1Y3RzPyUyNHRvcD0xJmFwaS12ZXJzaW9uPTIwMjAtMTItMDEmJTI0c2tpcD0x", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f71fc65d-d640-4ed2-9c9c-e4b57af1b2f9" + "6074059c-d040-41f0-92b7-176e0dec98a3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -357,29 +357,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "6f80652a-6218-4176-8e75-11049d1f7c1f" + "84dcf865-b289-4728-93f7-44e3ef06b7c0" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" + "11995" ], "x-ms-correlation-request-id": [ - "5ac7c00c-63ab-4347-b559-0796a3cbff16" + "9dea6766-c765-4e59-85c0-7f87d37ee9c2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191825Z:5ac7c00c-63ab-4347-b559-0796a3cbff16" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T230819Z:9dea6766-c765-4e59-85c0-7f87d37ee9c2" ], "Date": [ - "Wed, 25 Mar 2020 19:18:25 GMT" + "Thu, 08 Apr 2021 23:08:19 GMT" ], "Content-Length": [ - "688" + "690" ], "Content-Type": [ "application/json; charset=utf-8" @@ -388,26 +388,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/products/unlimited\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/products\",\r\n \"name\": \"unlimited\",\r\n \"properties\": {\r\n \"displayName\": \"Unlimited\",\r\n \"description\": \"Subscribers have completely unlimited access to the API. Administrator approval is required.\",\r\n \"terms\": null,\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 1,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 2\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/products/unlimited\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/products\",\r\n \"name\": \"unlimited\",\r\n \"properties\": {\r\n \"displayName\": \"Unlimited\",\r\n \"description\": \"Subscribers have completely unlimited access to the API. Administrator approval is required.\",\r\n \"terms\": null,\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 1,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 2\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/products?$skip=1&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9wcm9kdWN0cz8kc2tpcD0xJmFwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/products?$skip=1&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3Byb2R1Y3RzPyRza2lwPTEmYXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0af852c9-c059-4d02-8776-d5da005c5e07" + "57c9093e-f915-4190-88c3-db836483b7a0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -420,29 +420,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "afe76965-ef67-47c8-86eb-a4e1aa9629f6" + "31c7816d-5ce3-428f-8cb1-cc1e5f036f01" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" + "11994" ], "x-ms-correlation-request-id": [ - "4c822a76-0b39-47d0-a3ea-dc0b49eb66e0" + "af7f1fa5-a415-450f-982b-7f38f02d4664" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191825Z:4c822a76-0b39-47d0-a3ea-dc0b49eb66e0" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T230819Z:af7f1fa5-a415-450f-982b-7f38f02d4664" ], "Date": [ - "Wed, 25 Mar 2020 19:18:25 GMT" + "Thu, 08 Apr 2021 23:08:19 GMT" ], "Content-Length": [ - "688" + "690" ], "Content-Type": [ "application/json; charset=utf-8" @@ -451,18 +451,18 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/products/unlimited\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/products\",\r\n \"name\": \"unlimited\",\r\n \"properties\": {\r\n \"displayName\": \"Unlimited\",\r\n \"description\": \"Subscribers have completely unlimited access to the API. Administrator approval is required.\",\r\n \"terms\": null,\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 1,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 2\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/products/unlimited\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/products\",\r\n \"name\": \"unlimited\",\r\n \"properties\": {\r\n \"displayName\": \"Unlimited\",\r\n \"description\": \"Subscribers have completely unlimited access to the API. Administrator approval is required.\",\r\n \"terms\": null,\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 1,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 2\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiRevisionTests/CreateListUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiRevisionTests/CreateListUpdateDelete.json index a74ab15cf5ab2..4582d268b7eab 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiRevisionTests/CreateListUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiRevisionTests/CreateListUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7c414c1f-4d75-4825-ae58-a62769c53a6f" + "3f38f2e8-587b-40ed-84ac-cddcf050075e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bcc22e3b-0ca6-47f8-a056-09c65db5b60a", - "99929cfa-487e-4f36-9232-a1575ac453d1" + "606f04ba-1b63-48b9-8312-2e8530d9eb7b", + "b9844d38-083d-4652-b3b4-1479163b58b2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-correlation-request-id": [ - "234b1c35-e56e-4bde-bd0f-f469891c2e84" + "06b2d4f5-50c8-4db9-9c0e-04ba3e65b414" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191414Z:234b1c35-e56e-4bde-bd0f-f469891c2e84" + "WESTCENTRALUS:20210408T214428Z:06b2d4f5-50c8-4db9-9c0e-04ba3e65b414" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:14:13 GMT" + "Thu, 08 Apr 2021 21:44:28 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f24a8ee0-2837-44df-8145-1b632a93b7a6" + "89eb0beb-95d3-426c-89e3-31aa6a588927" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4d365a21-2480-48a7-a554-324a8eba13b0" + "b5163b8c-dc1f-4aa6-8c7a-e753a72f12e4" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "11999" ], "x-ms-correlation-request-id": [ - "bcbfedc9-801d-4d68-bec4-9ee6879c0350" + "ee82dc32-e32e-45e5-abd7-40c003acc567" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191414Z:bcbfedc9-801d-4d68-bec4-9ee6879c0350" + "WESTCENTRALUS:20210408T214428Z:ee82dc32-e32e-45e5-abd7-40c003acc567" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:14:13 GMT" + "Thu, 08 Apr 2021 21:44:28 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"swaggerApi\",\r\n \"value\": \"{\\r\\n \\\"x-comment\\\": \\\"This file was extended from /github.com/swagger-api/swagger-spec/blob/master/examples/v2.0/json/petstore-with-external-docs.json\\\",\\r\\n \\\"swagger\\\": \\\"2.0\\\",\\r\\n \\\"info\\\": {\\r\\n \\\"version\\\": \\\"1.0.0\\\",\\r\\n \\\"title\\\": \\\"Swagger Petstore Extensive\\\",\\r\\n \\\"description\\\": \\\"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\\\",\\r\\n \\\"termsOfService\\\": \\\"http://helloreverb.com/terms/\\\",\\r\\n \\\"contact\\\": {\\r\\n \\\"name\\\": \\\"Wordnik API Team\\\",\\r\\n \\\"email\\\": \\\"foo@example.com\\\",\\r\\n \\\"url\\\": \\\"http://madskristensen.net\\\"\\r\\n },\\r\\n \\\"license\\\": {\\r\\n \\\"name\\\": \\\"MIT\\\",\\r\\n \\\"url\\\": \\\"http://github.com/gruntjs/grunt/blob/master/LICENSE-MIT\\\"\\r\\n }\\r\\n },\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"host\\\": \\\"petstore.swagger.wordnik.com\\\",\\r\\n \\\"basePath\\\": \\\"/api\\\",\\r\\n \\\"schemes\\\": [\\r\\n \\\"http\\\"\\r\\n ],\\r\\n \\\"consumes\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"paths\\\": {\\r\\n \\\"/mySamplePath?willbeignored={willbeignored}\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"Dummy desc\\\",\\r\\n \\\"operationId\\\": \\\"dummyid1\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyDateHeaderParam\\\",\\r\\n \\\"in\\\": \\\"header\\\",\\r\\n \\\"description\\\": \\\"dummyDateHeaderParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"date\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyReqQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyNotReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyNotReqQueryParam description\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyBodyParam\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"dummyBodyParam description\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\",\\r\\n \\\"example\\\": {\\r\\n \\\"id\\\": 2,\\r\\n \\\"name\\\": \\\"myreqpet\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"headers\\\": {\\r\\n \\\"header1\\\": {\\r\\n \\\"description\\\": \\\"sampleheader\\\",\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n },\\r\\n \\\"examples\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"id\\\": 3,\\r\\n \\\"name\\\": \\\"myresppet\\\" \\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/resourceWithFormData\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"resourceWithFormData desc\\\",\\r\\n \\\"operationId\\\": \\\"resourceWithFormDataPOST\\\",\\r\\n \\\"consumes\\\": [ \\\"multipart/form-data\\\" ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyFormDataParam\\\",\\r\\n \\\"in\\\": \\\"formData\\\",\\r\\n \\\"description\\\": \\\"dummyFormDataParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyReqQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"sample response\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/mySamplePath2?definedQueryParam={definedQueryParam}\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"produces\\\": [\\r\\n \\\"contenttype1\\\",\\r\\n \\\"application/xml\\\"\\r\\n ],\\r\\n \\\"description\\\": \\\"Dummy desc\\\",\\r\\n \\\"operationId\\\": \\\"dummyid2\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/parameters/dummyQueryParameterDef\\\"\\r\\n },\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/parameters/dummyBodyParameterDef\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"204\\\": {\\r\\n \\\"$ref\\\": \\\"#/responses/dummyResponseDef\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets2?dummyParam={dummyParam}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Dummy description\\\",\\r\\n \\\"operationId\\\": \\\"dummyOperationId\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyParam desc\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"collectionFormat\\\": \\\"csv\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"limit\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"maximum number of results to return\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Returns all pets from the system that the user has access to\\\",\\r\\n \\\"operationId\\\": \\\"findPets\\\",\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\",\\r\\n \\\"application/xml\\\"\\r\\n ],\\r\\n \\\"consumes\\\": [\\r\\n \\\"text/xml\\\",\\r\\n \\\"text/html\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"tags\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"tags to filter by\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"collectionFormat\\\": \\\"csv\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"limit\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"maximum number of results to return\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"Creates a new pet in the store. Duplicates are allowed\\\",\\r\\n \\\"operationId\\\": \\\"addPet\\\",\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"pet\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"Pet to add to the store\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/newPet\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets/{id}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Returns a user based on a single ID, if the user does not have access to the pet\\\",\\r\\n \\\"operationId\\\": \\\"findPetById\\\",\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\",\\r\\n \\\"application/xml\\\",\\r\\n \\\"text/xml\\\",\\r\\n \\\"text/html\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"id\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to fetch\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"delete\\\": {\\r\\n \\\"description\\\": \\\"deletes a single pet based on the ID supplied\\\",\\r\\n \\\"operationId\\\": \\\"deletePet\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"id\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to delete\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"204\\\": {\\r\\n \\\"description\\\": \\\"pet deleted\\\"\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"definitions\\\": {\\r\\n \\\"pet\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"id\\\",\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"tag\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"newPet\\\": {\\r\\n \\\"allOf\\\": [\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n },\\r\\n {\\r\\n \\\"required\\\": [\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ]\\r\\n },\\r\\n \\\"errorModel\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"code\\\",\\r\\n \\\"message\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"code\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"message\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"parameters\\\": {\\r\\n \\\"dummyBodyParameterDef\\\": {\\r\\n \\\"name\\\": \\\"definedBodyParam\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"definedBodyParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"title\\\": \\\"Example Schema\\\",\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"firstName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"lastName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"age\\\": {\\r\\n \\\"description\\\": \\\"Age in years\\\",\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"minimum\\\": 0\\r\\n }\\r\\n },\\r\\n \\\"required\\\": [ \\\"firstName\\\", \\\"lastName\\\" ]\\r\\n }\\r\\n },\\r\\n \\\"dummyQueryParameterDef\\\": {\\r\\n \\\"name\\\": \\\"definedQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"definedQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"whateverformat\\\"\\r\\n }\\r\\n },\\r\\n \\\"responses\\\": {\\r\\n \\\"dummyResponseDef\\\": {\\r\\n \\\"description\\\": \\\"dummyResponseDef description\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n },\\r\\n \\\"headers\\\": {\\r\\n \\\"header1\\\": {\\r\\n \\\"type\\\": \\\"integer\\\"\\r\\n },\\r\\n \\\"header2\\\": {\\r\\n \\\"type\\\": \\\"integer\\\"\\r\\n }\\r\\n },\\r\\n \\\"examples\\\": {\\r\\n \\\"contenttype1\\\": \\\"contenttype1 example\\\",\\r\\n \\\"contenttype2\\\": \\\"contenttype2 example\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n}\\r\\n\\r\\n\",\r\n \"format\": \"swagger-json\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "69e52d46-c8d7-4e67-99ac-b6ea6d96d34b" + "c046a3e8-d7e0-4899-a401-f7ffef2350b5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -172,31 +172,31 @@ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848?api-version=2019-12-01&asyncId=5e7bad8707b43d0e3879466d&asyncCode=201" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692?api-version=2020-12-01&asyncId=606f793e0dcb2d108ce1c42e&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "cb79a5b7-0ae1-4abb-98ef-16b28b692702" + "7fa8a2e3-6bc9-4727-9755-db7bda0e19ec" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-correlation-request-id": [ - "7b41ede3-0777-494e-a501-5333581a2266" + "9b6628f9-1166-47d8-a21f-35f56d077782" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191415Z:7b41ede3-0777-494e-a501-5333581a2266" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214430Z:9b6628f9-1166-47d8-a21f-35f56d077782" ], "Date": [ - "Wed, 25 Mar 2020 19:14:15 GMT" + "Thu, 08 Apr 2021 21:44:30 GMT" ], "Expires": [ "-1" @@ -209,16 +209,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848?api-version=2019-12-01&asyncId=5e7bad8707b43d0e3879466d&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDg/YXBpLXZlcnNpb249MjAxOS0xMi0wMSZhc3luY0lkPTVlN2JhZDg3MDdiNDNkMGUzODc5NDY2ZCZhc3luY0NvZGU9MjAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692?api-version=2020-12-01&asyncId=606f793e0dcb2d108ce1c42e&asyncCode=201", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAxJmFzeW5jSWQ9NjA2Zjc5M2UwZGNiMmQxMDhjZTFjNDJlJmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -229,34 +229,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANVk=\"" + "\"AAAAAAAAbig=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "6bc25e1e-e9d1-4491-adbf-5b35c758d5a6" + "0b21cc68-e05f-49e3-8fe1-d025711de8b2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "11998" ], "x-ms-correlation-request-id": [ - "27fb9343-210a-41fe-9a3a-5888f663e802" + "27fb7938-a90e-44c9-a078-3361829665ff" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191445Z:27fb9343-210a-41fe-9a3a-5888f663e802" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214500Z:27fb7938-a90e-44c9-a078-3361829665ff" ], "Date": [ - "Wed, 25 Mar 2020 19:14:45 GMT" + "Thu, 08 Apr 2021 21:45:00 GMT" ], "Content-Length": [ - "881" + "883" ], "Content-Type": [ "application/json; charset=utf-8" @@ -265,26 +265,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid7848\",\r\n \"properties\": {\r\n \"displayName\": \"Swagger Petstore Extensive\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://petstore.swagger.wordnik.com/api\",\r\n \"path\": \"swaggerApi\",\r\n \"protocols\": [\r\n \"http\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid7692\",\r\n \"properties\": {\r\n \"displayName\": \"Swagger Petstore Extensive\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://petstore.swagger.wordnik.com/api\",\r\n \"path\": \"swaggerApi\",\r\n \"protocols\": [\r\n \"http\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ed6172d-062b-4d5a-bea9-04baaddc3f02" + "d35da760-d2ac-451f-bda7-84402fbbe754" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -295,34 +295,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANVk=\"" + "\"AAAAAAAAbig=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "2402a97d-6b4d-4953-96e1-30ce513197c1" + "e22e71ce-a7a5-459a-8b66-d06b7fa89857" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "11997" ], "x-ms-correlation-request-id": [ - "dc927fdf-5b5e-4589-b892-e8bf737a3dde" + "5b40e720-2cc5-473d-b842-612af78dc4e5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191445Z:dc927fdf-5b5e-4589-b892-e8bf737a3dde" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214500Z:5b40e720-2cc5-473d-b842-612af78dc4e5" ], "Date": [ - "Wed, 25 Mar 2020 19:14:45 GMT" + "Thu, 08 Apr 2021 21:45:00 GMT" ], "Content-Length": [ - "881" + "883" ], "Content-Type": [ "application/json; charset=utf-8" @@ -331,26 +331,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid7848\",\r\n \"properties\": {\r\n \"displayName\": \"Swagger Petstore Extensive\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://petstore.swagger.wordnik.com/api\",\r\n \"path\": \"swaggerApi\",\r\n \"protocols\": [\r\n \"http\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid7692\",\r\n \"properties\": {\r\n \"displayName\": \"Swagger Petstore Extensive\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://petstore.swagger.wordnik.com/api\",\r\n \"path\": \"swaggerApi\",\r\n \"protocols\": [\r\n \"http\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c3094dac-37b8-4af9-ae5a-4df81edec4f9" + "d6bc52b3-a28d-49c4-8ad0-7c299a0de636" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -363,26 +363,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "6fa14f72-2fff-4611-9b26-0d457cebb0b3" + "640757b7-ad28-4bf6-a3c8-de9fbffbb8fa" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" + "11982" ], "x-ms-correlation-request-id": [ - "bf26c343-7676-4282-a45c-bd3911875801" + "6234782a-5113-4411-b315-6638a1b71e58" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191525Z:bf26c343-7676-4282-a45c-bd3911875801" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214541Z:6234782a-5113-4411-b315-6638a1b71e58" ], "Date": [ - "Wed, 25 Mar 2020 19:15:25 GMT" + "Thu, 08 Apr 2021 21:45:41 GMT" ], "Content-Length": [ "79" @@ -398,22 +398,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848/operations?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDgvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692/operations?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5Mi9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "368f697b-ba2f-43c4-a218-a9ccc33477af" + "1904f327-a1ce-4981-908d-135141c71988" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -426,29 +426,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "663621b7-25c5-4850-9681-c1ec153423e1" + "c3818d1f-97ce-4960-b31c-a20856d949bc" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "11996" ], "x-ms-correlation-request-id": [ - "a93f633f-8a96-4e2e-814c-3130439e0e8b" + "4a94970d-0fce-4258-a798-4d44ddb8229a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191446Z:a93f633f-8a96-4e2e-814c-3130439e0e8b" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214501Z:4a94970d-0fce-4258-a798-4d44ddb8229a" ], "Date": [ - "Wed, 25 Mar 2020 19:14:46 GMT" + "Thu, 08 Apr 2021 21:45:00 GMT" ], "Content-Length": [ - "18958" + "19209" ], "Content-Type": [ "application/json; charset=utf-8" @@ -457,26 +457,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848/operations/addPet\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"addPet\",\r\n \"properties\": {\r\n \"displayName\": \"addPet\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/pets\",\r\n \"templateParameters\": [],\r\n \"description\": \"Creates a new pet in the store. Duplicates are allowed\",\r\n \"request\": {\r\n \"description\": \"Pet to add to the store\",\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"newPet\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"pet\",\r\n \"generatedSample\": \"{\\r\\n \\\"id\\\": 0,\\r\\n \\\"name\\\": \\\"string\\\",\\r\\n \\\"tag\\\": \\\"string\\\"\\r\\n}\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"{\\r\\n \\\"code\\\": 0,\\r\\n \\\"message\\\": \\\"string\\\"\\r\\n}\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848/operations/deletePet\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"deletePet\",\r\n \"properties\": {\r\n \"displayName\": \"deletePet\",\r\n \"method\": \"DELETE\",\r\n \"urlTemplate\": \"/pets/{id}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"id\",\r\n \"description\": \"Format - int64. ID of pet to delete\",\r\n \"type\": \"integer\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"deletes a single pet based on the ID supplied\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 204,\r\n \"description\": \"pet deleted\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"{\\r\\n \\\"code\\\": 0,\\r\\n \\\"message\\\": \\\"string\\\"\\r\\n}\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848/operations/dummyid1\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"dummyid1\",\r\n \"properties\": {\r\n \"displayName\": \"dummyid1\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/mySamplePath?dummyReqQueryParam={dummyReqQueryParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"dummyReqQueryParam\",\r\n \"description\": \"dummyReqQueryParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Dummy desc\",\r\n \"request\": {\r\n \"description\": \"dummyBodyParam description\",\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"dummyNotReqQueryParam\",\r\n \"description\": \"dummyNotReqQueryParam description\",\r\n \"type\": \"string\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"dummyDateHeaderParam\",\r\n \"description\": \"Format - date (as full-date in RFC3339). dummyDateHeaderParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"{\\r\\n \\\"id\\\": 2,\\r\\n \\\"name\\\": \\\"myreqpet\\\"\\r\\n}\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"pet\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"{\\r\\n \\\"id\\\": 3,\\r\\n \\\"name\\\": \\\"myresppet\\\"\\r\\n}\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"petArray\"\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"header1\",\r\n \"description\": \"sampleheader\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"{\\r\\n \\\"code\\\": 0,\\r\\n \\\"message\\\": \\\"string\\\"\\r\\n}\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848/operations/dummyid2\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"dummyid2\",\r\n \"properties\": {\r\n \"displayName\": \"dummyid2\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/mySamplePath2?definedQueryParam={definedQueryParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"definedQueryParam\",\r\n \"description\": \"Format - whateverformat. definedQueryParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Dummy desc\",\r\n \"request\": {\r\n \"description\": \"definedBodyParam description\",\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"DefinedBodyParam\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 204,\r\n \"description\": \"dummyResponseDef description\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"contenttype1\",\r\n \"sample\": \"contenttype1 example\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"contenttype2\",\r\n \"sample\": \"contenttype2 example\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"pet\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n string\\r\\n\"\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"header1\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n },\r\n {\r\n \"name\": \"header2\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848/operations/dummyOperationId\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"dummyOperationId\",\r\n \"properties\": {\r\n \"displayName\": \"dummyOperationId\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/pets2?dummyParam={dummyParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"dummyParam\",\r\n \"description\": \"dummyParam desc\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Dummy description\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"limit\",\r\n \"description\": \"Format - int32. maximum number of results to return\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"Pets2Get200ApplicationJsonResponse\",\r\n \"generatedSample\": \"[\\r\\n \\\"string\\\"\\r\\n]\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"{\\r\\n \\\"code\\\": 0,\\r\\n \\\"message\\\": \\\"string\\\"\\r\\n}\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848/operations/findPetById\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"findPetById\",\r\n \"properties\": {\r\n \"displayName\": \"findPetById\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/pets/{id}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"id\",\r\n \"description\": \"Format - int64. ID of pet to fetch\",\r\n \"type\": \"integer\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Returns a user based on a single ID, if the user does not have access to the pet\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"pet\",\r\n \"generatedSample\": \"{\\r\\n \\\"id\\\": 0,\\r\\n \\\"name\\\": \\\"string\\\",\\r\\n \\\"tag\\\": \\\"string\\\"\\r\\n}\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"pet\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n string\\r\\n\"\r\n },\r\n {\r\n \"contentType\": \"text/xml\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"pet\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n string\\r\\n\"\r\n },\r\n {\r\n \"contentType\": \"text/html\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"pet\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n string\\r\\n\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"{\\r\\n \\\"code\\\": 0,\\r\\n \\\"message\\\": \\\"string\\\"\\r\\n}\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n\"\r\n },\r\n {\r\n \"contentType\": \"text/xml\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n\"\r\n },\r\n {\r\n \"contentType\": \"text/html\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848/operations/findPets\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"findPets\",\r\n \"properties\": {\r\n \"displayName\": \"findPets\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/pets\",\r\n \"templateParameters\": [],\r\n \"description\": \"Returns all pets from the system that the user has access to\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"tags\",\r\n \"description\": \"tags to filter by\",\r\n \"type\": \"string\",\r\n \"values\": []\r\n },\r\n {\r\n \"name\": \"limit\",\r\n \"description\": \"Format - int32. maximum number of results to return\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"petArray\",\r\n \"generatedSample\": \"[\\r\\n {\\r\\n \\\"id\\\": 0,\\r\\n \\\"name\\\": \\\"string\\\",\\r\\n \\\"tag\\\": \\\"string\\\"\\r\\n }\\r\\n]\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"petArray\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n string\\r\\n\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"{\\r\\n \\\"code\\\": 0,\\r\\n \\\"message\\\": \\\"string\\\"\\r\\n}\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848/operations/resourceWithFormDataPOST\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"resourceWithFormDataPOST\",\r\n \"properties\": {\r\n \"displayName\": \"resourceWithFormDataPOST\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/resourceWithFormData?dummyReqQueryParam={dummyReqQueryParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"dummyReqQueryParam\",\r\n \"description\": \"dummyReqQueryParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"resourceWithFormData desc\",\r\n \"request\": {\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"multipart/form-data\",\r\n \"formParameters\": [\r\n {\r\n \"name\": \"dummyFormDataParam\",\r\n \"description\": \"dummyFormDataParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"sample response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n }\r\n ],\r\n \"count\": 8\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692/operations/addPet\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"addPet\",\r\n \"properties\": {\r\n \"displayName\": \"addPet\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/pets\",\r\n \"templateParameters\": [],\r\n \"description\": \"Creates a new pet in the store. Duplicates are allowed\",\r\n \"request\": {\r\n \"description\": \"Pet to add to the store\",\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"newPet\",\r\n \"generatedSample\": \"{\\r\\n \\\"id\\\": 0,\\r\\n \\\"name\\\": \\\"string\\\",\\r\\n \\\"tag\\\": \\\"string\\\"\\r\\n}\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"pet\",\r\n \"generatedSample\": \"{\\r\\n \\\"id\\\": 0,\\r\\n \\\"name\\\": \\\"string\\\",\\r\\n \\\"tag\\\": \\\"string\\\"\\r\\n}\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"{\\r\\n \\\"code\\\": 0,\\r\\n \\\"message\\\": \\\"string\\\"\\r\\n}\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692/operations/deletePet\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"deletePet\",\r\n \"properties\": {\r\n \"displayName\": \"deletePet\",\r\n \"method\": \"DELETE\",\r\n \"urlTemplate\": \"/pets/{id}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"id\",\r\n \"description\": \"Format - int64. ID of pet to delete\",\r\n \"type\": \"integer\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"deletes a single pet based on the ID supplied\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 204,\r\n \"description\": \"pet deleted\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"{\\r\\n \\\"code\\\": 0,\\r\\n \\\"message\\\": \\\"string\\\"\\r\\n}\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692/operations/dummyid1\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"dummyid1\",\r\n \"properties\": {\r\n \"displayName\": \"dummyid1\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/mySamplePath?dummyReqQueryParam={dummyReqQueryParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"dummyReqQueryParam\",\r\n \"description\": \"dummyReqQueryParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Dummy desc\",\r\n \"request\": {\r\n \"description\": \"dummyBodyParam description\",\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"dummyNotReqQueryParam\",\r\n \"description\": \"dummyNotReqQueryParam description\",\r\n \"type\": \"string\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"dummyDateHeaderParam\",\r\n \"description\": \"Format - date (as full-date in RFC3339). dummyDateHeaderParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"{\\r\\n \\\"id\\\": 2,\\r\\n \\\"name\\\": \\\"myreqpet\\\"\\r\\n}\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"pet\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"{\\r\\n \\\"id\\\": 3,\\r\\n \\\"name\\\": \\\"myresppet\\\"\\r\\n}\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"petArray\"\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"header1\",\r\n \"description\": \"sampleheader\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"{\\r\\n \\\"code\\\": 0,\\r\\n \\\"message\\\": \\\"string\\\"\\r\\n}\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692/operations/dummyid2\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"dummyid2\",\r\n \"properties\": {\r\n \"displayName\": \"dummyid2\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/mySamplePath2?definedQueryParam={definedQueryParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"definedQueryParam\",\r\n \"description\": \"Format - whateverformat. definedQueryParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Dummy desc\",\r\n \"request\": {\r\n \"description\": \"definedBodyParam description\",\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"DefinedBodyParam\",\r\n \"generatedSample\": \"{\\r\\n \\\"firstName\\\": \\\"string\\\",\\r\\n \\\"lastName\\\": \\\"string\\\",\\r\\n \\\"age\\\": 0\\r\\n}\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 204,\r\n \"description\": \"dummyResponseDef description\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"contenttype1\",\r\n \"sample\": \"contenttype1 example\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"contenttype2\",\r\n \"sample\": \"contenttype2 example\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"pet\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n string\\r\\n\"\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"header1\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n },\r\n {\r\n \"name\": \"header2\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692/operations/dummyOperationId\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"dummyOperationId\",\r\n \"properties\": {\r\n \"displayName\": \"dummyOperationId\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/pets2?dummyParam={dummyParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"dummyParam\",\r\n \"description\": \"dummyParam desc\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Dummy description\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"limit\",\r\n \"description\": \"Format - int32. maximum number of results to return\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"Pets2Get200ApplicationJsonResponse\",\r\n \"generatedSample\": \"[\\r\\n \\\"string\\\"\\r\\n]\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"{\\r\\n \\\"code\\\": 0,\\r\\n \\\"message\\\": \\\"string\\\"\\r\\n}\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692/operations/findPetById\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"findPetById\",\r\n \"properties\": {\r\n \"displayName\": \"findPetById\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/pets/{id}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"id\",\r\n \"description\": \"Format - int64. ID of pet to fetch\",\r\n \"type\": \"integer\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Returns a user based on a single ID, if the user does not have access to the pet\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"pet\",\r\n \"generatedSample\": \"{\\r\\n \\\"id\\\": 0,\\r\\n \\\"name\\\": \\\"string\\\",\\r\\n \\\"tag\\\": \\\"string\\\"\\r\\n}\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"pet\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n string\\r\\n\"\r\n },\r\n {\r\n \"contentType\": \"text/xml\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"pet\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n string\\r\\n\"\r\n },\r\n {\r\n \"contentType\": \"text/html\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"pet\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n string\\r\\n\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"{\\r\\n \\\"code\\\": 0,\\r\\n \\\"message\\\": \\\"string\\\"\\r\\n}\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n\"\r\n },\r\n {\r\n \"contentType\": \"text/xml\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n\"\r\n },\r\n {\r\n \"contentType\": \"text/html\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692/operations/findPets\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"findPets\",\r\n \"properties\": {\r\n \"displayName\": \"findPets\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/pets\",\r\n \"templateParameters\": [],\r\n \"description\": \"Returns all pets from the system that the user has access to\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"tags\",\r\n \"description\": \"tags to filter by\",\r\n \"type\": \"string\",\r\n \"values\": []\r\n },\r\n {\r\n \"name\": \"limit\",\r\n \"description\": \"Format - int32. maximum number of results to return\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"petArray\",\r\n \"generatedSample\": \"[\\r\\n {\\r\\n \\\"id\\\": 0,\\r\\n \\\"name\\\": \\\"string\\\",\\r\\n \\\"tag\\\": \\\"string\\\"\\r\\n }\\r\\n]\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"petArray\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n string\\r\\n\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"{\\r\\n \\\"code\\\": 0,\\r\\n \\\"message\\\": \\\"string\\\"\\r\\n}\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692/operations/resourceWithFormDataPOST\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"resourceWithFormDataPOST\",\r\n \"properties\": {\r\n \"displayName\": \"resourceWithFormDataPOST\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/resourceWithFormData?dummyReqQueryParam={dummyReqQueryParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"dummyReqQueryParam\",\r\n \"description\": \"dummyReqQueryParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"resourceWithFormData desc\",\r\n \"request\": {\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"multipart/form-data\",\r\n \"formParameters\": [\r\n {\r\n \"name\": \"dummyFormDataParam\",\r\n \"description\": \"dummyFormDataParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"sample response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n }\r\n ],\r\n \"count\": 8\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0623f719-1e24-438c-9c68-948731ff40fc" + "74dcc90e-c4fc-4310-8a74-f4aaca783ec3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -487,31 +487,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANVk=\"" + "\"AAAAAAAAbig=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "2fa6e46c-6071-4f59-8537-abdd2815a69c" + "93838643-ca41-4f85-9167-c323aa6c4249" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "11995" ], "x-ms-correlation-request-id": [ - "5ec12237-063f-40a8-be64-aa358addf63f" + "289b0474-9cbe-4c8c-88e7-adb689ccd9fd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191446Z:5ec12237-063f-40a8-be64-aa358addf63f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214501Z:289b0474-9cbe-4c8c-88e7-adb689ccd9fd" ], "Date": [ - "Wed, 25 Mar 2020 19:14:46 GMT" + "Thu, 08 Apr 2021 21:45:00 GMT" ], "Content-Length": [ "0" @@ -524,22 +524,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4455bb3d-7966-4b6d-8a4d-ce585cac1823" + "fe062de7-365b-45f0-9c6c-37aba781704b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -550,31 +550,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANVk=\"" + "\"AAAAAAAAbig=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "b3850f42-61a8-4a62-bd77-d133d740404d" + "a0b849af-af14-41a7-ba3b-20e3763afb4e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "11988" ], "x-ms-correlation-request-id": [ - "ff26eca2-1d4a-4890-b799-8e436a35b1eb" + "b4dc617b-b65f-4f78-bdfc-2d96b8dc48b6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191521Z:ff26eca2-1d4a-4890-b799-8e436a35b1eb" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214538Z:b4dc617b-b65f-4f78-bdfc-2d96b8dc48b6" ], "Date": [ - "Wed, 25 Mar 2020 19:15:20 GMT" + "Thu, 08 Apr 2021 21:45:37 GMT" ], "Content-Length": [ "0" @@ -587,28 +587,28 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848%3Brev%3D2?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDglM0JyZXYlM0QyP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692%3Brev%3D2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5MiUzQnJldiUzRDI/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\",\r\n \"authenticationSettings\": {},\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": false,\r\n \"apiRevisionDescription\": \"Petstore second revision\",\r\n \"sourceApiId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848\",\r\n \"displayName\": \"Swagger Petstore Extensive\",\r\n \"serviceUrl\": \"http://petstore.swagger.wordnik.com/api2\",\r\n \"path\": \"swaggerApi\",\r\n \"protocols\": [\r\n \"http\"\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\",\r\n \"authenticationSettings\": {},\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": false,\r\n \"apiRevisionDescription\": \"Petstore second revision\",\r\n \"sourceApiId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692\",\r\n \"displayName\": \"Swagger Petstore Extensive\",\r\n \"serviceUrl\": \"http://petstore.swagger.wordnik.com/api2\",\r\n \"path\": \"swaggerApi\",\r\n \"protocols\": [\r\n \"http\"\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2cc82825-dd3a-49c4-aec4-c607e2973b1e" + "8b5e4f4c-d3aa-4aa0-ae43-80f2875504cb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "767" + "769" ] }, "ResponseHeaders": { @@ -619,34 +619,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANXY=\"" + "\"AAAAAAAAbkc=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "d156db0f-e53b-460b-961d-d85535831b77" + "3094e587-cbbe-4645-91ae-10aa32a31fb0" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1197" ], "x-ms-correlation-request-id": [ - "dc4e0148-975e-4250-8283-54c43dfef800" + "59893f91-52b0-4483-9810-1a304b121d3e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191447Z:dc4e0148-975e-4250-8283-54c43dfef800" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214504Z:59893f91-52b0-4483-9810-1a304b121d3e" ], "Date": [ - "Wed, 25 Mar 2020 19:14:47 GMT" + "Thu, 08 Apr 2021 21:45:03 GMT" ], "Content-Length": [ - "929" + "931" ], "Content-Type": [ "application/json; charset=utf-8" @@ -655,20 +655,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848;rev=2\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid7848;rev=2\",\r\n \"properties\": {\r\n \"displayName\": \"Swagger Petstore Extensive\",\r\n \"apiRevision\": \"2\",\r\n \"description\": \"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://petstore.swagger.wordnik.com/api2\",\r\n \"path\": \"swaggerApi\",\r\n \"protocols\": [\r\n \"http\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"apiRevisionDescription\": \"Petstore second revision\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692;rev=2\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid7692;rev=2\",\r\n \"properties\": {\r\n \"displayName\": \"Swagger Petstore Extensive\",\r\n \"apiRevision\": \"2\",\r\n \"description\": \"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://petstore.swagger.wordnik.com/api2\",\r\n \"path\": \"swaggerApi\",\r\n \"protocols\": [\r\n \"http\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"apiRevisionDescription\": \"Petstore second revision\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848%3Brev%3D2?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDglM0JyZXYlM0QyP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692%3Brev%3D2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5MiUzQnJldiUzRDI/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -679,34 +679,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANXY=\"" + "\"AAAAAAAAbkc=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "26305e9e-d32a-44d0-b30e-b00443a21a41" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "x-ms-request-id": [ + "76069ffc-c77b-4d19-a75f-9058dea9b971" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], "x-ms-correlation-request-id": [ - "400b966e-e1eb-406a-b2e8-b97466a16175" + "dfe2812a-3cb8-44a0-a259-8f76697b3a9e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191518Z:400b966e-e1eb-406a-b2e8-b97466a16175" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214534Z:dfe2812a-3cb8-44a0-a259-8f76697b3a9e" ], "Date": [ - "Wed, 25 Mar 2020 19:15:17 GMT" + "Thu, 08 Apr 2021 21:45:34 GMT" ], "Content-Length": [ - "929" + "931" ], "Content-Type": [ "application/json; charset=utf-8" @@ -715,26 +715,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848;rev=2\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid7848;rev=2\",\r\n \"properties\": {\r\n \"displayName\": \"Swagger Petstore Extensive\",\r\n \"apiRevision\": \"2\",\r\n \"description\": \"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://petstore.swagger.wordnik.com/api2\",\r\n \"path\": \"swaggerApi\",\r\n \"protocols\": [\r\n \"http\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"apiRevisionDescription\": \"Petstore second revision\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692;rev=2\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid7692;rev=2\",\r\n \"properties\": {\r\n \"displayName\": \"Swagger Petstore Extensive\",\r\n \"apiRevision\": \"2\",\r\n \"description\": \"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://petstore.swagger.wordnik.com/api2\",\r\n \"path\": \"swaggerApi\",\r\n \"protocols\": [\r\n \"http\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"apiRevisionDescription\": \"Petstore second revision\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848%3Brev%3D2/operations/firstOpRev8326?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDglM0JyZXYlM0QyL29wZXJhdGlvbnMvZmlyc3RPcFJldjgzMjY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692%3Brev%3D2/operations/firstOpRev5673?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5MiUzQnJldiUzRDIvb3BlcmF0aW9ucy9maXJzdE9wUmV2NTY3Mz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"description_azsmnet3403\",\r\n \"request\": {\r\n \"description\": \"description_azsmnet2816\",\r\n \"headers\": [\r\n {\r\n \"name\": \"param_azsmnet2173\",\r\n \"description\": \"description_azsmnet7219\",\r\n \"type\": \"int\",\r\n \"defaultValue\": \"b\",\r\n \"required\": true,\r\n \"values\": [\r\n \"a\",\r\n \"b\",\r\n \"c\"\r\n ]\r\n },\r\n {\r\n \"name\": \"param_azsmnet7102\",\r\n \"description\": \"description_azsmnet3563\",\r\n \"type\": \"bool\",\r\n \"defaultValue\": \"e\",\r\n \"required\": false,\r\n \"values\": [\r\n \"d\",\r\n \"e\",\r\n \"f\"\r\n ]\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"text/plain\",\r\n \"sample\": \"sample_azsmnet6032\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"sample\": \"sample_azsmnet776\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"description_azsmnet9586\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"sample_azsmnet7845\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"sample\": \"sample_azsmnet3023\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"displayName\": \"operation_azsmnet4124\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"template_azsmnet2820\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"description_azsmnet985\",\r\n \"request\": {\r\n \"description\": \"description_azsmnet7025\",\r\n \"headers\": [\r\n {\r\n \"name\": \"param_azsmnet9568\",\r\n \"description\": \"description_azsmnet3517\",\r\n \"type\": \"int\",\r\n \"defaultValue\": \"b\",\r\n \"required\": true,\r\n \"values\": [\r\n \"a\",\r\n \"b\",\r\n \"c\"\r\n ]\r\n },\r\n {\r\n \"name\": \"param_azsmnet8949\",\r\n \"description\": \"description_azsmnet2114\",\r\n \"type\": \"bool\",\r\n \"defaultValue\": \"e\",\r\n \"required\": false,\r\n \"values\": [\r\n \"d\",\r\n \"e\",\r\n \"f\"\r\n ]\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"text/plain\",\r\n \"sample\": \"sample_azsmnet5676\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"sample\": \"sample_azsmnet8010\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"description_azsmnet3456\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"sample_azsmnet6317\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"sample\": \"sample_azsmnet9849\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"displayName\": \"operation_azsmnet7354\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"template_azsmnet7246\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ed78164a-a9b1-4613-b6ae-29a68d55a25e" + "a6dac732-5ab0-4d30-9882-cd93b389fb86" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -751,34 +751,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANZQ=\"" + "\"AAAAAAAAbmc=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "7ba607ef-ea7e-48ba-9194-d04312550bae" + "c5975e6a-1595-410c-a449-55bc225e80e1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1196" ], "x-ms-correlation-request-id": [ - "459f2e98-758d-47f5-b1c6-bb7e4267c44f" + "1d3b0cd1-8a1b-4fa8-a468-09c4b568b04d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191519Z:459f2e98-758d-47f5-b1c6-bb7e4267c44f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214536Z:1d3b0cd1-8a1b-4fa8-a468-09c4b568b04d" ], "Date": [ - "Wed, 25 Mar 2020 19:15:19 GMT" + "Thu, 08 Apr 2021 21:45:36 GMT" ], "Content-Length": [ - "1901" + "1903" ], "Content-Type": [ "application/json; charset=utf-8" @@ -787,26 +787,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848;rev=2/operations/firstOpRev8326\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"firstOpRev8326\",\r\n \"properties\": {\r\n \"displayName\": \"operation_azsmnet4124\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/template_azsmnet2820\",\r\n \"templateParameters\": [],\r\n \"description\": \"description_azsmnet3403\",\r\n \"request\": {\r\n \"description\": \"description_azsmnet2816\",\r\n \"queryParameters\": [],\r\n \"headers\": [\r\n {\r\n \"name\": \"param_azsmnet2173\",\r\n \"description\": \"description_azsmnet7219\",\r\n \"type\": \"int\",\r\n \"defaultValue\": \"b\",\r\n \"required\": true,\r\n \"values\": [\r\n \"a\",\r\n \"b\",\r\n \"c\"\r\n ]\r\n },\r\n {\r\n \"name\": \"param_azsmnet7102\",\r\n \"description\": \"description_azsmnet3563\",\r\n \"type\": \"bool\",\r\n \"defaultValue\": \"e\",\r\n \"values\": [\r\n \"d\",\r\n \"e\",\r\n \"f\"\r\n ]\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"text/plain\",\r\n \"sample\": \"sample_azsmnet6032\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"sample\": \"sample_azsmnet776\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"description_azsmnet9586\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"sample_azsmnet7845\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"sample\": \"sample_azsmnet3023\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692;rev=2/operations/firstOpRev5673\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"firstOpRev5673\",\r\n \"properties\": {\r\n \"displayName\": \"operation_azsmnet7354\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/template_azsmnet7246\",\r\n \"templateParameters\": [],\r\n \"description\": \"description_azsmnet985\",\r\n \"request\": {\r\n \"description\": \"description_azsmnet7025\",\r\n \"queryParameters\": [],\r\n \"headers\": [\r\n {\r\n \"name\": \"param_azsmnet9568\",\r\n \"description\": \"description_azsmnet3517\",\r\n \"type\": \"int\",\r\n \"defaultValue\": \"b\",\r\n \"required\": true,\r\n \"values\": [\r\n \"a\",\r\n \"b\",\r\n \"c\"\r\n ]\r\n },\r\n {\r\n \"name\": \"param_azsmnet8949\",\r\n \"description\": \"description_azsmnet2114\",\r\n \"type\": \"bool\",\r\n \"defaultValue\": \"e\",\r\n \"values\": [\r\n \"d\",\r\n \"e\",\r\n \"f\"\r\n ]\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"text/plain\",\r\n \"sample\": \"sample_azsmnet5676\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"sample\": \"sample_azsmnet8010\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"description_azsmnet3456\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"sample_azsmnet6317\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"sample\": \"sample_azsmnet9849\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848%3Brev%3D2/operations?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDglM0JyZXYlM0QyL29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692%3Brev%3D2/operations?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5MiUzQnJldiUzRDIvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3106c5fa-67a0-4ab7-9464-4898c3e7a395" + "9b7fe135-8766-48da-8a0b-c1de59a7b2e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -819,29 +819,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c63700c4-c2c7-479f-8e24-bab090612640" + "eaaaa055-2e85-4844-81a7-68162ad398ac" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "11993" ], "x-ms-correlation-request-id": [ - "d25ab4a4-72c3-4d1c-bfbc-c12adc54e0ad" + "1386d865-802c-4cf3-a723-6b369d78ed20" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191519Z:d25ab4a4-72c3-4d1c-bfbc-c12adc54e0ad" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214537Z:1386d865-802c-4cf3-a723-6b369d78ed20" ], "Date": [ - "Wed, 25 Mar 2020 19:15:19 GMT" + "Thu, 08 Apr 2021 21:45:36 GMT" ], "Content-Length": [ - "19119" + "19137" ], "Content-Type": [ "application/json; charset=utf-8" @@ -850,26 +850,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848;rev=2/operations/addPet\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"addPet\",\r\n \"properties\": {\r\n \"displayName\": \"addPet\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/pets\",\r\n \"templateParameters\": [],\r\n \"description\": \"Creates a new pet in the store. Duplicates are allowed\",\r\n \"request\": {\r\n \"description\": \"Pet to add to the store\",\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"newPet\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"pet\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848;rev=2/operations/deletePet\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"deletePet\",\r\n \"properties\": {\r\n \"displayName\": \"deletePet\",\r\n \"method\": \"DELETE\",\r\n \"urlTemplate\": \"/pets/{id}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"id\",\r\n \"description\": \"Format - int64. ID of pet to delete\",\r\n \"type\": \"integer\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"deletes a single pet based on the ID supplied\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 204,\r\n \"description\": \"pet deleted\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848;rev=2/operations/dummyid1\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"dummyid1\",\r\n \"properties\": {\r\n \"displayName\": \"dummyid1\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/mySamplePath?dummyReqQueryParam={dummyReqQueryParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"dummyReqQueryParam\",\r\n \"description\": \"dummyReqQueryParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Dummy desc\",\r\n \"request\": {\r\n \"description\": \"dummyBodyParam description\",\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"dummyNotReqQueryParam\",\r\n \"description\": \"dummyNotReqQueryParam description\",\r\n \"type\": \"string\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"dummyDateHeaderParam\",\r\n \"description\": \"Format - date (as full-date in RFC3339). dummyDateHeaderParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"{\\r\\n \\\"id\\\": 2,\\r\\n \\\"name\\\": \\\"myreqpet\\\"\\r\\n}\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"pet\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"{\\r\\n \\\"id\\\": 3,\\r\\n \\\"name\\\": \\\"myresppet\\\"\\r\\n}\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"petArray\"\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"header1\",\r\n \"description\": \"sampleheader\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848;rev=2/operations/dummyid2\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"dummyid2\",\r\n \"properties\": {\r\n \"displayName\": \"dummyid2\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/mySamplePath2?definedQueryParam={definedQueryParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"definedQueryParam\",\r\n \"description\": \"Format - whateverformat. definedQueryParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Dummy desc\",\r\n \"request\": {\r\n \"description\": \"definedBodyParam description\",\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"DefinedBodyParam\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 204,\r\n \"description\": \"dummyResponseDef description\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"contenttype1\",\r\n \"sample\": \"contenttype1 example\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"contenttype2\",\r\n \"sample\": \"contenttype2 example\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"pet\"\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"header1\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n },\r\n {\r\n \"name\": \"header2\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848;rev=2/operations/dummyOperationId\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"dummyOperationId\",\r\n \"properties\": {\r\n \"displayName\": \"dummyOperationId\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/pets2?dummyParam={dummyParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"dummyParam\",\r\n \"description\": \"dummyParam desc\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Dummy description\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"limit\",\r\n \"description\": \"Format - int32. maximum number of results to return\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"Pets2Get200ApplicationJsonResponse\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848;rev=2/operations/findPetById\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"findPetById\",\r\n \"properties\": {\r\n \"displayName\": \"findPetById\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/pets/{id}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"id\",\r\n \"description\": \"Format - int64. ID of pet to fetch\",\r\n \"type\": \"integer\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Returns a user based on a single ID, if the user does not have access to the pet\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"text/xml\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"text/html\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"pet\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"errorModel\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"errorModel\"\r\n },\r\n {\r\n \"contentType\": \"text/xml\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"errorModel\"\r\n },\r\n {\r\n \"contentType\": \"text/html\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848;rev=2/operations/findPets\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"findPets\",\r\n \"properties\": {\r\n \"displayName\": \"findPets\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/pets\",\r\n \"templateParameters\": [],\r\n \"description\": \"Returns all pets from the system that the user has access to\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"tags\",\r\n \"description\": \"tags to filter by\",\r\n \"type\": \"string\",\r\n \"values\": []\r\n },\r\n {\r\n \"name\": \"limit\",\r\n \"description\": \"Format - int32. maximum number of results to return\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"petArray\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"petArray\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"errorModel\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848;rev=2/operations/firstOpRev8326\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"firstOpRev8326\",\r\n \"properties\": {\r\n \"displayName\": \"operation_azsmnet4124\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/template_azsmnet2820\",\r\n \"templateParameters\": [],\r\n \"description\": \"description_azsmnet3403\",\r\n \"request\": {\r\n \"description\": \"description_azsmnet2816\",\r\n \"queryParameters\": [],\r\n \"headers\": [\r\n {\r\n \"name\": \"param_azsmnet2173\",\r\n \"description\": \"description_azsmnet7219\",\r\n \"type\": \"int\",\r\n \"defaultValue\": \"b\",\r\n \"required\": true,\r\n \"values\": [\r\n \"a\",\r\n \"b\",\r\n \"c\"\r\n ]\r\n },\r\n {\r\n \"name\": \"param_azsmnet7102\",\r\n \"description\": \"description_azsmnet3563\",\r\n \"type\": \"bool\",\r\n \"defaultValue\": \"e\",\r\n \"values\": [\r\n \"d\",\r\n \"e\",\r\n \"f\"\r\n ]\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"text/plain\",\r\n \"sample\": \"sample_azsmnet6032\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"sample\": \"sample_azsmnet776\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"description_azsmnet9586\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"sample_azsmnet7845\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"sample\": \"sample_azsmnet3023\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848;rev=2/operations/resourceWithFormDataPOST\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"resourceWithFormDataPOST\",\r\n \"properties\": {\r\n \"displayName\": \"resourceWithFormDataPOST\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/resourceWithFormData?dummyReqQueryParam={dummyReqQueryParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"dummyReqQueryParam\",\r\n \"description\": \"dummyReqQueryParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"resourceWithFormData desc\",\r\n \"request\": {\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"multipart/form-data\",\r\n \"formParameters\": [\r\n {\r\n \"name\": \"dummyFormDataParam\",\r\n \"description\": \"dummyFormDataParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"sample response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n }\r\n ],\r\n \"count\": 9\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692;rev=2/operations/addPet\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"addPet\",\r\n \"properties\": {\r\n \"displayName\": \"addPet\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/pets\",\r\n \"templateParameters\": [],\r\n \"description\": \"Creates a new pet in the store. Duplicates are allowed\",\r\n \"request\": {\r\n \"description\": \"Pet to add to the store\",\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"newPet\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"pet\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692;rev=2/operations/deletePet\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"deletePet\",\r\n \"properties\": {\r\n \"displayName\": \"deletePet\",\r\n \"method\": \"DELETE\",\r\n \"urlTemplate\": \"/pets/{id}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"id\",\r\n \"description\": \"Format - int64. ID of pet to delete\",\r\n \"type\": \"integer\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"deletes a single pet based on the ID supplied\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 204,\r\n \"description\": \"pet deleted\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692;rev=2/operations/dummyid1\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"dummyid1\",\r\n \"properties\": {\r\n \"displayName\": \"dummyid1\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/mySamplePath?dummyReqQueryParam={dummyReqQueryParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"dummyReqQueryParam\",\r\n \"description\": \"dummyReqQueryParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Dummy desc\",\r\n \"request\": {\r\n \"description\": \"dummyBodyParam description\",\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"dummyNotReqQueryParam\",\r\n \"description\": \"dummyNotReqQueryParam description\",\r\n \"type\": \"string\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"dummyDateHeaderParam\",\r\n \"description\": \"Format - date (as full-date in RFC3339). dummyDateHeaderParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"{\\r\\n \\\"id\\\": 2,\\r\\n \\\"name\\\": \\\"myreqpet\\\"\\r\\n}\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"pet\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"{\\r\\n \\\"id\\\": 3,\\r\\n \\\"name\\\": \\\"myresppet\\\"\\r\\n}\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"petArray\"\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"header1\",\r\n \"description\": \"sampleheader\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692;rev=2/operations/dummyid2\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"dummyid2\",\r\n \"properties\": {\r\n \"displayName\": \"dummyid2\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/mySamplePath2?definedQueryParam={definedQueryParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"definedQueryParam\",\r\n \"description\": \"Format - whateverformat. definedQueryParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Dummy desc\",\r\n \"request\": {\r\n \"description\": \"definedBodyParam description\",\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"DefinedBodyParam\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 204,\r\n \"description\": \"dummyResponseDef description\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"contenttype1\",\r\n \"sample\": \"contenttype1 example\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"contenttype2\",\r\n \"sample\": \"contenttype2 example\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"pet\"\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"header1\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n },\r\n {\r\n \"name\": \"header2\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692;rev=2/operations/dummyOperationId\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"dummyOperationId\",\r\n \"properties\": {\r\n \"displayName\": \"dummyOperationId\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/pets2?dummyParam={dummyParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"dummyParam\",\r\n \"description\": \"dummyParam desc\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Dummy description\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"limit\",\r\n \"description\": \"Format - int32. maximum number of results to return\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"Pets2Get200ApplicationJsonResponse\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692;rev=2/operations/findPetById\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"findPetById\",\r\n \"properties\": {\r\n \"displayName\": \"findPetById\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/pets/{id}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"id\",\r\n \"description\": \"Format - int64. ID of pet to fetch\",\r\n \"type\": \"integer\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Returns a user based on a single ID, if the user does not have access to the pet\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"text/xml\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"text/html\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"pet\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"errorModel\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"errorModel\"\r\n },\r\n {\r\n \"contentType\": \"text/xml\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"errorModel\"\r\n },\r\n {\r\n \"contentType\": \"text/html\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692;rev=2/operations/findPets\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"findPets\",\r\n \"properties\": {\r\n \"displayName\": \"findPets\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/pets\",\r\n \"templateParameters\": [],\r\n \"description\": \"Returns all pets from the system that the user has access to\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"tags\",\r\n \"description\": \"tags to filter by\",\r\n \"type\": \"string\",\r\n \"values\": []\r\n },\r\n {\r\n \"name\": \"limit\",\r\n \"description\": \"Format - int32. maximum number of results to return\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"petArray\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"petArray\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"errorModel\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692;rev=2/operations/firstOpRev5673\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"firstOpRev5673\",\r\n \"properties\": {\r\n \"displayName\": \"operation_azsmnet7354\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/template_azsmnet7246\",\r\n \"templateParameters\": [],\r\n \"description\": \"description_azsmnet985\",\r\n \"request\": {\r\n \"description\": \"description_azsmnet7025\",\r\n \"queryParameters\": [],\r\n \"headers\": [\r\n {\r\n \"name\": \"param_azsmnet9568\",\r\n \"description\": \"description_azsmnet3517\",\r\n \"type\": \"int\",\r\n \"defaultValue\": \"b\",\r\n \"required\": true,\r\n \"values\": [\r\n \"a\",\r\n \"b\",\r\n \"c\"\r\n ]\r\n },\r\n {\r\n \"name\": \"param_azsmnet8949\",\r\n \"description\": \"description_azsmnet2114\",\r\n \"type\": \"bool\",\r\n \"defaultValue\": \"e\",\r\n \"values\": [\r\n \"d\",\r\n \"e\",\r\n \"f\"\r\n ]\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"text/plain\",\r\n \"sample\": \"sample_azsmnet5676\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"sample\": \"sample_azsmnet8010\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"description_azsmnet3456\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"sample_azsmnet6317\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"sample\": \"sample_azsmnet9849\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692;rev=2/operations/resourceWithFormDataPOST\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"resourceWithFormDataPOST\",\r\n \"properties\": {\r\n \"displayName\": \"resourceWithFormDataPOST\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/resourceWithFormData?dummyReqQueryParam={dummyReqQueryParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"dummyReqQueryParam\",\r\n \"description\": \"dummyReqQueryParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"resourceWithFormData desc\",\r\n \"request\": {\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"multipart/form-data\",\r\n \"formParameters\": [\r\n {\r\n \"name\": \"dummyFormDataParam\",\r\n \"description\": \"dummyFormDataParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"sample response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n }\r\n ],\r\n \"count\": 9\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848%3Brev%3D2/operations?$top=1&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDglM0JyZXYlM0QyL29wZXJhdGlvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692%3Brev%3D2/operations?$top=1&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5MiUzQnJldiUzRDIvb3BlcmF0aW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "931eea40-d965-4f71-a0c5-3d4e3cc90358" + "86da31b9-51c7-4c54-90ba-aea79e30eef5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -882,29 +882,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "db1c7605-56ec-4356-a263-a1107103a3db" + "c67a010c-295b-4292-bae5-e26bac73ccc3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "11992" ], "x-ms-correlation-request-id": [ - "d63a0f47-eec2-486d-aba8-2e924bd6b02f" + "83830a64-40d5-46df-9b34-5d3168543351" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191520Z:d63a0f47-eec2-486d-aba8-2e924bd6b02f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214537Z:83830a64-40d5-46df-9b34-5d3168543351" ], "Date": [ - "Wed, 25 Mar 2020 19:15:19 GMT" + "Thu, 08 Apr 2021 21:45:37 GMT" ], "Content-Length": [ - "2022" + "2009" ], "Content-Type": [ "application/json; charset=utf-8" @@ -913,26 +913,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848;rev=2/operations/addPet\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"addPet\",\r\n \"properties\": {\r\n \"displayName\": \"addPet\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/pets\",\r\n \"templateParameters\": [],\r\n \"description\": \"Creates a new pet in the store. Duplicates are allowed\",\r\n \"request\": {\r\n \"description\": \"Pet to add to the store\",\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"newPet\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"pet\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n }\r\n ],\r\n \"count\": 9,\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net:443/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848;rev=2/operations?%24top=1&api-version=2019-12-01&%24skip=1\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692;rev=2/operations/addPet\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"addPet\",\r\n \"properties\": {\r\n \"displayName\": \"addPet\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/pets\",\r\n \"templateParameters\": [],\r\n \"description\": \"Creates a new pet in the store. Duplicates are allowed\",\r\n \"request\": {\r\n \"description\": \"Pet to add to the store\",\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"newPet\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"pet\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n }\r\n ],\r\n \"count\": 9,\r\n \"nextLink\": \"https://management.azure.com:443/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692;rev=2/operations?%24top=1&api-version=2020-12-01&%24skip=1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848;rev=2/operations?%24top=1&api-version=2019-12-01&%24skip=1", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDg7cmV2PTIvb3BlcmF0aW9ucz8lMjR0b3A9MSZhcGktdmVyc2lvbj0yMDE5LTEyLTAxJiUyNHNraXA9MQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692;rev=2/operations?%24top=1&api-version=2020-12-01&%24skip=1", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5MjtyZXY9Mi9vcGVyYXRpb25zPyUyNHRvcD0xJmFwaS12ZXJzaW9uPTIwMjAtMTItMDEmJTI0c2tpcD0x", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "864b3dcc-4c7c-461b-aa36-bb3bebe48a29" + "87beadfd-4477-4c96-a42b-f1a5e886ee34" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -945,29 +945,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0f44ee41-d63f-422d-95ff-108d9b645327" + "efa233e2-548c-4fc3-aa7b-a31aec4071ce" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "11991" ], "x-ms-correlation-request-id": [ - "c627ae26-9800-4478-92b3-3dd79e208338" + "4e466d60-2523-4b8e-82cc-d3a46bc7d5ee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191520Z:c627ae26-9800-4478-92b3-3dd79e208338" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214537Z:4e466d60-2523-4b8e-82cc-d3a46bc7d5ee" ], "Date": [ - "Wed, 25 Mar 2020 19:15:19 GMT" + "Thu, 08 Apr 2021 21:45:37 GMT" ], "Content-Length": [ - "1790" + "1777" ], "Content-Type": [ "application/json; charset=utf-8" @@ -976,26 +976,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848;rev=2/operations/deletePet\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"deletePet\",\r\n \"properties\": {\r\n \"displayName\": \"deletePet\",\r\n \"method\": \"DELETE\",\r\n \"urlTemplate\": \"/pets/{id}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"id\",\r\n \"description\": \"Format - int64. ID of pet to delete\",\r\n \"type\": \"integer\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"deletes a single pet based on the ID supplied\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 204,\r\n \"description\": \"pet deleted\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bad8707b43d0e3879466c\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n }\r\n ],\r\n \"count\": 9,\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net:443/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848;rev=2/operations?%24top=1&api-version=2019-12-01&%24skip=2\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692;rev=2/operations/deletePet\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"deletePet\",\r\n \"properties\": {\r\n \"displayName\": \"deletePet\",\r\n \"method\": \"DELETE\",\r\n \"urlTemplate\": \"/pets/{id}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"id\",\r\n \"description\": \"Format - int64. ID of pet to delete\",\r\n \"type\": \"integer\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"deletes a single pet based on the ID supplied\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 204,\r\n \"description\": \"pet deleted\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f793d0dcb2d108ce1c42d\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n }\r\n ],\r\n \"count\": 9,\r\n \"nextLink\": \"https://management.azure.com:443/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692;rev=2/operations?%24top=1&api-version=2020-12-01&%24skip=2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848/revisions?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDgvcmV2aXNpb25zP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692/revisions?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5Mi9yZXZpc2lvbnM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "481de478-968f-4710-8b31-0e03821f837b" + "ce177473-5591-47d0-a5af-41b173899e82" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1008,29 +1008,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "a8d038c8-2b9f-4e2a-80a3-300a11535975" + "6ffd2d6e-bb51-4ee7-a551-b78de1766005" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "11990" ], "x-ms-correlation-request-id": [ - "d57ffe64-4f8d-4fcb-8180-4f18b7f8aa49" + "7b461cae-40f9-4636-a876-e7ecb5e94f49" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191520Z:d57ffe64-4f8d-4fcb-8180-4f18b7f8aa49" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214538Z:7b461cae-40f9-4636-a876-e7ecb5e94f49" ], "Date": [ - "Wed, 25 Mar 2020 19:15:20 GMT" + "Thu, 08 Apr 2021 21:45:37 GMT" ], "Content-Length": [ - "614" + "616" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1039,26 +1039,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/apis/apiid7848;rev=2/revisions/apiid7848;rev=2\",\r\n \"apiId\": \"/apis/apiid7848;rev=2\",\r\n \"apiRevision\": \"2\",\r\n \"createdDateTime\": \"2020-03-25T19:14:47.1Z\",\r\n \"updatedDateTime\": \"2020-03-25T19:14:47.46Z\",\r\n \"description\": \"Petstore second revision\",\r\n \"privateUrl\": \"/swaggerApi;rev=2\",\r\n \"isOnline\": true,\r\n \"isCurrent\": false\r\n },\r\n {\r\n \"id\": \"/apis/apiid7848;rev=1/revisions/apiid7848;rev=1\",\r\n \"apiId\": \"/apis/apiid7848;rev=1\",\r\n \"apiRevision\": \"1\",\r\n \"createdDateTime\": \"2020-03-25T19:14:15.373Z\",\r\n \"updatedDateTime\": \"2020-03-25T19:14:15.42Z\",\r\n \"description\": null,\r\n \"privateUrl\": \"/swaggerApi\",\r\n \"isOnline\": true,\r\n \"isCurrent\": true\r\n }\r\n ],\r\n \"count\": 2,\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/apis/apiid7692;rev=2/revisions/apiid7692;rev=2\",\r\n \"apiId\": \"/apis/apiid7692;rev=2\",\r\n \"apiRevision\": \"2\",\r\n \"createdDateTime\": \"2021-04-08T21:45:03.557Z\",\r\n \"updatedDateTime\": \"2021-04-08T21:45:04.22Z\",\r\n \"description\": \"Petstore second revision\",\r\n \"privateUrl\": \"/swaggerApi;rev=2\",\r\n \"isOnline\": true,\r\n \"isCurrent\": false\r\n },\r\n {\r\n \"id\": \"/apis/apiid7692;rev=1/revisions/apiid7692;rev=1\",\r\n \"apiId\": \"/apis/apiid7692;rev=1\",\r\n \"apiRevision\": \"1\",\r\n \"createdDateTime\": \"2021-04-08T21:44:30.833Z\",\r\n \"updatedDateTime\": \"2021-04-08T21:44:32.02Z\",\r\n \"description\": null,\r\n \"privateUrl\": \"/swaggerApi\",\r\n \"isOnline\": true,\r\n \"isCurrent\": true\r\n }\r\n ],\r\n \"count\": 2,\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848%3Brev%3D2?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDglM0JyZXYlM0QyP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692%3Brev%3D2?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5MiUzQnJldiUzRDI/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f5da01ef-22e6-44d1-a1cf-75f989983bc5" + "f4889e8c-b3ef-4614-a57b-18081a67a8dd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1069,31 +1069,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANXY=\"" + "\"AAAAAAAAbkc=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "9970bb01-4da8-44e8-8db7-fec6866ed53d" + "35cea11e-c506-43e4-b737-b80d9e0a2518" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "11989" ], "x-ms-correlation-request-id": [ - "bbb3ac9a-73d6-41f8-82b5-e11991d7d38b" + "7f224c2a-97dd-4ab3-a8d7-561c7b41d7d2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191521Z:bbb3ac9a-73d6-41f8-82b5-e11991d7d38b" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214538Z:7f224c2a-97dd-4ab3-a8d7-561c7b41d7d2" ], "Date": [ - "Wed, 25 Mar 2020 19:15:20 GMT" + "Thu, 08 Apr 2021 21:45:37 GMT" ], "Content-Length": [ "0" @@ -1106,22 +1106,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848/releases?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDgvcmVsZWFzZXM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692/releases?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5Mi9yZWxlYXNlcz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "15676b82-21fa-4170-8a14-dcfae6efcf89" + "dd45389f-c435-4163-82ed-87964336e460" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1134,26 +1134,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "9cbf0364-77bc-4a93-b91b-a559205bfc23" + "49412b27-c6b5-4a36-94bd-cf76551f91a1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" + "11987" ], "x-ms-correlation-request-id": [ - "063d2716-e143-4a0c-a8b9-04a6e8536392" + "73028e51-8c74-49ac-9aa6-142b69045eeb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191521Z:063d2716-e143-4a0c-a8b9-04a6e8536392" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214538Z:73028e51-8c74-49ac-9aa6-142b69045eeb" ], "Date": [ - "Wed, 25 Mar 2020 19:15:20 GMT" + "Thu, 08 Apr 2021 21:45:38 GMT" ], "Content-Length": [ "34" @@ -1169,22 +1169,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848/releases?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDgvcmVsZWFzZXM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692/releases?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5Mi9yZWxlYXNlcz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f18fe9a1-5c94-4677-97e1-66db3d48ca5b" + "a76d5bd5-0e10-4764-912a-8fea6ed5695b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1197,29 +1197,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "cd4c794c-1dcc-46d0-8d80-c105744b9dbb" + "4ed9bf94-a3a2-43b0-98e4-94edc4d50cbd" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" + "11984" ], "x-ms-correlation-request-id": [ - "cf389d11-383d-48bd-a7c3-ce185049511e" + "3c60b760-62ab-4377-9ae7-8c5e06339165" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191523Z:cf389d11-383d-48bd-a7c3-ce185049511e" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214540Z:3c60b760-62ab-4377-9ae7-8c5e06339165" ], "Date": [ - "Wed, 25 Mar 2020 19:15:23 GMT" + "Thu, 08 Apr 2021 21:45:40 GMT" ], "Content-Length": [ - "530" + "534" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1228,26 +1228,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848/releases/apireleaseid9493\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/releases\",\r\n \"name\": \"apireleaseid9493\",\r\n \"properties\": {\r\n \"createdDateTime\": \"2020-03-25T19:15:22.06Z\",\r\n \"updatedDateTime\": \"2020-03-25T19:15:22.06Z\",\r\n \"notes\": \"update_desc4030\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692/releases/apireleaseid5992\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/releases\",\r\n \"name\": \"apireleaseid5992\",\r\n \"properties\": {\r\n \"createdDateTime\": \"2021-04-08T21:45:39.133Z\",\r\n \"updatedDateTime\": \"2021-04-08T21:45:39.133Z\",\r\n \"notes\": \"update_desc2612\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848/releases/apireleaseid9493?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDgvcmVsZWFzZXMvYXBpcmVsZWFzZWlkOTQ5Mz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692/releases/apireleaseid5992?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5Mi9yZWxlYXNlcy9hcGlyZWxlYXNlaWQ1OTkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"apiId\": \"/apis/apiid7848;rev=2\",\r\n \"notes\": \"revision_description1561\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"apiId\": \"/apis/apiid7692;rev=2\",\r\n \"notes\": \"revision_description6158\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0e599d89-5a41-43c8-bf6f-b5f94cc4ed7a" + "0aa2f25e-dbe4-4122-8031-9a9b1a0aa276" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1264,34 +1264,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANZo=\"" + "\"AAAAAAAAbm0=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "20fce943-60a5-42eb-86f2-d3ddab3f5d53" + "9a0b84c5-2d10-4f18-af73-832b4a72e744" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1195" ], "x-ms-correlation-request-id": [ - "161337cd-2515-48ce-92f7-0e89c7522793" + "b64f3011-2d2f-48ac-9ce9-1093e5ad240a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191522Z:161337cd-2515-48ce-92f7-0e89c7522793" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214539Z:b64f3011-2d2f-48ac-9ce9-1093e5ad240a" ], "Date": [ - "Wed, 25 Mar 2020 19:15:21 GMT" + "Thu, 08 Apr 2021 21:45:39 GMT" ], "Content-Length": [ - "645" + "649" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1300,26 +1300,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848/releases/apireleaseid9493\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/releases\",\r\n \"name\": \"apireleaseid9493\",\r\n \"properties\": {\r\n \"apiId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848\",\r\n \"createdDateTime\": \"2020-03-25T19:15:22.0596441Z\",\r\n \"updatedDateTime\": \"2020-03-25T19:15:22.0596441Z\",\r\n \"notes\": \"revision_description1561\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692/releases/apireleaseid5992\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/releases\",\r\n \"name\": \"apireleaseid5992\",\r\n \"properties\": {\r\n \"apiId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692\",\r\n \"createdDateTime\": \"2021-04-08T21:45:39.1345158Z\",\r\n \"updatedDateTime\": \"2021-04-08T21:45:39.1345158Z\",\r\n \"notes\": \"revision_description6158\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848/releases/apireleaseid9493?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDgvcmVsZWFzZXMvYXBpcmVsZWFzZWlkOTQ5Mz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692/releases/apireleaseid5992?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5Mi9yZWxlYXNlcy9hcGlyZWxlYXNlaWQ1OTkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ba252acf-51f9-429a-9986-1d1ff1cdea17" + "a33a43cd-b686-4287-bfbf-e16eb94ae922" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1330,31 +1330,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANZo=\"" + "\"AAAAAAAAbm0=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "3958e0cf-83b9-4d25-811a-ba2e0b8e0e75" + "7a3d4a0c-668f-47a5-b43e-95b2724ee699" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" + "11986" ], "x-ms-correlation-request-id": [ - "ff82c123-ad1d-46f0-810c-876bed13f52d" + "8e213fa9-b78b-4553-871f-659b0b01d4c0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191522Z:ff82c123-ad1d-46f0-810c-876bed13f52d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214539Z:8e213fa9-b78b-4553-871f-659b0b01d4c0" ], "Date": [ - "Wed, 25 Mar 2020 19:15:21 GMT" + "Thu, 08 Apr 2021 21:45:39 GMT" ], "Content-Length": [ "0" @@ -1367,25 +1367,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848/releases/apireleaseid9493?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDgvcmVsZWFzZXMvYXBpcmVsZWFzZWlkOTQ5Mz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692/releases/apireleaseid5992?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5Mi9yZWxlYXNlcy9hcGlyZWxlYXNlaWQ1OTkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"apiId\": \"/apis/apiid7848;rev=2\",\r\n \"notes\": \"update_desc4030\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"apiId\": \"/apis/apiid7692;rev=2\",\r\n \"notes\": \"update_desc2612\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5a9185ce-1298-436f-83de-28705db098cd" + "9379dc49-c20f-4562-8ea4-2231d315d657" ], "If-Match": [ - "\"AAAAAAAANZo=\"" + "\"AAAAAAAAbm0=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1401,54 +1401,63 @@ "Pragma": [ "no-cache" ], + "ETag": [ + "\"AAAAAAAAbnA=\"" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "31b8a503-459b-4007-8219-ea6dc754db7a" + "bb13adca-1236-4631-a36f-68dbbc623801" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1194" ], "x-ms-correlation-request-id": [ - "c3292429-b2fa-4bc8-b5d0-6dc1da0d8057" + "e37d3eb4-40b0-410e-beb5-5851a6980f83" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191523Z:c3292429-b2fa-4bc8-b5d0-6dc1da0d8057" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214539Z:e37d3eb4-40b0-410e-beb5-5851a6980f83" ], "Date": [ - "Wed, 25 Mar 2020 19:15:23 GMT" + "Thu, 08 Apr 2021 21:45:39 GMT" + ], + "Content-Length": [ + "632" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 204 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692/releases/apireleaseid5992\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/releases\",\r\n \"name\": \"apireleaseid5992\",\r\n \"properties\": {\r\n \"apiId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692\",\r\n \"createdDateTime\": \"2021-04-08T21:45:39.133Z\",\r\n \"updatedDateTime\": \"2021-04-08T21:45:39.133Z\",\r\n \"notes\": \"update_desc2612\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848/releases/apireleaseid9493?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDgvcmVsZWFzZXMvYXBpcmVsZWFzZWlkOTQ5Mz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692/releases/apireleaseid5992?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5Mi9yZWxlYXNlcy9hcGlyZWxlYXNlaWQ1OTkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "362ac7bd-353e-410e-b629-aa3d50e5acc6" + "bcccd40a-3fbe-428a-8eca-71a9cb83940f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1459,34 +1468,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANZ4=\"" + "\"AAAAAAAAbnA=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "cb529a96-60fb-45e3-9329-ca281a532820" + "f2ede6a4-8dba-404f-9223-4e3dd9fb96cb" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" + "11985" ], "x-ms-correlation-request-id": [ - "89718c1e-4c3c-4883-b1f9-1f40d7a43dbf" + "cc92e28e-5fa0-42e8-9f91-98e8b9825d4e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191523Z:89718c1e-4c3c-4883-b1f9-1f40d7a43dbf" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214540Z:cc92e28e-5fa0-42e8-9f91-98e8b9825d4e" ], "Date": [ - "Wed, 25 Mar 2020 19:15:23 GMT" + "Thu, 08 Apr 2021 21:45:39 GMT" ], "Content-Length": [ - "626" + "632" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1495,26 +1504,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848/releases/apireleaseid9493\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/releases\",\r\n \"name\": \"apireleaseid9493\",\r\n \"properties\": {\r\n \"apiId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848\",\r\n \"createdDateTime\": \"2020-03-25T19:15:22.06Z\",\r\n \"updatedDateTime\": \"2020-03-25T19:15:22.06Z\",\r\n \"notes\": \"update_desc4030\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692/releases/apireleaseid5992\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/releases\",\r\n \"name\": \"apireleaseid5992\",\r\n \"properties\": {\r\n \"apiId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692\",\r\n \"createdDateTime\": \"2021-04-08T21:45:39.133Z\",\r\n \"updatedDateTime\": \"2021-04-08T21:45:39.133Z\",\r\n \"notes\": \"update_desc2612\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848/revisions?$top=1&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDgvcmV2aXNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692/revisions?$top=1&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5Mi9yZXZpc2lvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1fa6b7b-e9b3-40a5-8e7e-0aa6dcb522d6" + "3d6ee779-fdbd-457d-9fb8-82363df56e65" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1527,29 +1536,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "3a5824d1-100e-4cae-a3d0-a832c6d2a95b" + "51b3960d-9aaf-4e24-b39c-62dcf166cdb1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" + "11983" ], "x-ms-correlation-request-id": [ - "deb9542e-80ab-4b33-b60d-3638e2d2f912" + "9b805f3a-2c35-4e05-967e-d1edf14fb358" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191524Z:deb9542e-80ab-4b33-b60d-3638e2d2f912" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214540Z:9b805f3a-2c35-4e05-967e-d1edf14fb358" ], "Date": [ - "Wed, 25 Mar 2020 19:15:24 GMT" + "Thu, 08 Apr 2021 21:45:40 GMT" ], "Content-Length": [ - "590" + "577" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1558,17 +1567,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/apis/apiid7848;rev=2/revisions/apiid7848;rev=2\",\r\n \"apiId\": \"/apis/apiid7848;rev=2\",\r\n \"apiRevision\": \"2\",\r\n \"createdDateTime\": \"2020-03-25T19:14:47.1Z\",\r\n \"updatedDateTime\": \"2020-03-25T19:15:22.077Z\",\r\n \"description\": \"Petstore second revision\",\r\n \"privateUrl\": \"/swaggerApi\",\r\n \"isOnline\": true,\r\n \"isCurrent\": true\r\n }\r\n ],\r\n \"count\": 2,\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net:443/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848/revisions?%24top=1&api-version=2019-12-01&%24skip=1\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/apis/apiid7692;rev=2/revisions/apiid7692;rev=2\",\r\n \"apiId\": \"/apis/apiid7692;rev=2\",\r\n \"apiRevision\": \"2\",\r\n \"createdDateTime\": \"2021-04-08T21:45:03.557Z\",\r\n \"updatedDateTime\": \"2021-04-08T21:45:39.163Z\",\r\n \"description\": \"Petstore second revision\",\r\n \"privateUrl\": \"/swaggerApi\",\r\n \"isOnline\": true,\r\n \"isCurrent\": true\r\n }\r\n ],\r\n \"count\": 2,\r\n \"nextLink\": \"https://management.azure.com:443/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692/revisions?%24top=1&api-version=2020-12-01&%24skip=1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848?deleteRevisions=true&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDg/ZGVsZXRlUmV2aXNpb25zPXRydWUmYXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692?deleteRevisions=true&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5Mj9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ed60df7-4212-4ff6-8478-ddb0deae8829" + "64db51ed-3867-4c51-a3b3-6cae3f6bd9d2" ], "If-Match": [ "*" @@ -1577,10 +1586,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1593,26 +1602,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "f6b9a5bd-eb88-485f-a203-318cb666eb9a" + "ad7bbd91-a6d4-4e68-8a03-3e7481f6e269" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "14999" ], "x-ms-correlation-request-id": [ - "f55f0d55-c19d-4096-aab4-f30d856d64bd" + "cd93cd88-9cc8-4dc4-b4dd-b860a6fa86a1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191525Z:f55f0d55-c19d-4096-aab4-f30d856d64bd" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214541Z:cd93cd88-9cc8-4dc4-b4dd-b860a6fa86a1" ], "Date": [ - "Wed, 25 Mar 2020 19:15:25 GMT" + "Thu, 08 Apr 2021 21:45:41 GMT" ], "Expires": [ "-1" @@ -1625,13 +1634,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848?deleteRevisions=true&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDg/ZGVsZXRlUmV2aXNpb25zPXRydWUmYXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692?deleteRevisions=true&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5Mj9kZWxldGVSZXZpc2lvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c0e191d2-3234-4b83-a420-b1987d700732" + "e541daef-8efa-4e51-a278-259f393fb151" ], "If-Match": [ "*" @@ -1640,10 +1649,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1656,26 +1665,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "6c44085c-1e48-445f-879a-784b9df1c0c5" + "1d556877-a17c-48d9-ba2e-fc8326c6a482" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" + "14998" ], "x-ms-correlation-request-id": [ - "0f1fa28e-48ad-4615-bc87-ec6ea7ecd647" + "70e13e4a-232d-489d-86e5-5d568dc992d3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191526Z:0f1fa28e-48ad-4615-bc87-ec6ea7ecd647" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214541Z:70e13e4a-232d-489d-86e5-5d568dc992d3" ], "Date": [ - "Wed, 25 Mar 2020 19:15:26 GMT" + "Thu, 08 Apr 2021 21:45:41 GMT" ], "Expires": [ "-1" @@ -1685,13 +1694,13 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7848/releases/apireleaseid9493?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc4NDgvcmVsZWFzZXMvYXBpcmVsZWFzZWlkOTQ5Mz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid7692/releases/apireleaseid5992?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNzY5Mi9yZWxlYXNlcy9hcGlyZWxlYXNlaWQ1OTkyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "245bcfce-6858-45ff-aab1-680f8e089781" + "3cc0cbc1-c0f3-4324-8b14-0474d74ecafa" ], "If-Match": [ "*" @@ -1700,10 +1709,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1716,26 +1725,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c52d2dbc-16d7-4d31-abf7-f7d0e28c0e3f" + "38b3a926-66ba-4e22-827f-f785961a3236" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14993" + "14997" ], "x-ms-correlation-request-id": [ - "e793b5ac-d64e-41f7-810f-483e1b18138b" + "9664aa6c-7319-43ff-86a8-0c82a3f52d38" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191527Z:e793b5ac-d64e-41f7-810f-483e1b18138b" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214542Z:9664aa6c-7319-43ff-86a8-0c82a3f52d38" ], "Date": [ - "Wed, 25 Mar 2020 19:15:26 GMT" + "Thu, 08 Apr 2021 21:45:42 GMT" ], "Expires": [ "-1" @@ -1747,35 +1756,35 @@ ], "Names": { "CreateListUpdateDelete": [ - "apiid7848", - "apireleaseid9493", - "firstOpRev8326", - "revision_description1561", - "update_desc4030" + "apiid7692", + "apireleaseid5992", + "firstOpRev5673", + "revision_description6158", + "update_desc2612" ], "CreateOperationContract": [ - "azsmnet4124", - "azsmnet3403", - "azsmnet2820", - "azsmnet2816", - "azsmnet2173", - "azsmnet7219", - "azsmnet7102", - "azsmnet3563", - "azsmnet6032", - "azsmnet776", - "azsmnet9586", - "azsmnet7845", - "azsmnet3023" + "azsmnet7354", + "azsmnet985", + "azsmnet7246", + "azsmnet7025", + "azsmnet9568", + "azsmnet3517", + "azsmnet8949", + "azsmnet2114", + "azsmnet5676", + "azsmnet8010", + "azsmnet3456", + "azsmnet6317", + "azsmnet9849" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiSchemaTests/CreateListUpdateDeleteOpenApiSchema.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiSchemaTests/CreateListUpdateDeleteOpenApiSchema.json index 69a90a660d95d..61e53ff3ba92d 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiSchemaTests/CreateListUpdateDeleteOpenApiSchema.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiSchemaTests/CreateListUpdateDeleteOpenApiSchema.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "23a872ed-7be6-4bbf-be3f-fda39530e363" + "630ba292-e16f-48c9-a331-e50d57a68a29" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9afdb3bf-3f1d-4229-9e65-a7990a752d67", - "f5df9923-74d1-4075-8c56-5da7b9d3d046" + "1011dea6-44ad-4434-93c2-3c78a30c4bea", + "a491e101-a480-4ea5-bbd7-abacf9d33194" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1199" ], "x-ms-correlation-request-id": [ - "417bcfa9-7fda-4b6a-a670-f54b7d8a0767" + "124818b4-1d7c-4193-b895-468dd61f9df2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190518Z:417bcfa9-7fda-4b6a-a670-f54b7d8a0767" + "WESTCENTRALUS:20210408T213912Z:124818b4-1d7c-4193-b895-468dd61f9df2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:05:18 GMT" + "Thu, 08 Apr 2021 21:39:11 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "284e0a91-e3dc-4a67-9a47-6baba8f5e1a9" + "e775d5ab-26c9-4b8c-966b-8a7470ea22d6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0307727f-bb8a-40c3-a2b5-5e66c458f82c" + "a8adf729-7d82-4ee9-9a79-b549dacc7fa8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "11999" ], "x-ms-correlation-request-id": [ - "0842ee07-24da-4e36-beb0-d395b6af5d69" + "280021bc-ec74-45bc-9f70-8756ef6c374f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190519Z:0842ee07-24da-4e36-beb0-d395b6af5d69" + "WESTCENTRALUS:20210408T213912Z:280021bc-ec74-45bc-9f70-8756ef6c374f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:05:18 GMT" + "Thu, 08 Apr 2021 21:39:11 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5572?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NzI/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9113?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkOTExMz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"apidescription530\",\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header2396\",\r\n \"query\": \"query2248\"\r\n },\r\n \"displayName\": \"apiname4857\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"https\",\r\n \"http\"\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"apidescription549\",\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header4909\",\r\n \"query\": \"query2638\"\r\n },\r\n \"displayName\": \"apiname3022\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"https\",\r\n \"http\"\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cbbb01b5-7e98-4781-8290-3688b507b8c2" + "784cd983-9ee3-445c-8b92-ba0482f810dc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -172,34 +172,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANGg=\"" + "\"AAAAAAAAbYg=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "9c5d4c11-3fc2-42c4-b9c7-c912e29e1201" + "cc9d1345-a8ee-45a6-89d5-19512697f3bb" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1198" ], "x-ms-correlation-request-id": [ - "8215c575-bff4-4930-be6d-eebd097dd6fa" + "ff5e1f61-86bb-4aaa-b478-b3bccd8c3aed" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190519Z:8215c575-bff4-4930-be6d-eebd097dd6fa" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213916Z:ff5e1f61-86bb-4aaa-b478-b3bccd8c3aed" ], "Date": [ - "Wed, 25 Mar 2020 19:05:19 GMT" + "Thu, 08 Apr 2021 21:39:16 GMT" ], "Content-Length": [ - "768" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -208,20 +208,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5572\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid5572\",\r\n \"properties\": {\r\n \"displayName\": \"apiname4857\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription530\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header2396\",\r\n \"query\": \"query2248\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9113\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid9113\",\r\n \"properties\": {\r\n \"displayName\": \"apiname3022\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription549\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header4909\",\r\n \"query\": \"query2638\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5572?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NzI/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9113?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkOTExMz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -232,34 +232,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANGg=\"" + "\"AAAAAAAAbYg=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "02ab87b2-3e53-4071-b5a7-8bf769f52414" + "565a8f06-d83a-4902-8bcb-6d5d9ba3c79c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "11998" ], "x-ms-correlation-request-id": [ - "9fbf00f0-85a3-4d0b-b681-0edb80146f0f" + "a24413e8-e03a-4e12-bc72-b7cd6e69a179" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190549Z:9fbf00f0-85a3-4d0b-b681-0edb80146f0f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213947Z:a24413e8-e03a-4e12-bc72-b7cd6e69a179" ], "Date": [ - "Wed, 25 Mar 2020 19:05:48 GMT" + "Thu, 08 Apr 2021 21:39:47 GMT" ], "Content-Length": [ - "768" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -268,26 +268,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5572\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid5572\",\r\n \"properties\": {\r\n \"displayName\": \"apiname4857\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription530\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header2396\",\r\n \"query\": \"query2248\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9113\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid9113\",\r\n \"properties\": {\r\n \"displayName\": \"apiname3022\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription549\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header4909\",\r\n \"query\": \"query2638\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5572?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NzI/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9113?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkOTExMz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "197fcbca-6274-4c6d-ad97-d3d40f5a67b3" + "2dbc27d8-b212-4f93-853d-5bd084f9460a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -298,34 +298,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANGg=\"" + "\"AAAAAAAAbYg=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "eb62c6a4-21b7-4532-a778-83a8ca231f64" + "821afe26-734c-4fcd-8f64-9797ee07f7cd" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "11997" ], "x-ms-correlation-request-id": [ - "4b99409a-828c-4daa-8e62-13311d4b9efe" + "2bc7c866-8419-47ba-aa6a-0b13019fe7dd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190550Z:4b99409a-828c-4daa-8e62-13311d4b9efe" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213947Z:2bc7c866-8419-47ba-aa6a-0b13019fe7dd" ], "Date": [ - "Wed, 25 Mar 2020 19:05:50 GMT" + "Thu, 08 Apr 2021 21:39:47 GMT" ], "Content-Length": [ - "768" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -334,26 +334,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5572\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid5572\",\r\n \"properties\": {\r\n \"displayName\": \"apiname4857\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription530\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header2396\",\r\n \"query\": \"query2248\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9113\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid9113\",\r\n \"properties\": {\r\n \"displayName\": \"apiname3022\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription549\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header4909\",\r\n \"query\": \"query2638\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5572?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NzI/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9113?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkOTExMz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36be1694-b31e-4b20-a402-5ef8bbbf7097" + "b07f3774-a8cb-467d-af62-2d6dbad59935" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -366,26 +366,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "b0a78566-3db9-424b-8125-7a30a11e7a78" + "e4a80ebe-7314-4006-b478-916ad5d40a11" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "11991" ], "x-ms-correlation-request-id": [ - "b1a60f34-d8be-4f2c-9cbc-51723c98044f" + "3c359a44-08fb-4d5a-aff0-f6dc00e4e7c0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190654Z:b1a60f34-d8be-4f2c-9cbc-51723c98044f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214053Z:3c359a44-08fb-4d5a-aff0-f6dc00e4e7c0" ], "Date": [ - "Wed, 25 Mar 2020 19:06:54 GMT" + "Thu, 08 Apr 2021 21:40:52 GMT" ], "Content-Length": [ "79" @@ -401,22 +401,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5572/schemas/schemaid4194?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NzIvc2NoZW1hcy9zY2hlbWFpZDQxOTQ/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9113/schemas/schemaid9890?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkOTExMy9zY2hlbWFzL3NjaGVtYWlkOTg5MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"contentType\": \"application/vnd.ms-azure-apim.swagger.definitions+json\",\r\n \"document\": {\r\n \"value\": \"{\\\"definitions\\\":{\\r\\n \\\"pet\\\": {\\r\\n \\\"required\\\": [\\\"id\\\",\\r\\n \\\"name\\\"],\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"findmoreinfohere\\\",\\r\\n \\\"url\\\": \\\"https: //helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"tag\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"newPet\\\": {\\r\\n \\\"allOf\\\": [{\\r\\n \\\"$ref\\\": \\\"pet\\\"\\r\\n },\\r\\n {\\r\\n \\\"required\\\": [\\\"name\\\"],\\r\\n \\\"id\\\": {\\r\\n \\\"properties\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n }]\\r\\n },\\r\\n \\\"errorModel\\\": {\\r\\n \\\"required\\\": [\\\"code\\\",\\r\\n \\\"message\\\"],\\r\\n \\\"properties\\\": {\\r\\n \\\"code\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"message\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }}\"\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f8855024-3e51-4aff-a20c-e38416c46333" + "e0d43fd7-6139-4b72-b67c-8a1a456bafd8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -433,31 +433,31 @@ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5572/schemas/schemaid4194?api-version=2019-12-01&asyncId=5e7bab8e07b43d0e387945fb&asyncCode=201" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9113/schemas/schemaid9890?api-version=2020-12-01&asyncId=606f78230dcb2d108ce1c3dc&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "997fd7f7-4c07-4800-b194-97491ee82d6a" + "c0db121d-293e-4d39-a372-87f64042c8eb" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1197" ], "x-ms-correlation-request-id": [ - "3bfa28b3-c92b-49a6-9b12-64b53885c849" + "3468eb99-bcbb-4fd0-a6f7-65ce195ea791" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190551Z:3bfa28b3-c92b-49a6-9b12-64b53885c849" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213948Z:3468eb99-bcbb-4fd0-a6f7-65ce195ea791" ], "Date": [ - "Wed, 25 Mar 2020 19:05:51 GMT" + "Thu, 08 Apr 2021 21:39:48 GMT" ], "Expires": [ "-1" @@ -470,22 +470,22 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5572/schemas/schemaid4194?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NzIvc2NoZW1hcy9zY2hlbWFpZDQxOTQ/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9113/schemas/schemaid9890?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkOTExMy9zY2hlbWFzL3NjaGVtYWlkOTg5MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"contentType\": \"application/vnd.oai.openapi.components+json\",\r\n \"document\": {\r\n \"value\": \"{\\r\\n \\\"pet\\\": {\\r\\n \\\"required\\\": [\\\"id\\\",\\r\\n \\\"name\\\"],\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"findmoreinfohere\\\",\\r\\n \\\"url\\\": \\\"https: //helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"tag\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"newPet\\\": {\\r\\n \\\"allOf\\\": [{\\r\\n \\\"$ref\\\": \\\"pet\\\"\\r\\n },\\r\\n {\\r\\n \\\"required\\\": [\\\"name\\\"],\\r\\n \\\"id\\\": {\\r\\n \\\"properties\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n }]\\r\\n },\\r\\n \\\"errorModel\\\": {\\r\\n \\\"required\\\": [\\\"code\\\",\\r\\n \\\"message\\\"],\\r\\n \\\"properties\\\": {\\r\\n \\\"code\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"message\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\"\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "121bfd47-a947-4b20-8bb6-36291796a4cb" + "eae6c34d-3e0f-4d92-a491-b1adc9046395" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -502,31 +502,31 @@ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5572/schemas/schemaid4194?api-version=2019-12-01&asyncId=5e7babae07b43d0e387945ff&asyncCode=200" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9113/schemas/schemaid9890?api-version=2020-12-01&asyncId=606f78430dcb2d108ce1c3e0&asyncCode=200" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "310396e9-b49d-47db-9851-f5ea6b9783c1" + "da9259e4-b9b6-4263-8e95-4b6af2de3919" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1196" ], "x-ms-correlation-request-id": [ - "c74cd595-4e53-4bd6-8c7c-b0e335803e74" + "3ef2f2e5-ad57-4e86-8cd3-2d46e75ceded" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190622Z:c74cd595-4e53-4bd6-8c7c-b0e335803e74" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214019Z:3ef2f2e5-ad57-4e86-8cd3-2d46e75ceded" ], "Date": [ - "Wed, 25 Mar 2020 19:06:22 GMT" + "Thu, 08 Apr 2021 21:40:18 GMT" ], "Expires": [ "-1" @@ -539,16 +539,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5572/schemas/schemaid4194?api-version=2019-12-01&asyncId=5e7bab8e07b43d0e387945fb&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NzIvc2NoZW1hcy9zY2hlbWFpZDQxOTQ/YXBpLXZlcnNpb249MjAxOS0xMi0wMSZhc3luY0lkPTVlN2JhYjhlMDdiNDNkMGUzODc5NDVmYiZhc3luY0NvZGU9MjAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9113/schemas/schemaid9890?api-version=2020-12-01&asyncId=606f78230dcb2d108ce1c3dc&asyncCode=201", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkOTExMy9zY2hlbWFzL3NjaGVtYWlkOTg5MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAxJmFzeW5jSWQ9NjA2Zjc4MjMwZGNiMmQxMDhjZTFjM2RjJmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -559,34 +559,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANGw=\"" + "\"AAAAAAAAbYw=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "58019690-23e1-47f4-a4d8-95dc9f793fca" + "a90a78f3-a874-4804-9a20-374554801c36" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "11996" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "a0d7249c-eacf-413b-aef2-bd1ccacf4ecc" + "9d54b7c4-3923-44f7-b288-8ea0758376cc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190621Z:a0d7249c-eacf-413b-aef2-bd1ccacf4ecc" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214018Z:9d54b7c4-3923-44f7-b288-8ea0758376cc" ], "Date": [ - "Wed, 25 Mar 2020 19:06:21 GMT" + "Thu, 08 Apr 2021 21:40:18 GMT" ], "Content-Length": [ - "1860" + "1862" ], "Content-Type": [ "application/json; charset=utf-8" @@ -595,20 +595,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5572/schemas/schemaid4194\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/schemas\",\r\n \"name\": \"schemaid4194\",\r\n \"properties\": {\r\n \"contentType\": \"application/vnd.ms-azure-apim.swagger.definitions+json\",\r\n \"document\": {\r\n \"definitions\": {\r\n \"definitions\": {\r\n \"pet\": {\r\n \"required\": [\r\n \"id\",\r\n \"name\"\r\n ],\r\n \"externalDocs\": {\r\n \"description\": \"findmoreinfohere\",\r\n \"url\": \"https: //helloreverb.com/about\"\r\n },\r\n \"properties\": {\r\n \"id\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int64\"\r\n },\r\n \"name\": {\r\n \"type\": \"string\"\r\n },\r\n \"tag\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n },\r\n \"newPet\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"pet\"\r\n },\r\n {\r\n \"required\": [\r\n \"name\"\r\n ],\r\n \"id\": {\r\n \"properties\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int64\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"errorModel\": {\r\n \"required\": [\r\n \"code\",\r\n \"message\"\r\n ],\r\n \"properties\": {\r\n \"code\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"message\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9113/schemas/schemaid9890\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/schemas\",\r\n \"name\": \"schemaid9890\",\r\n \"properties\": {\r\n \"contentType\": \"application/vnd.ms-azure-apim.swagger.definitions+json\",\r\n \"document\": {\r\n \"definitions\": {\r\n \"definitions\": {\r\n \"pet\": {\r\n \"required\": [\r\n \"id\",\r\n \"name\"\r\n ],\r\n \"externalDocs\": {\r\n \"description\": \"findmoreinfohere\",\r\n \"url\": \"https: //helloreverb.com/about\"\r\n },\r\n \"properties\": {\r\n \"id\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int64\"\r\n },\r\n \"name\": {\r\n \"type\": \"string\"\r\n },\r\n \"tag\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n },\r\n \"newPet\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"pet\"\r\n },\r\n {\r\n \"required\": [\r\n \"name\"\r\n ],\r\n \"id\": {\r\n \"properties\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int64\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"errorModel\": {\r\n \"required\": [\r\n \"code\",\r\n \"message\"\r\n ],\r\n \"properties\": {\r\n \"code\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"message\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5572/schemas/schemaid4194?api-version=2019-12-01&asyncId=5e7babae07b43d0e387945ff&asyncCode=200", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NzIvc2NoZW1hcy9zY2hlbWFpZDQxOTQ/YXBpLXZlcnNpb249MjAxOS0xMi0wMSZhc3luY0lkPTVlN2JhYmFlMDdiNDNkMGUzODc5NDVmZiZhc3luY0NvZGU9MjAw", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9113/schemas/schemaid9890?api-version=2020-12-01&asyncId=606f78430dcb2d108ce1c3e0&asyncCode=200", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkOTExMy9zY2hlbWFzL3NjaGVtYWlkOTg5MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAxJmFzeW5jSWQ9NjA2Zjc4NDMwZGNiMmQxMDhjZTFjM2UwJmFzeW5jQ29kZT0yMDA=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -619,34 +619,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANG0=\"" + "\"AAAAAAAAbY8=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "8a2ab1a4-3a0a-40fe-b25b-e31236e810a6" + "21b2891a-cf9c-4a28-81ae-bbe869265e1e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "11995" ], "x-ms-correlation-request-id": [ - "0f83c3a0-46c5-4818-ac1a-154e0fd7e463" + "b62ef25f-8899-42de-8f77-f386664db3a9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190652Z:0f83c3a0-46c5-4818-ac1a-154e0fd7e463" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214049Z:b62ef25f-8899-42de-8f77-f386664db3a9" ], "Date": [ - "Wed, 25 Mar 2020 19:06:52 GMT" + "Thu, 08 Apr 2021 21:40:48 GMT" ], "Content-Length": [ - "2100" + "2102" ], "Content-Type": [ "application/json; charset=utf-8" @@ -655,26 +655,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5572/schemas/schemaid4194\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/schemas\",\r\n \"name\": \"schemaid4194\",\r\n \"properties\": {\r\n \"contentType\": \"application/vnd.oai.openapi.components+json\",\r\n \"document\": {\r\n \"value\": \"{\\r\\n \\\"pet\\\": {\\r\\n \\\"required\\\": [\\\"id\\\",\\r\\n \\\"name\\\"],\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"findmoreinfohere\\\",\\r\\n \\\"url\\\": \\\"https: //helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"tag\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"newPet\\\": {\\r\\n \\\"allOf\\\": [{\\r\\n \\\"$ref\\\": \\\"pet\\\"\\r\\n },\\r\\n {\\r\\n \\\"required\\\": [\\\"name\\\"],\\r\\n \\\"id\\\": {\\r\\n \\\"properties\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n }]\\r\\n },\\r\\n \\\"errorModel\\\": {\\r\\n \\\"required\\\": [\\\"code\\\",\\r\\n \\\"message\\\"],\\r\\n \\\"properties\\\": {\\r\\n \\\"code\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"message\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9113/schemas/schemaid9890\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/schemas\",\r\n \"name\": \"schemaid9890\",\r\n \"properties\": {\r\n \"contentType\": \"application/vnd.oai.openapi.components+json\",\r\n \"document\": {\r\n \"value\": \"{\\r\\n \\\"pet\\\": {\\r\\n \\\"required\\\": [\\\"id\\\",\\r\\n \\\"name\\\"],\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"findmoreinfohere\\\",\\r\\n \\\"url\\\": \\\"https: //helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"tag\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"newPet\\\": {\\r\\n \\\"allOf\\\": [{\\r\\n \\\"$ref\\\": \\\"pet\\\"\\r\\n },\\r\\n {\\r\\n \\\"required\\\": [\\\"name\\\"],\\r\\n \\\"id\\\": {\\r\\n \\\"properties\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n }]\\r\\n },\\r\\n \\\"errorModel\\\": {\\r\\n \\\"required\\\": [\\\"code\\\",\\r\\n \\\"message\\\"],\\r\\n \\\"properties\\\": {\\r\\n \\\"code\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"message\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5572/schemas?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NzIvc2NoZW1hcz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9113/schemas?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkOTExMy9zY2hlbWFzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a08df7e-51f4-4444-9adc-065bf3939bad" + "fa8796dc-8c6d-4770-ae32-cfff0d07af9e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -687,29 +687,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "99e27a13-4ae8-42f4-8e20-a7ad9e6c8735" + "3d3f0195-4373-4189-b2cd-ec715b5ab894" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "11994" ], "x-ms-correlation-request-id": [ - "bade200c-4477-4049-b2f7-f3a26cf215e8" + "ae48724c-5ad6-4f22-b0f9-09542701e8cc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190652Z:bade200c-4477-4049-b2f7-f3a26cf215e8" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214050Z:ae48724c-5ad6-4f22-b0f9-09542701e8cc" ], "Date": [ - "Wed, 25 Mar 2020 19:06:52 GMT" + "Thu, 08 Apr 2021 21:40:49 GMT" ], "Content-Length": [ - "2184" + "2186" ], "Content-Type": [ "application/json; charset=utf-8" @@ -718,26 +718,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5572/schemas/schemaid4194\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/schemas\",\r\n \"name\": \"schemaid4194\",\r\n \"properties\": {\r\n \"contentType\": \"application/vnd.oai.openapi.components+json\",\r\n \"document\": {\r\n \"value\": \"{\\r\\n \\\"pet\\\": {\\r\\n \\\"required\\\": [\\\"id\\\",\\r\\n \\\"name\\\"],\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"findmoreinfohere\\\",\\r\\n \\\"url\\\": \\\"https: //helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"tag\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"newPet\\\": {\\r\\n \\\"allOf\\\": [{\\r\\n \\\"$ref\\\": \\\"pet\\\"\\r\\n },\\r\\n {\\r\\n \\\"required\\\": [\\\"name\\\"],\\r\\n \\\"id\\\": {\\r\\n \\\"properties\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n }]\\r\\n },\\r\\n \\\"errorModel\\\": {\\r\\n \\\"required\\\": [\\\"code\\\",\\r\\n \\\"message\\\"],\\r\\n \\\"properties\\\": {\\r\\n \\\"code\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"message\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\"\r\n }\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9113/schemas/schemaid9890\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/schemas\",\r\n \"name\": \"schemaid9890\",\r\n \"properties\": {\r\n \"contentType\": \"application/vnd.oai.openapi.components+json\",\r\n \"document\": {\r\n \"value\": \"{\\r\\n \\\"pet\\\": {\\r\\n \\\"required\\\": [\\\"id\\\",\\r\\n \\\"name\\\"],\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"findmoreinfohere\\\",\\r\\n \\\"url\\\": \\\"https: //helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"tag\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"newPet\\\": {\\r\\n \\\"allOf\\\": [{\\r\\n \\\"$ref\\\": \\\"pet\\\"\\r\\n },\\r\\n {\\r\\n \\\"required\\\": [\\\"name\\\"],\\r\\n \\\"id\\\": {\\r\\n \\\"properties\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n }]\\r\\n },\\r\\n \\\"errorModel\\\": {\\r\\n \\\"required\\\": [\\\"code\\\",\\r\\n \\\"message\\\"],\\r\\n \\\"properties\\\": {\\r\\n \\\"code\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"message\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\"\r\n }\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5572/schemas/schemaid4194?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NzIvc2NoZW1hcy9zY2hlbWFpZDQxOTQ/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9113/schemas/schemaid9890?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkOTExMy9zY2hlbWFzL3NjaGVtYWlkOTg5MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe69d0a3-95b3-4dd0-8ad3-2c8ddc203ae1" + "632f33fb-0e3e-4218-8345-b3aeb62aacb0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -748,31 +748,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANG0=\"" + "\"AAAAAAAAbY8=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "709e1983-de91-4a6e-a319-633302105972" + "c62e3790-a63f-406f-9a39-08fe8d148f02" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "11993" ], "x-ms-correlation-request-id": [ - "f0e0212d-49cf-46b9-8146-63014e361579" + "a58704bc-7ad7-4a5b-82f3-92fa49f2660b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190652Z:f0e0212d-49cf-46b9-8146-63014e361579" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214050Z:a58704bc-7ad7-4a5b-82f3-92fa49f2660b" ], "Date": [ - "Wed, 25 Mar 2020 19:06:52 GMT" + "Thu, 08 Apr 2021 21:40:49 GMT" ], "Content-Length": [ "0" @@ -785,25 +785,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5572/schemas/schemaid4194?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NzIvc2NoZW1hcy9zY2hlbWFpZDQxOTQ/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9113/schemas/schemaid9890?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkOTExMy9zY2hlbWFzL3NjaGVtYWlkOTg5MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b22c4856-8039-4504-a326-f1af4d61dacc" + "b72a54c4-bad4-4e15-8f64-cf60bd76fc8b" ], "If-Match": [ - "\"AAAAAAAANG0=\"" + "\"AAAAAAAAbY8=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -816,26 +816,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "740e2e99-0e1b-43ef-a055-951ad67d5f40" + "8eacc710-ae2a-4fd8-a782-0a2c8374210d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" + "14999" ], "x-ms-correlation-request-id": [ - "ef5334fe-06b4-4691-a5e9-186fc524bf31" + "9d2b0afd-5a17-42c3-a6be-4dd74d822d9a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190653Z:ef5334fe-06b4-4691-a5e9-186fc524bf31" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214050Z:9d2b0afd-5a17-42c3-a6be-4dd74d822d9a" ], "Date": [ - "Wed, 25 Mar 2020 19:06:53 GMT" + "Thu, 08 Apr 2021 21:40:50 GMT" ], "Expires": [ "-1" @@ -848,13 +848,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5572/schemas/schemaid4194?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NzIvc2NoZW1hcy9zY2hlbWFpZDQxOTQ/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9113/schemas/schemaid9890?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkOTExMy9zY2hlbWFzL3NjaGVtYWlkOTg5MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b729ea8d-be9e-4bd5-9b0f-d4cffc028a58" + "c7c8d175-aa04-40fa-ba8b-d5a4d7e70ddb" ], "If-Match": [ "*" @@ -863,10 +863,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -879,26 +879,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "b99cc6c8-1d71-4474-ab63-d0064a0f68ea" + "97f530ca-ba07-4428-8ed8-2d3c059c62d6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" + "14997" ], "x-ms-correlation-request-id": [ - "64c0fc5e-1ecb-4914-9bfe-0fabe2fd78fd" + "bb8efb27-bead-447e-b002-cd317daf267c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190654Z:64c0fc5e-1ecb-4914-9bfe-0fabe2fd78fd" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214053Z:bb8efb27-bead-447e-b002-cd317daf267c" ], "Date": [ - "Wed, 25 Mar 2020 19:06:54 GMT" + "Thu, 08 Apr 2021 21:40:52 GMT" ], "Expires": [ "-1" @@ -908,22 +908,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5572/schemas/schemaid4194?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NzIvc2NoZW1hcy9zY2hlbWFpZDQxOTQ/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9113/schemas/schemaid9890?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkOTExMy9zY2hlbWFzL3NjaGVtYWlkOTg5MD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f1c8a4e-1e6e-4e3c-a2ba-0afd5ef26332" + "d74518f2-0667-4e37-9493-6e035667451c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -936,26 +936,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "df1c4438-ee26-47d8-92dd-2b87608d2665" + "a9c580b9-7ad1-4bc3-9a4c-3eb923f576d6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "11992" ], "x-ms-correlation-request-id": [ - "a38009fe-69be-47b3-b27a-df97959603aa" + "c1ef5254-c07c-4b4d-a4aa-0145dee2bb5a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190653Z:a38009fe-69be-47b3-b27a-df97959603aa" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214051Z:c1ef5254-c07c-4b4d-a4aa-0145dee2bb5a" ], "Date": [ - "Wed, 25 Mar 2020 19:06:53 GMT" + "Thu, 08 Apr 2021 21:40:50 GMT" ], "Content-Length": [ "82" @@ -971,13 +971,13 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5572?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NzI/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9113?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkOTExMz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4ad2782-7554-4fa0-84e6-ec55d5700f25" + "9d5f0e68-2eec-4625-9a2b-991205a4a795" ], "If-Match": [ "*" @@ -986,10 +986,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1002,26 +1002,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "6ce85d3d-76a4-44ba-af77-c5f8418a4ad3" + "b4d1f19d-e6cf-402e-919b-a94a67bca9e3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" + "14998" ], "x-ms-correlation-request-id": [ - "115996e7-5600-4e3c-95d8-5bd03c97cd5f" + "06db77bb-689f-4c8e-9ac0-a813f4eddc84" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190654Z:115996e7-5600-4e3c-95d8-5bd03c97cd5f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214053Z:06db77bb-689f-4c8e-9ac0-a813f4eddc84" ], "Date": [ - "Wed, 25 Mar 2020 19:06:54 GMT" + "Thu, 08 Apr 2021 21:40:52 GMT" ], "Expires": [ "-1" @@ -1034,13 +1034,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5572?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NzI/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9113?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkOTExMz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ef45cf5-cbb5-4d85-a430-ce37ce5a9ca7" + "46610a25-f0b7-477f-9102-a165bdbb8519" ], "If-Match": [ "*" @@ -1049,10 +1049,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1065,26 +1065,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "98598e97-f517-44cf-99e0-a3d19880b18f" + "6c655302-6425-41db-af8b-396de479c795" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14989" + "14996" ], "x-ms-correlation-request-id": [ - "208fce96-d03d-49ae-b396-278bf6dcf0dd" + "8d101ae9-5dbf-46b9-8064-0c891c9d5236" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190655Z:208fce96-d03d-49ae-b396-278bf6dcf0dd" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214053Z:8d101ae9-5dbf-46b9-8064-0c891c9d5236" ], "Date": [ - "Wed, 25 Mar 2020 19:06:54 GMT" + "Thu, 08 Apr 2021 21:40:53 GMT" ], "Expires": [ "-1" @@ -1096,21 +1096,21 @@ ], "Names": { "CreateListUpdateDeleteOpenApiSchema": [ - "apiid5572", - "schemaid4194", - "apiname4857", - "apidescription530", - "header2396", - "query2248" + "apiid9113", + "schemaid9890", + "apiname3022", + "apidescription549", + "header4909", + "query2638" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiSchemaTests/CreateListUpdateDeleteSwaggerSchema.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiSchemaTests/CreateListUpdateDeleteSwaggerSchema.json index a20be43528a26..80381bb1c5e7d 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiSchemaTests/CreateListUpdateDeleteSwaggerSchema.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiSchemaTests/CreateListUpdateDeleteSwaggerSchema.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "32cc03ef-d8a8-47b3-9144-24108fbdc911" + "16b54dbe-52b1-4b92-ac0b-a95b5d5a7671" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,14 +33,14 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "54796f62-133c-4965-bed2-434ed426ad06", - "b384a692-2972-4522-acaa-7f1b28ade3fc" + "582a52f9-3e1d-44a2-a400-c6b15ec75ad1", + "30c411c4-1c71-462f-950f-5446d0dcba5b" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -49,19 +49,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "c2409dc2-eee7-4de8-aa5e-d50485841460" + "5304cd00-a528-46df-8786-d6ad95f2523c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190659Z:c2409dc2-eee7-4de8-aa5e-d50485841460" + "WESTCENTRALUS:20210408T214055Z:5304cd00-a528-46df-8786-d6ad95f2523c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:06:59 GMT" + "Thu, 08 Apr 2021 21:40:54 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17e895e0-0669-4a49-848d-d9dc821186f7" + "11bfeab0-e7e8-400e-81e2-fa22c70804ae" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3730db44-1ff7-486d-897d-0b2585153de2" + "b56f5545-6dc3-4708-9838-97bf9902fc3c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "11999" ], "x-ms-correlation-request-id": [ - "84a68b83-33c7-4d12-b257-4e9805207994" + "55162ef0-7cc5-41e3-aea6-25183b663a20" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190659Z:84a68b83-33c7-4d12-b257-4e9805207994" + "WESTCENTRALUS:20210408T214055Z:55162ef0-7cc5-41e3-aea6-25183b663a20" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:06:59 GMT" + "Thu, 08 Apr 2021 21:40:54 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,32 +136,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5552?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NTI/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8681?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODY4MT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"apidescription8799\",\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header305\",\r\n \"query\": \"query9889\"\r\n },\r\n \"displayName\": \"apiname6828\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"https\",\r\n \"http\"\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"apidescription7903\",\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header5753\",\r\n \"query\": \"query5706\"\r\n },\r\n \"displayName\": \"apiname5622\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"https\",\r\n \"http\"\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "44dff416-7ed9-4e2e-b801-ee9acb61849d" + "7bb567a5-8c8f-4ddb-ad17-81e30c7ff609" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "352" + "353" ] }, "ResponseHeaders": { @@ -172,13 +172,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANHE=\"" + "\"AAAAAAAAbZY=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "08f57ec5-aef0-4b6e-bd00-ca32bc844250" + "7fa291ef-2eb1-4a6b-9200-30c54ff4674d" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -187,19 +190,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "a70c7df6-7e48-4c46-82b1-704cf422a3f4" + "315273d4-9b6d-4817-9d0b-efc5631c1a28" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190700Z:a70c7df6-7e48-4c46-82b1-704cf422a3f4" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214055Z:315273d4-9b6d-4817-9d0b-efc5631c1a28" ], "Date": [ - "Wed, 25 Mar 2020 19:07:00 GMT" + "Thu, 08 Apr 2021 21:40:55 GMT" ], "Content-Length": [ - "768" + "771" ], "Content-Type": [ "application/json; charset=utf-8" @@ -208,20 +208,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5552\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid5552\",\r\n \"properties\": {\r\n \"displayName\": \"apiname6828\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription8799\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header305\",\r\n \"query\": \"query9889\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8681\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid8681\",\r\n \"properties\": {\r\n \"displayName\": \"apiname5622\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription7903\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header5753\",\r\n \"query\": \"query5706\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5552?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NTI/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8681?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODY4MT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -232,34 +232,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANHE=\"" + "\"AAAAAAAAbZY=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "8742fbaf-9de2-4efe-bed3-06c4373e76f6" + "c8c36459-e589-4ccf-b3f7-805ae5061979" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "11998" ], "x-ms-correlation-request-id": [ - "c4ac51b5-419e-4425-bb89-1e2bea2614e0" + "be700a19-c22c-4de2-bb61-3d80624d5a58" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190730Z:c4ac51b5-419e-4425-bb89-1e2bea2614e0" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214126Z:be700a19-c22c-4de2-bb61-3d80624d5a58" ], "Date": [ - "Wed, 25 Mar 2020 19:07:30 GMT" + "Thu, 08 Apr 2021 21:41:25 GMT" ], "Content-Length": [ - "768" + "771" ], "Content-Type": [ "application/json; charset=utf-8" @@ -268,26 +268,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5552\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid5552\",\r\n \"properties\": {\r\n \"displayName\": \"apiname6828\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription8799\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header305\",\r\n \"query\": \"query9889\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8681\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid8681\",\r\n \"properties\": {\r\n \"displayName\": \"apiname5622\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription7903\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header5753\",\r\n \"query\": \"query5706\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5552?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NTI/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8681?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODY4MT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ec0ab9c2-9e02-4a0d-aace-bc38a4838942" + "aecdc4d1-e21e-4414-8238-3e71b3d6cdf6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -298,34 +298,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANHE=\"" + "\"AAAAAAAAbZY=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "db1d3508-a8c5-4bf1-a639-13b59e9cea51" + "b0187532-db5b-49a8-9b89-ec9626fba57f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "11997" ], "x-ms-correlation-request-id": [ - "c22b09b6-250d-4986-89a7-fa3d93bf0d34" + "e9792108-fb5b-4be1-8738-4d090db9d877" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190731Z:c22b09b6-250d-4986-89a7-fa3d93bf0d34" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214126Z:e9792108-fb5b-4be1-8738-4d090db9d877" ], "Date": [ - "Wed, 25 Mar 2020 19:07:30 GMT" + "Thu, 08 Apr 2021 21:41:25 GMT" ], "Content-Length": [ - "768" + "771" ], "Content-Type": [ "application/json; charset=utf-8" @@ -334,26 +334,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5552\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid5552\",\r\n \"properties\": {\r\n \"displayName\": \"apiname6828\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription8799\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header305\",\r\n \"query\": \"query9889\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8681\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid8681\",\r\n \"properties\": {\r\n \"displayName\": \"apiname5622\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription7903\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header5753\",\r\n \"query\": \"query5706\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5552?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NTI/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8681?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODY4MT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4c32b74-6299-4495-94bd-27c28ec936d7" + "83af77b5-d1c5-40d7-b501-eb35fd7bcb5a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -366,26 +366,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "3e766cc5-d758-4343-b1de-9722a5ecee0b" + "ffc5ddc1-5baa-4b26-a0d2-3879bf5aa534" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "11992" ], "x-ms-correlation-request-id": [ - "5ef36989-c295-4d2e-8693-04e0c7353b78" + "1c43bbe0-e7a7-4a26-9028-c7566934dd24" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190804Z:5ef36989-c295-4d2e-8693-04e0c7353b78" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214157Z:1c43bbe0-e7a7-4a26-9028-c7566934dd24" ], "Date": [ - "Wed, 25 Mar 2020 19:08:03 GMT" + "Thu, 08 Apr 2021 21:41:56 GMT" ], "Content-Length": [ "79" @@ -401,22 +401,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5552/schemas/schemaid3010?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NTIvc2NoZW1hcy9zY2hlbWFpZDMwMTA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8681/schemas/schemaid8831?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODY4MS9zY2hlbWFzL3NjaGVtYWlkODgzMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"contentType\": \"application/vnd.ms-azure-apim.swagger.definitions+json\",\r\n \"document\": {\r\n \"value\": \"{\\r\\n \\\"pet\\\": {\\r\\n \\\"required\\\": [\\\"id\\\",\\r\\n \\\"name\\\"],\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"findmoreinfohere\\\",\\r\\n \\\"url\\\": \\\"https: //helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"tag\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"newPet\\\": {\\r\\n \\\"allOf\\\": [{\\r\\n \\\"$ref\\\": \\\"pet\\\"\\r\\n },\\r\\n {\\r\\n \\\"required\\\": [\\\"name\\\"],\\r\\n \\\"id\\\": {\\r\\n \\\"properties\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n }]\\r\\n },\\r\\n \\\"errorModel\\\": {\\r\\n \\\"required\\\": [\\\"code\\\",\\r\\n \\\"message\\\"],\\r\\n \\\"properties\\\": {\\r\\n \\\"code\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"message\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\"\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "36c67d25-de85-403c-aac4-5ea1557cf5b5" + "a007155b-0f8c-4a86-8644-d4115cfc493f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -433,13 +433,16 @@ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5552/schemas/schemaid3010?api-version=2019-12-01&asyncId=5e7babf307b43d0e38794606&asyncCode=201" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8681/schemas/schemaid8831?api-version=2020-12-01&asyncId=606f78860dcb2d108ce1c3e7&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "8ab8e142-181e-420c-ae7d-2cdbdbbed75c" + "f7ab8aa2-5e2a-487f-bc7f-c73874d0a22d" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -448,16 +451,13 @@ "1197" ], "x-ms-correlation-request-id": [ - "1e9b23a5-3077-4875-8b63-1b51077c683d" + "c84aaa34-00b9-4239-b9a4-11de595646d3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190731Z:1e9b23a5-3077-4875-8b63-1b51077c683d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214126Z:c84aaa34-00b9-4239-b9a4-11de595646d3" ], "Date": [ - "Wed, 25 Mar 2020 19:07:30 GMT" + "Thu, 08 Apr 2021 21:41:25 GMT" ], "Expires": [ "-1" @@ -470,16 +470,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5552/schemas/schemaid3010?api-version=2019-12-01&asyncId=5e7babf307b43d0e38794606&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NTIvc2NoZW1hcy9zY2hlbWFpZDMwMTA/YXBpLXZlcnNpb249MjAxOS0xMi0wMSZhc3luY0lkPTVlN2JhYmYzMDdiNDNkMGUzODc5NDYwNiZhc3luY0NvZGU9MjAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8681/schemas/schemaid8831?api-version=2020-12-01&asyncId=606f78860dcb2d108ce1c3e7&asyncCode=201", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODY4MS9zY2hlbWFzL3NjaGVtYWlkODgzMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAxJmFzeW5jSWQ9NjA2Zjc4ODYwZGNiMmQxMDhjZTFjM2U3JmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -490,34 +490,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANHU=\"" + "\"AAAAAAAAbZo=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "30fe078e-7173-48c0-9a3f-8b0e8fbf0932" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "x-ms-request-id": [ + "fd3db7dc-1bd0-4369-bcd1-734250f0ced7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], "x-ms-correlation-request-id": [ - "4a0286d2-cae9-4ef8-a1bf-ef33955a0965" + "c477ca30-8239-47f7-b71a-93191f6d1d6b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190801Z:4a0286d2-cae9-4ef8-a1bf-ef33955a0965" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214156Z:c477ca30-8239-47f7-b71a-93191f6d1d6b" ], "Date": [ - "Wed, 25 Mar 2020 19:08:01 GMT" + "Thu, 08 Apr 2021 21:41:56 GMT" ], "Content-Length": [ - "1713" + "1715" ], "Content-Type": [ "application/json; charset=utf-8" @@ -526,26 +526,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5552/schemas/schemaid3010\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/schemas\",\r\n \"name\": \"schemaid3010\",\r\n \"properties\": {\r\n \"contentType\": \"application/vnd.ms-azure-apim.swagger.definitions+json\",\r\n \"document\": {\r\n \"definitions\": {\r\n \"pet\": {\r\n \"required\": [\r\n \"id\",\r\n \"name\"\r\n ],\r\n \"externalDocs\": {\r\n \"description\": \"findmoreinfohere\",\r\n \"url\": \"https: //helloreverb.com/about\"\r\n },\r\n \"properties\": {\r\n \"id\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int64\"\r\n },\r\n \"name\": {\r\n \"type\": \"string\"\r\n },\r\n \"tag\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n },\r\n \"newPet\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"pet\"\r\n },\r\n {\r\n \"required\": [\r\n \"name\"\r\n ],\r\n \"id\": {\r\n \"properties\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int64\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"errorModel\": {\r\n \"required\": [\r\n \"code\",\r\n \"message\"\r\n ],\r\n \"properties\": {\r\n \"code\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"message\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8681/schemas/schemaid8831\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/schemas\",\r\n \"name\": \"schemaid8831\",\r\n \"properties\": {\r\n \"contentType\": \"application/vnd.ms-azure-apim.swagger.definitions+json\",\r\n \"document\": {\r\n \"definitions\": {\r\n \"pet\": {\r\n \"required\": [\r\n \"id\",\r\n \"name\"\r\n ],\r\n \"externalDocs\": {\r\n \"description\": \"findmoreinfohere\",\r\n \"url\": \"https: //helloreverb.com/about\"\r\n },\r\n \"properties\": {\r\n \"id\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int64\"\r\n },\r\n \"name\": {\r\n \"type\": \"string\"\r\n },\r\n \"tag\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n },\r\n \"newPet\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"pet\"\r\n },\r\n {\r\n \"required\": [\r\n \"name\"\r\n ],\r\n \"id\": {\r\n \"properties\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int64\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"errorModel\": {\r\n \"required\": [\r\n \"code\",\r\n \"message\"\r\n ],\r\n \"properties\": {\r\n \"code\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"message\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5552/schemas?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NTIvc2NoZW1hcz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8681/schemas?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODY4MS9zY2hlbWFzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f47eb644-739f-4fb2-8c04-700b10c7adf0" + "9b1e99bc-1ba0-496d-98b4-18eae68064a6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -558,29 +558,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "76d2dbd9-0abf-4997-baa6-28382f49aabd" + "e0d3548c-b8d4-4d2f-aaf7-39f640c2bb8a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "11995" ], "x-ms-correlation-request-id": [ - "3f4a2ca1-3d79-4b08-9578-2ddf570bb3ee" + "5ea28f84-6a36-4fc2-bf51-7cd320dcddac" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190802Z:3f4a2ca1-3d79-4b08-9578-2ddf570bb3ee" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214156Z:5ea28f84-6a36-4fc2-bf51-7cd320dcddac" ], "Date": [ - "Wed, 25 Mar 2020 19:08:01 GMT" + "Thu, 08 Apr 2021 21:41:56 GMT" ], "Content-Length": [ - "2021" + "2023" ], "Content-Type": [ "application/json; charset=utf-8" @@ -589,26 +589,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5552/schemas/schemaid3010\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/schemas\",\r\n \"name\": \"schemaid3010\",\r\n \"properties\": {\r\n \"contentType\": \"application/vnd.ms-azure-apim.swagger.definitions+json\",\r\n \"document\": {\r\n \"definitions\": {\r\n \"pet\": {\r\n \"required\": [\r\n \"id\",\r\n \"name\"\r\n ],\r\n \"externalDocs\": {\r\n \"description\": \"findmoreinfohere\",\r\n \"url\": \"https: //helloreverb.com/about\"\r\n },\r\n \"properties\": {\r\n \"id\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int64\"\r\n },\r\n \"name\": {\r\n \"type\": \"string\"\r\n },\r\n \"tag\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n },\r\n \"newPet\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"pet\"\r\n },\r\n {\r\n \"required\": [\r\n \"name\"\r\n ],\r\n \"id\": {\r\n \"properties\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int64\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"errorModel\": {\r\n \"required\": [\r\n \"code\",\r\n \"message\"\r\n ],\r\n \"properties\": {\r\n \"code\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"message\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8681/schemas/schemaid8831\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/schemas\",\r\n \"name\": \"schemaid8831\",\r\n \"properties\": {\r\n \"contentType\": \"application/vnd.ms-azure-apim.swagger.definitions+json\",\r\n \"document\": {\r\n \"definitions\": {\r\n \"pet\": {\r\n \"required\": [\r\n \"id\",\r\n \"name\"\r\n ],\r\n \"externalDocs\": {\r\n \"description\": \"findmoreinfohere\",\r\n \"url\": \"https: //helloreverb.com/about\"\r\n },\r\n \"properties\": {\r\n \"id\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int64\"\r\n },\r\n \"name\": {\r\n \"type\": \"string\"\r\n },\r\n \"tag\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n },\r\n \"newPet\": {\r\n \"allOf\": [\r\n {\r\n \"$ref\": \"pet\"\r\n },\r\n {\r\n \"required\": [\r\n \"name\"\r\n ],\r\n \"id\": {\r\n \"properties\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int64\"\r\n }\r\n }\r\n }\r\n ]\r\n },\r\n \"errorModel\": {\r\n \"required\": [\r\n \"code\",\r\n \"message\"\r\n ],\r\n \"properties\": {\r\n \"code\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n },\r\n \"message\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5552/schemas/schemaid3010?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NTIvc2NoZW1hcy9zY2hlbWFpZDMwMTA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8681/schemas/schemaid8831?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODY4MS9zY2hlbWFzL3NjaGVtYWlkODgzMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71af1e11-101d-4b72-a63d-378927da349f" + "a92f5d8c-4782-4eed-8e1a-ba1ed6c54d30" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -619,31 +619,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANHU=\"" + "\"AAAAAAAAbZo=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "6bf2822f-8cdc-4120-8aac-0f0a1be65794" + "a2ddd1e1-8734-49dc-bc2f-a61b5e27fde6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "11994" ], "x-ms-correlation-request-id": [ - "de812c4c-ece5-4dbf-9a5a-b83d38fc1ff9" + "1fa9b3ac-8726-4cc8-b1c2-d888bf65d13d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190802Z:de812c4c-ece5-4dbf-9a5a-b83d38fc1ff9" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214157Z:1fa9b3ac-8726-4cc8-b1c2-d888bf65d13d" ], "Date": [ - "Wed, 25 Mar 2020 19:08:02 GMT" + "Thu, 08 Apr 2021 21:41:56 GMT" ], "Content-Length": [ "0" @@ -656,25 +656,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5552/schemas/schemaid3010?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NTIvc2NoZW1hcy9zY2hlbWFpZDMwMTA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8681/schemas/schemaid8831?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODY4MS9zY2hlbWFzL3NjaGVtYWlkODgzMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5026acf5-35eb-4df9-89bc-1f959177cc5e" + "d6a0fa86-303f-4689-8e6e-4f6816240a29" ], "If-Match": [ - "\"AAAAAAAANHU=\"" + "\"AAAAAAAAbZo=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -687,8 +687,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c8b6d0d1-7aaa-470d-ad19-68b9d4dc2276" + "0ddd186a-3fab-4705-9a48-964333cafdda" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -697,16 +700,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "5c7117c9-7095-4d90-b707-ec17e5c2de97" + "a9f70d43-ad44-4c6a-897d-695b41aed35b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190803Z:5c7117c9-7095-4d90-b707-ec17e5c2de97" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214157Z:a9f70d43-ad44-4c6a-897d-695b41aed35b" ], "Date": [ - "Wed, 25 Mar 2020 19:08:02 GMT" + "Thu, 08 Apr 2021 21:41:56 GMT" ], "Expires": [ "-1" @@ -719,13 +719,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5552/schemas/schemaid3010?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NTIvc2NoZW1hcy9zY2hlbWFpZDMwMTA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8681/schemas/schemaid8831?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODY4MS9zY2hlbWFzL3NjaGVtYWlkODgzMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4c67c18f-c652-45db-9fdc-d8935a5f315d" + "167b2276-fc28-4c38-b4f4-7c15b1a59328" ], "If-Match": [ "*" @@ -734,10 +734,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -750,8 +750,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "b5147ace-6e5e-4139-82f3-e8dd81217141" + "31f0c6a2-21fc-45a2-af77-6136f4772c1f" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -760,16 +763,13 @@ "14997" ], "x-ms-correlation-request-id": [ - "3f2969b3-ef8b-4e2b-9630-556278c1933b" + "ed241162-03ba-4175-add3-ffd583468614" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190804Z:3f2969b3-ef8b-4e2b-9630-556278c1933b" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214157Z:ed241162-03ba-4175-add3-ffd583468614" ], "Date": [ - "Wed, 25 Mar 2020 19:08:03 GMT" + "Thu, 08 Apr 2021 21:41:56 GMT" ], "Expires": [ "-1" @@ -779,22 +779,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5552/schemas/schemaid3010?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NTIvc2NoZW1hcy9zY2hlbWFpZDMwMTA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8681/schemas/schemaid8831?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODY4MS9zY2hlbWFzL3NjaGVtYWlkODgzMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d687b5bc-32f3-4b19-9a43-ba3d9b656fe8" + "5d781681-1ffa-4934-a064-8b5f7e90871f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -807,26 +807,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "717f2a44-faa0-4a0a-a757-dc4ac6d8a1cd" + "a1f82e62-62b5-4da3-bcce-4250a896f124" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "11993" ], "x-ms-correlation-request-id": [ - "0da5eacb-f677-4986-b022-46dad2d6b327" + "72cece17-6fb3-478a-ad58-56c918fb0933" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190803Z:0da5eacb-f677-4986-b022-46dad2d6b327" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214157Z:72cece17-6fb3-478a-ad58-56c918fb0933" ], "Date": [ - "Wed, 25 Mar 2020 19:08:02 GMT" + "Thu, 08 Apr 2021 21:41:56 GMT" ], "Content-Length": [ "82" @@ -842,13 +842,13 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5552?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NTI/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8681?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODY4MT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d4aa7733-090b-49f1-a538-1e636e667711" + "63bd6851-fe84-4e2e-be5c-32401250b839" ], "If-Match": [ "*" @@ -857,10 +857,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -873,8 +873,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "380157b7-4c52-4859-8daa-710f1e0be089" + "22cc4847-e5e5-47c6-9d33-3d31a7d8475f" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -883,16 +886,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "1e808211-605e-426d-b25a-3f0f1b4f9aa2" + "e38dd7f1-21ef-400b-8467-8611751c4d8a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190803Z:1e808211-605e-426d-b25a-3f0f1b4f9aa2" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214157Z:e38dd7f1-21ef-400b-8467-8611751c4d8a" ], "Date": [ - "Wed, 25 Mar 2020 19:08:03 GMT" + "Thu, 08 Apr 2021 21:41:56 GMT" ], "Expires": [ "-1" @@ -905,13 +905,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid5552?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDU1NTI/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8681?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODY4MT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e544155c-e1b6-4399-b7aa-87cb61aacc43" + "d55f7f92-627e-4b33-907d-ead41221e046" ], "If-Match": [ "*" @@ -920,10 +920,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -936,8 +936,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "26fdb1ef-a62c-46a2-ac94-6ef2d1f1772c" + "1723688b-fbdc-404d-89ed-26fe35547e36" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -946,16 +949,13 @@ "14996" ], "x-ms-correlation-request-id": [ - "f16a1fd0-7f30-4a72-a966-93f1b4d7ce95" + "9a3cf75d-090e-4b98-93ff-cce4bd2fa11f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190804Z:f16a1fd0-7f30-4a72-a966-93f1b4d7ce95" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214157Z:9a3cf75d-090e-4b98-93ff-cce4bd2fa11f" ], "Date": [ - "Wed, 25 Mar 2020 19:08:04 GMT" + "Thu, 08 Apr 2021 21:41:56 GMT" ], "Expires": [ "-1" @@ -967,21 +967,21 @@ ], "Names": { "CreateListUpdateDeleteSwaggerSchema": [ - "apiid5552", - "schemaid3010", - "apiname6828", - "apidescription8799", - "header305", - "query9889" + "apiid8681", + "schemaid8831", + "apiname5622", + "apidescription7903", + "header5753", + "query5706" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiSchemaTests/CreateListUpdateDeleteWsdlSchema.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiSchemaTests/CreateListUpdateDeleteWsdlSchema.json index df44de058566f..4a789ef067878 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiSchemaTests/CreateListUpdateDeleteWsdlSchema.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiSchemaTests/CreateListUpdateDeleteWsdlSchema.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1766bc67-512a-48c9-9c33-81fc676c435c" + "4de8fae2-3556-47ea-8093-ae5c4a8734f4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,14 +33,14 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2e89d7b4-663b-4d48-8903-c1344b186dbd", - "f318b25f-07d1-41b9-8f8f-7c1155e61805" + "5617dff9-f2c7-4b61-85e7-2ba42f043d03", + "6612002c-c8f5-4f78-91cd-ae2292997895" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -49,19 +49,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "6e13ba7b-decf-4f99-a98d-d002154fff9c" + "e6019700-f8fe-43cc-b716-995981143096" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190809Z:6e13ba7b-decf-4f99-a98d-d002154fff9c" + "WESTCENTRALUS:20210408T214159Z:e6019700-f8fe-43cc-b716-995981143096" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:08:09 GMT" + "Thu, 08 Apr 2021 21:41:59 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f57fd16c-141c-4714-9b03-727ec1ab44ab" + "092b5fcf-1500-43f2-bb93-8e23db150840" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bbf10232-b0f6-4343-8090-cbfb7208e4d1" + "a60fa326-53ff-4fa1-9c31-06f91f816e53" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "11999" ], "x-ms-correlation-request-id": [ - "1fcd8b46-774e-4bef-b1e4-c9a1eb1d7fe4" + "54c9d660-d54b-4de8-929d-bc098f8b4214" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190809Z:1fcd8b46-774e-4bef-b1e4-c9a1eb1d7fe4" + "WESTCENTRALUS:20210408T214159Z:54c9d660-d54b-4de8-929d-bc098f8b4214" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:08:09 GMT" + "Thu, 08 Apr 2021 21:41:59 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,32 +136,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7748?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc3NDg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8056?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODA1Nj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"apidescription5977\",\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header4507\",\r\n \"query\": \"query8616\"\r\n },\r\n \"displayName\": \"apiname5225\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"https\",\r\n \"http\"\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"apidescription7510\",\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header497\",\r\n \"query\": \"query2288\"\r\n },\r\n \"displayName\": \"apiname4562\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"https\",\r\n \"http\"\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "efa72d3e-a724-4c63-8079-b9f0d3595a0b" + "c807d7a4-826b-4a13-831f-95738626304e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "353" + "352" ] }, "ResponseHeaders": { @@ -172,34 +172,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANHo=\"" + "\"AAAAAAAAbaE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "a2aad938-9ede-46e6-85ba-11c7af1c651b" + "X-Content-Type-Options": [ + "nosniff" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "x-ms-request-id": [ + "f47c6fd1-5573-45fd-8b82-f959f09b2f60" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], "x-ms-correlation-request-id": [ - "0f87c976-7447-41e3-87f2-218134f774c2" + "d94c371c-760c-43ef-8876-eba065df5d0a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190810Z:0f87c976-7447-41e3-87f2-218134f774c2" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214159Z:d94c371c-760c-43ef-8876-eba065df5d0a" ], "Date": [ - "Wed, 25 Mar 2020 19:08:09 GMT" + "Thu, 08 Apr 2021 21:41:59 GMT" ], "Content-Length": [ - "769" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -208,20 +208,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7748\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid7748\",\r\n \"properties\": {\r\n \"displayName\": \"apiname5225\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription5977\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header4507\",\r\n \"query\": \"query8616\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8056\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid8056\",\r\n \"properties\": {\r\n \"displayName\": \"apiname4562\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription7510\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header497\",\r\n \"query\": \"query2288\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7748?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc3NDg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8056?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODA1Nj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -232,34 +232,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANHo=\"" + "\"AAAAAAAAbaE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "55182bc9-9a9a-4717-95e5-7ffa96c2415f" + "75626708-0a03-4390-b3bb-e1acda3e1990" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "11998" ], "x-ms-correlation-request-id": [ - "8950acaf-41e7-47f3-9b24-0a3e5d5e6fc8" + "c7f4fc75-0da1-41be-a193-eda5574722c8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190840Z:8950acaf-41e7-47f3-9b24-0a3e5d5e6fc8" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214230Z:c7f4fc75-0da1-41be-a193-eda5574722c8" ], "Date": [ - "Wed, 25 Mar 2020 19:08:39 GMT" + "Thu, 08 Apr 2021 21:42:29 GMT" ], "Content-Length": [ - "769" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -268,26 +268,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7748\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid7748\",\r\n \"properties\": {\r\n \"displayName\": \"apiname5225\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription5977\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header4507\",\r\n \"query\": \"query8616\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8056\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid8056\",\r\n \"properties\": {\r\n \"displayName\": \"apiname4562\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription7510\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header497\",\r\n \"query\": \"query2288\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7748?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc3NDg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8056?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODA1Nj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ab1d6de-102a-4532-a006-3a51616f88a8" + "0dae7abe-5afe-4d83-957a-4684053304a2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -298,34 +298,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANHo=\"" + "\"AAAAAAAAbaE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "29991214-34e1-41dc-b3b1-cd2883893657" + "95760713-78f1-403d-ab64-e232903384a5" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "11997" ], "x-ms-correlation-request-id": [ - "5e704d7c-b44c-4b5b-8bc5-ac29e8ffd24b" + "e63f9c84-6cc9-4f7c-b7eb-b7e8c8a74ab2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190840Z:5e704d7c-b44c-4b5b-8bc5-ac29e8ffd24b" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214230Z:e63f9c84-6cc9-4f7c-b7eb-b7e8c8a74ab2" ], "Date": [ - "Wed, 25 Mar 2020 19:08:40 GMT" + "Thu, 08 Apr 2021 21:42:29 GMT" ], "Content-Length": [ - "769" + "770" ], "Content-Type": [ "application/json; charset=utf-8" @@ -334,26 +334,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7748\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid7748\",\r\n \"properties\": {\r\n \"displayName\": \"apiname5225\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription5977\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header4507\",\r\n \"query\": \"query8616\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8056\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid8056\",\r\n \"properties\": {\r\n \"displayName\": \"apiname4562\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription7510\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header497\",\r\n \"query\": \"query2288\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7748?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc3NDg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8056?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODA1Nj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bc2ab0bc-5be6-4e56-92da-dd94ec3d08a8" + "676d9126-b51d-45da-ad54-1ae6d4c1250b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -366,26 +366,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "7001c328-cbee-4953-955b-55e26c2452bb" + "f4ba9a76-5a7d-4cf9-ac68-17d37a654745" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "11992" ], "x-ms-correlation-request-id": [ - "44a0ab5d-0e2e-4a34-970f-f68056a7ef1a" + "124c62c2-aae9-49a2-ad4a-adb41b23a435" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190915Z:44a0ab5d-0e2e-4a34-970f-f68056a7ef1a" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214301Z:124c62c2-aae9-49a2-ad4a-adb41b23a435" ], "Date": [ - "Wed, 25 Mar 2020 19:09:14 GMT" + "Thu, 08 Apr 2021 21:43:01 GMT" ], "Content-Length": [ "79" @@ -401,22 +401,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7748/schemas/schemaid5459?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc3NDgvc2NoZW1hcy9zY2hlbWFpZDU0NTk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8056/schemas/schemaid9969?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODA1Ni9zY2hlbWFzL3NjaGVtYWlkOTk2OT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"contentType\": \"application/vnd.ms-azure-apim.xsd+xml\",\r\n \"document\": {\r\n \"value\": \"\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\"\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "324e5532-8ffd-471a-a823-8ccb5cbf5e37" + "bc7b39db-87ac-4695-87fc-cffbf2d388cd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -433,13 +433,16 @@ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7748/schemas/schemaid5459?api-version=2019-12-01&asyncId=5e7bac3907b43d0e3879460d&asyncCode=201" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8056/schemas/schemaid9969?api-version=2020-12-01&asyncId=606f78c60dcb2d108ce1c3ee&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "98218083-d519-46df-b5fd-0f4c443fe215" + "a70981b3-328e-472a-ab9e-14945bdafa3a" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -448,16 +451,13 @@ "1197" ], "x-ms-correlation-request-id": [ - "63a7af10-d95d-40f7-84bd-68b6f8a02dfe" + "0f8e377c-b64c-4325-a6ee-1ab57eb955d9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190841Z:63a7af10-d95d-40f7-84bd-68b6f8a02dfe" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214231Z:0f8e377c-b64c-4325-a6ee-1ab57eb955d9" ], "Date": [ - "Wed, 25 Mar 2020 19:08:40 GMT" + "Thu, 08 Apr 2021 21:42:30 GMT" ], "Expires": [ "-1" @@ -470,16 +470,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7748/schemas/schemaid5459?api-version=2019-12-01&asyncId=5e7bac3907b43d0e3879460d&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc3NDgvc2NoZW1hcy9zY2hlbWFpZDU0NTk/YXBpLXZlcnNpb249MjAxOS0xMi0wMSZhc3luY0lkPTVlN2JhYzM5MDdiNDNkMGUzODc5NDYwZCZhc3luY0NvZGU9MjAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8056/schemas/schemaid9969?api-version=2020-12-01&asyncId=606f78c60dcb2d108ce1c3ee&asyncCode=201", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODA1Ni9zY2hlbWFzL3NjaGVtYWlkOTk2OT9hcGktdmVyc2lvbj0yMDIwLTEyLTAxJmFzeW5jSWQ9NjA2Zjc4YzYwZGNiMmQxMDhjZTFjM2VlJmFzeW5jQ29kZT0yMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -490,34 +490,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANIA=\"" + "\"AAAAAAAAbac=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "92141f76-6ff3-48c1-b684-f2072d867eb0" + "63615cb5-daf3-41fa-a895-6cc03c698bd5" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "11996" ], "x-ms-correlation-request-id": [ - "cc0b7167-30d6-4e42-bc87-de601eefcd32" + "81d1453f-f1c1-4a00-a568-ede920ee7c8e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190911Z:cc0b7167-30d6-4e42-bc87-de601eefcd32" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214301Z:81d1453f-f1c1-4a00-a568-ede920ee7c8e" ], "Date": [ - "Wed, 25 Mar 2020 19:09:11 GMT" + "Thu, 08 Apr 2021 21:43:00 GMT" ], "Content-Length": [ - "1732" + "1734" ], "Content-Type": [ "application/json; charset=utf-8" @@ -526,26 +526,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7748/schemas/schemaid5459\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/schemas\",\r\n \"name\": \"schemaid5459\",\r\n \"properties\": {\r\n \"contentType\": \"application/vnd.ms-azure-apim.xsd+xml\",\r\n \"document\": {\r\n \"value\": \"\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8056/schemas/schemaid9969\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/schemas\",\r\n \"name\": \"schemaid9969\",\r\n \"properties\": {\r\n \"contentType\": \"application/vnd.ms-azure-apim.xsd+xml\",\r\n \"document\": {\r\n \"value\": \"\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\"\r\n }\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7748/schemas?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc3NDgvc2NoZW1hcz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8056/schemas?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODA1Ni9zY2hlbWFzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f2275450-28f1-446e-b894-5dc4dc3e1991" + "39a41804-b5c2-4582-a696-97372d7fee5b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -558,29 +558,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "8069dc18-75a5-489f-8f88-89fa010ba6fd" + "95197778-d5b8-4522-908a-c91e5d6f7a47" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "11995" ], "x-ms-correlation-request-id": [ - "525edca3-09a9-4b4f-b73b-b1c77e7a6d3a" + "5a7cd2dc-349a-4d66-a625-b4cb041a27c3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190912Z:525edca3-09a9-4b4f-b73b-b1c77e7a6d3a" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214301Z:5a7cd2dc-349a-4d66-a625-b4cb041a27c3" ], "Date": [ - "Wed, 25 Mar 2020 19:09:11 GMT" + "Thu, 08 Apr 2021 21:43:00 GMT" ], "Content-Length": [ - "1816" + "1818" ], "Content-Type": [ "application/json; charset=utf-8" @@ -589,26 +589,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7748/schemas/schemaid5459\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/schemas\",\r\n \"name\": \"schemaid5459\",\r\n \"properties\": {\r\n \"contentType\": \"application/vnd.ms-azure-apim.xsd+xml\",\r\n \"document\": {\r\n \"value\": \"\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\"\r\n }\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8056/schemas/schemaid9969\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/schemas\",\r\n \"name\": \"schemaid9969\",\r\n \"properties\": {\r\n \"contentType\": \"application/vnd.ms-azure-apim.xsd+xml\",\r\n \"document\": {\r\n \"value\": \"\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\"\r\n }\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7748/schemas/schemaid5459?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc3NDgvc2NoZW1hcy9zY2hlbWFpZDU0NTk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8056/schemas/schemaid9969?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODA1Ni9zY2hlbWFzL3NjaGVtYWlkOTk2OT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a70c237d-7f61-43e7-914b-0fee21e0730e" + "3491336d-bee3-4752-8db1-33007a8b62b2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -619,31 +619,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANIA=\"" + "\"AAAAAAAAbac=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "e0159454-8cff-4288-89bb-8caefbe044a6" + "6df07c6a-25f7-49f9-b28a-15ad57327998" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "11994" ], "x-ms-correlation-request-id": [ - "2d13e030-ba64-4282-90d4-94d12db85840" + "23e2d16d-49ff-47ee-90d9-68bb3e128fc0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190912Z:2d13e030-ba64-4282-90d4-94d12db85840" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214301Z:23e2d16d-49ff-47ee-90d9-68bb3e128fc0" ], "Date": [ - "Wed, 25 Mar 2020 19:09:11 GMT" + "Thu, 08 Apr 2021 21:43:00 GMT" ], "Content-Length": [ "0" @@ -656,25 +656,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7748/schemas/schemaid5459?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc3NDgvc2NoZW1hcy9zY2hlbWFpZDU0NTk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8056/schemas/schemaid9969?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODA1Ni9zY2hlbWFzL3NjaGVtYWlkOTk2OT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6a5d4cc-adbf-42fa-886c-1f5e221ebfb8" + "131e41e3-7830-470b-b805-0199e49afb4b" ], "If-Match": [ - "\"AAAAAAAANIA=\"" + "\"AAAAAAAAbac=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -687,8 +687,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "a4021687-6c32-4be5-a6bb-4e84ce455ed1" + "97a0d10b-71ff-4d27-b9bf-e7e1b61d3505" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -697,16 +700,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "889ec4ac-8342-4985-9c52-d2cdec6a03c7" + "86f958ed-3b2a-4614-81bb-d1ca63c5dd51" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190913Z:889ec4ac-8342-4985-9c52-d2cdec6a03c7" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214301Z:86f958ed-3b2a-4614-81bb-d1ca63c5dd51" ], "Date": [ - "Wed, 25 Mar 2020 19:09:12 GMT" + "Thu, 08 Apr 2021 21:43:00 GMT" ], "Expires": [ "-1" @@ -719,13 +719,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7748/schemas/schemaid5459?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc3NDgvc2NoZW1hcy9zY2hlbWFpZDU0NTk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8056/schemas/schemaid9969?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODA1Ni9zY2hlbWFzL3NjaGVtYWlkOTk2OT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eb3b9b1e-eb77-43d2-b3f4-ea7c4fbcf619" + "41c808f2-ca75-4684-932a-452017c54994" ], "If-Match": [ "*" @@ -734,10 +734,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -750,8 +750,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "813734ab-869a-4439-993c-d06ce53ce2af" + "5866fc8e-48c8-44b7-a7cd-35c123e61570" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -760,16 +763,13 @@ "14997" ], "x-ms-correlation-request-id": [ - "12b0df68-c854-428a-afda-af29e0aa8fc2" + "f686d1c3-22db-488d-a9f0-23d6f7100795" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190916Z:12b0df68-c854-428a-afda-af29e0aa8fc2" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214302Z:f686d1c3-22db-488d-a9f0-23d6f7100795" ], "Date": [ - "Wed, 25 Mar 2020 19:09:16 GMT" + "Thu, 08 Apr 2021 21:43:01 GMT" ], "Expires": [ "-1" @@ -779,22 +779,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7748/schemas/schemaid5459?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc3NDgvc2NoZW1hcy9zY2hlbWFpZDU0NTk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8056/schemas/schemaid9969?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODA1Ni9zY2hlbWFzL3NjaGVtYWlkOTk2OT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8438ea71-a69b-4eea-8a2e-4b45dd4f4965" + "028709c3-a914-4f39-872c-ef71a562b2bc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -807,26 +807,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "5a858bd5-e61e-4db2-8ca7-ccb08d369352" + "d3283dd6-bc7e-465f-bad3-1160263965ce" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "11993" ], "x-ms-correlation-request-id": [ - "d7118169-e68c-4ae6-93f6-06ab24daabb4" + "3092584f-f8b2-46c1-a6bf-3a5afe2526d7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190913Z:d7118169-e68c-4ae6-93f6-06ab24daabb4" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214301Z:3092584f-f8b2-46c1-a6bf-3a5afe2526d7" ], "Date": [ - "Wed, 25 Mar 2020 19:09:13 GMT" + "Thu, 08 Apr 2021 21:43:00 GMT" ], "Content-Length": [ "82" @@ -842,13 +842,13 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7748?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc3NDg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8056?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODA1Nj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ee09ef9-d27f-4a8e-810b-bcee5702e998" + "c4cb01ba-d3df-4f35-9f2d-7e614c4538b1" ], "If-Match": [ "*" @@ -857,10 +857,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -873,8 +873,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "ee542da6-6ffb-40dd-86c6-2195bc32a4d1" + "fdc7be13-446c-4375-a4c5-ab35436e23b7" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -883,16 +886,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "005c627d-0c90-4d0c-951d-c3ae43575758" + "a3a92879-e9ab-409c-a839-0ab1e9bceda6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190915Z:005c627d-0c90-4d0c-951d-c3ae43575758" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214301Z:a3a92879-e9ab-409c-a839-0ab1e9bceda6" ], "Date": [ - "Wed, 25 Mar 2020 19:09:14 GMT" + "Thu, 08 Apr 2021 21:43:01 GMT" ], "Expires": [ "-1" @@ -905,13 +905,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid7748?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDc3NDg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid8056?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkODA1Nj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "afa91c19-2b3f-422c-bcac-f75ba218dc8e" + "4147f6c1-ac9f-4565-a3bf-509418e58c96" ], "If-Match": [ "*" @@ -920,10 +920,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -936,26 +936,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "388b8b8b-af75-40de-af18-b5b6bc496ea4" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "x-ms-request-id": [ + "e53aeff4-e6dc-47c4-95bf-1b3590600535" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14996" + ], "x-ms-correlation-request-id": [ - "2a2e271a-2f5a-4ea2-b8df-49c458264bcf" + "f6fd2d0b-c868-40fb-a965-6fe0bc48e66b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190916Z:2a2e271a-2f5a-4ea2-b8df-49c458264bcf" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214302Z:f6fd2d0b-c868-40fb-a965-6fe0bc48e66b" ], "Date": [ - "Wed, 25 Mar 2020 19:09:16 GMT" + "Thu, 08 Apr 2021 21:43:01 GMT" ], "Expires": [ "-1" @@ -967,21 +967,21 @@ ], "Names": { "CreateListUpdateDeleteWsdlSchema": [ - "apiid7748", - "schemaid5459", - "apiname5225", - "apidescription5977", - "header4507", - "query8616" + "apiid8056", + "schemaid9969", + "apiname4562", + "apidescription7510", + "header497", + "query2288" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiTests/CloneApiUsingSourceApiId.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiTests/CloneApiUsingSourceApiId.json index 6de4c8aa813a2..925f7f22ae3d9 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiTests/CloneApiUsingSourceApiId.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiTests/CloneApiUsingSourceApiId.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "22f3afc2-57c2-43cf-8f6b-fc6c62d0c562" + "37469d13-1172-48e3-85dc-cc8342b49446" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6fdb1fb7-7321-4723-b785-cbe1365aaa22", - "e85d705b-ca71-46cd-a815-46aa44d2d349" + "6696b90e-663b-428c-affa-12a72fee7cc3", + "50c55419-e34f-4ae4-a3f6-09fb2cb73293" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1199" ], "x-ms-correlation-request-id": [ - "5cb72a24-3e44-4a19-8829-ecd7f24cdad3" + "acacd4a8-2def-420d-b545-04244db8f196" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191055Z:5cb72a24-3e44-4a19-8829-ecd7f24cdad3" + "WESTUS:20210408T231704Z:acacd4a8-2def-420d-b545-04244db8f196" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:10:54 GMT" + "Thu, 08 Apr 2021 23:17:03 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f22617e6-48ce-4c7a-8ad6-127bb96e070b" + "57840b7d-5852-4b1b-8bbd-b4317e5401f8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "01267fd7-22d9-4274-b277-8ac3d15335cc" + "97e8b5cd-4a0c-4f92-b013-f8b49b2c2f21" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "11999" ], "x-ms-correlation-request-id": [ - "139406b0-4368-4264-839f-095524622abe" + "fc6f24c7-c3ab-471b-b8aa-313c474287a7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191055Z:139406b0-4368-4264-839f-095524622abe" + "WESTUS:20210408T231704Z:fc6f24c7-c3ab-471b-b8aa-313c474287a7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:10:54 GMT" + "Thu, 08 Apr 2021 23:17:04 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/swaggerApiId439?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9zd2FnZ2VyQXBpSWQ0Mzk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/swaggerApiId8944?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL3N3YWdnZXJBcGlJZDg5NDQ/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"swaggerApi\",\r\n \"value\": \"{\\r\\n \\\"x-comment\\\": \\\"This file was extended from /github.com/swagger-api/swagger-spec/blob/master/examples/v2.0/json/petstore-with-external-docs.json\\\",\\r\\n \\\"swagger\\\": \\\"2.0\\\",\\r\\n \\\"info\\\": {\\r\\n \\\"version\\\": \\\"1.0.0\\\",\\r\\n \\\"title\\\": \\\"Swagger Petstore Extensive\\\",\\r\\n \\\"description\\\": \\\"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\\\",\\r\\n \\\"termsOfService\\\": \\\"http://helloreverb.com/terms/\\\",\\r\\n \\\"contact\\\": {\\r\\n \\\"name\\\": \\\"Wordnik API Team\\\",\\r\\n \\\"email\\\": \\\"foo@example.com\\\",\\r\\n \\\"url\\\": \\\"http://madskristensen.net\\\"\\r\\n },\\r\\n \\\"license\\\": {\\r\\n \\\"name\\\": \\\"MIT\\\",\\r\\n \\\"url\\\": \\\"http://github.com/gruntjs/grunt/blob/master/LICENSE-MIT\\\"\\r\\n }\\r\\n },\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"host\\\": \\\"petstore.swagger.wordnik.com\\\",\\r\\n \\\"basePath\\\": \\\"/api\\\",\\r\\n \\\"schemes\\\": [\\r\\n \\\"http\\\"\\r\\n ],\\r\\n \\\"consumes\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"paths\\\": {\\r\\n \\\"/mySamplePath?willbeignored={willbeignored}\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"Dummy desc\\\",\\r\\n \\\"operationId\\\": \\\"dummyid1\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyDateHeaderParam\\\",\\r\\n \\\"in\\\": \\\"header\\\",\\r\\n \\\"description\\\": \\\"dummyDateHeaderParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"date\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyReqQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyNotReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyNotReqQueryParam description\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyBodyParam\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"dummyBodyParam description\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\",\\r\\n \\\"example\\\": {\\r\\n \\\"id\\\": 2,\\r\\n \\\"name\\\": \\\"myreqpet\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"headers\\\": {\\r\\n \\\"header1\\\": {\\r\\n \\\"description\\\": \\\"sampleheader\\\",\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n },\\r\\n \\\"examples\\\": {\\r\\n \\\"application/json\\\": {\\r\\n \\\"id\\\": 3,\\r\\n \\\"name\\\": \\\"myresppet\\\" \\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/resourceWithFormData\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"resourceWithFormData desc\\\",\\r\\n \\\"operationId\\\": \\\"resourceWithFormDataPOST\\\",\\r\\n \\\"consumes\\\": [ \\\"multipart/form-data\\\" ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyFormDataParam\\\",\\r\\n \\\"in\\\": \\\"formData\\\",\\r\\n \\\"description\\\": \\\"dummyFormDataParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"dummyReqQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyReqQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"sample response\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/mySamplePath2?definedQueryParam={definedQueryParam}\\\": {\\r\\n \\\"post\\\": {\\r\\n \\\"produces\\\": [\\r\\n \\\"contenttype1\\\",\\r\\n \\\"application/xml\\\"\\r\\n ],\\r\\n \\\"description\\\": \\\"Dummy desc\\\",\\r\\n \\\"operationId\\\": \\\"dummyid2\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/parameters/dummyQueryParameterDef\\\"\\r\\n },\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/parameters/dummyBodyParameterDef\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"204\\\": {\\r\\n \\\"$ref\\\": \\\"#/responses/dummyResponseDef\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets2?dummyParam={dummyParam}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Dummy description\\\",\\r\\n \\\"operationId\\\": \\\"dummyOperationId\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"dummyParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"dummyParam desc\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"collectionFormat\\\": \\\"csv\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"limit\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"maximum number of results to return\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Returns all pets from the system that the user has access to\\\",\\r\\n \\\"operationId\\\": \\\"findPets\\\",\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\",\\r\\n \\\"application/xml\\\"\\r\\n ],\\r\\n \\\"consumes\\\": [\\r\\n \\\"text/xml\\\",\\r\\n \\\"text/html\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"tags\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"tags to filter by\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"collectionFormat\\\": \\\"csv\\\"\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"limit\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"maximum number of results to return\\\",\\r\\n \\\"required\\\": false,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"type\\\": \\\"array\\\",\\r\\n \\\"items\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"post\\\": {\\r\\n \\\"description\\\": \\\"Creates a new pet in the store. Duplicates are allowed\\\",\\r\\n \\\"operationId\\\": \\\"addPet\\\",\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"pet\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"Pet to add to the store\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/newPet\\\"\\r\\n }\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"/pets/{id}\\\": {\\r\\n \\\"get\\\": {\\r\\n \\\"description\\\": \\\"Returns a user based on a single ID, if the user does not have access to the pet\\\",\\r\\n \\\"operationId\\\": \\\"findPetById\\\",\\r\\n \\\"produces\\\": [\\r\\n \\\"application/json\\\",\\r\\n \\\"application/xml\\\",\\r\\n \\\"text/xml\\\",\\r\\n \\\"text/html\\\"\\r\\n ],\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"id\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to fetch\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"200\\\": {\\r\\n \\\"description\\\": \\\"pet response\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n }\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"delete\\\": {\\r\\n \\\"description\\\": \\\"deletes a single pet based on the ID supplied\\\",\\r\\n \\\"operationId\\\": \\\"deletePet\\\",\\r\\n \\\"parameters\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"id\\\",\\r\\n \\\"in\\\": \\\"path\\\",\\r\\n \\\"description\\\": \\\"ID of pet to delete\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n ],\\r\\n \\\"responses\\\": {\\r\\n \\\"204\\\": {\\r\\n \\\"description\\\": \\\"pet deleted\\\"\\r\\n },\\r\\n \\\"default\\\": {\\r\\n \\\"description\\\": \\\"unexpected error\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/errorModel\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"definitions\\\": {\\r\\n \\\"pet\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"id\\\",\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"externalDocs\\\": {\\r\\n \\\"description\\\": \\\"find more info here\\\",\\r\\n \\\"url\\\": \\\"https://helloreverb.com/about\\\"\\r\\n },\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n },\\r\\n \\\"name\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"tag\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"newPet\\\": {\\r\\n \\\"allOf\\\": [\\r\\n {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n },\\r\\n {\\r\\n \\\"required\\\": [\\r\\n \\\"name\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"id\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int64\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n ]\\r\\n },\\r\\n \\\"errorModel\\\": {\\r\\n \\\"required\\\": [\\r\\n \\\"code\\\",\\r\\n \\\"message\\\"\\r\\n ],\\r\\n \\\"properties\\\": {\\r\\n \\\"code\\\": {\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"format\\\": \\\"int32\\\"\\r\\n },\\r\\n \\\"message\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n },\\r\\n \\\"parameters\\\": {\\r\\n \\\"dummyBodyParameterDef\\\": {\\r\\n \\\"name\\\": \\\"definedBodyParam\\\",\\r\\n \\\"in\\\": \\\"body\\\",\\r\\n \\\"description\\\": \\\"definedBodyParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"schema\\\": {\\r\\n \\\"title\\\": \\\"Example Schema\\\",\\r\\n \\\"type\\\": \\\"object\\\",\\r\\n \\\"properties\\\": {\\r\\n \\\"firstName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"lastName\\\": {\\r\\n \\\"type\\\": \\\"string\\\"\\r\\n },\\r\\n \\\"age\\\": {\\r\\n \\\"description\\\": \\\"Age in years\\\",\\r\\n \\\"type\\\": \\\"integer\\\",\\r\\n \\\"minimum\\\": 0\\r\\n }\\r\\n },\\r\\n \\\"required\\\": [ \\\"firstName\\\", \\\"lastName\\\" ]\\r\\n }\\r\\n },\\r\\n \\\"dummyQueryParameterDef\\\": {\\r\\n \\\"name\\\": \\\"definedQueryParam\\\",\\r\\n \\\"in\\\": \\\"query\\\",\\r\\n \\\"description\\\": \\\"definedQueryParam description\\\",\\r\\n \\\"required\\\": true,\\r\\n \\\"type\\\": \\\"string\\\",\\r\\n \\\"format\\\": \\\"whateverformat\\\"\\r\\n }\\r\\n },\\r\\n \\\"responses\\\": {\\r\\n \\\"dummyResponseDef\\\": {\\r\\n \\\"description\\\": \\\"dummyResponseDef description\\\",\\r\\n \\\"schema\\\": {\\r\\n \\\"$ref\\\": \\\"#/definitions/pet\\\"\\r\\n },\\r\\n \\\"headers\\\": {\\r\\n \\\"header1\\\": {\\r\\n \\\"type\\\": \\\"integer\\\"\\r\\n },\\r\\n \\\"header2\\\": {\\r\\n \\\"type\\\": \\\"integer\\\"\\r\\n }\\r\\n },\\r\\n \\\"examples\\\": {\\r\\n \\\"contenttype1\\\": \\\"contenttype1 example\\\",\\r\\n \\\"contenttype2\\\": \\\"contenttype2 example\\\"\\r\\n }\\r\\n }\\r\\n }\\r\\n}\\r\\n\\r\\n\",\r\n \"format\": \"swagger-json\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "82d2e6ce-e90d-4874-ae08-72901e32895c" + "b38e5b8c-8b9b-4d63-aa19-69be54b0ff78" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -172,31 +172,31 @@ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/swaggerApiId439?api-version=2019-12-01&asyncId=5e7bacbf07b43d0e3879463c&asyncCode=201" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/swaggerApiId8944?api-version=2020-12-01&asyncId=606f8ef00dcb2d0bc8115ea1&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "03736a7b-6dc4-45c1-b37c-f76eef70d295" + "4a93e3d9-5d1f-4507-b2e0-0ba6c7309a65" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1198" ], "x-ms-correlation-request-id": [ - "055416de-195f-4f79-b5c3-70be68c7d922" + "9f29acdf-e064-43d9-afe2-58131df9de5d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191055Z:055416de-195f-4f79-b5c3-70be68c7d922" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231705Z:9f29acdf-e064-43d9-afe2-58131df9de5d" ], "Date": [ - "Wed, 25 Mar 2020 19:10:55 GMT" + "Thu, 08 Apr 2021 23:17:04 GMT" ], "Expires": [ "-1" @@ -209,16 +209,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/swaggerApiId439?api-version=2019-12-01&asyncId=5e7bacbf07b43d0e3879463c&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9zd2FnZ2VyQXBpSWQ0Mzk/YXBpLXZlcnNpb249MjAxOS0xMi0wMSZhc3luY0lkPTVlN2JhY2JmMDdiNDNkMGUzODc5NDYzYyZhc3luY0NvZGU9MjAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/swaggerApiId8944?api-version=2020-12-01&asyncId=606f8ef00dcb2d0bc8115ea1&asyncCode=201", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL3N3YWdnZXJBcGlJZDg5NDQ/YXBpLXZlcnNpb249MjAyMC0xMi0wMSZhc3luY0lkPTYwNmY4ZWYwMGRjYjJkMGJjODExNWVhMSZhc3luY0NvZGU9MjAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -229,34 +229,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANMU=\"" + "\"AAAAAAAAddg=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "a58597b1-56a6-4aa8-8d7c-01bc4851dc8f" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "x-ms-request-id": [ + "b1bdade0-51b4-447c-aa05-fe224359fce7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], "x-ms-correlation-request-id": [ - "a32ab1c8-97d6-40cf-85e2-655e77f95d51" + "6b88a405-56fa-4f3a-a180-fb2c3388661b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191126Z:a32ab1c8-97d6-40cf-85e2-655e77f95d51" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231735Z:6b88a405-56fa-4f3a-a180-fb2c3388661b" ], "Date": [ - "Wed, 25 Mar 2020 19:11:26 GMT" + "Thu, 08 Apr 2021 23:17:34 GMT" ], "Content-Length": [ - "893" + "897" ], "Content-Type": [ "application/json; charset=utf-8" @@ -265,26 +265,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/swaggerApiId439\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"swaggerApiId439\",\r\n \"properties\": {\r\n \"displayName\": \"Swagger Petstore Extensive\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://petstore.swagger.wordnik.com/api\",\r\n \"path\": \"swaggerApi\",\r\n \"protocols\": [\r\n \"http\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/swaggerApiId8944\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"swaggerApiId8944\",\r\n \"properties\": {\r\n \"displayName\": \"Swagger Petstore Extensive\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://petstore.swagger.wordnik.com/api\",\r\n \"path\": \"swaggerApi\",\r\n \"protocols\": [\r\n \"http\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/swaggerApiId439/operations?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9zd2FnZ2VyQXBpSWQ0Mzkvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/swaggerApiId8944/operations?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL3N3YWdnZXJBcGlJZDg5NDQvb3BlcmF0aW9ucz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "04ba8c1f-c964-48a4-86d9-c34c9ef3e5e7" + "61541f3f-d91d-4832-9225-65028db2df00" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -297,29 +297,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "71e89a41-a299-42ac-8550-140359b479ff" + "701cebf1-8e17-48c2-9c04-1c127922618a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "11997" ], "x-ms-correlation-request-id": [ - "09acdd81-6110-44a2-a06d-7dd2efbb358c" + "54e40522-3a1a-4c6b-bec8-85378848901b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191126Z:09acdd81-6110-44a2-a06d-7dd2efbb358c" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231735Z:54e40522-3a1a-4c6b-bec8-85378848901b" ], "Date": [ - "Wed, 25 Mar 2020 19:11:26 GMT" + "Thu, 08 Apr 2021 23:17:34 GMT" ], "Content-Length": [ - "19006" + "19265" ], "Content-Type": [ "application/json; charset=utf-8" @@ -328,26 +328,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/swaggerApiId439/operations/addPet\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"addPet\",\r\n \"properties\": {\r\n \"displayName\": \"addPet\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/pets\",\r\n \"templateParameters\": [],\r\n \"description\": \"Creates a new pet in the store. Duplicates are allowed\",\r\n \"request\": {\r\n \"description\": \"Pet to add to the store\",\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"newPet\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"pet\",\r\n \"generatedSample\": \"{\\r\\n \\\"id\\\": 0,\\r\\n \\\"name\\\": \\\"string\\\",\\r\\n \\\"tag\\\": \\\"string\\\"\\r\\n}\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"{\\r\\n \\\"code\\\": 0,\\r\\n \\\"message\\\": \\\"string\\\"\\r\\n}\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/swaggerApiId439/operations/deletePet\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"deletePet\",\r\n \"properties\": {\r\n \"displayName\": \"deletePet\",\r\n \"method\": \"DELETE\",\r\n \"urlTemplate\": \"/pets/{id}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"id\",\r\n \"description\": \"Format - int64. ID of pet to delete\",\r\n \"type\": \"integer\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"deletes a single pet based on the ID supplied\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 204,\r\n \"description\": \"pet deleted\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"{\\r\\n \\\"code\\\": 0,\\r\\n \\\"message\\\": \\\"string\\\"\\r\\n}\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/swaggerApiId439/operations/dummyid1\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"dummyid1\",\r\n \"properties\": {\r\n \"displayName\": \"dummyid1\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/mySamplePath?dummyReqQueryParam={dummyReqQueryParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"dummyReqQueryParam\",\r\n \"description\": \"dummyReqQueryParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Dummy desc\",\r\n \"request\": {\r\n \"description\": \"dummyBodyParam description\",\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"dummyNotReqQueryParam\",\r\n \"description\": \"dummyNotReqQueryParam description\",\r\n \"type\": \"string\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"dummyDateHeaderParam\",\r\n \"description\": \"Format - date (as full-date in RFC3339). dummyDateHeaderParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"{\\r\\n \\\"id\\\": 2,\\r\\n \\\"name\\\": \\\"myreqpet\\\"\\r\\n}\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"pet\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"{\\r\\n \\\"id\\\": 3,\\r\\n \\\"name\\\": \\\"myresppet\\\"\\r\\n}\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"petArray\"\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"header1\",\r\n \"description\": \"sampleheader\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"{\\r\\n \\\"code\\\": 0,\\r\\n \\\"message\\\": \\\"string\\\"\\r\\n}\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/swaggerApiId439/operations/dummyid2\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"dummyid2\",\r\n \"properties\": {\r\n \"displayName\": \"dummyid2\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/mySamplePath2?definedQueryParam={definedQueryParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"definedQueryParam\",\r\n \"description\": \"Format - whateverformat. definedQueryParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Dummy desc\",\r\n \"request\": {\r\n \"description\": \"definedBodyParam description\",\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"DefinedBodyParam\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 204,\r\n \"description\": \"dummyResponseDef description\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"contenttype1\",\r\n \"sample\": \"contenttype1 example\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"contenttype2\",\r\n \"sample\": \"contenttype2 example\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"pet\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n string\\r\\n\"\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"header1\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n },\r\n {\r\n \"name\": \"header2\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/swaggerApiId439/operations/dummyOperationId\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"dummyOperationId\",\r\n \"properties\": {\r\n \"displayName\": \"dummyOperationId\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/pets2?dummyParam={dummyParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"dummyParam\",\r\n \"description\": \"dummyParam desc\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Dummy description\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"limit\",\r\n \"description\": \"Format - int32. maximum number of results to return\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"Pets2Get200ApplicationJsonResponse\",\r\n \"generatedSample\": \"[\\r\\n \\\"string\\\"\\r\\n]\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"{\\r\\n \\\"code\\\": 0,\\r\\n \\\"message\\\": \\\"string\\\"\\r\\n}\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/swaggerApiId439/operations/findPetById\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"findPetById\",\r\n \"properties\": {\r\n \"displayName\": \"findPetById\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/pets/{id}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"id\",\r\n \"description\": \"Format - int64. ID of pet to fetch\",\r\n \"type\": \"integer\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Returns a user based on a single ID, if the user does not have access to the pet\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"pet\",\r\n \"generatedSample\": \"{\\r\\n \\\"id\\\": 0,\\r\\n \\\"name\\\": \\\"string\\\",\\r\\n \\\"tag\\\": \\\"string\\\"\\r\\n}\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"pet\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n string\\r\\n\"\r\n },\r\n {\r\n \"contentType\": \"text/xml\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"pet\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n string\\r\\n\"\r\n },\r\n {\r\n \"contentType\": \"text/html\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"pet\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n string\\r\\n\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"{\\r\\n \\\"code\\\": 0,\\r\\n \\\"message\\\": \\\"string\\\"\\r\\n}\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n\"\r\n },\r\n {\r\n \"contentType\": \"text/xml\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n\"\r\n },\r\n {\r\n \"contentType\": \"text/html\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/swaggerApiId439/operations/findPets\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"findPets\",\r\n \"properties\": {\r\n \"displayName\": \"findPets\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/pets\",\r\n \"templateParameters\": [],\r\n \"description\": \"Returns all pets from the system that the user has access to\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"tags\",\r\n \"description\": \"tags to filter by\",\r\n \"type\": \"string\",\r\n \"values\": []\r\n },\r\n {\r\n \"name\": \"limit\",\r\n \"description\": \"Format - int32. maximum number of results to return\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"petArray\",\r\n \"generatedSample\": \"[\\r\\n {\\r\\n \\\"id\\\": 0,\\r\\n \\\"name\\\": \\\"string\\\",\\r\\n \\\"tag\\\": \\\"string\\\"\\r\\n }\\r\\n]\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"petArray\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n string\\r\\n\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"{\\r\\n \\\"code\\\": 0,\\r\\n \\\"message\\\": \\\"string\\\"\\r\\n}\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/swaggerApiId439/operations/resourceWithFormDataPOST\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"resourceWithFormDataPOST\",\r\n \"properties\": {\r\n \"displayName\": \"resourceWithFormDataPOST\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/resourceWithFormData?dummyReqQueryParam={dummyReqQueryParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"dummyReqQueryParam\",\r\n \"description\": \"dummyReqQueryParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"resourceWithFormData desc\",\r\n \"request\": {\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"multipart/form-data\",\r\n \"formParameters\": [\r\n {\r\n \"name\": \"dummyFormDataParam\",\r\n \"description\": \"dummyFormDataParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"sample response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n }\r\n ],\r\n \"count\": 8\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/swaggerApiId8944/operations/addPet\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"addPet\",\r\n \"properties\": {\r\n \"displayName\": \"addPet\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/pets\",\r\n \"templateParameters\": [],\r\n \"description\": \"Creates a new pet in the store. Duplicates are allowed\",\r\n \"request\": {\r\n \"description\": \"Pet to add to the store\",\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"newPet\",\r\n \"generatedSample\": \"{\\r\\n \\\"id\\\": 0,\\r\\n \\\"name\\\": \\\"string\\\",\\r\\n \\\"tag\\\": \\\"string\\\"\\r\\n}\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"pet\",\r\n \"generatedSample\": \"{\\r\\n \\\"id\\\": 0,\\r\\n \\\"name\\\": \\\"string\\\",\\r\\n \\\"tag\\\": \\\"string\\\"\\r\\n}\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"{\\r\\n \\\"code\\\": 0,\\r\\n \\\"message\\\": \\\"string\\\"\\r\\n}\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/swaggerApiId8944/operations/deletePet\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"deletePet\",\r\n \"properties\": {\r\n \"displayName\": \"deletePet\",\r\n \"method\": \"DELETE\",\r\n \"urlTemplate\": \"/pets/{id}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"id\",\r\n \"description\": \"Format - int64. ID of pet to delete\",\r\n \"type\": \"integer\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"deletes a single pet based on the ID supplied\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 204,\r\n \"description\": \"pet deleted\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"{\\r\\n \\\"code\\\": 0,\\r\\n \\\"message\\\": \\\"string\\\"\\r\\n}\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/swaggerApiId8944/operations/dummyid1\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"dummyid1\",\r\n \"properties\": {\r\n \"displayName\": \"dummyid1\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/mySamplePath?dummyReqQueryParam={dummyReqQueryParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"dummyReqQueryParam\",\r\n \"description\": \"dummyReqQueryParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Dummy desc\",\r\n \"request\": {\r\n \"description\": \"dummyBodyParam description\",\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"dummyNotReqQueryParam\",\r\n \"description\": \"dummyNotReqQueryParam description\",\r\n \"type\": \"string\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"dummyDateHeaderParam\",\r\n \"description\": \"Format - date (as full-date in RFC3339). dummyDateHeaderParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"{\\r\\n \\\"id\\\": 2,\\r\\n \\\"name\\\": \\\"myreqpet\\\"\\r\\n}\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"pet\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"{\\r\\n \\\"id\\\": 3,\\r\\n \\\"name\\\": \\\"myresppet\\\"\\r\\n}\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"petArray\"\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"header1\",\r\n \"description\": \"sampleheader\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"{\\r\\n \\\"code\\\": 0,\\r\\n \\\"message\\\": \\\"string\\\"\\r\\n}\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/swaggerApiId8944/operations/dummyid2\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"dummyid2\",\r\n \"properties\": {\r\n \"displayName\": \"dummyid2\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/mySamplePath2?definedQueryParam={definedQueryParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"definedQueryParam\",\r\n \"description\": \"Format - whateverformat. definedQueryParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Dummy desc\",\r\n \"request\": {\r\n \"description\": \"definedBodyParam description\",\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"DefinedBodyParam\",\r\n \"generatedSample\": \"{\\r\\n \\\"firstName\\\": \\\"string\\\",\\r\\n \\\"lastName\\\": \\\"string\\\",\\r\\n \\\"age\\\": 0\\r\\n}\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 204,\r\n \"description\": \"dummyResponseDef description\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"contenttype1\",\r\n \"sample\": \"contenttype1 example\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"contenttype2\",\r\n \"sample\": \"contenttype2 example\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"pet\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n string\\r\\n\"\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"header1\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n },\r\n {\r\n \"name\": \"header2\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/swaggerApiId8944/operations/dummyOperationId\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"dummyOperationId\",\r\n \"properties\": {\r\n \"displayName\": \"dummyOperationId\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/pets2?dummyParam={dummyParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"dummyParam\",\r\n \"description\": \"dummyParam desc\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Dummy description\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"limit\",\r\n \"description\": \"Format - int32. maximum number of results to return\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"Pets2Get200ApplicationJsonResponse\",\r\n \"generatedSample\": \"[\\r\\n \\\"string\\\"\\r\\n]\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"{\\r\\n \\\"code\\\": 0,\\r\\n \\\"message\\\": \\\"string\\\"\\r\\n}\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/swaggerApiId8944/operations/findPetById\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"findPetById\",\r\n \"properties\": {\r\n \"displayName\": \"findPetById\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/pets/{id}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"id\",\r\n \"description\": \"Format - int64. ID of pet to fetch\",\r\n \"type\": \"integer\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Returns a user based on a single ID, if the user does not have access to the pet\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"pet\",\r\n \"generatedSample\": \"{\\r\\n \\\"id\\\": 0,\\r\\n \\\"name\\\": \\\"string\\\",\\r\\n \\\"tag\\\": \\\"string\\\"\\r\\n}\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"pet\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n string\\r\\n\"\r\n },\r\n {\r\n \"contentType\": \"text/xml\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"pet\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n string\\r\\n\"\r\n },\r\n {\r\n \"contentType\": \"text/html\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"pet\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n string\\r\\n\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"{\\r\\n \\\"code\\\": 0,\\r\\n \\\"message\\\": \\\"string\\\"\\r\\n}\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n\"\r\n },\r\n {\r\n \"contentType\": \"text/xml\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n\"\r\n },\r\n {\r\n \"contentType\": \"text/html\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/swaggerApiId8944/operations/findPets\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"findPets\",\r\n \"properties\": {\r\n \"displayName\": \"findPets\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/pets\",\r\n \"templateParameters\": [],\r\n \"description\": \"Returns all pets from the system that the user has access to\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"tags\",\r\n \"description\": \"tags to filter by\",\r\n \"type\": \"string\",\r\n \"values\": []\r\n },\r\n {\r\n \"name\": \"limit\",\r\n \"description\": \"Format - int32. maximum number of results to return\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"petArray\",\r\n \"generatedSample\": \"[\\r\\n {\\r\\n \\\"id\\\": 0,\\r\\n \\\"name\\\": \\\"string\\\",\\r\\n \\\"tag\\\": \\\"string\\\"\\r\\n }\\r\\n]\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"petArray\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n string\\r\\n\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"{\\r\\n \\\"code\\\": 0,\\r\\n \\\"message\\\": \\\"string\\\"\\r\\n}\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"errorModel\",\r\n \"generatedSample\": \"\\r\\n 0\\r\\n string\\r\\n\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/swaggerApiId8944/operations/resourceWithFormDataPOST\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"resourceWithFormDataPOST\",\r\n \"properties\": {\r\n \"displayName\": \"resourceWithFormDataPOST\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/resourceWithFormData?dummyReqQueryParam={dummyReqQueryParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"dummyReqQueryParam\",\r\n \"description\": \"dummyReqQueryParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"resourceWithFormData desc\",\r\n \"request\": {\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"multipart/form-data\",\r\n \"formParameters\": [\r\n {\r\n \"name\": \"dummyFormDataParam\",\r\n \"description\": \"dummyFormDataParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"sample response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n }\r\n ],\r\n \"count\": 8\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/authorizationServers/authorizationServerId7350?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXV0aG9yaXphdGlvblNlcnZlcnMvYXV0aG9yaXphdGlvblNlcnZlcklkNzM1MD9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/authorizationServers/authorizationServerId624?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hdXRob3JpemF0aW9uU2VydmVycy9hdXRob3JpemF0aW9uU2VydmVySWQ2MjQ/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"authorizationMethods\": [\r\n \"POST\",\r\n \"GET\"\r\n ],\r\n \"tokenEndpoint\": \"https://contoso.com/token\",\r\n \"defaultScope\": \"oauth2scope3326\",\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\",\r\n \"query\"\r\n ],\r\n \"displayName\": \"authName3665\",\r\n \"clientRegistrationEndpoint\": \"https://contoso.com/clients/reg\",\r\n \"authorizationEndpoint\": \"https://contoso.com/auth\",\r\n \"grantTypes\": [\r\n \"authorizationCode\",\r\n \"implicit\"\r\n ],\r\n \"clientId\": \"clientid5134\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"authorizationMethods\": [\r\n \"POST\",\r\n \"GET\"\r\n ],\r\n \"tokenEndpoint\": \"https://contoso.com/token\",\r\n \"defaultScope\": \"oauth2scope2614\",\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\",\r\n \"query\"\r\n ],\r\n \"displayName\": \"authName9186\",\r\n \"clientRegistrationEndpoint\": \"https://contoso.com/clients/reg\",\r\n \"authorizationEndpoint\": \"https://contoso.com/auth\",\r\n \"grantTypes\": [\r\n \"authorizationCode\",\r\n \"implicit\"\r\n ],\r\n \"clientId\": \"clientid5745\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "71c0f450-0cab-4ee1-92b1-f2930c53abef" + "bf26ba44-099a-458d-ac10-21343a7f44fc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -364,34 +364,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANOI=\"" + "\"AAAAAAAAdfc=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "47676522-5676-43f6-8efa-36086a659dd1" + "495ffd73-7d1c-4d42-bde5-32a093311c60" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1197" ], "x-ms-correlation-request-id": [ - "f2ee344f-b05a-47eb-b694-7ad9823a9348" + "9ee9004b-2984-47fb-aa64-19fff3989a64" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191127Z:f2ee344f-b05a-47eb-b694-7ad9823a9348" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231736Z:9ee9004b-2984-47fb-aa64-19fff3989a64" ], "Date": [ - "Wed, 25 Mar 2020 19:11:27 GMT" + "Thu, 08 Apr 2021 23:17:35 GMT" ], "Content-Length": [ - "1057" + "985" ], "Content-Type": [ "application/json; charset=utf-8" @@ -400,32 +400,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/authorizationServers/authorizationServerId7350\",\r\n \"type\": \"Microsoft.ApiManagement/service/authorizationServers\",\r\n \"name\": \"authorizationServerId7350\",\r\n \"properties\": {\r\n \"displayName\": \"authName3665\",\r\n \"description\": null,\r\n \"clientRegistrationEndpoint\": \"https://contoso.com/clients/reg\",\r\n \"authorizationEndpoint\": \"https://contoso.com/auth\",\r\n \"authorizationMethods\": [\r\n \"POST\",\r\n \"GET\"\r\n ],\r\n \"clientAuthenticationMethod\": null,\r\n \"tokenBodyParameters\": null,\r\n \"tokenEndpoint\": \"https://contoso.com/token\",\r\n \"supportState\": false,\r\n \"defaultScope\": \"oauth2scope3326\",\r\n \"grantTypes\": [\r\n \"authorizationCode\",\r\n \"implicit\"\r\n ],\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\",\r\n \"query\"\r\n ],\r\n \"clientId\": \"clientid5134\",\r\n \"resourceOwnerUsername\": null,\r\n \"resourceOwnerPassword\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/authorizationServers/authorizationServerId624\",\r\n \"type\": \"Microsoft.ApiManagement/service/authorizationServers\",\r\n \"name\": \"authorizationServerId624\",\r\n \"properties\": {\r\n \"displayName\": \"authName9186\",\r\n \"description\": null,\r\n \"clientRegistrationEndpoint\": \"https://contoso.com/clients/reg\",\r\n \"authorizationEndpoint\": \"https://contoso.com/auth\",\r\n \"authorizationMethods\": [\r\n \"POST\",\r\n \"GET\"\r\n ],\r\n \"clientAuthenticationMethod\": null,\r\n \"tokenBodyParameters\": null,\r\n \"tokenEndpoint\": \"https://contoso.com/token\",\r\n \"supportState\": false,\r\n \"defaultScope\": \"oauth2scope2614\",\r\n \"grantTypes\": [\r\n \"authorizationCode\",\r\n \"implicit\"\r\n ],\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\",\r\n \"query\"\r\n ],\r\n \"clientId\": \"clientid5745\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid162?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDE2Mj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9681?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkOTY4MT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"apidescription6445\",\r\n \"authenticationSettings\": {\r\n \"oAuth2\": {\r\n \"authorizationServerId\": \"authorizationServerId7350\",\r\n \"scope\": \"oauth2scope1516\"\r\n }\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header9855\",\r\n \"query\": \"query5860\"\r\n },\r\n \"subscriptionRequired\": true,\r\n \"sourceApiId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/swaggerApiId439\",\r\n \"displayName\": \"apiname933\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"https\",\r\n \"http\"\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"apidescription8547\",\r\n \"authenticationSettings\": {\r\n \"oAuth2\": {\r\n \"authorizationServerId\": \"authorizationServerId624\",\r\n \"scope\": \"oauth2scope9697\"\r\n }\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header3531\",\r\n \"query\": \"query7131\"\r\n },\r\n \"subscriptionRequired\": true,\r\n \"sourceApiId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/swaggerApiId8944\",\r\n \"displayName\": \"apiname9353\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"https\",\r\n \"http\"\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "aba23cad-30db-4886-9827-5da2bfdfedb4" + "eadcfaf2-f29d-420a-8ff3-6c35cb34971f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "743" + "746" ] }, "ResponseHeaders": { @@ -436,34 +436,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANOU=\"" + "\"AAAAAAAAdfg=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "12819671-6cf1-4b88-8cfd-f644f69ad47c" + "6b3e42b6-bc23-430f-8f28-e558da1a270f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1196" ], "x-ms-correlation-request-id": [ - "1483a07f-77ef-4390-b1a9-cd4e8c835036" + "0f924ab2-b80d-4c40-935a-ef9d4106ba5a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191128Z:1483a07f-77ef-4390-b1a9-cd4e8c835036" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231740Z:0f924ab2-b80d-4c40-935a-ef9d4106ba5a" ], "Date": [ - "Wed, 25 Mar 2020 19:11:28 GMT" + "Thu, 08 Apr 2021 23:17:39 GMT" ], "Content-Length": [ - "871" + "875" ], "Content-Type": [ "application/json; charset=utf-8" @@ -472,20 +472,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid162\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid162\",\r\n \"properties\": {\r\n \"displayName\": \"apiname933\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription6445\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": {\r\n \"authorizationServerId\": \"authorizationServerId7350\",\r\n \"scope\": \"oauth2scope1516\"\r\n },\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header9855\",\r\n \"query\": \"query5860\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9681\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid9681\",\r\n \"properties\": {\r\n \"displayName\": \"apiname9353\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription8547\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": {\r\n \"authorizationServerId\": \"authorizationServerId624\",\r\n \"scope\": \"oauth2scope9697\"\r\n },\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header3531\",\r\n \"query\": \"query7131\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid162?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDE2Mj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9681?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkOTY4MT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -496,34 +496,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANOU=\"" + "\"AAAAAAAAdfg=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "5ad7e3d2-1540-42fc-98c4-d8d5003ef753" + "11fe7937-dc9c-4f05-9843-c7af28634fd3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "11996" ], "x-ms-correlation-request-id": [ - "d15a9bfd-5767-496a-9d52-fb5858575759" + "c6511afb-3eff-4fab-b7b1-554355f5ef50" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191158Z:d15a9bfd-5767-496a-9d52-fb5858575759" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231810Z:c6511afb-3eff-4fab-b7b1-554355f5ef50" ], "Date": [ - "Wed, 25 Mar 2020 19:11:58 GMT" + "Thu, 08 Apr 2021 23:18:09 GMT" ], "Content-Length": [ - "871" + "875" ], "Content-Type": [ "application/json; charset=utf-8" @@ -532,26 +532,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid162\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid162\",\r\n \"properties\": {\r\n \"displayName\": \"apiname933\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription6445\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": {\r\n \"authorizationServerId\": \"authorizationServerId7350\",\r\n \"scope\": \"oauth2scope1516\"\r\n },\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header9855\",\r\n \"query\": \"query5860\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9681\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid9681\",\r\n \"properties\": {\r\n \"displayName\": \"apiname9353\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription8547\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": {\r\n \"authorizationServerId\": \"authorizationServerId624\",\r\n \"scope\": \"oauth2scope9697\"\r\n },\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header3531\",\r\n \"query\": \"query7131\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid162?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDE2Mj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9681?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkOTY4MT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3055a66c-792c-41a0-9349-802cb74af1be" + "6ad59416-5909-4bf0-ba17-8b69ac278192" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -562,34 +562,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANOU=\"" + "\"AAAAAAAAdfg=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "90430494-81ed-4b1f-b4c9-7b5df28d3706" + "91f9e979-f685-4e3d-a0db-defd6a76a1ae" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "11995" ], "x-ms-correlation-request-id": [ - "dab850ef-09f7-41ed-9da7-4a190e21c4d5" + "3dd513eb-d015-4c3d-8d83-1000c8f2cc72" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191159Z:dab850ef-09f7-41ed-9da7-4a190e21c4d5" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231810Z:3dd513eb-d015-4c3d-8d83-1000c8f2cc72" ], "Date": [ - "Wed, 25 Mar 2020 19:11:58 GMT" + "Thu, 08 Apr 2021 23:18:09 GMT" ], "Content-Length": [ - "871" + "875" ], "Content-Type": [ "application/json; charset=utf-8" @@ -598,26 +598,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid162\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid162\",\r\n \"properties\": {\r\n \"displayName\": \"apiname933\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription6445\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": {\r\n \"authorizationServerId\": \"authorizationServerId7350\",\r\n \"scope\": \"oauth2scope1516\"\r\n },\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header9855\",\r\n \"query\": \"query5860\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9681\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid9681\",\r\n \"properties\": {\r\n \"displayName\": \"apiname9353\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription8547\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": {\r\n \"authorizationServerId\": \"authorizationServerId624\",\r\n \"scope\": \"oauth2scope9697\"\r\n },\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header3531\",\r\n \"query\": \"query7131\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid162/operations?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDE2Mi9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9681/operations?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkOTY4MS9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b34aa373-8f00-421b-bb5b-74c2801628db" + "229109c3-9771-4560-8f32-ee928e253921" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -630,29 +630,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "be7db4f3-f2ba-4fc1-a5a0-a71168159b75" + "9a9044e3-797f-4927-b23a-aa2941fd890f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "11994" ], "x-ms-correlation-request-id": [ - "d3a1c261-c87e-41e3-bd72-ee6bed0291be" + "f1b1954c-1312-4fd0-9d8d-1335ed80b670" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191159Z:d3a1c261-c87e-41e3-bd72-ee6bed0291be" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231811Z:f1b1954c-1312-4fd0-9d8d-1335ed80b670" ], "Date": [ - "Wed, 25 Mar 2020 19:11:59 GMT" + "Thu, 08 Apr 2021 23:18:10 GMT" ], "Content-Length": [ - "16883" + "16907" ], "Content-Type": [ "application/json; charset=utf-8" @@ -661,17 +661,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid162/operations/addPet\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"addPet\",\r\n \"properties\": {\r\n \"displayName\": \"addPet\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/pets\",\r\n \"templateParameters\": [],\r\n \"description\": \"Creates a new pet in the store. Duplicates are allowed\",\r\n \"request\": {\r\n \"description\": \"Pet to add to the store\",\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"newPet\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"pet\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid162/operations/deletePet\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"deletePet\",\r\n \"properties\": {\r\n \"displayName\": \"deletePet\",\r\n \"method\": \"DELETE\",\r\n \"urlTemplate\": \"/pets/{id}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"id\",\r\n \"description\": \"Format - int64. ID of pet to delete\",\r\n \"type\": \"integer\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"deletes a single pet based on the ID supplied\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 204,\r\n \"description\": \"pet deleted\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid162/operations/dummyid1\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"dummyid1\",\r\n \"properties\": {\r\n \"displayName\": \"dummyid1\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/mySamplePath?dummyReqQueryParam={dummyReqQueryParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"dummyReqQueryParam\",\r\n \"description\": \"dummyReqQueryParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Dummy desc\",\r\n \"request\": {\r\n \"description\": \"dummyBodyParam description\",\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"dummyNotReqQueryParam\",\r\n \"description\": \"dummyNotReqQueryParam description\",\r\n \"type\": \"string\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"dummyDateHeaderParam\",\r\n \"description\": \"Format - date (as full-date in RFC3339). dummyDateHeaderParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"{\\r\\n \\\"id\\\": 2,\\r\\n \\\"name\\\": \\\"myreqpet\\\"\\r\\n}\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"pet\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"{\\r\\n \\\"id\\\": 3,\\r\\n \\\"name\\\": \\\"myresppet\\\"\\r\\n}\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"petArray\"\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"header1\",\r\n \"description\": \"sampleheader\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid162/operations/dummyid2\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"dummyid2\",\r\n \"properties\": {\r\n \"displayName\": \"dummyid2\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/mySamplePath2?definedQueryParam={definedQueryParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"definedQueryParam\",\r\n \"description\": \"Format - whateverformat. definedQueryParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Dummy desc\",\r\n \"request\": {\r\n \"description\": \"definedBodyParam description\",\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"DefinedBodyParam\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 204,\r\n \"description\": \"dummyResponseDef description\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"contenttype1\",\r\n \"sample\": \"contenttype1 example\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"contenttype2\",\r\n \"sample\": \"contenttype2 example\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"pet\"\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"header1\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n },\r\n {\r\n \"name\": \"header2\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid162/operations/dummyOperationId\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"dummyOperationId\",\r\n \"properties\": {\r\n \"displayName\": \"dummyOperationId\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/pets2?dummyParam={dummyParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"dummyParam\",\r\n \"description\": \"dummyParam desc\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Dummy description\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"limit\",\r\n \"description\": \"Format - int32. maximum number of results to return\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"Pets2Get200ApplicationJsonResponse\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid162/operations/findPetById\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"findPetById\",\r\n \"properties\": {\r\n \"displayName\": \"findPetById\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/pets/{id}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"id\",\r\n \"description\": \"Format - int64. ID of pet to fetch\",\r\n \"type\": \"integer\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Returns a user based on a single ID, if the user does not have access to the pet\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"text/xml\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"text/html\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"pet\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"errorModel\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"errorModel\"\r\n },\r\n {\r\n \"contentType\": \"text/xml\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"errorModel\"\r\n },\r\n {\r\n \"contentType\": \"text/html\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid162/operations/findPets\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"findPets\",\r\n \"properties\": {\r\n \"displayName\": \"findPets\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/pets\",\r\n \"templateParameters\": [],\r\n \"description\": \"Returns all pets from the system that the user has access to\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"tags\",\r\n \"description\": \"tags to filter by\",\r\n \"type\": \"string\",\r\n \"values\": []\r\n },\r\n {\r\n \"name\": \"limit\",\r\n \"description\": \"Format - int32. maximum number of results to return\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"petArray\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"petArray\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"errorModel\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"5e7bacbf07b43d0e3879463b\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid162/operations/resourceWithFormDataPOST\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"resourceWithFormDataPOST\",\r\n \"properties\": {\r\n \"displayName\": \"resourceWithFormDataPOST\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/resourceWithFormData?dummyReqQueryParam={dummyReqQueryParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"dummyReqQueryParam\",\r\n \"description\": \"dummyReqQueryParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"resourceWithFormData desc\",\r\n \"request\": {\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"multipart/form-data\",\r\n \"formParameters\": [\r\n {\r\n \"name\": \"dummyFormDataParam\",\r\n \"description\": \"dummyFormDataParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"sample response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n }\r\n ],\r\n \"count\": 8\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9681/operations/addPet\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"addPet\",\r\n \"properties\": {\r\n \"displayName\": \"addPet\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/pets\",\r\n \"templateParameters\": [],\r\n \"description\": \"Creates a new pet in the store. Duplicates are allowed\",\r\n \"request\": {\r\n \"description\": \"Pet to add to the store\",\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"newPet\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"pet\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9681/operations/deletePet\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"deletePet\",\r\n \"properties\": {\r\n \"displayName\": \"deletePet\",\r\n \"method\": \"DELETE\",\r\n \"urlTemplate\": \"/pets/{id}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"id\",\r\n \"description\": \"Format - int64. ID of pet to delete\",\r\n \"type\": \"integer\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"deletes a single pet based on the ID supplied\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 204,\r\n \"description\": \"pet deleted\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9681/operations/dummyid1\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"dummyid1\",\r\n \"properties\": {\r\n \"displayName\": \"dummyid1\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/mySamplePath?dummyReqQueryParam={dummyReqQueryParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"dummyReqQueryParam\",\r\n \"description\": \"dummyReqQueryParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Dummy desc\",\r\n \"request\": {\r\n \"description\": \"dummyBodyParam description\",\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"dummyNotReqQueryParam\",\r\n \"description\": \"dummyNotReqQueryParam description\",\r\n \"type\": \"string\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"dummyDateHeaderParam\",\r\n \"description\": \"Format - date (as full-date in RFC3339). dummyDateHeaderParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"{\\r\\n \\\"id\\\": 2,\\r\\n \\\"name\\\": \\\"myreqpet\\\"\\r\\n}\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"pet\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"{\\r\\n \\\"id\\\": 3,\\r\\n \\\"name\\\": \\\"myresppet\\\"\\r\\n}\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"petArray\"\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"header1\",\r\n \"description\": \"sampleheader\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ]\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9681/operations/dummyid2\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"dummyid2\",\r\n \"properties\": {\r\n \"displayName\": \"dummyid2\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/mySamplePath2?definedQueryParam={definedQueryParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"definedQueryParam\",\r\n \"description\": \"Format - whateverformat. definedQueryParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Dummy desc\",\r\n \"request\": {\r\n \"description\": \"definedBodyParam description\",\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"DefinedBodyParam\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 204,\r\n \"description\": \"dummyResponseDef description\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"contenttype1\",\r\n \"sample\": \"contenttype1 example\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"contenttype2\",\r\n \"sample\": \"contenttype2 example\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"pet\"\r\n }\r\n ],\r\n \"headers\": [\r\n {\r\n \"name\": \"header1\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n },\r\n {\r\n \"name\": \"header2\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ]\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9681/operations/dummyOperationId\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"dummyOperationId\",\r\n \"properties\": {\r\n \"displayName\": \"dummyOperationId\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/pets2?dummyParam={dummyParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"dummyParam\",\r\n \"description\": \"dummyParam desc\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Dummy description\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"limit\",\r\n \"description\": \"Format - int32. maximum number of results to return\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"Pets2Get200ApplicationJsonResponse\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9681/operations/findPetById\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"findPetById\",\r\n \"properties\": {\r\n \"displayName\": \"findPetById\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/pets/{id}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"id\",\r\n \"description\": \"Format - int64. ID of pet to fetch\",\r\n \"type\": \"integer\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"Returns a user based on a single ID, if the user does not have access to the pet\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"text/xml\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"pet\"\r\n },\r\n {\r\n \"contentType\": \"text/html\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"pet\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"errorModel\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"errorModel\"\r\n },\r\n {\r\n \"contentType\": \"text/xml\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"errorModel\"\r\n },\r\n {\r\n \"contentType\": \"text/html\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9681/operations/findPets\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"findPets\",\r\n \"properties\": {\r\n \"displayName\": \"findPets\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/pets\",\r\n \"templateParameters\": [],\r\n \"description\": \"Returns all pets from the system that the user has access to\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"tags\",\r\n \"description\": \"tags to filter by\",\r\n \"type\": \"string\",\r\n \"values\": []\r\n },\r\n {\r\n \"name\": \"limit\",\r\n \"description\": \"Format - int32. maximum number of results to return\",\r\n \"type\": \"integer\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"pet response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"petArray\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"petArray\"\r\n }\r\n ],\r\n \"headers\": []\r\n },\r\n {\r\n \"statusCode\": 500,\r\n \"description\": \"unexpected error\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"errorModel\"\r\n },\r\n {\r\n \"contentType\": \"application/xml\",\r\n \"schemaId\": \"606f8ef00dcb2d0bc8115ea0\",\r\n \"typeName\": \"errorModel\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9681/operations/resourceWithFormDataPOST\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"resourceWithFormDataPOST\",\r\n \"properties\": {\r\n \"displayName\": \"resourceWithFormDataPOST\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/resourceWithFormData?dummyReqQueryParam={dummyReqQueryParam}\",\r\n \"templateParameters\": [\r\n {\r\n \"name\": \"dummyReqQueryParam\",\r\n \"description\": \"dummyReqQueryParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ],\r\n \"description\": \"resourceWithFormData desc\",\r\n \"request\": {\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"multipart/form-data\",\r\n \"formParameters\": [\r\n {\r\n \"name\": \"dummyFormDataParam\",\r\n \"description\": \"dummyFormDataParam description\",\r\n \"type\": \"string\",\r\n \"required\": true,\r\n \"values\": []\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"sample response\",\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\"\r\n }\r\n ],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n }\r\n ],\r\n \"count\": 8\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/swaggerApiId439?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9zd2FnZ2VyQXBpSWQ0Mzk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/swaggerApiId8944?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL3N3YWdnZXJBcGlJZDg5NDQ/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3f99fb35-1ef4-47b5-a1d1-60bcf19d6378" + "a1b366a1-ff52-4bab-9bbb-ac82a0fa9fab" ], "If-Match": [ "*" @@ -680,10 +680,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -696,26 +696,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "b8f249a2-b162-4e44-9d3e-081d22e7653a" + "02d67f59-520c-4e38-82d6-9843ec3d90ee" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "14999" ], "x-ms-correlation-request-id": [ - "c1f3a56b-0c78-4f42-843d-a5fb919908f6" + "e2b92159-aa9e-4423-920d-73be2c283cd0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191159Z:c1f3a56b-0c78-4f42-843d-a5fb919908f6" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231812Z:e2b92159-aa9e-4423-920d-73be2c283cd0" ], "Date": [ - "Wed, 25 Mar 2020 19:11:59 GMT" + "Thu, 08 Apr 2021 23:18:11 GMT" ], "Expires": [ "-1" @@ -728,13 +728,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid162?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDE2Mj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid9681?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkOTY4MT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2d641f79-e8cf-4bba-add4-a0398ff3b228" + "44a864e1-3ce7-4562-97ca-f022e55c8067" ], "If-Match": [ "*" @@ -743,10 +743,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -759,26 +759,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "a7413f73-49b8-4e86-a8d9-72e472e9ce64" + "9e9af410-2c43-477d-a7a4-8141d002f4f1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" + "14998" ], "x-ms-correlation-request-id": [ - "bd7956a7-1970-4182-8c04-c7eaa16d7652" + "0b3f801c-168f-45aa-92de-d78d4b94e8dc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191200Z:bd7956a7-1970-4182-8c04-c7eaa16d7652" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231813Z:0b3f801c-168f-45aa-92de-d78d4b94e8dc" ], "Date": [ - "Wed, 25 Mar 2020 19:12:00 GMT" + "Thu, 08 Apr 2021 23:18:12 GMT" ], "Expires": [ "-1" @@ -791,13 +791,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/authorizationServers/authorizationServerId7350?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXV0aG9yaXphdGlvblNlcnZlcnMvYXV0aG9yaXphdGlvblNlcnZlcklkNzM1MD9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/authorizationServers/authorizationServerId624?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hdXRob3JpemF0aW9uU2VydmVycy9hdXRob3JpemF0aW9uU2VydmVySWQ2MjQ/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8a890cae-4bb6-4137-ad7a-2c7f3e7f38f1" + "65359ce6-671a-47f5-96c2-1485b93fc24f" ], "If-Match": [ "*" @@ -806,10 +806,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -822,26 +822,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "7aa6a018-6750-4376-b128-ec43e2905da5" + "3558f766-af38-4815-8c79-0c536685e21a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14993" + "14997" ], "x-ms-correlation-request-id": [ - "3609ba3f-8f6c-4498-ba49-b62a35c6bdde" + "4beeec24-96cb-45c5-8442-bc8aade0e0db" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191201Z:3609ba3f-8f6c-4498-ba49-b62a35c6bdde" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T231813Z:4beeec24-96cb-45c5-8442-bc8aade0e0db" ], "Date": [ - "Wed, 25 Mar 2020 19:12:00 GMT" + "Thu, 08 Apr 2021 23:18:12 GMT" ], "Expires": [ "-1" @@ -856,26 +856,26 @@ ], "Names": { "CloneApiUsingSourceApiId": [ - "authorizationServerId7350", - "apiid162", - "swaggerApiId439", - "authName3665", - "oauth2scope3326", - "clientid5134", - "apiname933", - "apidescription6445", - "header9855", - "query5860", - "oauth2scope1516" + "authorizationServerId624", + "apiid9681", + "swaggerApiId8944", + "authName9186", + "oauth2scope2614", + "clientid5745", + "apiname9353", + "apidescription8547", + "header3531", + "query7131", + "oauth2scope9697" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiTests/CreateListUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiTests/CreateListUpdateDelete.json index b8dd755893029..73b22adf2668e 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiTests/CreateListUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiTests/CreateListUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "becbd9bf-4feb-4074-ab08-2d8b3667fb3e" + "fba23701-6f68-4752-9e1e-17a01a494ec3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,14 +33,14 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4d357001-36f1-41b9-ab20-cce8599dc613", - "fe58ec29-fc89-4c5e-9544-6903ecc25679" + "6f2914ca-474f-44c7-ab68-358412d532bc", + "da46a2a1-b012-41d3-a563-8530cfc28764" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -49,19 +49,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "3fc09f44-8eca-4878-b870-5afb342bbb44" + "6fa8bd45-bbec-4943-8c6e-24309159df14" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191205Z:3fc09f44-8eca-4878-b870-5afb342bbb44" + "WESTCENTRALUS:20210408T231815Z:6fa8bd45-bbec-4943-8c6e-24309159df14" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:12:04 GMT" + "Thu, 08 Apr 2021 23:18:14 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8edc7a0f-904c-485e-9c7e-c1ce2e1d3836" + "46b2401a-f5a1-4e08-bba7-9471b7c8c27d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "53a361bf-e2d5-432c-82f5-fdc05cd19ec5" + "1735fc05-3a30-461e-914b-a8cfaa39839c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "11999" ], "x-ms-correlation-request-id": [ - "189f9cb7-6367-4da1-8313-f5749c95f69d" + "8324052e-83f9-47fc-97d1-ec10ada9be13" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191205Z:189f9cb7-6367-4da1-8313-f5749c95f69d" + "WESTCENTRALUS:20210408T231815Z:8324052e-83f9-47fc-97d1-ec10ada9be13" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:12:05 GMT" + "Thu, 08 Apr 2021 23:18:14 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ab224df-fae0-48de-8dd4-b0272dfcf0a3" + "32a34659-a10b-4275-9074-f695e516ec9b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,29 +168,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0ffad9ea-905d-4991-8906-58f9e6002671" + "2e433ead-efa4-41b5-a18e-552334937a05" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "11998" ], "x-ms-correlation-request-id": [ - "bb922036-f25e-4b03-970b-2c6bbfc06c86" + "865ce70f-917a-4970-b248-1ce5824a9f52" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191205Z:bb922036-f25e-4b03-970b-2c6bbfc06c86" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231815Z:865ce70f-917a-4970-b248-1ce5824a9f52" ], "Date": [ - "Wed, 25 Mar 2020 19:12:05 GMT" + "Thu, 08 Apr 2021 23:18:14 GMT" ], "Content-Length": [ - "728" + "730" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,26 +199,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ce1add7-f454-4657-896e-7f50cf264796" + "dc8e63f5-3502-4b37-be12-892c7dd1026e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -229,34 +229,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAMjQ=\"" + "\"AAAAAAAAbdI=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0db40afb-b688-4257-a85e-db6136ebd857" + "c88040a7-0111-4467-a1fa-65c191342509" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "11997" ], "x-ms-correlation-request-id": [ - "986f500c-52a7-47db-94f2-8f24f8baefa2" + "bcd00c5d-0ce2-41e9-8d5b-c96c07bf450b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191205Z:986f500c-52a7-47db-94f2-8f24f8baefa2" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231815Z:bcd00c5d-0ce2-41e9-8d5b-c96c07bf450b" ], "Date": [ - "Wed, 25 Mar 2020 19:12:05 GMT" + "Thu, 08 Apr 2021 23:18:14 GMT" ], "Content-Length": [ - "746" + "748" ], "Content-Type": [ "application/json; charset=utf-8" @@ -265,26 +265,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/authorizationServers/authorizationServerId8756?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXV0aG9yaXphdGlvblNlcnZlcnMvYXV0aG9yaXphdGlvblNlcnZlcklkODc1Nj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/authorizationServers/authorizationServerId7811?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hdXRob3JpemF0aW9uU2VydmVycy9hdXRob3JpemF0aW9uU2VydmVySWQ3ODExP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"authorizationMethods\": [\r\n \"POST\",\r\n \"GET\"\r\n ],\r\n \"tokenEndpoint\": \"https://contoso.com/token\",\r\n \"defaultScope\": \"oauth2scope9167\",\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\",\r\n \"query\"\r\n ],\r\n \"displayName\": \"authName3702\",\r\n \"clientRegistrationEndpoint\": \"https://contoso.com/clients/reg\",\r\n \"authorizationEndpoint\": \"https://contoso.com/auth\",\r\n \"grantTypes\": [\r\n \"authorizationCode\",\r\n \"implicit\"\r\n ],\r\n \"clientId\": \"clientid5371\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"authorizationMethods\": [\r\n \"POST\",\r\n \"GET\"\r\n ],\r\n \"tokenEndpoint\": \"https://contoso.com/token\",\r\n \"defaultScope\": \"oauth2scope4061\",\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\",\r\n \"query\"\r\n ],\r\n \"displayName\": \"authName5417\",\r\n \"clientRegistrationEndpoint\": \"https://contoso.com/clients/reg\",\r\n \"authorizationEndpoint\": \"https://contoso.com/auth\",\r\n \"grantTypes\": [\r\n \"authorizationCode\",\r\n \"implicit\"\r\n ],\r\n \"clientId\": \"clientid8882\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d45b6d76-cf44-4737-9f06-760752e6e1d5" + "321f0363-2d67-44b4-a389-98045aa47b3f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -301,13 +301,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANQ0=\"" + "\"AAAAAAAAdhw=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "874d5da7-6e02-4913-8d59-770d079f80fe" + "fcbc7012-ca69-4aa5-afbd-c7403519569b" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -316,19 +319,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "7403918b-fd6c-498b-b06f-fc99fefe3948" + "6fc4451a-6fe6-4693-9803-c167ec7ea605" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191206Z:7403918b-fd6c-498b-b06f-fc99fefe3948" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231816Z:6fc4451a-6fe6-4693-9803-c167ec7ea605" ], "Date": [ - "Wed, 25 Mar 2020 19:12:06 GMT" + "Thu, 08 Apr 2021 23:18:15 GMT" ], "Content-Length": [ - "1057" + "987" ], "Content-Type": [ "application/json; charset=utf-8" @@ -337,26 +337,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/authorizationServers/authorizationServerId8756\",\r\n \"type\": \"Microsoft.ApiManagement/service/authorizationServers\",\r\n \"name\": \"authorizationServerId8756\",\r\n \"properties\": {\r\n \"displayName\": \"authName3702\",\r\n \"description\": null,\r\n \"clientRegistrationEndpoint\": \"https://contoso.com/clients/reg\",\r\n \"authorizationEndpoint\": \"https://contoso.com/auth\",\r\n \"authorizationMethods\": [\r\n \"POST\",\r\n \"GET\"\r\n ],\r\n \"clientAuthenticationMethod\": null,\r\n \"tokenBodyParameters\": null,\r\n \"tokenEndpoint\": \"https://contoso.com/token\",\r\n \"supportState\": false,\r\n \"defaultScope\": \"oauth2scope9167\",\r\n \"grantTypes\": [\r\n \"authorizationCode\",\r\n \"implicit\"\r\n ],\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\",\r\n \"query\"\r\n ],\r\n \"clientId\": \"clientid5371\",\r\n \"resourceOwnerUsername\": null,\r\n \"resourceOwnerPassword\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/authorizationServers/authorizationServerId7811\",\r\n \"type\": \"Microsoft.ApiManagement/service/authorizationServers\",\r\n \"name\": \"authorizationServerId7811\",\r\n \"properties\": {\r\n \"displayName\": \"authName5417\",\r\n \"description\": null,\r\n \"clientRegistrationEndpoint\": \"https://contoso.com/clients/reg\",\r\n \"authorizationEndpoint\": \"https://contoso.com/auth\",\r\n \"authorizationMethods\": [\r\n \"POST\",\r\n \"GET\"\r\n ],\r\n \"clientAuthenticationMethod\": null,\r\n \"tokenBodyParameters\": null,\r\n \"tokenEndpoint\": \"https://contoso.com/token\",\r\n \"supportState\": false,\r\n \"defaultScope\": \"oauth2scope4061\",\r\n \"grantTypes\": [\r\n \"authorizationCode\",\r\n \"implicit\"\r\n ],\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\",\r\n \"query\"\r\n ],\r\n \"clientId\": \"clientid8882\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid8860?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDg4NjA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid4894?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNDg5ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"apidescription8665\",\r\n \"authenticationSettings\": {\r\n \"oAuth2\": {\r\n \"authorizationServerId\": \"authorizationServerId8756\",\r\n \"scope\": \"oauth2scope7988\"\r\n }\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header4026\",\r\n \"query\": \"query4533\"\r\n },\r\n \"displayName\": \"apiname6651\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"https\",\r\n \"http\"\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"apidescription2104\",\r\n \"authenticationSettings\": {\r\n \"oAuth2\": {\r\n \"authorizationServerId\": \"authorizationServerId7811\",\r\n \"scope\": \"oauth2scope8453\"\r\n }\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header8091\",\r\n \"query\": \"query7828\"\r\n },\r\n \"displayName\": \"apiname7040\",\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"https\",\r\n \"http\"\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "66547b92-ceab-4a7c-bd36-40204977b3b7" + "1fc60e06-cc97-45d6-848b-2dd73d5a30bc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -373,13 +373,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANQ4=\"" + "\"AAAAAAAAdh0=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c775994c-3fcb-454c-878e-a3ccd79a54ca" + "3e648a16-267d-4e22-b526-09c621e577aa" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -388,19 +391,16 @@ "1197" ], "x-ms-correlation-request-id": [ - "4dd36560-f5fe-4124-bef7-40745efdbb53" + "59dccd02-41f1-459c-a58c-43454ca45d50" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191207Z:4dd36560-f5fe-4124-bef7-40745efdbb53" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231816Z:59dccd02-41f1-459c-a58c-43454ca45d50" ], "Date": [ - "Wed, 25 Mar 2020 19:12:06 GMT" + "Thu, 08 Apr 2021 23:18:15 GMT" ], "Content-Length": [ - "874" + "876" ], "Content-Type": [ "application/json; charset=utf-8" @@ -409,20 +409,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid8860\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid8860\",\r\n \"properties\": {\r\n \"displayName\": \"apiname6651\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription8665\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": {\r\n \"authorizationServerId\": \"authorizationServerId8756\",\r\n \"scope\": \"oauth2scope7988\"\r\n },\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header4026\",\r\n \"query\": \"query4533\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid4894\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid4894\",\r\n \"properties\": {\r\n \"displayName\": \"apiname7040\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription2104\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": {\r\n \"authorizationServerId\": \"authorizationServerId7811\",\r\n \"scope\": \"oauth2scope8453\"\r\n },\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header8091\",\r\n \"query\": \"query7828\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid8860?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDg4NjA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid4894?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNDg5ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -433,34 +433,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANQ4=\"" + "\"AAAAAAAAdh0=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "b3b39121-3425-4ead-97a1-a6de3c75d777" + "61cac2ab-5498-4759-a5ae-886760129fc9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "11996" ], "x-ms-correlation-request-id": [ - "21f59a7f-5641-46de-b4d8-e72d5cca1b68" + "bc6ae877-356f-47ea-bc66-8cde460a2428" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191237Z:21f59a7f-5641-46de-b4d8-e72d5cca1b68" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231846Z:bc6ae877-356f-47ea-bc66-8cde460a2428" ], "Date": [ - "Wed, 25 Mar 2020 19:12:37 GMT" + "Thu, 08 Apr 2021 23:18:46 GMT" ], "Content-Length": [ - "874" + "876" ], "Content-Type": [ "application/json; charset=utf-8" @@ -469,26 +469,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid8860\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid8860\",\r\n \"properties\": {\r\n \"displayName\": \"apiname6651\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription8665\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": {\r\n \"authorizationServerId\": \"authorizationServerId8756\",\r\n \"scope\": \"oauth2scope7988\"\r\n },\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header4026\",\r\n \"query\": \"query4533\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid4894\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid4894\",\r\n \"properties\": {\r\n \"displayName\": \"apiname7040\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription2104\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": {\r\n \"authorizationServerId\": \"authorizationServerId7811\",\r\n \"scope\": \"oauth2scope8453\"\r\n },\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header8091\",\r\n \"query\": \"query7828\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid8860?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDg4NjA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid4894?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNDg5ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17101438-7f4d-4af9-af6f-332b14cc4c6c" + "751c244a-2f35-4aef-98ad-8e252732f6d5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -499,34 +499,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANQ4=\"" + "\"AAAAAAAAdh0=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "f590a1bc-3b3e-4b6a-b7ce-8f9c929b706c" + "13874678-40fd-471b-814b-a317bc368218" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "11995" ], "x-ms-correlation-request-id": [ - "7d3bfc27-d0e8-4932-9cdf-e84a373131f3" + "c03b1ded-1834-47a6-949e-0a22ae19485b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191237Z:7d3bfc27-d0e8-4932-9cdf-e84a373131f3" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231846Z:c03b1ded-1834-47a6-949e-0a22ae19485b" ], "Date": [ - "Wed, 25 Mar 2020 19:12:37 GMT" + "Thu, 08 Apr 2021 23:18:46 GMT" ], "Content-Length": [ - "874" + "876" ], "Content-Type": [ "application/json; charset=utf-8" @@ -535,26 +535,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid8860\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid8860\",\r\n \"properties\": {\r\n \"displayName\": \"apiname6651\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription8665\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": {\r\n \"authorizationServerId\": \"authorizationServerId8756\",\r\n \"scope\": \"oauth2scope7988\"\r\n },\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header4026\",\r\n \"query\": \"query4533\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid4894\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid4894\",\r\n \"properties\": {\r\n \"displayName\": \"apiname7040\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription2104\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"newapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": {\r\n \"authorizationServerId\": \"authorizationServerId7811\",\r\n \"scope\": \"oauth2scope8453\"\r\n },\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header8091\",\r\n \"query\": \"query7828\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid8860?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDg4NjA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid4894?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNDg5ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1540d37-1de5-443d-995d-bb80ac27c035" + "02a47bb9-6c61-443c-99ea-b4c7fbe0d5d5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -565,34 +565,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANRI=\"" + "\"AAAAAAAAdiE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "59e5eb64-e81d-4f48-9d4a-e26d35b05318" + "666d0832-58ed-4269-a2e5-b51db19f637e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "11993" ], "x-ms-correlation-request-id": [ - "21b1c2d2-1fcb-4020-9111-60770ae830ce" + "87c822ab-33e5-4444-adc1-b5d1b7028627" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191239Z:21b1c2d2-1fcb-4020-9111-60770ae830ce" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231853Z:87c822ab-33e5-4444-adc1-b5d1b7028627" ], "Date": [ - "Wed, 25 Mar 2020 19:12:38 GMT" + "Thu, 08 Apr 2021 23:18:53 GMT" ], "Content-Length": [ - "782" + "784" ], "Content-Type": [ "application/json; charset=utf-8" @@ -601,26 +601,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid8860\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid8860\",\r\n \"properties\": {\r\n \"displayName\": \"patchedname3218\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"patchedDescription6561\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"patchedPath9761\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header4026\",\r\n \"query\": \"query4533\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid4894\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid4894\",\r\n \"properties\": {\r\n \"displayName\": \"patchedname2207\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"patchedDescription4910\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"patchedPath8825\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header8091\",\r\n \"query\": \"query7828\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid8860?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDg4NjA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid4894?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNDg5ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b03eadeb-4283-417d-8706-41b3282c8df4" + "b768e5b7-c4a6-4ce2-b8c9-c5292d174906" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -633,26 +633,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "bb8e5216-646d-41e8-b8cd-15a1935fd4d7" + "f4ba55f8-5f13-4d7b-94e1-f891d3dcdc31" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "11988" ], "x-ms-correlation-request-id": [ - "474d7738-8cfc-49ea-825b-b42060c8544b" + "44fee5d4-e134-43a5-a24e-66619766aca4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191313Z:474d7738-8cfc-49ea-825b-b42060c8544b" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231925Z:44fee5d4-e134-43a5-a24e-66619766aca4" ], "Date": [ - "Wed, 25 Mar 2020 19:13:12 GMT" + "Thu, 08 Apr 2021 23:19:25 GMT" ], "Content-Length": [ "79" @@ -668,22 +668,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid8860?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDg4NjA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid4894?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNDg5ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ab04313-d4aa-4ecb-9ba0-ead524806229" + "9a44247a-2834-4f8b-9df5-80b52da0f016" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -694,31 +694,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANQ4=\"" + "\"AAAAAAAAdh0=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "e97a5843-94d2-40a6-8ad4-cb14295c5757" + "e68d3794-fc03-43af-a05d-d03c48a8718b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "11994" ], "x-ms-correlation-request-id": [ - "083227c1-8741-47ec-a773-6a8a78286935" + "1c885741-8702-4b19-9225-da345060774e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191238Z:083227c1-8741-47ec-a773-6a8a78286935" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231846Z:1c885741-8702-4b19-9225-da345060774e" ], "Date": [ - "Wed, 25 Mar 2020 19:12:37 GMT" + "Thu, 08 Apr 2021 23:18:46 GMT" ], "Content-Length": [ "0" @@ -731,25 +731,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid8860?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDg4NjA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid4894?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNDg5ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"patchedDescription6561\",\r\n \"authenticationSettings\": {},\r\n \"displayName\": \"patchedname3218\",\r\n \"path\": \"patchedPath9761\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"patchedDescription4910\",\r\n \"authenticationSettings\": {},\r\n \"displayName\": \"patchedname2207\",\r\n \"path\": \"patchedPath8825\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2ce627a5-356c-4aba-825d-8235f456b69e" + "5a7f633e-4e25-4366-9372-3b5395a3ae3b" ], "If-Match": [ - "\"AAAAAAAANQ4=\"" + "\"AAAAAAAAdh0=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -765,11 +765,17 @@ "Pragma": [ "no-cache" ], + "ETag": [ + "\"AAAAAAAAdiE=\"" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "118a6a3b-3c1b-425f-8f1a-d6a5764e0e38" + "3f590696-d010-4286-8b34-000d5e8dd2ed" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -778,47 +784,50 @@ "1196" ], "x-ms-correlation-request-id": [ - "75bae23f-c0ef-4e26-a50e-403ad3927237" + "7f50bb84-1f9c-46f6-86de-b7eb302f5dbd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191239Z:75bae23f-c0ef-4e26-a50e-403ad3927237" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231853Z:7f50bb84-1f9c-46f6-86de-b7eb302f5dbd" ], "Date": [ - "Wed, 25 Mar 2020 19:12:38 GMT" + "Thu, 08 Apr 2021 23:18:53 GMT" + ], + "Content-Length": [ + "784" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 204 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid4894\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"apiid4894\",\r\n \"properties\": {\r\n \"displayName\": \"patchedname2207\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"patchedDescription4910\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi.cloudapp.net/api\",\r\n \"path\": \"patchedPath8825\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header8091\",\r\n \"query\": \"query7828\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId6543?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvb3BlbmlkQ29ubmVjdFByb3ZpZGVycy9vcGVuSWQ2NTQzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId2186?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL29wZW5JZDIxODY/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"openIdName9100\",\r\n \"metadataEndpoint\": \"https://provider157.endpoint6858\",\r\n \"clientId\": \"clientId2010\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"openIdName6103\",\r\n \"metadataEndpoint\": \"https://provider8657.endpoint5075\",\r\n \"clientId\": \"clientId5642\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7a96ed31-7347-48e0-97b8-1ac081f088df" + "516f2a7f-7a9b-48fa-92d3-4e4546ff4dc4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "159" + "160" ] }, "ResponseHeaders": { @@ -829,13 +838,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANRY=\"" + "\"AAAAAAAAdiU=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "58b4ef09-ab9a-4798-ad1a-1ccdbc0369b8" + "0b8ce8e4-efad-438c-bb65-6e8bde36d3a5" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -844,19 +856,16 @@ "1195" ], "x-ms-correlation-request-id": [ - "d0ef0905-07c0-402a-bec2-78d5fcb2337f" + "645ce365-673c-4570-bf0e-eba0ca3eb546" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191240Z:d0ef0905-07c0-402a-bec2-78d5fcb2337f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231854Z:645ce365-673c-4570-bf0e-eba0ca3eb546" ], "Date": [ - "Wed, 25 Mar 2020 19:12:39 GMT" + "Thu, 08 Apr 2021 23:18:54 GMT" ], "Content-Length": [ - "469" + "472" ], "Content-Type": [ "application/json; charset=utf-8" @@ -865,26 +874,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId6543\",\r\n \"type\": \"Microsoft.ApiManagement/service/openidConnectProviders\",\r\n \"name\": \"openId6543\",\r\n \"properties\": {\r\n \"displayName\": \"openIdName9100\",\r\n \"description\": null,\r\n \"metadataEndpoint\": \"https://provider157.endpoint6858\",\r\n \"clientId\": \"clientId2010\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId2186\",\r\n \"type\": \"Microsoft.ApiManagement/service/openidConnectProviders\",\r\n \"name\": \"openId2186\",\r\n \"properties\": {\r\n \"displayName\": \"openIdName6103\",\r\n \"description\": null,\r\n \"metadataEndpoint\": \"https://provider8657.endpoint5075\",\r\n \"clientId\": \"clientId5642\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/openApiid889?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9vcGVuQXBpaWQ4ODk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/openApiid6818?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL29wZW5BcGlpZDY4MTg/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"apidescription9953\",\r\n \"authenticationSettings\": {\r\n \"openid\": {\r\n \"openidProviderId\": \"openId6543\",\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\"\r\n ]\r\n }\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header4026\",\r\n \"query\": \"query4533\"\r\n },\r\n \"displayName\": \"apiname2836\",\r\n \"serviceUrl\": \"http://newechoapi2.cloudapp.net/api\",\r\n \"path\": \"newOpenapiPath\",\r\n \"protocols\": [\r\n \"https\",\r\n \"http\"\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"apidescription8364\",\r\n \"authenticationSettings\": {\r\n \"openid\": {\r\n \"openidProviderId\": \"openId2186\",\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\"\r\n ]\r\n }\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header8091\",\r\n \"query\": \"query7828\"\r\n },\r\n \"displayName\": \"apiname8802\",\r\n \"serviceUrl\": \"http://newechoapi2.cloudapp.net/api\",\r\n \"path\": \"newOpenapiPath\",\r\n \"protocols\": [\r\n \"https\",\r\n \"http\"\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e4055013-d76d-4231-9232-2b47c66d6d58" + "1b05d352-1450-4571-890f-8d12b4edc789" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -901,13 +910,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANRg=\"" + "\"AAAAAAAAdiY=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "73529913-2f15-4039-b6f2-0d0d402317cd" + "ebed96f7-e258-4510-b268-016e5a4d99a5" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -916,19 +928,16 @@ "1194" ], "x-ms-correlation-request-id": [ - "e28816f8-8eab-4f3b-a3d7-929a2405e44c" + "4bc1a875-6302-4f14-a670-bee76e13d3f1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191240Z:e28816f8-8eab-4f3b-a3d7-929a2405e44c" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231854Z:4bc1a875-6302-4f14-a670-bee76e13d3f1" ], "Date": [ - "Wed, 25 Mar 2020 19:12:40 GMT" + "Thu, 08 Apr 2021 23:18:54 GMT" ], "Content-Length": [ - "913" + "917" ], "Content-Type": [ "application/json; charset=utf-8" @@ -937,20 +946,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/openApiid889\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"openApiid889\",\r\n \"properties\": {\r\n \"displayName\": \"apiname2836\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription9953\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi2.cloudapp.net/api\",\r\n \"path\": \"newOpenapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": {\r\n \"openidProviderId\": \"openId6543\",\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\"\r\n ]\r\n }\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header4026\",\r\n \"query\": \"query4533\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/openApiid6818\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"openApiid6818\",\r\n \"properties\": {\r\n \"displayName\": \"apiname8802\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription8364\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi2.cloudapp.net/api\",\r\n \"path\": \"newOpenapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": {\r\n \"openidProviderId\": \"openId2186\",\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\"\r\n ]\r\n }\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header8091\",\r\n \"query\": \"query7828\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/openApiid889?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9vcGVuQXBpaWQ4ODk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/openApiid6818?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL29wZW5BcGlpZDY4MTg/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -961,34 +970,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANRg=\"" + "\"AAAAAAAAdiY=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "a1d10b41-2247-41ca-bbfd-b223f9177c92" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "x-ms-request-id": [ + "27ab0b3d-b10c-4c4b-8a46-a92d14f166e7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], "x-ms-correlation-request-id": [ - "3b5fdc29-a0bc-4683-bd32-bf4c538031f3" + "209900ec-0c7b-44e8-8f4a-93fd5bde7046" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191311Z:3b5fdc29-a0bc-4683-bd32-bf4c538031f3" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231924Z:209900ec-0c7b-44e8-8f4a-93fd5bde7046" ], "Date": [ - "Wed, 25 Mar 2020 19:13:10 GMT" + "Thu, 08 Apr 2021 23:19:24 GMT" ], "Content-Length": [ - "913" + "917" ], "Content-Type": [ "application/json; charset=utf-8" @@ -997,26 +1006,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/openApiid889\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"openApiid889\",\r\n \"properties\": {\r\n \"displayName\": \"apiname2836\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription9953\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi2.cloudapp.net/api\",\r\n \"path\": \"newOpenapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": {\r\n \"openidProviderId\": \"openId6543\",\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\"\r\n ]\r\n }\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header4026\",\r\n \"query\": \"query4533\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/openApiid6818\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"openApiid6818\",\r\n \"properties\": {\r\n \"displayName\": \"apiname8802\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription8364\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi2.cloudapp.net/api\",\r\n \"path\": \"newOpenapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": {\r\n \"openidProviderId\": \"openId2186\",\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\"\r\n ]\r\n }\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header8091\",\r\n \"query\": \"query7828\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/openApiid889?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9vcGVuQXBpaWQ4ODk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/openApiid6818?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL29wZW5BcGlpZDY4MTg/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8e8d044f-82de-4542-8764-9729ee9eb595" + "bbabd57f-d921-457d-b6f7-1722c0796404" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1027,34 +1036,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANRg=\"" + "\"AAAAAAAAdiY=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "fac152cd-3ab7-496d-bee1-698bc8ef87ac" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "x-ms-request-id": [ + "14d12a9b-455d-479a-96aa-eab8eb327418" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "x-ms-correlation-request-id": [ - "e9ee240e-3064-46ee-b1a1-6b9c0bcd6b5d" + "c0280b84-9cfe-4f58-9084-a88529a7fd4d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191311Z:e9ee240e-3064-46ee-b1a1-6b9c0bcd6b5d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231924Z:c0280b84-9cfe-4f58-9084-a88529a7fd4d" ], "Date": [ - "Wed, 25 Mar 2020 19:13:11 GMT" + "Thu, 08 Apr 2021 23:19:24 GMT" ], "Content-Length": [ - "913" + "917" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1063,26 +1072,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/openApiid889\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"openApiid889\",\r\n \"properties\": {\r\n \"displayName\": \"apiname2836\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription9953\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi2.cloudapp.net/api\",\r\n \"path\": \"newOpenapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": {\r\n \"openidProviderId\": \"openId6543\",\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\"\r\n ]\r\n }\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header4026\",\r\n \"query\": \"query4533\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/openApiid6818\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"openApiid6818\",\r\n \"properties\": {\r\n \"displayName\": \"apiname8802\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription8364\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi2.cloudapp.net/api\",\r\n \"path\": \"newOpenapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": {\r\n \"openidProviderId\": \"openId2186\",\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\"\r\n ]\r\n }\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"header8091\",\r\n \"query\": \"query7828\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/openApiid889?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9vcGVuQXBpaWQ4ODk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/openApiid6818?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL29wZW5BcGlpZDY4MTg/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f9b93c0-fc10-43aa-af16-d1d03b91831d" + "a6465949-44c8-40c0-801a-b0607f9acc19" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1095,26 +1104,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "9bdb212c-5332-48f2-b27f-6a11c0891e6e" + "d2fbf7ce-1696-4d1a-bf79-6bf02f9ff75c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "11987" ], "x-ms-correlation-request-id": [ - "a660e603-b987-4ced-8876-54443515be5a" + "2e7c066c-f8e5-4ca9-98a3-fa61e0527bd3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191313Z:a660e603-b987-4ced-8876-54443515be5a" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231925Z:2e7c066c-f8e5-4ca9-98a3-fa61e0527bd3" ], "Date": [ - "Wed, 25 Mar 2020 19:13:13 GMT" + "Thu, 08 Apr 2021 23:19:25 GMT" ], "Content-Length": [ "79" @@ -1130,22 +1139,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis?$top=1&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcz8kdG9wPTEmYXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis?$top=1&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c81bca59-5466-4fd7-b381-3148074833a3" + "006052d7-a487-49e1-8a27-b281369bab95" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1158,29 +1167,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "ae12c7cd-51bd-4184-96f5-0efe987cf120" + "ccf7982c-7bd2-4ac1-8598-d21cf6dbe88c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "11990" ], "x-ms-correlation-request-id": [ - "80399507-767b-4e33-bc35-694e95b56777" + "5cb4bc54-960c-4229-b8f2-a959f0dcabbb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191312Z:80399507-767b-4e33-bc35-694e95b56777" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231925Z:5cb4bc54-960c-4229-b8f2-a959f0dcabbb" ], "Date": [ - "Wed, 25 Mar 2020 19:13:11 GMT" + "Thu, 08 Apr 2021 23:19:24 GMT" ], "Content-Length": [ - "1046" + "1035" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1189,26 +1198,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/openApiid889\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"openApiid889\",\r\n \"properties\": {\r\n \"displayName\": \"apiname2836\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription9953\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi2.cloudapp.net/api\",\r\n \"path\": \"newOpenapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 3,\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net:443/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis?%24top=1&api-version=2019-12-01&%24skip=1\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/openApiid6818\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"openApiid6818\",\r\n \"properties\": {\r\n \"displayName\": \"apiname8802\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"apidescription8364\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://newechoapi2.cloudapp.net/api\",\r\n \"path\": \"newOpenapiPath\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 3,\r\n \"nextLink\": \"https://management.azure.com:443/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis?%24top=1&api-version=2020-12-01&%24skip=1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis?%24top=1&api-version=2019-12-01&%24skip=1", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcz8lMjR0b3A9MSZhcGktdmVyc2lvbj0yMDE5LTEyLTAxJiUyNHNraXA9MQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis?%24top=1&api-version=2020-12-01&%24skip=1", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzPyUyNHRvcD0xJmFwaS12ZXJzaW9uPTIwMjAtMTItMDEmJTI0c2tpcD0x", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6281e8fd-69d6-420b-97fe-db10bf9df65a" + "e1b02235-5b5b-417f-8d7a-3627d7e09490" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1221,29 +1230,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "180ef2fb-2d36-472a-9a27-e3c766fbb1e7" + "133d7cf2-9079-44b9-a48a-15bf4db01542" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "11989" ], "x-ms-correlation-request-id": [ - "f58d8d58-2003-49dc-8816-9be22272a963" + "b3aa1c9c-7662-4dc7-beb3-209115ba3c72" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191312Z:f58d8d58-2003-49dc-8816-9be22272a963" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231925Z:b3aa1c9c-7662-4dc7-beb3-209115ba3c72" ], "Date": [ - "Wed, 25 Mar 2020 19:13:11 GMT" + "Thu, 08 Apr 2021 23:19:24 GMT" ], "Content-Length": [ - "986" + "973" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1252,17 +1261,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 3,\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net:443/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis?%24top=1&api-version=2019-12-01&%24skip=2\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 3,\r\n \"nextLink\": \"https://management.azure.com:443/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis?%24top=1&api-version=2020-12-01&%24skip=2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid8860?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDg4NjA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid4894?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNDg5ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e5358d-18a7-4941-ba20-c1a0bccb7c22" + "d5775f83-9514-42bc-abec-06c1d142dc3d" ], "If-Match": [ "*" @@ -1271,10 +1280,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1287,8 +1296,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "a7b7184b-5603-4316-81fa-8bf8fd8493cf" + "9599c48e-53de-47b5-8bb1-47673dfba7ac" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1297,16 +1309,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "70ecad89-81dd-4531-8328-b89d51f7d88c" + "26af4f26-06cc-4ea3-8d00-218de15f3f2f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191313Z:70ecad89-81dd-4531-8328-b89d51f7d88c" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231925Z:26af4f26-06cc-4ea3-8d00-218de15f3f2f" ], "Date": [ - "Wed, 25 Mar 2020 19:13:12 GMT" + "Thu, 08 Apr 2021 23:19:25 GMT" ], "Expires": [ "-1" @@ -1319,13 +1328,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/apiid8860?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9hcGlpZDg4NjA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/apiid4894?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2FwaWlkNDg5ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ff6263e9-644b-41bb-9f38-a1f56ddbc9d7" + "eca7d2ed-2dfa-4d4f-ac27-9bf44d063bcd" ], "If-Match": [ "*" @@ -1334,10 +1343,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1350,8 +1359,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "612f2ca7-b253-4583-8192-80bfb4c8924c" + "d129d6cf-99f7-4864-98c9-09457a553e1c" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1360,16 +1372,13 @@ "14997" ], "x-ms-correlation-request-id": [ - "0faba03c-8561-4ca7-85bb-587481cdce9f" + "fd5c0d57-1ab4-49e3-9ccc-b276122e5906" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191314Z:0faba03c-8561-4ca7-85bb-587481cdce9f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231926Z:fd5c0d57-1ab4-49e3-9ccc-b276122e5906" ], "Date": [ - "Wed, 25 Mar 2020 19:13:13 GMT" + "Thu, 08 Apr 2021 23:19:25 GMT" ], "Expires": [ "-1" @@ -1379,13 +1388,13 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/openApiid889?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9vcGVuQXBpaWQ4ODk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/openApiid6818?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL29wZW5BcGlpZDY4MTg/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "abd965b0-b1f7-46d5-a998-ddd61a0213ab" + "e29e7a01-bd70-4249-92f7-56aa721991f2" ], "If-Match": [ "*" @@ -1394,10 +1403,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1410,8 +1419,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "ac9c052f-7e18-4dff-8502-f74da16b5398" + "4de8b1dc-6206-49d8-b57f-56a4a73058ee" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1420,16 +1432,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "71812b44-0f64-4c2d-a2ae-46ef63e2237b" + "03e55416-3ec9-4d61-bab7-da1fd320126c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191313Z:71812b44-0f64-4c2d-a2ae-46ef63e2237b" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231925Z:03e55416-3ec9-4d61-bab7-da1fd320126c" ], "Date": [ - "Wed, 25 Mar 2020 19:13:13 GMT" + "Thu, 08 Apr 2021 23:19:25 GMT" ], "Expires": [ "-1" @@ -1442,13 +1451,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/openApiid889?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9vcGVuQXBpaWQ4ODk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/openApiid6818?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL29wZW5BcGlpZDY4MTg/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c7d00da-b908-4631-8d90-e61b3f06273d" + "eb83ef82-e59a-4a67-9488-b6d50aaf616c" ], "If-Match": [ "*" @@ -1457,10 +1466,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1473,8 +1482,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "76e08694-d495-4cc6-aebf-b46952405780" + "4812521b-592b-4485-b6f2-6d2e56f84b3d" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1483,16 +1495,13 @@ "14995" ], "x-ms-correlation-request-id": [ - "ac88155b-4653-463f-8120-a6c32dc6816e" + "0a36e258-be55-4fe6-8f7a-8beb8f671048" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191315Z:ac88155b-4653-463f-8120-a6c32dc6816e" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231926Z:0a36e258-be55-4fe6-8f7a-8beb8f671048" ], "Date": [ - "Wed, 25 Mar 2020 19:13:14 GMT" + "Thu, 08 Apr 2021 23:19:25 GMT" ], "Expires": [ "-1" @@ -1502,13 +1511,13 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/authorizationServers/authorizationServerId8756?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXV0aG9yaXphdGlvblNlcnZlcnMvYXV0aG9yaXphdGlvblNlcnZlcklkODc1Nj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/authorizationServers/authorizationServerId7811?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hdXRob3JpemF0aW9uU2VydmVycy9hdXRob3JpemF0aW9uU2VydmVySWQ3ODExP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2dcf3bf0-4ad8-4005-b354-2544cd46fc98" + "c7ef6949-282e-45be-89b9-519326fb0e3a" ], "If-Match": [ "*" @@ -1517,10 +1526,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1533,8 +1542,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "e1e3a081-3c91-4676-9185-7e126acc6898" + "9679f4c1-c0f9-4554-af6c-ff3a00157f8a" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1543,16 +1555,13 @@ "14996" ], "x-ms-correlation-request-id": [ - "ada65d26-3d5b-4075-a3b7-5f72a4d8288a" + "a2acd842-2bb3-42ad-a871-4b5620ad4dc8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191315Z:ada65d26-3d5b-4075-a3b7-5f72a4d8288a" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231926Z:a2acd842-2bb3-42ad-a871-4b5620ad4dc8" ], "Date": [ - "Wed, 25 Mar 2020 19:13:14 GMT" + "Thu, 08 Apr 2021 23:19:25 GMT" ], "Expires": [ "-1" @@ -1565,13 +1574,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId6543?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvb3BlbmlkQ29ubmVjdFByb3ZpZGVycy9vcGVuSWQ2NTQzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId2186?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL29wZW5JZDIxODY/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d79fcf2-0a8f-43eb-bc45-417c2fd3b058" + "5253ffc2-21e9-4b71-9609-cd828073b92e" ], "If-Match": [ "*" @@ -1580,10 +1589,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1596,8 +1605,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "93873eb9-01c1-4b1a-9303-e58e0c75fb41" + "f2ce5c51-057d-4e65-84a9-5635febe9966" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1606,16 +1618,13 @@ "14994" ], "x-ms-correlation-request-id": [ - "008a2195-ff6e-46f3-b0e6-7470165c46c2" + "35f3b3f8-2780-4089-a574-8f342dd0c1d1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191316Z:008a2195-ff6e-46f3-b0e6-7470165c46c2" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T231926Z:35f3b3f8-2780-4089-a574-8f342dd0c1d1" ], "Date": [ - "Wed, 25 Mar 2020 19:13:16 GMT" + "Thu, 08 Apr 2021 23:19:26 GMT" ], "Expires": [ "-1" @@ -1630,39 +1639,39 @@ ], "Names": { "CreateListUpdateDelete": [ - "authorizationServerId8756", - "apiid8860", - "openApiid889", - "openId6543", - "authName3702", - "oauth2scope9167", - "clientid5371", - "apiname6651", - "apidescription8665", - "header4026", - "query4533", - "oauth2scope7988", - "patchedname3218", - "patchedDescription6561", - "patchedPath9761", - "openIdName9100", - "clientId2010", - "apiname2836", - "apidescription9953", - "oauth2scope4725" + "authorizationServerId7811", + "apiid4894", + "openApiid6818", + "openId2186", + "authName5417", + "oauth2scope4061", + "clientid8882", + "apiname7040", + "apidescription2104", + "header8091", + "query7828", + "oauth2scope8453", + "patchedname2207", + "patchedDescription4910", + "patchedPath8825", + "openIdName6103", + "clientId5642", + "apiname8802", + "apidescription8364", + "oauth2scope1462" ], "GetOpenIdMetadataEndpointUrl": [ - "provider157", - "endpoint6858" + "provider8657", + "endpoint5075" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiVersionSetTests/CreateListUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiVersionSetTests/CreateListUpdateDelete.json index ce86e9f0f72a8..b5571988bfa30 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiVersionSetTests/CreateListUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ApiVersionSetTests/CreateListUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6e572be0-fcc5-4ed8-ae1b-faeb01137e2c" + "29b47633-58f1-4b2f-96ee-fdced02688cb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "25f06f45-8926-481a-a711-6fe8ede09200", - "56cc4d36-ff08-4b20-ac52-1ed4fc2f0c69" + "ae636c6f-b633-4811-a286-4134c583ee4d", + "5e9c6523-3754-41d7-9f9c-427e62085633" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-correlation-request-id": [ - "bc3c9b0a-2643-4e6a-a87b-129c0345581a" + "55afbf5a-dad6-40ce-8347-3f516db8826c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190504Z:bc3c9b0a-2643-4e6a-a87b-129c0345581a" + "WESTCENTRALUS:20210408T213905Z:55afbf5a-dad6-40ce-8347-3f516db8826c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:05:03 GMT" + "Thu, 08 Apr 2021 21:39:05 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ffcf6e9d-5bf6-47d1-ba5a-62653b23fcc0" + "7229e63a-3f34-4295-a7c3-089752419553" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cfe4600b-fb99-49d8-9acf-c498cb940b9a" + "9dc16614-53b1-4c89-be56-03c5bd2ba0b8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "11999" ], "x-ms-correlation-request-id": [ - "a4468608-2568-495c-b685-437eaea8d450" + "f38fbc4f-188b-4955-b4d3-c282a6359118" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190504Z:a4468608-2568-495c-b685-437eaea8d450" + "WESTCENTRALUS:20210408T213905Z:f38fbc4f-188b-4955-b4d3-c282a6359118" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:05:03 GMT" + "Thu, 08 Apr 2021 21:39:05 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apiVersionSets?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpVmVyc2lvblNldHM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apiVersionSets?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlWZXJzaW9uU2V0cz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b31c3d92-cd86-41f2-9176-1358c6375823" + "c4dce96d-1398-4529-a6c2-b03aaf8dc625" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,26 +168,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "557c084f-5221-4866-a6a6-4b6e35259006" + "38d06412-0505-494d-bf01-97af9e1afb7c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "11998" ], "x-ms-correlation-request-id": [ - "216cbd3d-0c26-48a0-bcbd-496265c83588" + "fd278a1c-6fd7-4191-93ed-42000834e097" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190504Z:216cbd3d-0c26-48a0-bcbd-496265c83588" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213906Z:fd278a1c-6fd7-4191-93ed-42000834e097" ], "Date": [ - "Wed, 25 Mar 2020 19:05:04 GMT" + "Thu, 08 Apr 2021 21:39:06 GMT" ], "Content-Length": [ "34" @@ -203,22 +203,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apiVersionSets/apiversionsetid3583?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpVmVyc2lvblNldHMvYXBpdmVyc2lvbnNldGlkMzU4Mz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apiVersionSets/apiversionsetid1030?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlWZXJzaW9uU2V0cy9hcGl2ZXJzaW9uc2V0aWQxMDMwP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"versionsetdescript2471\",\r\n \"versionHeaderName\": \"x-ms-sdk-version\",\r\n \"displayName\": \"versionset1624\",\r\n \"versioningScheme\": \"Header\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"versionsetdescript2635\",\r\n \"versionHeaderName\": \"x-ms-sdk-version\",\r\n \"displayName\": \"versionset4112\",\r\n \"versioningScheme\": \"Header\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "56f2bc9f-7cf0-45b6-a2db-87e572f2d96b" + "c9c86ac5-1fe6-4735-8b1a-ab8b3a247fa6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -235,34 +235,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANFw=\"" + "\"AAAAAAAAbYA=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "79bbde9d-98e2-46a4-9a8d-dc6175ed2d03" + "e972be0a-c4f8-4d9b-968b-9756eff8d623" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-correlation-request-id": [ - "9223107e-5b1e-4853-a054-22e82f44eb62" + "1d44b2a5-4f86-4cc8-bf94-f2e08a7a38bb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190505Z:9223107e-5b1e-4853-a054-22e82f44eb62" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213907Z:1d44b2a5-4f86-4cc8-bf94-f2e08a7a38bb" ], "Date": [ - "Wed, 25 Mar 2020 19:05:04 GMT" + "Thu, 08 Apr 2021 21:39:07 GMT" ], "Content-Length": [ - "509" + "511" ], "Content-Type": [ "application/json; charset=utf-8" @@ -271,26 +271,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apiVersionSets/apiversionsetid3583\",\r\n \"type\": \"Microsoft.ApiManagement/service/apiVersionSets\",\r\n \"name\": \"apiversionsetid3583\",\r\n \"properties\": {\r\n \"displayName\": \"versionset1624\",\r\n \"description\": \"versionsetdescript2471\",\r\n \"versioningScheme\": \"Header\",\r\n \"versionQueryName\": null,\r\n \"versionHeaderName\": \"x-ms-sdk-version\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apiVersionSets/apiversionsetid1030\",\r\n \"type\": \"Microsoft.ApiManagement/service/apiVersionSets\",\r\n \"name\": \"apiversionsetid1030\",\r\n \"properties\": {\r\n \"displayName\": \"versionset4112\",\r\n \"description\": \"versionsetdescript2635\",\r\n \"versioningScheme\": \"Header\",\r\n \"versionQueryName\": null,\r\n \"versionHeaderName\": \"x-ms-sdk-version\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apiVersionSets/apiversionsetid3583?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpVmVyc2lvblNldHMvYXBpdmVyc2lvbnNldGlkMzU4Mz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apiVersionSets/apiversionsetid1030?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlWZXJzaW9uU2V0cy9hcGl2ZXJzaW9uc2V0aWQxMDMwP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a6cf968c-905e-43c8-9d3a-9f8eeb035375" + "0bf35dc8-9850-4258-9093-681e3de8e752" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -301,31 +301,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANFw=\"" + "\"AAAAAAAAbYA=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "cb0beaae-70a5-491e-acd9-781603f608bb" + "a3b500b5-94ae-4e19-bcb2-a10786f518c7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "11997" ], "x-ms-correlation-request-id": [ - "bcd30e24-a2d3-4d32-919f-61fd177a0f3d" + "041275b5-8911-4991-9139-f2381251a396" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190505Z:bcd30e24-a2d3-4d32-919f-61fd177a0f3d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213907Z:041275b5-8911-4991-9139-f2381251a396" ], "Date": [ - "Wed, 25 Mar 2020 19:05:04 GMT" + "Thu, 08 Apr 2021 21:39:07 GMT" ], "Content-Length": [ "0" @@ -338,22 +338,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apiVersionSets/apiversionsetid3583?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpVmVyc2lvblNldHMvYXBpdmVyc2lvbnNldGlkMzU4Mz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apiVersionSets/apiversionsetid1030?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlWZXJzaW9uU2V0cy9hcGl2ZXJzaW9uc2V0aWQxMDMwP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ec8d1f5-9394-4681-bad4-c27119286503" + "8da8ba51-5a6b-45bf-b493-f83a135d2d2a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -364,31 +364,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANF8=\"" + "\"AAAAAAAAbYM=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "a1562da6-5542-429c-9cc1-36b492966c16" + "1b4f2ffc-8e2a-49ad-ace0-6c8475a70f85" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "11995" ], "x-ms-correlation-request-id": [ - "f5884063-9e7d-45ff-86c7-3a931add6ddb" + "9b890fbd-1905-413c-9288-899459775842" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190506Z:f5884063-9e7d-45ff-86c7-3a931add6ddb" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213908Z:9b890fbd-1905-413c-9288-899459775842" ], "Date": [ - "Wed, 25 Mar 2020 19:05:06 GMT" + "Thu, 08 Apr 2021 21:39:08 GMT" ], "Content-Length": [ "0" @@ -401,25 +401,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apiVersionSets/apiversionsetid3583?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpVmVyc2lvblNldHMvYXBpdmVyc2lvbnNldGlkMzU4Mz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apiVersionSets/apiversionsetid1030?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlWZXJzaW9uU2V0cy9hcGl2ZXJzaW9uc2V0aWQxMDMwP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"versionQueryName\": \"x-ms-sdk-version\",\r\n \"versioningScheme\": \"Query\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "59af178c-fdad-419b-8211-c8b1cfb8ad49" + "4d6e8f8c-faea-41ea-bbe9-c509fa75fc88" ], "If-Match": [ - "\"AAAAAAAANFw=\"" + "\"AAAAAAAAbYA=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -435,54 +435,63 @@ "Pragma": [ "no-cache" ], + "ETag": [ + "\"AAAAAAAAbYM=\"" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "cb50a9db-8cd2-48f0-84fa-f7c71b252556" + "0c5c0c36-2cd6-45de-878a-1624dad8ccdf" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1197" ], "x-ms-correlation-request-id": [ - "4002de07-21d2-4ddd-a459-bdcddb18ecdf" + "6e717727-5591-43dd-adb8-449b2bc3bb86" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190506Z:4002de07-21d2-4ddd-a459-bdcddb18ecdf" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213908Z:6e717727-5591-43dd-adb8-449b2bc3bb86" ], "Date": [ - "Wed, 25 Mar 2020 19:05:06 GMT" + "Thu, 08 Apr 2021 21:39:07 GMT" + ], + "Content-Length": [ + "524" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 204 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apiVersionSets/apiversionsetid1030\",\r\n \"type\": \"Microsoft.ApiManagement/service/apiVersionSets\",\r\n \"name\": \"apiversionsetid1030\",\r\n \"properties\": {\r\n \"displayName\": \"versionset4112\",\r\n \"description\": \"versionsetdescript2635\",\r\n \"versioningScheme\": \"Query\",\r\n \"versionQueryName\": \"x-ms-sdk-version\",\r\n \"versionHeaderName\": \"x-ms-sdk-version\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apiVersionSets/apiversionsetid3583?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpVmVyc2lvblNldHMvYXBpdmVyc2lvbnNldGlkMzU4Mz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apiVersionSets/apiversionsetid1030?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlWZXJzaW9uU2V0cy9hcGl2ZXJzaW9uc2V0aWQxMDMwP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3e161f43-9191-49b1-9008-a46191e0dd5b" + "4d0805d4-0986-4f3b-ae35-7a6278a51d14" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -493,34 +502,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANF8=\"" + "\"AAAAAAAAbYM=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "390a1f02-c694-4929-8ed2-4107d93eb923" + "f53cfa36-76bd-44f1-8c8d-297fe26bbc78" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "11996" ], "x-ms-correlation-request-id": [ - "3a7c3574-592c-4abd-a947-255b905dbcd4" + "166b4135-12ee-471a-b34d-acf721b74a07" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190506Z:3a7c3574-592c-4abd-a947-255b905dbcd4" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213908Z:166b4135-12ee-471a-b34d-acf721b74a07" ], "Date": [ - "Wed, 25 Mar 2020 19:05:06 GMT" + "Thu, 08 Apr 2021 21:39:08 GMT" ], "Content-Length": [ - "522" + "524" ], "Content-Type": [ "application/json; charset=utf-8" @@ -529,26 +538,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apiVersionSets/apiversionsetid3583\",\r\n \"type\": \"Microsoft.ApiManagement/service/apiVersionSets\",\r\n \"name\": \"apiversionsetid3583\",\r\n \"properties\": {\r\n \"displayName\": \"versionset1624\",\r\n \"description\": \"versionsetdescript2471\",\r\n \"versioningScheme\": \"Query\",\r\n \"versionQueryName\": \"x-ms-sdk-version\",\r\n \"versionHeaderName\": \"x-ms-sdk-version\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apiVersionSets/apiversionsetid1030\",\r\n \"type\": \"Microsoft.ApiManagement/service/apiVersionSets\",\r\n \"name\": \"apiversionsetid1030\",\r\n \"properties\": {\r\n \"displayName\": \"versionset4112\",\r\n \"description\": \"versionsetdescript2635\",\r\n \"versioningScheme\": \"Query\",\r\n \"versionQueryName\": \"x-ms-sdk-version\",\r\n \"versionHeaderName\": \"x-ms-sdk-version\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apiVersionSets/apiversionsetid3583?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpVmVyc2lvblNldHMvYXBpdmVyc2lvbnNldGlkMzU4Mz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apiVersionSets/apiversionsetid1030?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlWZXJzaW9uU2V0cy9hcGl2ZXJzaW9uc2V0aWQxMDMwP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3a8412e2-1122-4877-908c-f75f8c3dc0e9" + "c11740ab-404f-49fe-aedd-259b9bdee11c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -561,26 +570,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "ba52680a-4180-4a7a-8430-d5cc85a26a41" + "239db62f-70d5-4f7a-a4c7-1db703014db2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "11994" ], "x-ms-correlation-request-id": [ - "7ec8a8a3-7573-46f3-a8f0-70f4c7356417" + "2dad9916-e52f-4136-b55a-d9867927ef6f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190507Z:7ec8a8a3-7573-46f3-a8f0-70f4c7356417" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213908Z:2dad9916-e52f-4136-b55a-d9867927ef6f" ], "Date": [ - "Wed, 25 Mar 2020 19:05:07 GMT" + "Thu, 08 Apr 2021 21:39:08 GMT" ], "Content-Length": [ "91" @@ -596,25 +605,25 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apiVersionSets/apiversionsetid3583?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpVmVyc2lvblNldHMvYXBpdmVyc2lvbnNldGlkMzU4Mz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apiVersionSets/apiversionsetid1030?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlWZXJzaW9uU2V0cy9hcGl2ZXJzaW9uc2V0aWQxMDMwP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "964fee53-7d2b-46a9-aa4a-0ce1c301b2d5" + "8e7c5f45-a937-44c7-ab16-92b549f22570" ], "If-Match": [ - "\"AAAAAAAANF8=\"" + "\"AAAAAAAAbYM=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -627,26 +636,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "31c70003-6871-42e3-9922-c5bb7abdf965" + "df0b7e33-c302-4fde-bdd3-946040c3bfbd" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14999" ], "x-ms-correlation-request-id": [ - "f229e9c8-2a71-4eb5-87e4-fb0ad8c72b3c" + "66259db7-e6f7-4700-91d3-9a4e48221122" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190507Z:f229e9c8-2a71-4eb5-87e4-fb0ad8c72b3c" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213908Z:66259db7-e6f7-4700-91d3-9a4e48221122" ], "Date": [ - "Wed, 25 Mar 2020 19:05:07 GMT" + "Thu, 08 Apr 2021 21:39:08 GMT" ], "Expires": [ "-1" @@ -659,13 +668,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apiVersionSets/apiversionsetid3583?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpVmVyc2lvblNldHMvYXBpdmVyc2lvbnNldGlkMzU4Mz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apiVersionSets/apiversionsetid1030?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlWZXJzaW9uU2V0cy9hcGl2ZXJzaW9uc2V0aWQxMDMwP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71598e29-c882-4f7c-8b5b-6424f076420c" + "d86fddda-1f32-4f05-9a4f-7cda6e01eaee" ], "If-Match": [ "*" @@ -674,10 +683,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -690,26 +699,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "802dffbe-5e01-478a-8223-88187f779b0e" + "6995b930-1724-429d-a876-99b70b54eb31" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14998" ], "x-ms-correlation-request-id": [ - "18c36ae0-3a33-4010-9c87-08aa47257627" + "54fa5125-6232-474e-ad7a-f058a30b9a14" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190507Z:18c36ae0-3a33-4010-9c87-08aa47257627" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213908Z:54fa5125-6232-474e-ad7a-f058a30b9a14" ], "Date": [ - "Wed, 25 Mar 2020 19:05:07 GMT" + "Thu, 08 Apr 2021 21:39:08 GMT" ], "Expires": [ "-1" @@ -721,18 +730,18 @@ ], "Names": { "CreateListUpdateDelete": [ - "apiversionsetid3583", - "versionset1624", - "versionsetdescript2471" + "apiversionsetid1030", + "versionset4112", + "versionsetdescript2635" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/AuthorizationServerTests/CreateListUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/AuthorizationServerTests/CreateListUpdateDelete.json index 5495ae8e1b186..5dd71d3f4f65f 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/AuthorizationServerTests/CreateListUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/AuthorizationServerTests/CreateListUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1b6ea601-82b7-4fb8-af88-3b18d8b7f665" + "15399ca6-0825-4393-8e19-e9805ea1e199" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "342" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVONE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "98afa640-2433-45f2-8855-bc2444fb880f", - "7cc17e27-0a7b-4c86-be02-93c3f12b7b5a" + "d5b2e359-3f7f-44b6-a319-47357352c253", + "6df8ea4e-cef2-45bf-b379-f27a81ca6b8e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "15ab2b6d-33f9-4791-b42d-59374845cc59" + "34b692d6-cc9e-4c40-84a0-ed95c93da666" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191359Z:15ab2b6d-33f9-4791-b42d-59374845cc59" + "WESTUS:20210502T184604Z:34b692d6-cc9e-4c40-84a0-ed95c93da666" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:13:59 GMT" + "Sun, 02 May 2021 18:46:04 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8b82b1dd-f7a6-400c-b588-b738a1e54ab7" + "7386c0ab-f7b0-4178-adfc-429fe8c6bc37" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVONE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a3f26a1d-80e9-4ebc-8689-7be4691b15db" + "f0a96ad4-6233-40f4-99d3-922a3627586f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "11999" ], "x-ms-correlation-request-id": [ - "5b34ac38-7371-4595-9e90-54f79ff82d6c" + "f923f4e9-47e3-40cc-b531-6146f4107283" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191359Z:5b34ac38-7371-4595-9e90-54f79ff82d6c" + "WESTUS:20210502T184604Z:f923f4e9-47e3-40cc-b531-6146f4107283" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:13:59 GMT" + "Sun, 02 May 2021 18:46:04 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/authorizationServers?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXV0aG9yaXphdGlvblNlcnZlcnM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/authorizationServers?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hdXRob3JpemF0aW9uU2VydmVycz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3115bfcd-e46d-4b6b-915d-f8bfae159623" + "96dce29d-594a-403f-8827-5f32c1836efa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,26 +168,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "54c1c5e9-821e-4b0c-a1e3-c3704de2f03b" + "767d6511-b230-4cd6-9fb5-6b120601c247" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "11998" ], "x-ms-correlation-request-id": [ - "701ace7b-0b7a-4817-9bf1-ab97fd118aad" + "00a66415-4d52-42e0-9c62-2e2925ec422b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191400Z:701ace7b-0b7a-4817-9bf1-ab97fd118aad" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184605Z:00a66415-4d52-42e0-9c62-2e2925ec422b" ], "Date": [ - "Wed, 25 Mar 2020 19:13:59 GMT" + "Sun, 02 May 2021 18:46:04 GMT" ], "Content-Length": [ "34" @@ -203,22 +203,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/authorizationServers?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXV0aG9yaXphdGlvblNlcnZlcnM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/authorizationServers?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hdXRob3JpemF0aW9uU2VydmVycz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4dedb097-b717-4961-b83d-7f995c7b8d94" + "ffafc335-e16b-4e3b-b9df-e2744a2614f3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -231,29 +231,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "79eb7b4c-cb9d-4d42-9fc1-e579206d4153" + "eab5b1e8-b671-4eb6-9f6a-5cc0a2b07f4c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "11996" ], "x-ms-correlation-request-id": [ - "acc133b8-ec0b-4bc5-8064-292140b9695d" + "a9348f46-eb2a-4182-a81c-9e7a807fdc9b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191402Z:acc133b8-ec0b-4bc5-8064-292140b9695d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184609Z:a9348f46-eb2a-4182-a81c-9e7a807fdc9b" ], "Date": [ - "Wed, 25 Mar 2020 19:14:01 GMT" + "Sun, 02 May 2021 18:46:09 GMT" ], "Content-Length": [ - "1429" + "1304" ], "Content-Type": [ "application/json; charset=utf-8" @@ -262,32 +262,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/authorizationServers/authsid9049\",\r\n \"type\": \"Microsoft.ApiManagement/service/authorizationServers\",\r\n \"name\": \"authsid9049\",\r\n \"properties\": {\r\n \"displayName\": \"authName3673\",\r\n \"description\": \"authdescription117\",\r\n \"clientRegistrationEndpoint\": \"https://contoso.com/clients/reg\",\r\n \"authorizationEndpoint\": \"https://contoso.com/auth\",\r\n \"authorizationMethods\": [\r\n \"POST\",\r\n \"GET\"\r\n ],\r\n \"clientAuthenticationMethod\": [\r\n \"Basic\"\r\n ],\r\n \"tokenBodyParameters\": [\r\n {\r\n \"name\": \"tokenname520\",\r\n \"value\": \"tokenvalue447\"\r\n }\r\n ],\r\n \"tokenEndpoint\": \"https://contoso.com/token\",\r\n \"supportState\": true,\r\n \"defaultScope\": \"oauth2scope5624\",\r\n \"grantTypes\": [\r\n \"authorizationCode\",\r\n \"implicit\",\r\n \"resourceOwnerPassword\"\r\n ],\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\",\r\n \"query\"\r\n ],\r\n \"clientId\": \"clientid5504\",\r\n \"resourceOwnerUsername\": \"authresourceownerusername2639\",\r\n \"resourceOwnerPassword\": \"authresourceownerpwd8408\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/authorizationServers/authsid5321\",\r\n \"type\": \"Microsoft.ApiManagement/service/authorizationServers\",\r\n \"name\": \"authsid5321\",\r\n \"properties\": {\r\n \"displayName\": \"authName1026\",\r\n \"description\": \"authdescription1391\",\r\n \"clientRegistrationEndpoint\": \"https://contoso.com/clients/reg\",\r\n \"authorizationEndpoint\": \"https://contoso.com/auth\",\r\n \"authorizationMethods\": [\r\n \"POST\",\r\n \"GET\"\r\n ],\r\n \"clientAuthenticationMethod\": [\r\n \"Basic\"\r\n ],\r\n \"tokenBodyParameters\": [\r\n {\r\n \"name\": \"tokenname5830\",\r\n \"value\": \"tokenvalue829\"\r\n }\r\n ],\r\n \"tokenEndpoint\": \"https://contoso.com/token\",\r\n \"supportState\": true,\r\n \"defaultScope\": \"oauth2scope1619\",\r\n \"grantTypes\": [\r\n \"authorizationCode\",\r\n \"implicit\",\r\n \"resourceOwnerPassword\"\r\n ],\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\",\r\n \"query\"\r\n ],\r\n \"clientId\": \"clientid7873\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/authorizationServers/authsid9049?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXV0aG9yaXphdGlvblNlcnZlcnMvYXV0aHNpZDkwNDk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/authorizationServers/authsid5321?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hdXRob3JpemF0aW9uU2VydmVycy9hdXRoc2lkNTMyMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"authdescription117\",\r\n \"authorizationMethods\": [\r\n \"POST\",\r\n \"GET\"\r\n ],\r\n \"clientAuthenticationMethod\": [\r\n \"Basic\"\r\n ],\r\n \"tokenBodyParameters\": [\r\n {\r\n \"name\": \"tokenname520\",\r\n \"value\": \"tokenvalue447\"\r\n }\r\n ],\r\n \"tokenEndpoint\": \"https://contoso.com/token\",\r\n \"supportState\": true,\r\n \"defaultScope\": \"oauth2scope5624\",\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\",\r\n \"query\"\r\n ],\r\n \"resourceOwnerUsername\": \"authresourceownerusername2639\",\r\n \"resourceOwnerPassword\": \"authresourceownerpwd8408\",\r\n \"displayName\": \"authName3673\",\r\n \"clientRegistrationEndpoint\": \"https://contoso.com/clients/reg\",\r\n \"authorizationEndpoint\": \"https://contoso.com/auth\",\r\n \"grantTypes\": [\r\n \"authorizationCode\",\r\n \"implicit\",\r\n \"resourceOwnerPassword\"\r\n ],\r\n \"clientId\": \"clientid5504\",\r\n \"clientSecret\": \"authclientsecret4766\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"authdescription1391\",\r\n \"authorizationMethods\": [\r\n \"POST\",\r\n \"GET\"\r\n ],\r\n \"clientAuthenticationMethod\": [\r\n \"Basic\"\r\n ],\r\n \"tokenBodyParameters\": [\r\n {\r\n \"name\": \"tokenname5830\",\r\n \"value\": \"tokenvalue829\"\r\n }\r\n ],\r\n \"tokenEndpoint\": \"https://contoso.com/token\",\r\n \"supportState\": true,\r\n \"defaultScope\": \"oauth2scope1619\",\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\",\r\n \"query\"\r\n ],\r\n \"resourceOwnerUsername\": \"authresourceownerusername9913\",\r\n \"resourceOwnerPassword\": \"authresourceownerpwd4855\",\r\n \"displayName\": \"authName1026\",\r\n \"clientRegistrationEndpoint\": \"https://contoso.com/clients/reg\",\r\n \"authorizationEndpoint\": \"https://contoso.com/auth\",\r\n \"grantTypes\": [\r\n \"authorizationCode\",\r\n \"implicit\",\r\n \"resourceOwnerPassword\"\r\n ],\r\n \"clientId\": \"clientid7873\",\r\n \"clientSecret\": \"authclientsecret1644\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ec0de6a5-92cc-4e13-8176-df2f282ec590" + "42b3dd4b-e23a-4813-88a3-6bfe99278fb4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "996" + "998" ] }, "ResponseHeaders": { @@ -298,34 +298,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANU8=\"" + "\"AAAAAAAAfwQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "6bd0848f-d65e-4573-9009-be4f8cb1db29" + "d837f2b6-6d29-4f8c-bee1-9d6a6b8a4969" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1198" ], "x-ms-correlation-request-id": [ - "88840781-74ba-4229-854a-aac64bf64ef0" + "25618cdf-fda3-4202-8cbb-421d0064cf96" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191401Z:88840781-74ba-4229-854a-aac64bf64ef0" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184608Z:25618cdf-fda3-4202-8cbb-421d0064cf96" ], "Date": [ - "Wed, 25 Mar 2020 19:14:00 GMT" + "Sun, 02 May 2021 18:46:08 GMT" ], "Content-Length": [ - "1278" + "1282" ], "Content-Type": [ "application/json; charset=utf-8" @@ -334,26 +334,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/authorizationServers/authsid9049\",\r\n \"type\": \"Microsoft.ApiManagement/service/authorizationServers\",\r\n \"name\": \"authsid9049\",\r\n \"properties\": {\r\n \"displayName\": \"authName3673\",\r\n \"description\": \"authdescription117\",\r\n \"clientRegistrationEndpoint\": \"https://contoso.com/clients/reg\",\r\n \"authorizationEndpoint\": \"https://contoso.com/auth\",\r\n \"authorizationMethods\": [\r\n \"POST\",\r\n \"GET\"\r\n ],\r\n \"clientAuthenticationMethod\": [\r\n \"Basic\"\r\n ],\r\n \"tokenBodyParameters\": [\r\n {\r\n \"name\": \"tokenname520\",\r\n \"value\": \"tokenvalue447\"\r\n }\r\n ],\r\n \"tokenEndpoint\": \"https://contoso.com/token\",\r\n \"supportState\": true,\r\n \"defaultScope\": \"oauth2scope5624\",\r\n \"grantTypes\": [\r\n \"authorizationCode\",\r\n \"implicit\",\r\n \"resourceOwnerPassword\"\r\n ],\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\",\r\n \"query\"\r\n ],\r\n \"clientId\": \"clientid5504\",\r\n \"clientSecret\": \"authclientsecret4766\",\r\n \"resourceOwnerUsername\": \"authresourceownerusername2639\",\r\n \"resourceOwnerPassword\": \"authresourceownerpwd8408\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/authorizationServers/authsid5321\",\r\n \"type\": \"Microsoft.ApiManagement/service/authorizationServers\",\r\n \"name\": \"authsid5321\",\r\n \"properties\": {\r\n \"displayName\": \"authName1026\",\r\n \"description\": \"authdescription1391\",\r\n \"clientRegistrationEndpoint\": \"https://contoso.com/clients/reg\",\r\n \"authorizationEndpoint\": \"https://contoso.com/auth\",\r\n \"authorizationMethods\": [\r\n \"POST\",\r\n \"GET\"\r\n ],\r\n \"clientAuthenticationMethod\": [\r\n \"Basic\"\r\n ],\r\n \"tokenBodyParameters\": [\r\n {\r\n \"name\": \"tokenname5830\",\r\n \"value\": \"tokenvalue829\"\r\n }\r\n ],\r\n \"tokenEndpoint\": \"https://contoso.com/token\",\r\n \"supportState\": true,\r\n \"defaultScope\": \"oauth2scope1619\",\r\n \"grantTypes\": [\r\n \"authorizationCode\",\r\n \"implicit\",\r\n \"resourceOwnerPassword\"\r\n ],\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\",\r\n \"query\"\r\n ],\r\n \"clientId\": \"clientid7873\",\r\n \"clientSecret\": \"authclientsecret1644\",\r\n \"resourceOwnerUsername\": \"authresourceownerusername9913\",\r\n \"resourceOwnerPassword\": \"authresourceownerpwd4855\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/authorizationServers/authsid9049?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXV0aG9yaXphdGlvblNlcnZlcnMvYXV0aHNpZDkwNDk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/authorizationServers/authsid5321?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hdXRob3JpemF0aW9uU2VydmVycy9hdXRoc2lkNTMyMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8a287926-aa06-4e7c-b587-a780b5c9a0e7" + "8965bf21-64d0-4b35-a1d5-af4270a6b386" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -364,34 +364,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANU8=\"" + "\"AAAAAAAAfwQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "02f1177d-56a8-4515-85fb-34c96938ffa5" + "773b92df-265c-4c57-89aa-b56ac11c2cac" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "11997" ], "x-ms-correlation-request-id": [ - "a80bbd31-974b-4f5c-9f29-09d09c14a15f" + "a313a3a4-25a0-4c09-986a-f5c693cfbada" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191401Z:a80bbd31-974b-4f5c-9f29-09d09c14a15f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184609Z:a313a3a4-25a0-4c09-986a-f5c693cfbada" ], "Date": [ - "Wed, 25 Mar 2020 19:14:00 GMT" + "Sun, 02 May 2021 18:46:08 GMT" ], "Content-Length": [ - "1233" + "1116" ], "Content-Type": [ "application/json; charset=utf-8" @@ -400,26 +400,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/authorizationServers/authsid9049\",\r\n \"type\": \"Microsoft.ApiManagement/service/authorizationServers\",\r\n \"name\": \"authsid9049\",\r\n \"properties\": {\r\n \"displayName\": \"authName3673\",\r\n \"description\": \"authdescription117\",\r\n \"clientRegistrationEndpoint\": \"https://contoso.com/clients/reg\",\r\n \"authorizationEndpoint\": \"https://contoso.com/auth\",\r\n \"authorizationMethods\": [\r\n \"POST\",\r\n \"GET\"\r\n ],\r\n \"clientAuthenticationMethod\": [\r\n \"Basic\"\r\n ],\r\n \"tokenBodyParameters\": [\r\n {\r\n \"name\": \"tokenname520\",\r\n \"value\": \"tokenvalue447\"\r\n }\r\n ],\r\n \"tokenEndpoint\": \"https://contoso.com/token\",\r\n \"supportState\": true,\r\n \"defaultScope\": \"oauth2scope5624\",\r\n \"grantTypes\": [\r\n \"authorizationCode\",\r\n \"implicit\",\r\n \"resourceOwnerPassword\"\r\n ],\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\",\r\n \"query\"\r\n ],\r\n \"clientId\": \"clientid5504\",\r\n \"resourceOwnerUsername\": \"authresourceownerusername2639\",\r\n \"resourceOwnerPassword\": \"authresourceownerpwd8408\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/authorizationServers/authsid5321\",\r\n \"type\": \"Microsoft.ApiManagement/service/authorizationServers\",\r\n \"name\": \"authsid5321\",\r\n \"properties\": {\r\n \"displayName\": \"authName1026\",\r\n \"description\": \"authdescription1391\",\r\n \"clientRegistrationEndpoint\": \"https://contoso.com/clients/reg\",\r\n \"authorizationEndpoint\": \"https://contoso.com/auth\",\r\n \"authorizationMethods\": [\r\n \"POST\",\r\n \"GET\"\r\n ],\r\n \"clientAuthenticationMethod\": [\r\n \"Basic\"\r\n ],\r\n \"tokenBodyParameters\": [\r\n {\r\n \"name\": \"tokenname5830\",\r\n \"value\": \"tokenvalue829\"\r\n }\r\n ],\r\n \"tokenEndpoint\": \"https://contoso.com/token\",\r\n \"supportState\": true,\r\n \"defaultScope\": \"oauth2scope1619\",\r\n \"grantTypes\": [\r\n \"authorizationCode\",\r\n \"implicit\",\r\n \"resourceOwnerPassword\"\r\n ],\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\",\r\n \"query\"\r\n ],\r\n \"clientId\": \"clientid7873\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/authorizationServers/authsid9049?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXV0aG9yaXphdGlvblNlcnZlcnMvYXV0aHNpZDkwNDk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/authorizationServers/authsid5321?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hdXRob3JpemF0aW9uU2VydmVycy9hdXRoc2lkNTMyMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ecd63d7d-9d68-414f-9f72-f0f8247badb3" + "8aeb673d-ccb7-4dcc-872a-b75feb21da70" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -430,34 +430,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANVA=\"" + "\"AAAAAAAAfwU=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "52b639ef-52b3-4823-89db-b1f2bfb25e11" + "012d0cc7-a771-4e73-9744-eee2a1bde3f8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "11995" ], "x-ms-correlation-request-id": [ - "30ec2ad9-b3c4-4866-b073-eced1ea28f4d" + "84dfb812-6525-47a2-bbb5-6a7606717ffc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191402Z:30ec2ad9-b3c4-4866-b073-eced1ea28f4d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184610Z:84dfb812-6525-47a2-bbb5-6a7606717ffc" ], "Date": [ - "Wed, 25 Mar 2020 19:14:01 GMT" + "Sun, 02 May 2021 18:46:09 GMT" ], "Content-Length": [ - "1214" + "1097" ], "Content-Type": [ "application/json; charset=utf-8" @@ -466,26 +466,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/authorizationServers/authsid9049\",\r\n \"type\": \"Microsoft.ApiManagement/service/authorizationServers\",\r\n \"name\": \"authsid9049\",\r\n \"properties\": {\r\n \"displayName\": \"authName3673\",\r\n \"description\": \"authdescription117\",\r\n \"clientRegistrationEndpoint\": \"https://contoso.com/clients/reg\",\r\n \"authorizationEndpoint\": \"https://contoso.com/auth\",\r\n \"authorizationMethods\": [\r\n \"POST\",\r\n \"GET\"\r\n ],\r\n \"clientAuthenticationMethod\": [\r\n \"Basic\"\r\n ],\r\n \"tokenBodyParameters\": [\r\n {\r\n \"name\": \"tokenname520\",\r\n \"value\": \"tokenvalue447\"\r\n }\r\n ],\r\n \"tokenEndpoint\": \"https://contoso.com/token\",\r\n \"supportState\": true,\r\n \"defaultScope\": \"oauth2scope5624\",\r\n \"grantTypes\": [\r\n \"authorizationCode\",\r\n \"resourceOwnerPassword\"\r\n ],\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\",\r\n \"query\"\r\n ],\r\n \"clientId\": \"clientid5504\",\r\n \"resourceOwnerUsername\": \"authresourceownerusername2639\",\r\n \"resourceOwnerPassword\": \"authresourceownerpwd8408\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/authorizationServers/authsid5321\",\r\n \"type\": \"Microsoft.ApiManagement/service/authorizationServers\",\r\n \"name\": \"authsid5321\",\r\n \"properties\": {\r\n \"displayName\": \"authName1026\",\r\n \"description\": \"authdescription1391\",\r\n \"clientRegistrationEndpoint\": \"https://contoso.com/clients/reg\",\r\n \"authorizationEndpoint\": \"https://contoso.com/auth\",\r\n \"authorizationMethods\": [\r\n \"POST\",\r\n \"GET\"\r\n ],\r\n \"clientAuthenticationMethod\": [\r\n \"Basic\"\r\n ],\r\n \"tokenBodyParameters\": [\r\n {\r\n \"name\": \"tokenname5830\",\r\n \"value\": \"tokenvalue829\"\r\n }\r\n ],\r\n \"tokenEndpoint\": \"https://contoso.com/token\",\r\n \"supportState\": true,\r\n \"defaultScope\": \"oauth2scope1619\",\r\n \"grantTypes\": [\r\n \"authorizationCode\",\r\n \"resourceOwnerPassword\"\r\n ],\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\",\r\n \"query\"\r\n ],\r\n \"clientId\": \"clientid7873\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/authorizationServers/authsid9049?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXV0aG9yaXphdGlvblNlcnZlcnMvYXV0aHNpZDkwNDk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/authorizationServers/authsid5321?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hdXRob3JpemF0aW9uU2VydmVycy9hdXRoc2lkNTMyMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d9255516-af7b-4d66-985e-5b76a56253ea" + "cb21420c-f3f4-4930-bf71-94aeb20a3287" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -498,26 +498,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "f9e8c607-c541-4bb5-a5a2-5912bacdc2fe" + "d87b34a9-d46b-435c-aa7a-a128267ac3d1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "11994" ], "x-ms-correlation-request-id": [ - "206f1031-1b31-485f-97ad-d283a218a7e7" + "b5b284a5-a666-4844-9f36-0f7c618287e1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191403Z:206f1031-1b31-485f-97ad-d283a218a7e7" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184610Z:b5b284a5-a666-4844-9f36-0f7c618287e1" ], "Date": [ - "Wed, 25 Mar 2020 19:14:02 GMT" + "Sun, 02 May 2021 18:46:10 GMT" ], "Content-Length": [ "101" @@ -533,22 +533,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/authorizationServers/authsid9049/listSecrets?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXV0aG9yaXphdGlvblNlcnZlcnMvYXV0aHNpZDkwNDkvbGlzdFNlY3JldHM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/authorizationServers/authsid5321/listSecrets?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hdXRob3JpemF0aW9uU2VydmVycy9hdXRoc2lkNTMyMS9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "636bfecf-201f-4046-9e1e-cd285900d11d" + "40e90381-90a4-4079-bff6-520158f5821c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -559,13 +559,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANU8=\"" + "\"AAAAAAAAfwQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "78c82d61-aa8b-4f5e-be2b-f663c4c58676" + "c8d24e36-a7bb-4f2f-a2cf-b0fb09ba8da3" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -574,19 +577,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "feb20340-3fd4-485a-80e1-66500206e120" + "de243ac8-e97a-47cd-be03-e3a1a69e5c54" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191401Z:feb20340-3fd4-485a-80e1-66500206e120" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184609Z:de243ac8-e97a-47cd-be03-e3a1a69e5c54" ], "Date": [ - "Wed, 25 Mar 2020 19:14:01 GMT" + "Sun, 02 May 2021 18:46:08 GMT" ], "Content-Length": [ - "39" + "146" ], "Content-Type": [ "application/json; charset=utf-8" @@ -595,29 +595,29 @@ "-1" ] }, - "ResponseBody": "{\r\n \"clientSecret\": \"authclientsecret4766\"\r\n}", + "ResponseBody": "{\r\n \"clientSecret\": \"authclientsecret1644\",\r\n \"resourceOwnerUsername\": \"authresourceownerusername9913\",\r\n \"resourceOwnerPassword\": \"authresourceownerpwd4855\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/authorizationServers/authsid9049?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXV0aG9yaXphdGlvblNlcnZlcnMvYXV0aHNpZDkwNDk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/authorizationServers/authsid5321?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hdXRob3JpemF0aW9uU2VydmVycy9hdXRoc2lkNTMyMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"grantTypes\": [\r\n \"authorizationCode\",\r\n \"resourceOwnerPassword\"\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d10abe83-ee52-4d48-865c-743669bab273" + "9f5b0185-a532-4e00-8b69-aac71428ff1e" ], "If-Match": [ - "\"AAAAAAAANU8=\"" + "\"AAAAAAAAfwQ=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -633,57 +633,66 @@ "Pragma": [ "no-cache" ], + "ETag": [ + "\"AAAAAAAAfwU=\"" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "8f25abd4-8b71-4ae8-866d-65e71ef1da6c" + "d2821b62-9a19-4554-9890-f05dc1f5c3c1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1197" ], "x-ms-correlation-request-id": [ - "1aa758d1-861b-4c3a-885c-4b3d40b21c03" + "2af6b4f1-b35d-4ec8-9a7a-b18bb792d85c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191402Z:1aa758d1-861b-4c3a-885c-4b3d40b21c03" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184609Z:2af6b4f1-b35d-4ec8-9a7a-b18bb792d85c" ], "Date": [ - "Wed, 25 Mar 2020 19:14:01 GMT" + "Sun, 02 May 2021 18:46:09 GMT" + ], + "Content-Length": [ + "1263" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 204 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/authorizationServers/authsid5321\",\r\n \"type\": \"Microsoft.ApiManagement/service/authorizationServers\",\r\n \"name\": \"authsid5321\",\r\n \"properties\": {\r\n \"displayName\": \"authName1026\",\r\n \"description\": \"authdescription1391\",\r\n \"clientRegistrationEndpoint\": \"https://contoso.com/clients/reg\",\r\n \"authorizationEndpoint\": \"https://contoso.com/auth\",\r\n \"authorizationMethods\": [\r\n \"POST\",\r\n \"GET\"\r\n ],\r\n \"clientAuthenticationMethod\": [\r\n \"Basic\"\r\n ],\r\n \"tokenBodyParameters\": [\r\n {\r\n \"name\": \"tokenname5830\",\r\n \"value\": \"tokenvalue829\"\r\n }\r\n ],\r\n \"tokenEndpoint\": \"https://contoso.com/token\",\r\n \"supportState\": true,\r\n \"defaultScope\": \"oauth2scope1619\",\r\n \"grantTypes\": [\r\n \"authorizationCode\",\r\n \"resourceOwnerPassword\"\r\n ],\r\n \"bearerTokenSendingMethods\": [\r\n \"authorizationHeader\",\r\n \"query\"\r\n ],\r\n \"clientId\": \"clientid7873\",\r\n \"clientSecret\": \"authclientsecret1644\",\r\n \"resourceOwnerUsername\": \"authresourceownerusername9913\",\r\n \"resourceOwnerPassword\": \"authresourceownerpwd4855\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/authorizationServers/authsid9049?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXV0aG9yaXphdGlvblNlcnZlcnMvYXV0aHNpZDkwNDk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/authorizationServers/authsid5321?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hdXRob3JpemF0aW9uU2VydmVycy9hdXRoc2lkNTMyMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "59aeb943-a902-45ac-95cd-800aecbf2c87" + "63dd511f-f3af-4218-8826-c68ef3bccf59" ], "If-Match": [ - "\"AAAAAAAANVA=\"" + "\"AAAAAAAAfwU=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -696,26 +705,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "f4e1f4dc-94b1-46f9-a06e-40eae94726cb" + "617453c3-e489-4b34-85dd-fd420aa72b41" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14999" ], "x-ms-correlation-request-id": [ - "b733178e-036d-4b8e-a813-7c74e126dce1" + "0c52586a-e148-4aea-b1f0-c577286fe551" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191403Z:b733178e-036d-4b8e-a813-7c74e126dce1" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184610Z:0c52586a-e148-4aea-b1f0-c577286fe551" ], "Date": [ - "Wed, 25 Mar 2020 19:14:02 GMT" + "Sun, 02 May 2021 18:46:10 GMT" ], "Expires": [ "-1" @@ -728,13 +737,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/authorizationServers/authsid9049?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXV0aG9yaXphdGlvblNlcnZlcnMvYXV0aHNpZDkwNDk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/authorizationServers/authsid5321?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hdXRob3JpemF0aW9uU2VydmVycy9hdXRoc2lkNTMyMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b7048123-8853-4ae9-9fc7-b81da930a374" + "63b71154-f14f-40af-92cb-cdca933fe2c5" ], "If-Match": [ "*" @@ -743,10 +752,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -759,26 +768,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "bc00115d-8f45-4b9a-a74a-c4ed52f79eb5" + "b1ab6157-fde9-4a2e-af12-3e49f86b4c8e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "14998" ], "x-ms-correlation-request-id": [ - "d4287fad-8231-41ad-8c31-ac4e89afee05" + "9f291df0-3eb3-4e0f-a7a1-1cf6a2a6bd68" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191403Z:d4287fad-8231-41ad-8c31-ac4e89afee05" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184610Z:9f291df0-3eb3-4e0f-a7a1-1cf6a2a6bd68" ], "Date": [ - "Wed, 25 Mar 2020 19:14:02 GMT" + "Sun, 02 May 2021 18:46:10 GMT" ], "Expires": [ "-1" @@ -790,25 +799,25 @@ ], "Names": { "CreateListUpdateDelete": [ - "authsid9049", - "authName3673", - "oauth2scope5624", - "clientid5504", - "authdescription117", - "authclientsecret4766", - "authresourceownerpwd8408", - "authresourceownerusername2639", - "tokenname520", - "tokenvalue447" + "authsid5321", + "authName1026", + "oauth2scope1619", + "clientid7873", + "authdescription1391", + "authclientsecret1644", + "authresourceownerpwd4855", + "authresourceownerusername9913", + "tokenname5830", + "tokenvalue829" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/BackendTests/CreateListUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/BackendTests/CreateListUpdateDelete.json index 028336a0d7c7d..529d166956c53 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/BackendTests/CreateListUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/BackendTests/CreateListUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f23480e0-806e-4dc2-99f5-e6734c1afabf" + "394cb9fd-2c34-4826-82c5-1f304e465b17" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,14 +33,14 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b7f6bc45-5d3a-452a-9f9c-34329ca2bbd4", - "07be6f79-b4fa-4f5d-96bf-b1f8d31ff06b" + "5aa02caf-41d0-4208-b3eb-57d97f358af4", + "716a3cdc-898b-4e00-8b7b-7a3585601959" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -49,19 +49,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "07d56215-02a1-4234-a642-66c5ce8f3def" + "15ec38dd-052a-4f45-abc9-4ca2f453f1a9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190921Z:07d56215-02a1-4234-a642-66c5ce8f3def" + "WESTCENTRALUS:20210408T232736Z:15ec38dd-052a-4f45-abc9-4ca2f453f1a9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:09:20 GMT" + "Thu, 08 Apr 2021 23:27:36 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ca6ccf9-b03c-4ac0-b2fa-1d41a9f9bf44" + "6cd006c0-8435-4468-898a-b880b11f7659" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8ad15ba2-e197-45b0-aae8-e87fff6f37b3" + "38cf00e0-b071-439c-9376-1a6704d7e341" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "11999" ], "x-ms-correlation-request-id": [ - "b58b8b18-76fa-4edd-92be-695e4deeb840" + "d354d3ba-ca11-4dd5-8820-b8a2ccd80c47" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190921Z:b58b8b18-76fa-4edd-92be-695e4deeb840" + "WESTCENTRALUS:20210408T232736Z:d354d3ba-ca11-4dd5-8820-b8a2ccd80c47" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:09:21 GMT" + "Thu, 08 Apr 2021 23:27:36 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends/backendid3144?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYmFja2VuZHMvYmFja2VuZGlkMzE0ND9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/backendid1866?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9iYWNrZW5kcy9iYWNrZW5kaWQxODY2P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"description9143\",\r\n \"credentials\": {\r\n \"query\": {\r\n \"sv\": [\r\n \"xx\",\r\n \"bb\",\r\n \"cc\"\r\n ]\r\n },\r\n \"header\": {\r\n \"x-my-1\": [\r\n \"val1\",\r\n \"val2\"\r\n ]\r\n },\r\n \"authorization\": {\r\n \"scheme\": \"basic\",\r\n \"parameter\": \"opensemame\"\r\n }\r\n },\r\n \"tls\": {\r\n \"validateCertificateChain\": true,\r\n \"validateCertificateName\": true\r\n },\r\n \"url\": \"https://backendname7958/\",\r\n \"protocol\": \"http\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"description6865\",\r\n \"credentials\": {\r\n \"query\": {\r\n \"sv\": [\r\n \"xx\",\r\n \"bb\",\r\n \"cc\"\r\n ]\r\n },\r\n \"header\": {\r\n \"x-my-1\": [\r\n \"val1\",\r\n \"val2\"\r\n ]\r\n },\r\n \"authorization\": {\r\n \"scheme\": \"basic\",\r\n \"parameter\": \"opensemame\"\r\n }\r\n },\r\n \"tls\": {\r\n \"validateCertificateChain\": true,\r\n \"validateCertificateName\": true\r\n },\r\n \"url\": \"https://backendname7645/\",\r\n \"protocol\": \"http\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bd7f7b4c-f8ad-451a-a565-bbdbe7e50347" + "dbf347ce-91a0-489e-b437-751ded0260f5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -172,13 +172,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANIU=\"" + "\"AAAAAAAAdlU=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "3fe53748-890b-4efa-82eb-ec85bc3929c4" + "c00b4863-7cbb-4f28-8c4c-0ee004d143f2" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -187,19 +190,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "1dd11499-8324-4f6b-a204-266ca940af16" + "4641dfe1-9c42-4ea6-a526-32986be4e11f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190922Z:1dd11499-8324-4f6b-a204-266ca940af16" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232739Z:4641dfe1-9c42-4ea6-a526-32986be4e11f" ], "Date": [ - "Wed, 25 Mar 2020 19:09:22 GMT" + "Thu, 08 Apr 2021 23:27:38 GMT" ], "Content-Length": [ - "847" + "849" ], "Content-Type": [ "application/json; charset=utf-8" @@ -208,26 +208,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends/backendid3144\",\r\n \"type\": \"Microsoft.ApiManagement/service/backends\",\r\n \"name\": \"backendid3144\",\r\n \"properties\": {\r\n \"title\": null,\r\n \"description\": \"description9143\",\r\n \"url\": \"https://backendname7958/\",\r\n \"protocol\": \"http\",\r\n \"credentials\": {\r\n \"query\": {\r\n \"sv\": [\r\n \"xx\",\r\n \"bb\",\r\n \"cc\"\r\n ]\r\n },\r\n \"header\": {\r\n \"x-my-1\": [\r\n \"val1\",\r\n \"val2\"\r\n ]\r\n },\r\n \"authorization\": {\r\n \"scheme\": \"basic\",\r\n \"parameter\": \"opensemame\"\r\n }\r\n },\r\n \"tls\": {\r\n \"validateCertificateChain\": true,\r\n \"validateCertificateName\": true\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/backendid1866\",\r\n \"type\": \"Microsoft.ApiManagement/service/backends\",\r\n \"name\": \"backendid1866\",\r\n \"properties\": {\r\n \"title\": null,\r\n \"description\": \"description6865\",\r\n \"url\": \"https://backendname7645/\",\r\n \"protocol\": \"http\",\r\n \"credentials\": {\r\n \"query\": {\r\n \"sv\": [\r\n \"xx\",\r\n \"bb\",\r\n \"cc\"\r\n ]\r\n },\r\n \"header\": {\r\n \"x-my-1\": [\r\n \"val1\",\r\n \"val2\"\r\n ]\r\n },\r\n \"authorization\": {\r\n \"scheme\": \"basic\",\r\n \"parameter\": \"opensemame\"\r\n }\r\n },\r\n \"tls\": {\r\n \"validateCertificateChain\": true,\r\n \"validateCertificateName\": true\r\n }\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends/backendid3144?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYmFja2VuZHMvYmFja2VuZGlkMzE0ND9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/backendid1866?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9iYWNrZW5kcy9iYWNrZW5kaWQxODY2P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "124a991b-dbb3-43ea-a128-fc9cc00e73b4" + "5085ac46-da3d-47e3-b49b-547398dd82a3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -238,34 +238,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANIU=\"" + "\"AAAAAAAAdlU=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "339fd761-1376-4191-a2b6-b850a1e595f5" + "5cc9b042-bdb0-4b03-b863-3bcafbf9702c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "11998" ], "x-ms-correlation-request-id": [ - "5cd79a83-7975-487b-be8a-ffe9c639e694" + "e0ad6fbe-d706-41fe-b2a6-cf67ac3cecc7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190922Z:5cd79a83-7975-487b-be8a-ffe9c639e694" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232739Z:e0ad6fbe-d706-41fe-b2a6-cf67ac3cecc7" ], "Date": [ - "Wed, 25 Mar 2020 19:09:22 GMT" + "Thu, 08 Apr 2021 23:27:39 GMT" ], "Content-Length": [ - "847" + "849" ], "Content-Type": [ "application/json; charset=utf-8" @@ -274,26 +274,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends/backendid3144\",\r\n \"type\": \"Microsoft.ApiManagement/service/backends\",\r\n \"name\": \"backendid3144\",\r\n \"properties\": {\r\n \"title\": null,\r\n \"description\": \"description9143\",\r\n \"url\": \"https://backendname7958/\",\r\n \"protocol\": \"http\",\r\n \"credentials\": {\r\n \"query\": {\r\n \"sv\": [\r\n \"xx\",\r\n \"bb\",\r\n \"cc\"\r\n ]\r\n },\r\n \"header\": {\r\n \"x-my-1\": [\r\n \"val1\",\r\n \"val2\"\r\n ]\r\n },\r\n \"authorization\": {\r\n \"scheme\": \"basic\",\r\n \"parameter\": \"opensemame\"\r\n }\r\n },\r\n \"tls\": {\r\n \"validateCertificateChain\": true,\r\n \"validateCertificateName\": true\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/backendid1866\",\r\n \"type\": \"Microsoft.ApiManagement/service/backends\",\r\n \"name\": \"backendid1866\",\r\n \"properties\": {\r\n \"title\": null,\r\n \"description\": \"description6865\",\r\n \"url\": \"https://backendname7645/\",\r\n \"protocol\": \"http\",\r\n \"credentials\": {\r\n \"query\": {\r\n \"sv\": [\r\n \"xx\",\r\n \"bb\",\r\n \"cc\"\r\n ]\r\n },\r\n \"header\": {\r\n \"x-my-1\": [\r\n \"val1\",\r\n \"val2\"\r\n ]\r\n },\r\n \"authorization\": {\r\n \"scheme\": \"basic\",\r\n \"parameter\": \"opensemame\"\r\n }\r\n },\r\n \"tls\": {\r\n \"validateCertificateChain\": true,\r\n \"validateCertificateName\": true\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends/backendid3144?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYmFja2VuZHMvYmFja2VuZGlkMzE0ND9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/backendid1866?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9iYWNrZW5kcy9iYWNrZW5kaWQxODY2P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "971bc1a0-4b0c-44eb-9cc9-d26d3f538af8" + "111c15d3-cab4-49e1-a68a-6e0165cbdd64" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -304,34 +304,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANIc=\"" + "\"AAAAAAAAdlc=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "fadf283f-3b9b-47be-ac19-1484b34630a4" + "adcd8951-02da-45d0-bc6a-bbce144a1ad1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "11995" ], "x-ms-correlation-request-id": [ - "74c1aa6a-2c12-4ae6-9512-c11c1a53c0ec" + "fa62e8b4-f497-4f08-a2da-94dc5ffc35d2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190924Z:74c1aa6a-2c12-4ae6-9512-c11c1a53c0ec" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232741Z:fa62e8b4-f497-4f08-a2da-94dc5ffc35d2" ], "Date": [ - "Wed, 25 Mar 2020 19:09:23 GMT" + "Thu, 08 Apr 2021 23:27:40 GMT" ], "Content-Length": [ - "853" + "855" ], "Content-Type": [ "application/json; charset=utf-8" @@ -340,26 +340,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends/backendid3144\",\r\n \"type\": \"Microsoft.ApiManagement/service/backends\",\r\n \"name\": \"backendid3144\",\r\n \"properties\": {\r\n \"title\": null,\r\n \"description\": \"patchedDescription438\",\r\n \"url\": \"https://backendname7958/\",\r\n \"protocol\": \"http\",\r\n \"credentials\": {\r\n \"query\": {\r\n \"sv\": [\r\n \"xx\",\r\n \"bb\",\r\n \"cc\"\r\n ]\r\n },\r\n \"header\": {\r\n \"x-my-1\": [\r\n \"val1\",\r\n \"val2\"\r\n ]\r\n },\r\n \"authorization\": {\r\n \"scheme\": \"basic\",\r\n \"parameter\": \"opensemame\"\r\n }\r\n },\r\n \"tls\": {\r\n \"validateCertificateChain\": true,\r\n \"validateCertificateName\": true\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/backendid1866\",\r\n \"type\": \"Microsoft.ApiManagement/service/backends\",\r\n \"name\": \"backendid1866\",\r\n \"properties\": {\r\n \"title\": null,\r\n \"description\": \"patchedDescription358\",\r\n \"url\": \"https://backendname7645/\",\r\n \"protocol\": \"http\",\r\n \"credentials\": {\r\n \"query\": {\r\n \"sv\": [\r\n \"xx\",\r\n \"bb\",\r\n \"cc\"\r\n ]\r\n },\r\n \"header\": {\r\n \"x-my-1\": [\r\n \"val1\",\r\n \"val2\"\r\n ]\r\n },\r\n \"authorization\": {\r\n \"scheme\": \"basic\",\r\n \"parameter\": \"opensemame\"\r\n }\r\n },\r\n \"tls\": {\r\n \"validateCertificateChain\": true,\r\n \"validateCertificateName\": true\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends/backendid3144?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYmFja2VuZHMvYmFja2VuZGlkMzE0ND9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/backendid1866?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9iYWNrZW5kcy9iYWNrZW5kaWQxODY2P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe2f18fc-dd64-4af8-84eb-8b5b75f50da7" + "babb6925-af43-4c94-9784-c3850a41926b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -372,26 +372,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "b4da5893-77d8-40d6-9c05-08b1734b3f0d" + "5aae2c47-bd33-4d67-9536-6ca34f1f0d16" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "11993" ], "x-ms-correlation-request-id": [ - "11b194df-97fd-4551-9874-8a72d19ef2ee" + "cec76090-0e55-49af-a47d-45e39d00183e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190925Z:11b194df-97fd-4551-9874-8a72d19ef2ee" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232742Z:cec76090-0e55-49af-a47d-45e39d00183e" ], "Date": [ - "Wed, 25 Mar 2020 19:09:25 GMT" + "Thu, 08 Apr 2021 23:27:41 GMT" ], "Content-Length": [ "83" @@ -407,22 +407,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYmFja2VuZHM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9iYWNrZW5kcz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "641ce097-80a3-46ff-91db-e12a1425357f" + "10a8c374-21db-4f17-8ac6-cce2c12a2de8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -435,29 +435,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0308400f-495c-46bb-a460-aea1d340cf89" + "928dba6f-e570-41be-82c3-ea9251a6d951" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "11997" ], "x-ms-correlation-request-id": [ - "c2b35414-4f12-4805-b6df-a347b03a1e12" + "3547ba28-b83a-45d3-93fc-00d5a41360a7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190923Z:c2b35414-4f12-4805-b6df-a347b03a1e12" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232740Z:3547ba28-b83a-45d3-93fc-00d5a41360a7" ], "Date": [ - "Wed, 25 Mar 2020 19:09:22 GMT" + "Thu, 08 Apr 2021 23:27:39 GMT" ], "Content-Length": [ - "1023" + "1025" ], "Content-Type": [ "application/json; charset=utf-8" @@ -466,26 +466,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends/backendid3144\",\r\n \"type\": \"Microsoft.ApiManagement/service/backends\",\r\n \"name\": \"backendid3144\",\r\n \"properties\": {\r\n \"title\": null,\r\n \"description\": \"description9143\",\r\n \"url\": \"https://backendname7958/\",\r\n \"protocol\": \"http\",\r\n \"credentials\": {\r\n \"query\": {\r\n \"sv\": [\r\n \"xx\",\r\n \"bb\",\r\n \"cc\"\r\n ]\r\n },\r\n \"header\": {\r\n \"x-my-1\": [\r\n \"val1\",\r\n \"val2\"\r\n ]\r\n },\r\n \"authorization\": {\r\n \"scheme\": \"basic\",\r\n \"parameter\": \"opensemame\"\r\n }\r\n },\r\n \"tls\": {\r\n \"validateCertificateChain\": true,\r\n \"validateCertificateName\": true\r\n }\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/backendid1866\",\r\n \"type\": \"Microsoft.ApiManagement/service/backends\",\r\n \"name\": \"backendid1866\",\r\n \"properties\": {\r\n \"title\": null,\r\n \"description\": \"description6865\",\r\n \"url\": \"https://backendname7645/\",\r\n \"protocol\": \"http\",\r\n \"credentials\": {\r\n \"query\": {\r\n \"sv\": [\r\n \"xx\",\r\n \"bb\",\r\n \"cc\"\r\n ]\r\n },\r\n \"header\": {\r\n \"x-my-1\": [\r\n \"val1\",\r\n \"val2\"\r\n ]\r\n },\r\n \"authorization\": {\r\n \"scheme\": \"basic\",\r\n \"parameter\": \"opensemame\"\r\n }\r\n },\r\n \"tls\": {\r\n \"validateCertificateChain\": true,\r\n \"validateCertificateName\": true\r\n }\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends/backendid3144?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYmFja2VuZHMvYmFja2VuZGlkMzE0ND9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/backendid1866?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9iYWNrZW5kcy9iYWNrZW5kaWQxODY2P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "21828615-c613-48e2-87df-446bb8182ab4" + "6be1a939-2fad-43d3-8a72-8d82a5232bb8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -496,31 +496,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANIU=\"" + "\"AAAAAAAAdlU=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "32c071a7-a3bb-495f-b98a-42b38532e8d8" + "5ac59293-0ac4-42f7-ac95-8609eac460df" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "11996" ], "x-ms-correlation-request-id": [ - "309702e0-6879-49e4-9c74-f91798e7c0b6" + "afbf3dc8-22b1-40d0-b2fb-ebb4d905c2bc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190923Z:309702e0-6879-49e4-9c74-f91798e7c0b6" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232740Z:afbf3dc8-22b1-40d0-b2fb-ebb4d905c2bc" ], "Date": [ - "Wed, 25 Mar 2020 19:09:22 GMT" + "Thu, 08 Apr 2021 23:27:39 GMT" ], "Content-Length": [ "0" @@ -533,22 +533,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends/backendid3144?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYmFja2VuZHMvYmFja2VuZGlkMzE0ND9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/backendid1866?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9iYWNrZW5kcy9iYWNrZW5kaWQxODY2P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4869ed13-0a41-4fe1-b2a9-f40880c42f73" + "07121817-4ff7-40a0-a08f-9b288755faee" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -559,31 +559,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANIc=\"" + "\"AAAAAAAAdlc=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "fde485c4-44fc-408c-8c02-287dcb78cd0d" + "c4cc2d5a-14d0-45fa-b55b-5d5602be0667" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "11994" ], "x-ms-correlation-request-id": [ - "39a5ae3c-c8df-451f-b9cd-6305fcc2a5e3" + "4ab1ffc1-f1c5-4cca-b567-06162937a98d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190924Z:39a5ae3c-c8df-451f-b9cd-6305fcc2a5e3" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232741Z:4ab1ffc1-f1c5-4cca-b567-06162937a98d" ], "Date": [ - "Wed, 25 Mar 2020 19:09:24 GMT" + "Thu, 08 Apr 2021 23:27:41 GMT" ], "Content-Length": [ "0" @@ -596,25 +596,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends/backendid3144?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYmFja2VuZHMvYmFja2VuZGlkMzE0ND9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/backendid1866?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9iYWNrZW5kcy9iYWNrZW5kaWQxODY2P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"patchedDescription438\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"patchedDescription358\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d7f5f5bb-4cf8-4e54-a616-018faba1b309" + "e27227f4-7e0b-4724-8d49-2d3ca6be752b" ], "If-Match": [ - "\"AAAAAAAANIU=\"" + "\"AAAAAAAAdlU=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -630,11 +630,17 @@ "Pragma": [ "no-cache" ], + "ETag": [ + "\"AAAAAAAAdlc=\"" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "4db8d48e-abb8-4946-9b55-635b13570593" + "4ffb7a87-2aa6-4751-ae7f-a225312e25a2" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -643,44 +649,47 @@ "1197" ], "x-ms-correlation-request-id": [ - "25820226-b4bf-49f5-913b-39ef3a8030b4" + "69a4e8b2-f300-4cb6-8a29-37ff4914cb8b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190924Z:25820226-b4bf-49f5-913b-39ef3a8030b4" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232741Z:69a4e8b2-f300-4cb6-8a29-37ff4914cb8b" ], "Date": [ - "Wed, 25 Mar 2020 19:09:23 GMT" + "Thu, 08 Apr 2021 23:27:40 GMT" + ], + "Content-Length": [ + "855" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 204 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/backendid1866\",\r\n \"type\": \"Microsoft.ApiManagement/service/backends\",\r\n \"name\": \"backendid1866\",\r\n \"properties\": {\r\n \"title\": null,\r\n \"description\": \"patchedDescription358\",\r\n \"url\": \"https://backendname7645/\",\r\n \"protocol\": \"http\",\r\n \"credentials\": {\r\n \"query\": {\r\n \"sv\": [\r\n \"xx\",\r\n \"bb\",\r\n \"cc\"\r\n ]\r\n },\r\n \"header\": {\r\n \"x-my-1\": [\r\n \"val1\",\r\n \"val2\"\r\n ]\r\n },\r\n \"authorization\": {\r\n \"scheme\": \"basic\",\r\n \"parameter\": \"opensemame\"\r\n }\r\n },\r\n \"tls\": {\r\n \"validateCertificateChain\": true,\r\n \"validateCertificateName\": true\r\n }\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends/backendid3144?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYmFja2VuZHMvYmFja2VuZGlkMzE0ND9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/backendid1866?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9iYWNrZW5kcy9iYWNrZW5kaWQxODY2P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1bc26bde-12a2-407c-b712-fe1cfd375861" + "62872c13-078b-4b33-9f16-cb21c39186ed" ], "If-Match": [ - "\"AAAAAAAANIc=\"" + "\"AAAAAAAAdlc=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -693,8 +702,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "5a0eac62-77c0-4464-a04e-57b52efaa783" + "4efacb3c-76d9-4366-ab12-866af30ad176" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -703,16 +715,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "703c9e0f-1afd-4f1e-b385-e92e3e34c54c" + "a704de2e-70c0-471c-8f7b-f9138399e60e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190925Z:703c9e0f-1afd-4f1e-b385-e92e3e34c54c" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232742Z:a704de2e-70c0-471c-8f7b-f9138399e60e" ], "Date": [ - "Wed, 25 Mar 2020 19:09:24 GMT" + "Thu, 08 Apr 2021 23:27:41 GMT" ], "Expires": [ "-1" @@ -725,13 +734,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends/backendid3144?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYmFja2VuZHMvYmFja2VuZGlkMzE0ND9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/backendid1866?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9iYWNrZW5kcy9iYWNrZW5kaWQxODY2P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd3966b1-be51-4671-bc13-f429215ca13e" + "16adfcdf-be94-4c99-9646-93d31ee9a350" ], "If-Match": [ "*" @@ -740,10 +749,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -756,8 +765,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "41e92142-9a60-4174-8594-b8feb7b9c840" + "f9a6cca4-a1a2-484e-9c33-856bd2189d82" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -766,16 +778,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "1cd78174-b758-4c9e-a7c3-dbf2db61c027" + "fef0cba8-9df7-4d8b-91ac-680d70f3c481" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190926Z:1cd78174-b758-4c9e-a7c3-dbf2db61c027" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232742Z:fef0cba8-9df7-4d8b-91ac-680d70f3c481" ], "Date": [ - "Wed, 25 Mar 2020 19:09:25 GMT" + "Thu, 08 Apr 2021 23:27:41 GMT" ], "Expires": [ "-1" @@ -787,19 +796,19 @@ ], "Names": { "CreateListUpdateDelete": [ - "backendid3144", - "backendName7958", - "description9143", - "patchedDescription438" + "backendid1866", + "backendName7645", + "description6865", + "patchedDescription358" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/BackendTests/ServiceFabricCreateUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/BackendTests/ServiceFabricCreateUpdateDelete.json index f12416f5107ca..8d9b64abed450 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/BackendTests/ServiceFabricCreateUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/BackendTests/ServiceFabricCreateUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "81286a11-3bbe-418e-a225-e285536930a7" + "888e40bc-7820-449f-a44f-2befb2e505d5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "342" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVONE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "72e446c0-6b49-4c47-b708-1c145b86c944", - "ce916f9f-3493-4511-906d-c882283063b7" + "d9737a9d-0a3a-49a5-a4b0-9c41b3a01527", + "2eb12e8c-4e8c-46eb-bd66-f04bf60f4141" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1199" ], "x-ms-correlation-request-id": [ - "bf8a00b7-2ef5-49ee-b848-5bc3a21e0493" + "6dcb1482-3525-4db7-849f-f6dfe1a66287" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190930Z:bf8a00b7-2ef5-49ee-b848-5bc3a21e0493" + "WESTCENTRALUS:20210426T212753Z:6dcb1482-3525-4db7-849f-f6dfe1a66287" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:09:29 GMT" + "Mon, 26 Apr 2021 21:27:53 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8b426832-a373-49c9-bfd2-bfacc97bafa2" + "8c23018f-1c1a-4a45-8ba3-32aa07373160" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVONE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7a16ba95-edbb-4dfd-a0d0-50f245575d2c" + "ee8d8527-c5c5-4f08-bac1-96ab96ae6e83" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "11999" ], "x-ms-correlation-request-id": [ - "932250af-fc68-4a29-918e-00c0a976df2b" + "3644dfa1-4745-4382-aac3-6e1c13c085f4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190930Z:932250af-fc68-4a29-918e-00c0a976df2b" + "WESTCENTRALUS:20210426T212754Z:3644dfa1-4745-4382-aac3-6e1c13c085f4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:09:29 GMT" + "Mon, 26 Apr 2021 21:27:53 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/certificates/certificateId8410?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvY2VydGlmaWNhdGVzL2NlcnRpZmljYXRlSWQ4NDEwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/certificateId9873?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9jZXJ0aWZpY2F0ZXMvY2VydGlmaWNhdGVJZDk4NzM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"data\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ\",\r\n \"password\": \"Password\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "19011c42-1ed5-4f7d-991e-aea4cb05f382" + "3d5cac6e-5d79-4ae0-8f3c-f2f01404fbc3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -172,34 +172,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANI0=\"" + "\"AAAAAAAAfuI=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "caf483ac-973a-4716-97a1-034b82e33e5a" + "26313b34-e003-45b1-a672-3b6fbd539844" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1198" ], "x-ms-correlation-request-id": [ - "690a4051-1f5a-46eb-8dae-90b69e8a3eb1" + "f4cc3b92-48bb-43e8-bddc-b8859714f427" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190931Z:690a4051-1f5a-46eb-8dae-90b69e8a3eb1" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210426T212755Z:f4cc3b92-48bb-43e8-bddc-b8859714f427" ], "Date": [ - "Wed, 25 Mar 2020 19:09:31 GMT" + "Mon, 26 Apr 2021 21:27:54 GMT" ], "Content-Length": [ - "454" + "484" ], "Content-Type": [ "application/json; charset=utf-8" @@ -208,32 +208,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/certificates/certificateId8410\",\r\n \"type\": \"Microsoft.ApiManagement/service/certificates\",\r\n \"name\": \"certificateId8410\",\r\n \"properties\": {\r\n \"subject\": \"CN=*.msitesting.net\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"expirationDate\": \"2036-01-01T07:00:00Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/certificateId9873\",\r\n \"type\": \"Microsoft.ApiManagement/service/certificates\",\r\n \"name\": \"certificateId9873\",\r\n \"properties\": {\r\n \"subject\": \"CN=*.msitesting.net\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"expirationDate\": \"2036-01-01T07:00:00Z\",\r\n \"hasPrivateKey\": true\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends/sfbackend3260?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYmFja2VuZHMvc2ZiYWNrZW5kMzI2MD9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/sfbackend9957?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9iYWNrZW5kcy9zZmJhY2tlbmQ5OTU3P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"description6535\",\r\n \"properties\": {\r\n \"serviceFabricCluster\": {\r\n \"clientCertificatethumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"maxPartitionResolutionRetries\": 5,\r\n \"managementEndpoints\": [\r\n \"https://backendname673/\"\r\n ],\r\n \"serverX509Names\": [\r\n {\r\n \"name\": \"serverCommonName1\",\r\n \"issuerCertificateThumbprint\": \"issuerThumbprint1\"\r\n }\r\n ]\r\n }\r\n },\r\n \"url\": \"fabric:/mytestapp/mytestservice\",\r\n \"protocol\": \"http\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"description8080\",\r\n \"properties\": {\r\n \"serviceFabricCluster\": {\r\n \"clientCertificateId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/certificateId9873\",\r\n \"maxPartitionResolutionRetries\": 5,\r\n \"managementEndpoints\": [\r\n \"https://backendname3581/\"\r\n ],\r\n \"serverX509Names\": [\r\n {\r\n \"name\": \"serverCommonName1\",\r\n \"issuerCertificateThumbprint\": \"issuerThumbprint1\"\r\n }\r\n ]\r\n }\r\n },\r\n \"url\": \"fabric:/mytestapp/mytestservice\",\r\n \"protocol\": \"http\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c0118c-4422-49d3-b87b-2e1070e7e48c" + "7169f1b0-1993-4773-ab83-1936e3df6e28" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "594" + "723" ] }, "ResponseHeaders": { @@ -244,34 +244,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANJA=\"" + "\"AAAAAAAAfuU=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "49435ede-19d1-4fa6-afda-a79034dc1313" + "c893310a-eddb-43e5-9f35-17a9efeb3381" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1197" ], "x-ms-correlation-request-id": [ - "001dbb1d-e3b1-4fff-9fd7-88a368b787b7" + "559ffbbd-eba9-426e-a9f8-4026990bdb8d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190933Z:001dbb1d-e3b1-4fff-9fd7-88a368b787b7" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210426T212755Z:559ffbbd-eba9-426e-a9f8-4026990bdb8d" ], "Date": [ - "Wed, 25 Mar 2020 19:09:32 GMT" + "Mon, 26 Apr 2021 21:27:54 GMT" ], "Content-Length": [ - "876" + "1091" ], "Content-Type": [ "application/json; charset=utf-8" @@ -280,26 +280,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends/sfbackend3260\",\r\n \"type\": \"Microsoft.ApiManagement/service/backends\",\r\n \"name\": \"sfbackend3260\",\r\n \"properties\": {\r\n \"title\": null,\r\n \"description\": \"description6535\",\r\n \"url\": \"fabric:/mytestapp/mytestservice\",\r\n \"protocol\": \"http\",\r\n \"properties\": {\r\n \"serviceFabricCluster\": {\r\n \"managementEndpoints\": [\r\n \"https://backendname673/\"\r\n ],\r\n \"clientCertificateThumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"serverX509Names\": [\r\n {\r\n \"name\": \"serverCommonName1\",\r\n \"issuerCertificateThumbprint\": \"issuerThumbprint1\"\r\n }\r\n ],\r\n \"maxPartitionResolutionRetries\": 5\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/sfbackend9957\",\r\n \"type\": \"Microsoft.ApiManagement/service/backends\",\r\n \"name\": \"sfbackend9957\",\r\n \"properties\": {\r\n \"title\": null,\r\n \"description\": \"description8080\",\r\n \"url\": \"fabric:/mytestapp/mytestservice\",\r\n \"protocol\": \"http\",\r\n \"properties\": {\r\n \"serviceFabricCluster\": {\r\n \"managementEndpoints\": [\r\n \"https://backendname3581/\"\r\n ],\r\n \"clientCertificateId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/certificateId9873\",\r\n \"serverX509Names\": [\r\n {\r\n \"name\": \"serverCommonName1\",\r\n \"issuerCertificateThumbprint\": \"issuerThumbprint1\"\r\n }\r\n ],\r\n \"maxPartitionResolutionRetries\": 5,\r\n \"clientCertificateThumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\"\r\n }\r\n }\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYmFja2VuZHM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9iYWNrZW5kcz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "15f01e75-44ed-4f7c-8a4d-77e24c34fba9" + "72ae79cd-c248-4d22-a866-3b256ec7d009" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -312,29 +312,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "5e2aff24-3cec-4f8e-b542-26bbd05130a1" + "0b165947-9cb1-4e92-8814-ab7f98b1f084" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" + "11998" ], "x-ms-correlation-request-id": [ - "d7c42335-9665-42d6-8fd0-8b2e0e4c615c" + "5c6d2b81-35ae-4b0c-b2a4-4745416d79b9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190933Z:d7c42335-9665-42d6-8fd0-8b2e0e4c615c" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210426T212755Z:5c6d2b81-35ae-4b0c-b2a4-4745416d79b9" ], "Date": [ - "Wed, 25 Mar 2020 19:09:32 GMT" + "Mon, 26 Apr 2021 21:27:55 GMT" ], "Content-Length": [ - "1020" + "1239" ], "Content-Type": [ "application/json; charset=utf-8" @@ -343,26 +343,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends/sfbackend3260\",\r\n \"type\": \"Microsoft.ApiManagement/service/backends\",\r\n \"name\": \"sfbackend3260\",\r\n \"properties\": {\r\n \"title\": null,\r\n \"description\": \"description6535\",\r\n \"url\": \"fabric:/mytestapp/mytestservice\",\r\n \"protocol\": \"http\",\r\n \"properties\": {\r\n \"serviceFabricCluster\": {\r\n \"managementEndpoints\": [\r\n \"https://backendname673/\"\r\n ],\r\n \"clientCertificateThumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"serverX509Names\": [\r\n {\r\n \"name\": \"serverCommonName1\",\r\n \"issuerCertificateThumbprint\": \"issuerThumbprint1\"\r\n }\r\n ],\r\n \"maxPartitionResolutionRetries\": 5\r\n }\r\n }\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/sfbackend9957\",\r\n \"type\": \"Microsoft.ApiManagement/service/backends\",\r\n \"name\": \"sfbackend9957\",\r\n \"properties\": {\r\n \"title\": null,\r\n \"description\": \"description8080\",\r\n \"url\": \"fabric:/mytestapp/mytestservice\",\r\n \"protocol\": \"http\",\r\n \"properties\": {\r\n \"serviceFabricCluster\": {\r\n \"managementEndpoints\": [\r\n \"https://backendname3581/\"\r\n ],\r\n \"clientCertificateId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/certificateId9873\",\r\n \"serverX509Names\": [\r\n {\r\n \"name\": \"serverCommonName1\",\r\n \"issuerCertificateThumbprint\": \"issuerThumbprint1\"\r\n }\r\n ],\r\n \"maxPartitionResolutionRetries\": 5,\r\n \"clientCertificateThumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\"\r\n }\r\n }\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends/sfbackend3260/reconnect?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYmFja2VuZHMvc2ZiYWNrZW5kMzI2MC9yZWNvbm5lY3Q/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/sfbackend9957/reconnect?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9iYWNrZW5kcy9zZmJhY2tlbmQ5OTU3L3JlY29ubmVjdD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"after\": \"PT5M\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ed690612-85ab-4c33-acb3-8e866fcaa852" + "166b63d8-564e-4c80-9fd8-d20adf3dc534" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -381,26 +381,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "f315b4a0-d8d0-4727-9ed2-4e0a70809cb0" + "c8f7948b-b2ef-4df3-b755-26a3319b1396" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "1f128d29-67c2-4f57-9efc-015269c4f602" + "7b45d8e7-47dd-4dce-91e4-56c0759ca0c2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190934Z:1f128d29-67c2-4f57-9efc-015269c4f602" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210426T212755Z:7b45d8e7-47dd-4dce-91e4-56c0759ca0c2" ], "Date": [ - "Wed, 25 Mar 2020 19:09:34 GMT" + "Mon, 26 Apr 2021 21:27:55 GMT" ], "Expires": [ "-1" @@ -413,13 +413,13 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends/sfbackend3260?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYmFja2VuZHMvc2ZiYWNrZW5kMzI2MD9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/sfbackend9957?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9iYWNrZW5kcy9zZmJhY2tlbmQ5OTU3P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"patchedDescription731\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"patchedDescription8137\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5a12ef71-d1b9-4db3-8ad1-c037e815900a" + "e6d84c58-65a7-4505-9636-19eb84ac62c5" ], "If-Match": [ "*" @@ -428,16 +428,16 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "72" + "73" ] }, "ResponseHeaders": { @@ -447,54 +447,63 @@ "Pragma": [ "no-cache" ], + "ETag": [ + "\"AAAAAAAAfuo=\"" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "882c4ee4-d0ce-412c-9643-c44465484fbb" + "15f4c26b-ab34-4224-b92d-ccdf848cfbb9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1196" ], "x-ms-correlation-request-id": [ - "0ea2eac1-a5dd-4f97-aa65-b2fea8cf10ad" + "3155aec6-63d4-4ddf-ad80-707f12e5091e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190935Z:0ea2eac1-a5dd-4f97-aa65-b2fea8cf10ad" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210426T212756Z:3155aec6-63d4-4ddf-ad80-707f12e5091e" ], "Date": [ - "Wed, 25 Mar 2020 19:09:35 GMT" + "Mon, 26 Apr 2021 21:27:55 GMT" + ], + "Content-Length": [ + "1098" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 204 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/sfbackend9957\",\r\n \"type\": \"Microsoft.ApiManagement/service/backends\",\r\n \"name\": \"sfbackend9957\",\r\n \"properties\": {\r\n \"title\": null,\r\n \"description\": \"patchedDescription8137\",\r\n \"url\": \"fabric:/mytestapp/mytestservice\",\r\n \"protocol\": \"http\",\r\n \"properties\": {\r\n \"serviceFabricCluster\": {\r\n \"managementEndpoints\": [\r\n \"https://backendname3581/\"\r\n ],\r\n \"clientCertificateId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/certificateId9873\",\r\n \"serverX509Names\": [\r\n {\r\n \"name\": \"serverCommonName1\",\r\n \"issuerCertificateThumbprint\": \"issuerThumbprint1\"\r\n }\r\n ],\r\n \"maxPartitionResolutionRetries\": 5,\r\n \"clientCertificateThumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends/sfbackend3260?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYmFja2VuZHMvc2ZiYWNrZW5kMzI2MD9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/sfbackend9957?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9iYWNrZW5kcy9zZmJhY2tlbmQ5OTU3P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60fec639-ca8c-436e-93f2-b2392bf6e226" + "afbe396e-2a6d-42d2-adfd-dee259bec9fd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -505,34 +514,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANJU=\"" + "\"AAAAAAAAfuo=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "9600d46b-f2f0-49ad-a841-4d1829a9f1d0" + "d37cdb15-d4a5-4b0e-ba96-84bf2035a060" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" + "11997" ], "x-ms-correlation-request-id": [ - "e493a24e-86f8-4b33-9075-c5385b13ca84" + "6372a154-0b40-4137-ae3f-f2e9853f980a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190935Z:e493a24e-86f8-4b33-9075-c5385b13ca84" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210426T212756Z:6372a154-0b40-4137-ae3f-f2e9853f980a" ], "Date": [ - "Wed, 25 Mar 2020 19:09:35 GMT" + "Mon, 26 Apr 2021 21:27:55 GMT" ], "Content-Length": [ - "882" + "1098" ], "Content-Type": [ "application/json; charset=utf-8" @@ -541,26 +550,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends/sfbackend3260\",\r\n \"type\": \"Microsoft.ApiManagement/service/backends\",\r\n \"name\": \"sfbackend3260\",\r\n \"properties\": {\r\n \"title\": null,\r\n \"description\": \"patchedDescription731\",\r\n \"url\": \"fabric:/mytestapp/mytestservice\",\r\n \"protocol\": \"http\",\r\n \"properties\": {\r\n \"serviceFabricCluster\": {\r\n \"managementEndpoints\": [\r\n \"https://backendname673/\"\r\n ],\r\n \"clientCertificateThumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"serverX509Names\": [\r\n {\r\n \"name\": \"serverCommonName1\",\r\n \"issuerCertificateThumbprint\": \"issuerThumbprint1\"\r\n }\r\n ],\r\n \"maxPartitionResolutionRetries\": 5\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/sfbackend9957\",\r\n \"type\": \"Microsoft.ApiManagement/service/backends\",\r\n \"name\": \"sfbackend9957\",\r\n \"properties\": {\r\n \"title\": null,\r\n \"description\": \"patchedDescription8137\",\r\n \"url\": \"fabric:/mytestapp/mytestservice\",\r\n \"protocol\": \"http\",\r\n \"properties\": {\r\n \"serviceFabricCluster\": {\r\n \"managementEndpoints\": [\r\n \"https://backendname3581/\"\r\n ],\r\n \"clientCertificateId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/certificateId9873\",\r\n \"serverX509Names\": [\r\n {\r\n \"name\": \"serverCommonName1\",\r\n \"issuerCertificateThumbprint\": \"issuerThumbprint1\"\r\n }\r\n ],\r\n \"maxPartitionResolutionRetries\": 5,\r\n \"clientCertificateThumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\"\r\n }\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends/sfbackend3260?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYmFja2VuZHMvc2ZiYWNrZW5kMzI2MD9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/sfbackend9957?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9iYWNrZW5kcy9zZmJhY2tlbmQ5OTU3P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7dd7c136-c8af-4ac3-aa74-99b04dc2c292" + "4cc12b75-7761-4e87-beb7-b3c7b77187b3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -573,26 +582,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "1fd6279a-f375-41a5-8766-27bb48d7a54e" + "cafe2c66-2733-4e8a-b58c-2a6ae3f32adf" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" + "11995" ], "x-ms-correlation-request-id": [ - "08d31c2c-d502-4ba2-8500-1722fe32687b" + "46a731f1-3860-48ba-85a1-604f8f45275a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190937Z:08d31c2c-d502-4ba2-8500-1722fe32687b" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210426T212757Z:46a731f1-3860-48ba-85a1-604f8f45275a" ], "Date": [ - "Wed, 25 Mar 2020 19:09:37 GMT" + "Mon, 26 Apr 2021 21:27:56 GMT" ], "Content-Length": [ "83" @@ -608,22 +617,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends/sfbackend3260?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYmFja2VuZHMvc2ZiYWNrZW5kMzI2MD9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/sfbackend9957?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9iYWNrZW5kcy9zZmJhY2tlbmQ5OTU3P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5d5cfbe-fb3b-4846-b545-e4f092d29734" + "55fe9e5f-ae3a-4b51-8dc8-20482e5ec2c4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -634,31 +643,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANJU=\"" + "\"AAAAAAAAfuo=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "997587bd-21e3-47df-8a2f-e81c0381f0c1" + "1dc7d6b0-fe27-4d77-8119-dec490c984ee" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" + "11996" ], "x-ms-correlation-request-id": [ - "4b4a277b-630e-4c6c-8ec6-a5b38fd4acd6" + "6ff0baca-1f1a-4332-b729-31fa71e7d5b1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190936Z:4b4a277b-630e-4c6c-8ec6-a5b38fd4acd6" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210426T212756Z:6ff0baca-1f1a-4332-b729-31fa71e7d5b1" ], "Date": [ - "Wed, 25 Mar 2020 19:09:35 GMT" + "Mon, 26 Apr 2021 21:27:56 GMT" ], "Content-Length": [ "0" @@ -671,25 +680,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends/sfbackend3260?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYmFja2VuZHMvc2ZiYWNrZW5kMzI2MD9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/sfbackend9957?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9iYWNrZW5kcy9zZmJhY2tlbmQ5OTU3P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5584e4e1-bb94-4e30-a4c0-d93f0a1a7711" + "3429fbc2-be89-467d-927b-8358e2b31472" ], "If-Match": [ - "\"AAAAAAAANJU=\"" + "\"AAAAAAAAfuo=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -702,26 +711,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c6029a19-8a25-48f9-9512-d6bc725f0d47" + "8d0167a1-1825-4469-912f-2d6709a20995" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14999" ], "x-ms-correlation-request-id": [ - "c2efc9b7-0fb4-4314-b169-40fbf68cb565" + "f99e5a4a-8cf8-41b7-b69e-cc736f5d72e4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190937Z:c2efc9b7-0fb4-4314-b169-40fbf68cb565" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210426T212757Z:f99e5a4a-8cf8-41b7-b69e-cc736f5d72e4" ], "Date": [ - "Wed, 25 Mar 2020 19:09:36 GMT" + "Mon, 26 Apr 2021 21:27:56 GMT" ], "Expires": [ "-1" @@ -734,13 +743,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/backends/sfbackend3260?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYmFja2VuZHMvc2ZiYWNrZW5kMzI2MD9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/backends/sfbackend9957?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9iYWNrZW5kcy9zZmJhY2tlbmQ5OTU3P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "af62f312-55fc-49aa-8dbb-2d4f094cd598" + "55454eda-fd34-47f3-9c26-bb3c9cc8c388" ], "If-Match": [ "*" @@ -749,10 +758,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -765,26 +774,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "ee1792fa-07bb-47d8-b6fb-81e1b24ea953" + "874ede49-f7a1-4b02-8131-75707c4a9d60" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14998" ], "x-ms-correlation-request-id": [ - "418f5979-0d36-4223-b275-6588c1e9b82c" + "d593c435-9d11-4dc3-9b79-3dd832537620" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190938Z:418f5979-0d36-4223-b275-6588c1e9b82c" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210426T212757Z:d593c435-9d11-4dc3-9b79-3dd832537620" ], "Date": [ - "Wed, 25 Mar 2020 19:09:37 GMT" + "Mon, 26 Apr 2021 21:27:56 GMT" ], "Expires": [ "-1" @@ -794,13 +803,13 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/certificates/certificateId8410?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvY2VydGlmaWNhdGVzL2NlcnRpZmljYXRlSWQ4NDEwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/certificateId9873?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9jZXJ0aWZpY2F0ZXMvY2VydGlmaWNhdGVJZDk4NzM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ecad0e46-f7d4-4c7d-bb80-4f6f696db4a9" + "cda706d2-a4ce-4391-bd21-95d66521a1c0" ], "If-Match": [ "*" @@ -809,10 +818,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -825,26 +834,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "bf6c1b9c-d3bc-4cd7-854b-9c5a485b9782" + "f77c2143-1564-4b69-a81e-27bfeb2d1f36" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "14997" ], "x-ms-correlation-request-id": [ - "f19d965f-8513-48d9-ba7a-9411704c8f9e" + "24678005-0664-4402-b57a-4a24c7f07d37" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190939Z:f19d965f-8513-48d9-ba7a-9411704c8f9e" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210426T212757Z:24678005-0664-4402-b57a-4a24c7f07d37" ], "Date": [ - "Wed, 25 Mar 2020 19:09:38 GMT" + "Mon, 26 Apr 2021 21:27:56 GMT" ], "Expires": [ "-1" @@ -859,20 +868,21 @@ ], "Names": { "ServiceFabricCreateUpdateDelete": [ - "sfbackend3260", - "certificateId8410", - "backendName673", - "description6535", - "patchedDescription731" + "sfbackend9957", + "certificateId9873", + "backendName3581", + "description8080", + "patchedDescription8137" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "testKeyVaultSecretUrl": "https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1", + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/CacheTests/CreateListUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/CacheTests/CreateListUpdateDelete.json index c4ff0062e4ccd..0232c71097e1b 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/CacheTests/CreateListUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/CacheTests/CreateListUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0e61c2c2-b869-4356-8bf4-046f93699955" + "37b13493-f690-4e53-bf34-03e44000be26" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,14 +33,14 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "820d9980-a53b-4f64-9aa4-5faac4b25075", - "c8f2cd9d-d75d-43dc-8bbc-05dc49032909" + "86a51265-5f7e-4286-ba0c-6df28c0af7d6", + "a1f30277-7399-4b65-89ac-980c80f6b903" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -49,19 +49,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "95b38b4f-1a5a-4ca7-a4f7-91c47c134a2b" + "76e7dccd-b996-419f-998f-705f58059599" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191041Z:95b38b4f-1a5a-4ca7-a4f7-91c47c134a2b" + "WESTCENTRALUS:20210409T000608Z:76e7dccd-b996-419f-998f-705f58059599" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:10:40 GMT" + "Fri, 09 Apr 2021 00:06:07 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d5505561-e510-4f78-a4a5-31288160fa7a" + "f8e9e925-8d6f-471e-9dbc-2c0959429d91" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "27955fa3-8d5d-4247-bb26-f9ff44bdff93" + "65742c8b-e775-4d9d-a61c-60dcf7d6504c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "11999" ], "x-ms-correlation-request-id": [ - "3cf20b40-ea88-439f-97ed-3b21750637a9" + "3bd5e0f8-b360-4298-8ebd-a175fe062ed9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191041Z:3cf20b40-ea88-439f-97ed-3b21750637a9" + "WESTCENTRALUS:20210409T000608Z:3bd5e0f8-b360-4298-8ebd-a175fe062ed9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:10:40 GMT" + "Fri, 09 Apr 2021 00:06:08 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/caches?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvY2FjaGVzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/caches?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9jYWNoZXM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "26156038-ec74-4654-b4ac-7dddcbb33526" + "a1f5038e-6cb6-4123-baa5-957651a93b58" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,26 +168,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0b2ed4f7-e8a0-4d8c-91b1-834e47ecfa31" + "a1220146-260f-49ec-b6bf-5f66849856dd" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "11998" ], "x-ms-correlation-request-id": [ - "f5578cd7-8cbe-4d78-973f-92c09215f484" + "e75d02a1-6ec4-4a44-bdb3-7fc2b7ff0fce" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191041Z:f5578cd7-8cbe-4d78-973f-92c09215f484" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210409T000609Z:e75d02a1-6ec4-4a44-bdb3-7fc2b7ff0fce" ], "Date": [ - "Wed, 25 Mar 2020 19:10:41 GMT" + "Fri, 09 Apr 2021 00:06:08 GMT" ], "Content-Length": [ "34" @@ -203,22 +203,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/caches?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvY2FjaGVzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/caches?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9jYWNoZXM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d374ab1d-8b1e-4721-8990-19a2f2af64f6" + "9e64c80f-ef2d-4a18-9b52-1e6649c06435" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -231,29 +231,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "90069b18-9509-414b-be10-8cce27b5b721" + "3d5fb518-134c-4a59-9418-6947c04e640a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "11996" ], "x-ms-correlation-request-id": [ - "6d5a7658-094d-41fa-82a7-e84e9d95c3bd" + "342ed5be-1bef-4512-947b-797fb1a863bd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191042Z:6d5a7658-094d-41fa-82a7-e84e9d95c3bd" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210409T000610Z:342ed5be-1bef-4512-947b-797fb1a863bd" ], "Date": [ - "Wed, 25 Mar 2020 19:10:41 GMT" + "Fri, 09 Apr 2021 00:06:09 GMT" ], "Content-Length": [ - "439" + "490" ], "Content-Type": [ "application/json; charset=utf-8" @@ -262,26 +262,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/caches/eastus\",\r\n \"type\": \"Microsoft.ApiManagement/service/caches\",\r\n \"name\": \"eastus\",\r\n \"properties\": {\r\n \"description\": \"azsmnet6847\",\r\n \"connectionString\": \"{{5e7bacb107b43d0e38794634}}\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/caches/CentralUS\",\r\n \"type\": \"Microsoft.ApiManagement/service/caches\",\r\n \"name\": \"CentralUS\",\r\n \"properties\": {\r\n \"useFromLocation\": \"azsmnet6146\",\r\n \"description\": \"azsmnet3249\",\r\n \"connectionString\": \"{{606f9a710dcb2d0bc8115ef0}}\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/caches?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvY2FjaGVzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/caches?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9jYWNoZXM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0bc6b7c7-5428-4bd0-8120-69a6ac12c4b7" + "aeec3f40-e6e3-4c1e-879a-ab72b0e57d25" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -294,26 +294,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0f764ccf-dd31-48e3-bbd6-95211398bc23" + "b9538a3d-5c7e-4a57-b5cd-976120ac5d3b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "11995" ], "x-ms-correlation-request-id": [ - "0cc25921-b04f-468e-a32a-61bdb380302d" + "5fb0ae33-e436-491b-a92d-d350b8ca4bd2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191043Z:0cc25921-b04f-468e-a32a-61bdb380302d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210409T000610Z:5fb0ae33-e436-491b-a92d-d350b8ca4bd2" ], "Date": [ - "Wed, 25 Mar 2020 19:10:43 GMT" + "Fri, 09 Apr 2021 00:06:09 GMT" ], "Content-Length": [ "34" @@ -329,28 +329,28 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/caches/eastus?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvY2FjaGVzL2Vhc3R1cz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/caches/CentralUS?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9jYWNoZXMvQ2VudHJhbFVTP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"azsmnet6847\",\r\n \"connectionString\": \"azsmnet2069\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"azsmnet3249\",\r\n \"connectionString\": \"azsmnet7637\",\r\n \"useFromLocation\": \"azsmnet6146\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d4c2e590-d66c-487c-bb2d-b8ce0113eaf3" + "f0fe490f-2e42-44b1-b5b5-309eb283bd71" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "102" + "141" ] }, "ResponseHeaders": { @@ -361,13 +361,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANL0=\"" + "\"AAAAAAAAdp0=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "99f28c43-e8fb-4f61-9156-9011b4ddccb7" + "faf85f19-ca3d-4ce0-b34b-19787234ca90" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -376,19 +379,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "1eb6c644-2da0-4225-b93c-5fb61f6e4803" + "aeb616ec-8d3d-4cf3-baf0-4e2c03e43f9b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191042Z:1eb6c644-2da0-4225-b93c-5fb61f6e4803" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210409T000609Z:aeb616ec-8d3d-4cf3-baf0-4e2c03e43f9b" ], "Date": [ - "Wed, 25 Mar 2020 19:10:41 GMT" + "Fri, 09 Apr 2021 00:06:08 GMT" ], "Content-Length": [ - "363" + "410" ], "Content-Type": [ "application/json; charset=utf-8" @@ -397,26 +397,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/caches/eastus\",\r\n \"type\": \"Microsoft.ApiManagement/service/caches\",\r\n \"name\": \"eastus\",\r\n \"properties\": {\r\n \"description\": \"azsmnet6847\",\r\n \"connectionString\": \"{{5e7bacb107b43d0e38794634}}\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/caches/CentralUS\",\r\n \"type\": \"Microsoft.ApiManagement/service/caches\",\r\n \"name\": \"CentralUS\",\r\n \"properties\": {\r\n \"useFromLocation\": \"azsmnet6146\",\r\n \"description\": \"azsmnet3249\",\r\n \"connectionString\": \"{{606f9a710dcb2d0bc8115ef0}}\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/caches/eastus?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvY2FjaGVzL2Vhc3R1cz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/caches/CentralUS?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9jYWNoZXMvQ2VudHJhbFVTP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e8460e7b-7924-4f1a-8792-242f40ef222d" + "1882d740-1b61-45d9-9e50-332cdd80d76c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -427,34 +427,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANL0=\"" + "\"AAAAAAAAdp0=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "1352005c-da1a-4a33-9333-64852727c550" + "aa87d221-0f44-441a-99e2-e312e4c96635" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "11997" ], "x-ms-correlation-request-id": [ - "621e26b0-f9dd-4b0e-9091-3a1c40234845" + "1936384e-ec3c-4130-a1a0-ecb6f40acc4d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191042Z:621e26b0-f9dd-4b0e-9091-3a1c40234845" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210409T000609Z:1936384e-ec3c-4130-a1a0-ecb6f40acc4d" ], "Date": [ - "Wed, 25 Mar 2020 19:10:41 GMT" + "Fri, 09 Apr 2021 00:06:09 GMT" ], "Content-Length": [ - "363" + "410" ], "Content-Type": [ "application/json; charset=utf-8" @@ -463,29 +463,29 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/caches/eastus\",\r\n \"type\": \"Microsoft.ApiManagement/service/caches\",\r\n \"name\": \"eastus\",\r\n \"properties\": {\r\n \"description\": \"azsmnet6847\",\r\n \"connectionString\": \"{{5e7bacb107b43d0e38794634}}\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/caches/CentralUS\",\r\n \"type\": \"Microsoft.ApiManagement/service/caches\",\r\n \"name\": \"CentralUS\",\r\n \"properties\": {\r\n \"useFromLocation\": \"azsmnet6146\",\r\n \"description\": \"azsmnet3249\",\r\n \"connectionString\": \"{{606f9a710dcb2d0bc8115ef0}}\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/caches/eastus?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvY2FjaGVzL2Vhc3R1cz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/caches/CentralUS?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9jYWNoZXMvQ2VudHJhbFVTP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4bb3f471-9928-455f-9737-88428bfd53b7" + "76775761-6d95-4365-a0bb-eaf531d99225" ], "If-Match": [ - "\"AAAAAAAANL0=\"" + "\"AAAAAAAAdp0=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -498,8 +498,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "ad514ad4-6927-4f7e-931a-0d573b01bf53" + "9b91220a-28db-4ea8-846a-39f9a56f7e06" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -508,16 +511,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "5d824390-4ced-4677-8b42-ae79b8ed1e9c" + "9277d305-393a-4235-ae9e-259124fb1034" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191043Z:5d824390-4ced-4677-8b42-ae79b8ed1e9c" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210409T000610Z:9277d305-393a-4235-ae9e-259124fb1034" ], "Date": [ - "Wed, 25 Mar 2020 19:10:42 GMT" + "Fri, 09 Apr 2021 00:06:09 GMT" ], "Expires": [ "-1" @@ -530,13 +530,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/caches/eastus?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvY2FjaGVzL2Vhc3R1cz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/caches/CentralUS?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9jYWNoZXMvQ2VudHJhbFVTP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ddf02ca-0537-4536-8dc4-c314663acfbb" + "a7245ab5-ca5c-4dd4-99f5-176abc90106d" ], "If-Match": [ "*" @@ -545,10 +545,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -561,8 +561,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "19cb5006-fd30-4a9c-bf18-5f25dcc81997" + "af809ce9-3f76-47e0-814c-b6f76c7d08a7" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -571,16 +574,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "922c54fc-b2b6-4d76-a0fd-addb0518bee8" + "80786e53-0d02-4b0f-8a47-8e78de3977a5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191043Z:922c54fc-b2b6-4d76-a0fd-addb0518bee8" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210409T000610Z:80786e53-0d02-4b0f-8a47-8e78de3977a5" ], "Date": [ - "Wed, 25 Mar 2020 19:10:43 GMT" + "Fri, 09 Apr 2021 00:06:09 GMT" ], "Expires": [ "-1" @@ -590,22 +590,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cebb3a59-3059-4e6e-b141-a9b29b262625" + "f1436398-0e69-469a-a134-e415c64d70ae" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -618,29 +618,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "b7723d2d-bed3-490d-8368-3022803d9191" + "a309575b-66bc-4a95-a95b-97388cb417d8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "11994" ], "x-ms-correlation-request-id": [ - "e6349ff2-55e5-4b1a-83ab-ae84e3259324" + "8234c1db-0b56-419f-8ac5-89bc014a7c97" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191044Z:e6349ff2-55e5-4b1a-83ab-ae84e3259324" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210409T000610Z:8234c1db-0b56-419f-8ac5-89bc014a7c97" ], "Date": [ - "Wed, 25 Mar 2020 19:10:43 GMT" + "Fri, 09 Apr 2021 00:06:10 GMT" ], "Content-Length": [ - "509" + "514" ], "Content-Type": [ "application/json; charset=utf-8" @@ -649,17 +649,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/5e7bacb107b43d0e38794634\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"5e7bacb107b43d0e38794634\",\r\n \"properties\": {\r\n \"displayName\": \"cache-eastus-connection-5e7bacb107b43d0e38794635\",\r\n \"tags\": null,\r\n \"secret\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/606f9a710dcb2d0bc8115ef0\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"606f9a710dcb2d0bc8115ef0\",\r\n \"properties\": {\r\n \"displayName\": \"cache-CentralUS-connection-606f9a710dcb2d0bc8115ef1\",\r\n \"tags\": null,\r\n \"secret\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/5e7bacb107b43d0e38794634?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXMvNWU3YmFjYjEwN2I0M2QwZTM4Nzk0NjM0P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/606f9a710dcb2d0bc8115ef0?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy82MDZmOWE3MTBkY2IyZDBiYzgxMTVlZjA/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b56b64b7-f0e8-475e-a280-d68dc58aab86" + "b1bbc866-fd54-4ebe-801b-fe82a1062275" ], "If-Match": [ "*" @@ -668,10 +668,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -684,8 +684,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "7eaa324f-9691-4168-9e5b-439606d3a5a3" + "b89d524e-d56e-4790-8337-cd94ea8f7e39" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -694,16 +697,13 @@ "14997" ], "x-ms-correlation-request-id": [ - "8200b56a-b63a-43c2-a6a2-c551a9609627" + "feb193e4-f5ba-462b-a599-dc4208511819" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191044Z:8200b56a-b63a-43c2-a6a2-c551a9609627" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210409T000611Z:feb193e4-f5ba-462b-a599-dc4208511819" ], "Date": [ - "Wed, 25 Mar 2020 19:10:44 GMT" + "Fri, 09 Apr 2021 00:06:10 GMT" ], "Expires": [ "-1" @@ -718,17 +718,18 @@ ], "Names": { "CreateListUpdateDelete": [ - "azsmnet2069", - "azsmnet6847" + "azsmnet7637", + "azsmnet3249", + "azsmnet6146" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/CertificateTests/CreateListUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/CertificateTests/CreateListUpdateDelete.json index bf2c18041becc..6c59acfd2eb10 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/CertificateTests/CreateListUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/CertificateTests/CreateListUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3379e9e8-e2d7-4d43-85b2-f40a85f57f98" + "2bf3f76f-f440-41c2-a751-4720eea7af97" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "342" ] }, "ResponseHeaders": { @@ -33,14 +33,14 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVDb0=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fff87c47-0de0-450e-82ab-6c473ef03f63", - "b4106bf8-d460-49e6-828a-72559ec77f2d" + "feb622b7-a0b2-4ec7-957e-561bd45ee4de", + "b10c3a71-e7d4-4e2a-b212-77d7f99d070a" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -49,19 +49,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "d5ec7238-08a3-4549-ae3b-cc993b22c8e9" + "26fb040d-252e-4a12-87a0-9716b474055b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191809Z:d5ec7238-08a3-4549-ae3b-cc993b22c8e9" + "WESTCENTRALUS:20210420T000424Z:26fb040d-252e-4a12-87a0-9716b474055b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:18:09 GMT" + "Tue, 20 Apr 2021 00:04:24 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVDb0=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d43988e8-178b-4851-b43c-4c9965a95598" + "61442b0b-cb5a-45a0-bef6-2968d5c60e0d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVDb0=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3971b5ff-6df6-45af-b4e7-2e60235071fe" + "5baa29e2-44ba-4654-ad00-328a3a5cfe4a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "11999" ], "x-ms-correlation-request-id": [ - "76a7c091-b9a7-48ea-a112-8c29134b2c40" + "1305a247-006a-4195-a177-130d723bfd74" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191809Z:76a7c091-b9a7-48ea-a112-8c29134b2c40" + "WESTCENTRALUS:20210420T000425Z:1305a247-006a-4195-a177-130d723bfd74" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:18:09 GMT" + "Tue, 20 Apr 2021 00:04:24 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVDb0=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/certificates?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvY2VydGlmaWNhdGVzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9jZXJ0aWZpY2F0ZXM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85108f5f-b308-48a3-87af-af8f099e9c83" + "90bf40f4-3ab2-4533-84d2-2d3a9c295194" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,26 +168,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c752dc22-8693-4153-b96b-c7136f3fbb46" + "9b0662ab-a401-4be7-94aa-8851487ef697" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "11998" ], "x-ms-correlation-request-id": [ - "4be7a304-c01a-4cc4-8722-7d7940111b9f" + "8d0989a0-6fe3-4dda-81b7-58d9259b96ae" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191810Z:4be7a304-c01a-4cc4-8722-7d7940111b9f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210420T000425Z:8d0989a0-6fe3-4dda-81b7-58d9259b96ae" ], "Date": [ - "Wed, 25 Mar 2020 19:18:09 GMT" + "Tue, 20 Apr 2021 00:04:24 GMT" ], "Content-Length": [ "34" @@ -203,22 +203,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/certificates?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvY2VydGlmaWNhdGVzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9jZXJ0aWZpY2F0ZXM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "569530ea-d44a-4a05-95f9-749bdd226e76" + "62fabed1-e4b7-46cd-b893-be6748f7c1a5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -231,29 +231,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "637ed684-d1a1-4ee2-95c8-917d72fd060e" + "2b4f6574-3066-4e40-a6a6-351fbe85f668" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "11995" ], "x-ms-correlation-request-id": [ - "adefb50c-01a4-47a2-945e-106ae524000d" + "93388521-d582-49f4-9d7e-bc5547d46d71" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191811Z:adefb50c-01a4-47a2-945e-106ae524000d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210420T000428Z:93388521-d582-49f4-9d7e-bc5547d46d71" ], "Date": [ - "Wed, 25 Mar 2020 19:18:11 GMT" + "Tue, 20 Apr 2021 00:04:28 GMT" ], "Content-Length": [ - "534" + "1395" ], "Content-Type": [ "application/json; charset=utf-8" @@ -262,26 +262,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/certificates/certificateId9919\",\r\n \"type\": \"Microsoft.ApiManagement/service/certificates\",\r\n \"name\": \"certificateId9919\",\r\n \"properties\": {\r\n \"subject\": \"CN=*.msitesting.net\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"expirationDate\": \"2036-01-01T07:00:00Z\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/certificateId1793\",\r\n \"type\": \"Microsoft.ApiManagement/service/certificates\",\r\n \"name\": \"certificateId1793\",\r\n \"properties\": {\r\n \"subject\": \"CN=*.msitesting.net\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"expirationDate\": \"2036-01-01T07:00:00Z\",\r\n \"hasPrivateKey\": true\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/kvcertificateId5573\",\r\n \"type\": \"Microsoft.ApiManagement/service/certificates\",\r\n \"name\": \"kvcertificateId5573\",\r\n \"properties\": {\r\n \"subject\": \"CN=contoso.com\",\r\n \"thumbprint\": \"85D784035E2A43A6ABF7A9B2DC51263F63E0FA4C\",\r\n \"expirationDate\": \"2022-04-16T19:21:21Z\",\r\n \"hasPrivateKey\": true,\r\n \"keyVault\": {\r\n \"secretIdentifier\": \"https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1\",\r\n \"identityClientId\": null,\r\n \"lastStatus\": {\r\n \"code\": \"Success\",\r\n \"timeStampUtc\": \"2021-04-20T00:04:27.7463971Z\"\r\n }\r\n }\r\n }\r\n }\r\n ],\r\n \"count\": 2\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/certificates?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvY2VydGlmaWNhdGVzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9jZXJ0aWZpY2F0ZXM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "89a2d04c-b9da-4afe-a077-0b66ef076ed5" + "218fa4b2-4213-4919-86b3-8219d7de02c0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -294,26 +294,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "16ff71ed-db80-4616-91a7-3c609844ecc9" + "51300ec4-f1ea-4537-a9d0-97c0c66136a9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "11994" ], "x-ms-correlation-request-id": [ - "e9b80bdc-5496-47ef-acf3-1124f5146429" + "97ce3730-7425-4b41-a6d0-b51007b70c10" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191812Z:e9b80bdc-5496-47ef-acf3-1124f5146429" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210420T000429Z:97ce3730-7425-4b41-a6d0-b51007b70c10" ], "Date": [ - "Wed, 25 Mar 2020 19:18:12 GMT" + "Tue, 20 Apr 2021 00:04:28 GMT" ], "Content-Length": [ "34" @@ -329,22 +329,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/certificates/certificateId9919?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvY2VydGlmaWNhdGVzL2NlcnRpZmljYXRlSWQ5OTE5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/certificateId1793?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9jZXJ0aWZpY2F0ZXMvY2VydGlmaWNhdGVJZDE3OTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"data\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ\",\r\n \"password\": \"Password\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "16a051fa-4d6b-434a-b634-b3fa08bc9bd7" + "c4a41d54-4e54-403e-a529-fe80198cbd2d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -361,13 +361,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANbE=\"" + "\"AAAAAAAAfks=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "08f3334b-4db5-4c35-ac0d-0a06436ee4a0" + "4d57ecd5-af59-45f9-81d3-7b231d53abc0" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -376,19 +379,154 @@ "1198" ], "x-ms-correlation-request-id": [ - "6f68b0a9-bdcf-4c47-9184-defd21c2c689" + "547d9528-969a-4245-a56b-06db3dc11102" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210420T000426Z:547d9528-969a-4245-a56b-06db3dc11102" + ], + "Date": [ + "Tue, 20 Apr 2021 00:04:25 GMT" + ], + "Content-Length": [ + "484" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/certificateId1793\",\r\n \"type\": \"Microsoft.ApiManagement/service/certificates\",\r\n \"name\": \"certificateId1793\",\r\n \"properties\": {\r\n \"subject\": \"CN=*.msitesting.net\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"expirationDate\": \"2036-01-01T07:00:00Z\",\r\n \"hasPrivateKey\": true\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/certificateId1793?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9jZXJ0aWZpY2F0ZXMvY2VydGlmaWNhdGVJZDE3OTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "55805adc-55c1-4faa-919c-56985de6661d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAAfks=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "396c8b20-0e6e-4b1d-89c5-e7bab5b11b42" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "81430c7c-99b2-4dee-80b4-984c82a259f2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191811Z:6f68b0a9-bdcf-4c47-9184-defd21c2c689" + "WESTCENTRALUS:20210420T000426Z:81430c7c-99b2-4dee-80b4-984c82a259f2" + ], + "Date": [ + "Tue, 20 Apr 2021 00:04:25 GMT" + ], + "Content-Length": [ + "484" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/certificateId1793\",\r\n \"type\": \"Microsoft.ApiManagement/service/certificates\",\r\n \"name\": \"certificateId1793\",\r\n \"properties\": {\r\n \"subject\": \"CN=*.msitesting.net\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"expirationDate\": \"2036-01-01T07:00:00Z\",\r\n \"hasPrivateKey\": true\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/kvcertificateId5573?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9jZXJ0aWZpY2F0ZXMva3ZjZXJ0aWZpY2F0ZUlkNTU3Mz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"keyVault\": {\r\n \"secretIdentifier\": \"https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1\"\r\n }\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1dc17e53-084d-42b2-a387-f9207e0db5be" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "142" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAAfk4=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "x-ms-request-id": [ + "1d90e034-7444-41ae-87fe-8c6e03cfced3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-correlation-request-id": [ + "2895be26-ab33-46e6-af0b-2c81af0741e1" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210420T000427Z:2895be26-ab33-46e6-af0b-2c81af0741e1" + ], "Date": [ - "Wed, 25 Mar 2020 19:18:10 GMT" + "Tue, 20 Apr 2021 00:04:26 GMT" ], "Content-Length": [ - "454" + "748" ], "Content-Type": [ "application/json; charset=utf-8" @@ -397,26 +535,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/certificates/certificateId9919\",\r\n \"type\": \"Microsoft.ApiManagement/service/certificates\",\r\n \"name\": \"certificateId9919\",\r\n \"properties\": {\r\n \"subject\": \"CN=*.msitesting.net\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"expirationDate\": \"2036-01-01T07:00:00Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/kvcertificateId5573\",\r\n \"type\": \"Microsoft.ApiManagement/service/certificates\",\r\n \"name\": \"kvcertificateId5573\",\r\n \"properties\": {\r\n \"subject\": \"CN=contoso.com\",\r\n \"thumbprint\": \"85D784035E2A43A6ABF7A9B2DC51263F63E0FA4C\",\r\n \"expirationDate\": \"2022-04-16T19:21:21Z\",\r\n \"hasPrivateKey\": true,\r\n \"keyVault\": {\r\n \"secretIdentifier\": \"https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1\",\r\n \"identityClientId\": null,\r\n \"lastStatus\": {\r\n \"code\": \"Success\",\r\n \"timeStampUtc\": \"2021-04-20T00:04:26.6087306Z\"\r\n }\r\n }\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/certificates/certificateId9919?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvY2VydGlmaWNhdGVzL2NlcnRpZmljYXRlSWQ5OTE5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/kvcertificateId5573?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9jZXJ0aWZpY2F0ZXMva3ZjZXJ0aWZpY2F0ZUlkNTU3Mz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f683794-f675-4a59-8c05-0f516a4db84e" + "aafa369f-ee50-4b55-9d17-bbcf55118583" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -427,34 +565,100 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANbE=\"" + "\"AAAAAAAAfk4=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "a4c44adc-d880-4ec0-bbab-21080565dae7" + "673e41cc-98a8-4fdd-93f5-406689e4aa6d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "11996" ], "x-ms-correlation-request-id": [ - "f348579e-7ab9-4718-8c6f-2eb1c13a0920" + "d8ee0b39-9672-41b3-b7d1-adb553f02b71" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191811Z:f348579e-7ab9-4718-8c6f-2eb1c13a0920" + "WESTCENTRALUS:20210420T000427Z:d8ee0b39-9672-41b3-b7d1-adb553f02b71" + ], + "Date": [ + "Tue, 20 Apr 2021 00:04:27 GMT" + ], + "Content-Length": [ + "748" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/kvcertificateId5573\",\r\n \"type\": \"Microsoft.ApiManagement/service/certificates\",\r\n \"name\": \"kvcertificateId5573\",\r\n \"properties\": {\r\n \"subject\": \"CN=contoso.com\",\r\n \"thumbprint\": \"85D784035E2A43A6ABF7A9B2DC51263F63E0FA4C\",\r\n \"expirationDate\": \"2022-04-16T19:21:21Z\",\r\n \"hasPrivateKey\": true,\r\n \"keyVault\": {\r\n \"secretIdentifier\": \"https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1\",\r\n \"identityClientId\": null,\r\n \"lastStatus\": {\r\n \"code\": \"Success\",\r\n \"timeStampUtc\": \"2021-04-20T00:04:26.6087306Z\"\r\n }\r\n }\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/kvcertificateId5573/refreshSecret?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9jZXJ0aWZpY2F0ZXMva3ZjZXJ0aWZpY2F0ZUlkNTU3My9yZWZyZXNoU2VjcmV0P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7f8bd926-016a-4b64-a9bc-bb8d7a3f8513" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAAflA=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "x-ms-request-id": [ + "920f626b-b6ff-4f6a-91c4-a9dcfdf9d4c7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "e22541c9-2fba-41b1-908a-590b7ffc81f1" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210420T000428Z:e22541c9-2fba-41b1-908a-590b7ffc81f1" + ], "Date": [ - "Wed, 25 Mar 2020 19:18:11 GMT" + "Tue, 20 Apr 2021 00:04:27 GMT" ], "Content-Length": [ - "454" + "381" ], "Content-Type": [ "application/json; charset=utf-8" @@ -463,29 +667,29 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/certificates/certificateId9919\",\r\n \"type\": \"Microsoft.ApiManagement/service/certificates\",\r\n \"name\": \"certificateId9919\",\r\n \"properties\": {\r\n \"subject\": \"CN=*.msitesting.net\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"expirationDate\": \"2036-01-01T07:00:00Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/certificates/kvcertificateId5573\",\r\n \"subject\": \"CN=contoso.com\",\r\n \"thumbprint\": \"85D784035E2A43A6ABF7A9B2DC51263F63E0FA4C\",\r\n \"expirationDate\": \"2022-04-16T19:21:21Z\",\r\n \"hasPrivateKey\": true,\r\n \"keyVault\": {\r\n \"secretIdentifier\": \"https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1\",\r\n \"identityClientId\": null,\r\n \"lastStatus\": {\r\n \"code\": \"Success\",\r\n \"timeStampUtc\": \"2021-04-20T00:04:27.7463971Z\"\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/certificates/certificateId9919?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvY2VydGlmaWNhdGVzL2NlcnRpZmljYXRlSWQ5OTE5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/certificateId1793?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9jZXJ0aWZpY2F0ZXMvY2VydGlmaWNhdGVJZDE3OTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "383f6cfc-43f7-451d-93e8-b6ae251ed765" + "e1dd2b53-f38f-4385-a3c6-c447b85620f8" ], "If-Match": [ - "\"AAAAAAAANbE=\"" + "\"AAAAAAAAfks=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -498,8 +702,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c8e3de49-02e8-4298-846b-0eb4b59a1fb4" + "28f6cc22-6e10-436e-a7ee-b5b7e8fe2ac9" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -508,16 +715,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "fc2bdd63-5259-4fcd-96fa-babd33a69a13" + "f25ce22f-e032-4585-b464-9e87a2df1872" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191812Z:fc2bdd63-5259-4fcd-96fa-babd33a69a13" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210420T000428Z:f25ce22f-e032-4585-b464-9e87a2df1872" ], "Date": [ - "Wed, 25 Mar 2020 19:18:11 GMT" + "Tue, 20 Apr 2021 00:04:28 GMT" ], "Expires": [ "-1" @@ -530,13 +734,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/certificates/certificateId9919?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvY2VydGlmaWNhdGVzL2NlcnRpZmljYXRlSWQ5OTE5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/certificateId1793?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9jZXJ0aWZpY2F0ZXMvY2VydGlmaWNhdGVJZDE3OTM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46a3152a-632a-423e-ae2e-0fbef8172b4d" + "21b45629-29c8-437b-b83c-849207d62c89" ], "If-Match": [ "*" @@ -545,10 +749,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -561,47 +765,112 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "1db484bb-a7e4-4fd7-88af-954358f1852b" + "4101e5da-3b67-4edf-94cd-8ff7ca0e03b8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14997" ], "x-ms-correlation-request-id": [ - "26ef5ac8-2437-4b90-a46d-427a28b28f64" + "8fe23f2e-c16c-4b27-bf01-7ef3f2c80eb6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191813Z:26ef5ac8-2437-4b90-a46d-427a28b28f64" + "WESTCENTRALUS:20210420T000429Z:8fe23f2e-c16c-4b27-bf01-7ef3f2c80eb6" + ], + "Date": [ + "Tue, 20 Apr 2021 00:04:28 GMT" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 204 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/kvcertificateId5573?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9jZXJ0aWZpY2F0ZXMva3ZjZXJ0aWZpY2F0ZUlkNTU3Mz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bd210627-0a7a-40db-af11-970c734edc55" + ], + "If-Match": [ + "*" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "x-ms-request-id": [ + "34939d19-b68e-4d78-bac7-272cfd18a248" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "d6bf0ef3-f1a3-4bb2-b7af-5e56b4ff2c14" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210420T000429Z:d6bf0ef3-f1a3-4bb2-b7af-5e56b4ff2c14" + ], "Date": [ - "Wed, 25 Mar 2020 19:18:12 GMT" + "Tue, 20 Apr 2021 00:04:28 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", - "StatusCode": 204 + "StatusCode": 200 } ], "Names": { "CreateListUpdateDelete": [ - "certificateId9919" + "certificateId1793", + "kvcertificateId5573" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "testKeyVaultSecretUrl": "https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1", + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ContentTests/ListContentType.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ContentTests/ListContentType.json new file mode 100644 index 0000000000000..a84eca907ceb6 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ContentTests/ListContentType.json @@ -0,0 +1,217 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ce8c44ff-721a-4a12-91ba-67d96a63752e" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "342" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAV4qQ=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "d5985807-399d-4028-8a9f-495173e5d656", + "960e286d-3185-4d5f-b3ca-c1fedd73d298" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "2a180e12-0692-4638-93b7-26960634f3e5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210506T221418Z:2a180e12-0692-4638-93b7-26960634f3e5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 May 2021 22:14:18 GMT" + ], + "Content-Length": [ + "2344" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAV4qQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "89fe301f-63db-43c6-bf61-98a6ceff0bcd" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAV4qQ=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "3e902768-1518-43c8-a6b1-25ac774989e9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "59c15c32-af2e-46c7-9f9b-c451c28022a3" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210506T221419Z:59c15c32-af2e-46c7-9f9b-c451c28022a3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 06 May 2021 22:14:18 GMT" + ], + "Content-Length": [ + "2344" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAV4qQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/contentTypes?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9jb250ZW50VHlwZXM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "95437c4d-bb78-40e9-abe8-4d0edd715d43" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "565a337b-7786-4687-a972-dd650b0736f3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "ece9b23f-86ca-41e8-b5f7-1a6ade373cc0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210506T221419Z:ece9b23f-86ca-41e8-b5f7-1a6ade373cc0" + ], + "Date": [ + "Thu, 06 May 2021 22:14:18 GMT" + ], + "Content-Length": [ + "12996" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/contentTypes/page\",\r\n \"type\": \"Microsoft.ApiManagement/service/contentTypes\",\r\n \"name\": \"page\",\r\n \"properties\": {\r\n \"title\": \"Page\",\r\n \"description\": \"A regular page\",\r\n \"schema\": {\r\n \"properties\": {\r\n \"en_us\": {\r\n \"$ref\": \"#/definitions/metadata\"\r\n }\r\n },\r\n \"additionalProperties\": false,\r\n \"definitions\": {\r\n \"metadata\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"title\": {\r\n \"title\": \"Title\",\r\n \"description\": \"Page title. This property gets included in SEO attributes.\",\r\n \"type\": \"string\",\r\n \"indexed\": true\r\n },\r\n \"description\": {\r\n \"title\": \"Description\",\r\n \"description\": \"Page description. This property gets included in SEO attributes.\",\r\n \"type\": \"string\",\r\n \"indexed\": true\r\n },\r\n \"keywords\": {\r\n \"title\": \"Keywords\",\r\n \"description\": \"Page keywords. This property gets included in SEO attributes.\",\r\n \"type\": \"string\",\r\n \"indexed\": true\r\n },\r\n \"permalink\": {\r\n \"title\": \"Permalink\",\r\n \"description\": \"Page permalink, e.g. '/about'.\",\r\n \"type\": \"string\",\r\n \"indexed\": true\r\n },\r\n \"documentId\": {\r\n \"title\": \"Document ID\",\r\n \"description\": \"Reference to page content document.\",\r\n \"type\": \"string\"\r\n }\r\n },\r\n \"additionalProperties\": false,\r\n \"required\": [\r\n \"title\",\r\n \"permalink\",\r\n \"documentId\"\r\n ]\r\n }\r\n }\r\n },\r\n \"version\": \"1.0.0\"\r\n }\r\n },\r\n {\r\n \"id\": \"/contentTypes/document\",\r\n \"type\": \"Microsoft.ApiManagement/service/contentTypes\",\r\n \"name\": \"document\",\r\n \"properties\": {\r\n \"title\": \"Document\",\r\n \"description\": \"Content document\",\r\n \"schema\": {\r\n \"properties\": {\r\n \"type\": {\r\n \"title\": \"Type\",\r\n \"description\": \"Root node type\",\r\n \"type\": \"string\"\r\n },\r\n \"nodes\": {\r\n \"title\": \"Nodes\",\r\n \"description\": \"Root node collection of content elements.\",\r\n \"type\": \"array\"\r\n }\r\n },\r\n \"additionalProperties\": true\r\n },\r\n \"version\": \"1.0.0\"\r\n }\r\n },\r\n {\r\n \"id\": \"/contentTypes/layout\",\r\n \"type\": \"Microsoft.ApiManagement/service/contentTypes\",\r\n \"name\": \"layout\",\r\n \"properties\": {\r\n \"title\": \"Layout\",\r\n \"description\": \"A template defining content layout, e.g. master page\",\r\n \"schema\": {\r\n \"properties\": {\r\n \"en_us\": {\r\n \"$ref\": \"#/definitions/metadata\"\r\n }\r\n },\r\n \"additionalProperties\": false,\r\n \"definitions\": {\r\n \"metadata\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"title\": {\r\n \"title\": \"Title\",\r\n \"description\": \"Layout title.\",\r\n \"type\": \"string\",\r\n \"indexed\": true\r\n },\r\n \"description\": {\r\n \"title\": \"Description\",\r\n \"description\": \"Layout description.\",\r\n \"type\": \"string\",\r\n \"indexed\": true\r\n },\r\n \"permalinkTemplate\": {\r\n \"title\": \"Permalink template\",\r\n \"description\": \"Determines which layout gets applied to a content item with certain permalink, e.g. '/blog/{postId}'.\",\r\n \"type\": \"string\",\r\n \"indexed\": true\r\n },\r\n \"documentId\": {\r\n \"title\": \"Document ID\",\r\n \"description\": \"Reference to layout content document.\",\r\n \"type\": \"string\"\r\n }\r\n },\r\n \"additionalProperties\": false,\r\n \"required\": [\r\n \"title\",\r\n \"permalinkTemplate\",\r\n \"documentId\"\r\n ]\r\n }\r\n }\r\n },\r\n \"version\": \"1.0.0\"\r\n }\r\n },\r\n {\r\n \"id\": \"/contentTypes/blogpost\",\r\n \"type\": \"Microsoft.ApiManagement/service/contentTypes\",\r\n \"name\": \"blogpost\",\r\n \"properties\": {\r\n \"title\": \"Blog post\",\r\n \"description\": \"A blog post\",\r\n \"schema\": {\r\n \"properties\": {\r\n \"en_us\": {\r\n \"$ref\": \"#/definitions/metadata\"\r\n }\r\n },\r\n \"additionalProperties\": false,\r\n \"definitions\": {\r\n \"metadata\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"title\": {\r\n \"title\": \"Title\",\r\n \"description\": \"Blog post title. This property gets included in SEO attributes.\",\r\n \"type\": \"string\",\r\n \"indexed\": true\r\n },\r\n \"description\": {\r\n \"title\": \"Description\",\r\n \"description\": \"Blog post description. This property gets included in SEO attributes.\",\r\n \"type\": \"string\",\r\n \"indexed\": true\r\n },\r\n \"keywords\": {\r\n \"title\": \"Keywords\",\r\n \"description\": \"Blog post keywords. This property gets included in SEO attributes.\",\r\n \"type\": \"string\",\r\n \"indexed\": true\r\n },\r\n \"permalink\": {\r\n \"title\": \"Permalink\",\r\n \"description\": \"Blog post permalink, e.g. '/blog/build-a-ci-cd-pipeline-for-api-management'.\",\r\n \"type\": \"string\",\r\n \"indexed\": true\r\n },\r\n \"documentId\": {\r\n \"title\": \"Document ID\",\r\n \"description\": \"Reference to blog post content document.\",\r\n \"type\": \"string\"\r\n }\r\n },\r\n \"additionalProperties\": false,\r\n \"required\": [\r\n \"title\",\r\n \"permalink\",\r\n \"documentId\"\r\n ]\r\n }\r\n }\r\n },\r\n \"version\": \"1.0.0\"\r\n }\r\n },\r\n {\r\n \"id\": \"/contentTypes/blob\",\r\n \"type\": \"Microsoft.ApiManagement/service/contentTypes\",\r\n \"name\": \"blob\",\r\n \"properties\": {\r\n \"title\": \"Blob\",\r\n \"description\": \"A file or any other kind of unstructured data.\",\r\n \"schema\": {\r\n \"properties\": {\r\n \"blobId\": {\r\n \"title\": \"Blob ID\",\r\n \"description\": \"Unique blob identifier.\",\r\n \"type\": \"string\"\r\n },\r\n \"description\": {\r\n \"title\": \"Description\",\r\n \"description\": \"Blob description.\",\r\n \"type\": \"string\",\r\n \"indexed\": true\r\n },\r\n \"keywords\": {\r\n \"title\": \"Keywords\",\r\n \"description\": \"Blob keywords.\",\r\n \"type\": \"string\",\r\n \"indexed\": true\r\n },\r\n \"permalink\": {\r\n \"title\": \"Permalink\",\r\n \"description\": \"Blob permalink, e.g. '/images/picture.png'.\",\r\n \"type\": \"string\",\r\n \"indexed\": true\r\n },\r\n \"downloadUrl\": {\r\n \"title\": \"Download URL\",\r\n \"description\": \"Download URL. If specified, it can be used for direct download.\",\r\n \"type\": \"string\"\r\n },\r\n \"fileName\": {\r\n \"title\": \"File name\",\r\n \"description\": \"Blob file name, e.g. 'picture.png'. It is used to name target file during publishing.\",\r\n \"type\": \"string\",\r\n \"indexed\": true\r\n },\r\n \"mimeType\": {\r\n \"title\": \"Mime type\",\r\n \"displayName\": \"Mime type\",\r\n \"type\": \"string\"\r\n }\r\n },\r\n \"additionalProperties\": false,\r\n \"required\": [\r\n \"permalink\",\r\n \"fileName\",\r\n \"mimeType\"\r\n ]\r\n },\r\n \"version\": \"1.0.0\"\r\n }\r\n },\r\n {\r\n \"id\": \"/contentTypes/url\",\r\n \"type\": \"Microsoft.ApiManagement/service/contentTypes\",\r\n \"name\": \"url\",\r\n \"properties\": {\r\n \"title\": \"URL\",\r\n \"description\": \"A URL referencing an external resource\",\r\n \"schema\": {\r\n \"properties\": {\r\n \"title\": {\r\n \"title\": \"Title\",\r\n \"description\": \"URL title.\",\r\n \"type\": \"string\",\r\n \"indexed\": true\r\n },\r\n \"description\": {\r\n \"title\": \"Description\",\r\n \"description\": \"URL description.\",\r\n \"type\": \"string\",\r\n \"indexed\": true\r\n },\r\n \"permalink\": {\r\n \"title\": \"Permalink\",\r\n \"description\": \"External resource permalink, e.g. 'https://portal.azure.com'\",\r\n \"type\": \"string\",\r\n \"indexed\": true\r\n }\r\n },\r\n \"additionalProperties\": false,\r\n \"required\": [\r\n \"title\",\r\n \"permalink\"\r\n ]\r\n },\r\n \"version\": \"1.0.0\"\r\n }\r\n },\r\n {\r\n \"id\": \"/contentTypes/navigation\",\r\n \"type\": \"Microsoft.ApiManagement/service/contentTypes\",\r\n \"name\": \"navigation\",\r\n \"properties\": {\r\n \"title\": \"Navigation item\",\r\n \"description\": \"Top level navigation item, e.g. 'Main menu'.\",\r\n \"schema\": {\r\n \"properties\": {\r\n \"en_us\": {\r\n \"$ref\": \"#/definitions/metadata\"\r\n }\r\n },\r\n \"additionalProperties\": false,\r\n \"definitions\": {\r\n \"metadata\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"title\": {\r\n \"title\": \"Title\",\r\n \"description\": \"Navigation item title.\",\r\n \"type\": \"string\",\r\n \"indexed\": true\r\n },\r\n \"description\": {\r\n \"title\": \"Description\",\r\n \"description\": \"Navigation item description.\",\r\n \"type\": \"string\",\r\n \"indexed\": true\r\n },\r\n \"navigationItems\": {\r\n \"title\": \"Navigation items\",\r\n \"description\": \"Descendant navigation items\",\r\n \"type\": \"array\"\r\n }\r\n },\r\n \"additionalProperties\": false,\r\n \"required\": [\r\n \"title\"\r\n ]\r\n }\r\n }\r\n },\r\n \"version\": \"1.0.0\"\r\n }\r\n },\r\n {\r\n \"id\": \"/contentTypes/block\",\r\n \"type\": \"Microsoft.ApiManagement/service/contentTypes\",\r\n \"name\": \"block\",\r\n \"properties\": {\r\n \"title\": \"Block\",\r\n \"description\": \"A design block for building the content.\",\r\n \"schema\": {\r\n \"properties\": {\r\n \"en_us\": {\r\n \"$ref\": \"#/definitions/metadata\"\r\n }\r\n },\r\n \"additionalProperties\": false,\r\n \"definitions\": {\r\n \"metadata\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"title\": {\r\n \"title\": \"Title\",\r\n \"description\": \"Block title. This property gets included in SEO attributes.\",\r\n \"type\": \"string\",\r\n \"indexed\": true\r\n },\r\n \"description\": {\r\n \"title\": \"Description\",\r\n \"description\": \"Block description. This property gets included in SEO attributes.\",\r\n \"type\": \"string\",\r\n \"indexed\": true\r\n },\r\n \"documentId\": {\r\n \"title\": \"Document ID\",\r\n \"description\": \"Reference to block content document.\",\r\n \"type\": \"string\"\r\n },\r\n \"type\": {\r\n \"title\": \"Block type\",\r\n \"description\": \"Block type, e.g. page, section, etc.\",\r\n \"type\": \"string\",\r\n \"indexed\": true\r\n }\r\n },\r\n \"additionalProperties\": false,\r\n \"required\": [\r\n \"title\",\r\n \"documentId\"\r\n ]\r\n }\r\n }\r\n },\r\n \"version\": \"1.0.0\"\r\n }\r\n }\r\n ],\r\n \"count\": 8\r\n}", + "StatusCode": 200 + } + ], + "Names": {}, + "Variables": { + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", + "TestCertificatePassword": "Password", + "testKeyVaultSecretUrl": "https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1", + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" + } +} \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/DelegationSettingTests/CreateUpdateReset.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/DelegationSettingTests/CreateUpdateReset.json index 2d0041cde3e24..3604504aa029b 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/DelegationSettingTests/CreateUpdateReset.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/DelegationSettingTests/CreateUpdateReset.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e6c158e9-8eb2-46a8-8782-3d04399bb80c" + "32594c41-fa32-47a5-a3b8-d8ff9d6ce0c2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f0e52e7e-ae7d-46f7-9087-586ac3394bf1", - "d6804fac-0048-4c80-afc5-c165ec186df9" + "191c3c2b-7242-4854-af54-9acce1e9886b", + "a64603e5-214e-46a9-b619-c1fb98aeedd9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1199" ], "x-ms-correlation-request-id": [ - "de22ae11-b352-4a6b-909b-d534c1c8854d" + "51dd3380-abb4-45a9-93c5-8dc530d478ba" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191407Z:de22ae11-b352-4a6b-909b-d534c1c8854d" + "WESTUS:20210408T214319Z:51dd3380-abb4-45a9-93c5-8dc530d478ba" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:14:07 GMT" + "Thu, 08 Apr 2021 21:43:18 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b9afa853-2d40-4498-8d91-56e4fabe3ebc" + "26ff4e11-bab0-4b74-81df-fc829eb2721a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7e89a570-424d-4dbb-8841-bb480dae9332" + "bb4111c2-ced4-4bb6-9fad-9e5980131c8b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" + "11999" ], "x-ms-correlation-request-id": [ - "c155a06c-7b1b-4994-8dd5-d69fe68e91ed" + "031e4512-5cff-4b57-90db-02f59cc27ded" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191408Z:c155a06c-7b1b-4994-8dd5-d69fe68e91ed" + "WESTUS:20210408T214319Z:031e4512-5cff-4b57-90db-02f59cc27ded" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:14:07 GMT" + "Thu, 08 Apr 2021 21:43:18 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/portalsettings/delegation?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcG9ydGFsc2V0dGluZ3MvZGVsZWdhdGlvbj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/delegation?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb3J0YWxzZXR0aW5ncy9kZWxlZ2F0aW9uP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2502efff-cef9-4090-a52d-b9287ce26d24" + "0b6fc43e-a0e5-4aea-8c0b-c17191645ca5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -166,34 +166,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAANz6JgAAAAAAAA==\"" + "\"AAAAAAAAAIQzBwAAAAAAAA==\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "853e94be-c2d8-4bae-b829-d9d4dc3a4e02" + "7080aeba-6e0a-47f2-80b0-b57082343a12" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" + "11998" ], "x-ms-correlation-request-id": [ - "0e285bda-b2e1-4ff6-9eb5-23d2c742921e" + "9782b781-06f7-4972-8927-4c7f0a1262f8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191408Z:0e285bda-b2e1-4ff6-9eb5-23d2c742921e" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214319Z:9782b781-06f7-4972-8927-4c7f0a1262f8" ], "Date": [ - "Wed, 25 Mar 2020 19:14:08 GMT" + "Thu, 08 Apr 2021 21:43:18 GMT" ], "Content-Length": [ - "508" + "510" ], "Content-Type": [ "application/json; charset=utf-8" @@ -202,26 +202,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/portalsettings/delegation\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalsettings\",\r\n \"name\": \"delegation\",\r\n \"properties\": {\r\n \"url\": null,\r\n \"validationKey\": null,\r\n \"subscriptions\": {\r\n \"enabled\": false\r\n },\r\n \"userRegistration\": {\r\n \"enabled\": false\r\n },\r\n \"enabled\": false,\r\n \"termsOfService\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/delegation\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalsettings\",\r\n \"name\": \"delegation\",\r\n \"properties\": {\r\n \"url\": null,\r\n \"validationKey\": null,\r\n \"subscriptions\": {\r\n \"enabled\": false\r\n },\r\n \"userRegistration\": {\r\n \"enabled\": false\r\n },\r\n \"enabled\": false,\r\n \"termsOfService\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/portalsettings/delegation?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcG9ydGFsc2V0dGluZ3MvZGVsZWdhdGlvbj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/delegation?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb3J0YWxzZXR0aW5ncy9kZWxlZ2F0aW9uP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "966b4013-30ba-4ee6-835e-10963eec7b19" + "22549027-b1fc-4b39-b10c-84151a1e7b8b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -232,34 +232,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAQHWTMAAAAAAAAA==\"" + "\"AAAAAAAAwN9eIwAAAAAAAA==\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "aa55b7ea-abb8-4ab1-9714-3ef7586167bf" + "4df177d7-bf0b-4c8a-811c-96da4492032e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" + "11996" ], "x-ms-correlation-request-id": [ - "18868011-404b-4d1a-939b-b27f136e432a" + "18f47804-4f61-4af6-abb9-596af0a75200" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191410Z:18868011-404b-4d1a-939b-b27f136e432a" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214321Z:18f47804-4f61-4af6-abb9-596af0a75200" ], "Date": [ - "Wed, 25 Mar 2020 19:14:09 GMT" + "Thu, 08 Apr 2021 21:43:20 GMT" ], "Content-Length": [ - "508" + "510" ], "Content-Type": [ "application/json; charset=utf-8" @@ -268,26 +268,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/portalsettings/delegation\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalsettings\",\r\n \"name\": \"delegation\",\r\n \"properties\": {\r\n \"url\": null,\r\n \"validationKey\": null,\r\n \"subscriptions\": {\r\n \"enabled\": false\r\n },\r\n \"userRegistration\": {\r\n \"enabled\": false\r\n },\r\n \"enabled\": false,\r\n \"termsOfService\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/delegation\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalsettings\",\r\n \"name\": \"delegation\",\r\n \"properties\": {\r\n \"url\": null,\r\n \"validationKey\": null,\r\n \"subscriptions\": {\r\n \"enabled\": false\r\n },\r\n \"userRegistration\": {\r\n \"enabled\": false\r\n },\r\n \"enabled\": false,\r\n \"termsOfService\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/portalsettings/delegation?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcG9ydGFsc2V0dGluZ3MvZGVsZWdhdGlvbj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/delegation?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb3J0YWxzZXR0aW5ncy9kZWxlZ2F0aW9uP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"url\": \"https://delegationserver6559/\",\r\n \"validationKey\": \"wNzfs+PRPI6hzS1DO2HdN8eKT6pCdefFhfhTCOhxj7hJUkBlsS9IuG+bRRCKko9JaV5LYVb5M0r1Gi3qfjSmLw==\",\r\n \"subscriptions\": {\r\n \"enabled\": true\r\n },\r\n \"userRegistration\": {\r\n \"enabled\": true\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"url\": \"https://delegationserver8569/\",\r\n \"validationKey\": \"13vmMTPdEMFn6TnyNli7XAc9FjH8H0aGMBbLbKWDJ/Pz3GBtNR49GTCATEldlodvrhJtw5uIlrc1XwEdEqQb4w==\",\r\n \"subscriptions\": {\r\n \"enabled\": true\r\n },\r\n \"userRegistration\": {\r\n \"enabled\": true\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "00d2b1db-cb07-47a6-beb3-252450dee71d" + "04d1c5a9-37d6-49e8-a045-ad6f92cba774" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -304,34 +304,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAQGVzLgAAAAAAAA==\"" + "\"AAAAAAAAwN92JQAAAAAAAA==\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c06bc99e-a322-4530-878f-43085897b872" + "aecbb35b-32cf-4d5a-9691-d0ff1a7009c2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1198" ], "x-ms-correlation-request-id": [ - "aec91a82-1ee9-4a0e-b5a6-c1286842260b" + "2bf33d3b-05cc-4903-87e3-db2f28259d52" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191409Z:aec91a82-1ee9-4a0e-b5a6-c1286842260b" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214320Z:2bf33d3b-05cc-4903-87e3-db2f28259d52" ], "Date": [ - "Wed, 25 Mar 2020 19:14:08 GMT" + "Thu, 08 Apr 2021 21:43:19 GMT" ], "Content-Length": [ - "619" + "621" ], "Content-Type": [ "application/json; charset=utf-8" @@ -340,26 +340,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/portalsettings/delegation\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalsettings\",\r\n \"name\": \"delegation\",\r\n \"properties\": {\r\n \"url\": \"https://delegationserver6559/\",\r\n \"validationKey\": \"wNzfs+PRPI6hzS1DO2HdN8eKT6pCdefFhfhTCOhxj7hJUkBlsS9IuG+bRRCKko9JaV5LYVb5M0r1Gi3qfjSmLw==\",\r\n \"subscriptions\": {\r\n \"enabled\": true\r\n },\r\n \"userRegistration\": {\r\n \"enabled\": true\r\n },\r\n \"enabled\": false,\r\n \"termsOfService\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/delegation\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalsettings\",\r\n \"name\": \"delegation\",\r\n \"properties\": {\r\n \"url\": \"https://delegationserver8569/\",\r\n \"validationKey\": \"13vmMTPdEMFn6TnyNli7XAc9FjH8H0aGMBbLbKWDJ/Pz3GBtNR49GTCATEldlodvrhJtw5uIlrc1XwEdEqQb4w==\",\r\n \"subscriptions\": {\r\n \"enabled\": true\r\n },\r\n \"userRegistration\": {\r\n \"enabled\": true\r\n },\r\n \"enabled\": false,\r\n \"termsOfService\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/portalsettings/delegation?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcG9ydGFsc2V0dGluZ3MvZGVsZWdhdGlvbj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/delegation?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb3J0YWxzZXR0aW5ncy9kZWxlZ2F0aW9uP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1e5a718f-3fa9-4f85-b08b-f9c584a51c75" + "47d1194a-d229-4b92-a49b-1b609c1cbced" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -370,31 +370,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAQGVzLgAAAAAAAA==\"" + "\"AAAAAAAAwN92JQAAAAAAAA==\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "9d526051-c512-4c15-a77b-6287c6f33ba7" + "cc3ecff9-9447-4bc8-9103-8c247db2bd03" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" + "11997" ], "x-ms-correlation-request-id": [ - "b4a2a3fa-456c-45e9-9188-98a9b94c3eaf" + "686377a4-406c-4935-a5f7-c97781a2a582" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191409Z:b4a2a3fa-456c-45e9-9188-98a9b94c3eaf" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214320Z:686377a4-406c-4935-a5f7-c97781a2a582" ], "Date": [ - "Wed, 25 Mar 2020 19:14:09 GMT" + "Thu, 08 Apr 2021 21:43:19 GMT" ], "Content-Length": [ "0" @@ -407,25 +407,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/portalsettings/delegation?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcG9ydGFsc2V0dGluZ3MvZGVsZWdhdGlvbj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/delegation?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb3J0YWxzZXR0aW5ncy9kZWxlZ2F0aW9uP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"url\": \"https://delegationserver6559/\",\r\n \"validationKey\": \"wNzfs+PRPI6hzS1DO2HdN8eKT6pCdefFhfhTCOhxj7hJUkBlsS9IuG+bRRCKko9JaV5LYVb5M0r1Gi3qfjSmLw==\",\r\n \"subscriptions\": {\r\n \"enabled\": false\r\n },\r\n \"userRegistration\": {\r\n \"enabled\": false\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"url\": \"https://delegationserver8569/\",\r\n \"validationKey\": \"13vmMTPdEMFn6TnyNli7XAc9FjH8H0aGMBbLbKWDJ/Pz3GBtNR49GTCATEldlodvrhJtw5uIlrc1XwEdEqQb4w==\",\r\n \"subscriptions\": {\r\n \"enabled\": false\r\n },\r\n \"userRegistration\": {\r\n \"enabled\": false\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "50fe41b8-debe-4f63-9592-b909f821dbd2" + "ab1de824-db91-49fa-b422-5af6138dc0f0" ], "If-Match": [ - "\"AAAAAAAAQGVzLgAAAAAAAA==\"" + "\"AAAAAAAAwN92JQAAAAAAAA==\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -444,26 +444,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "f3173af3-d048-4fd2-84a2-034a541f3157" + "ea19cdc6-3917-4934-a322-4e5ef4bee47f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1197" ], "x-ms-correlation-request-id": [ - "088f5cac-6b25-400d-baf2-a22b171bfac6" + "5d64dd47-53ca-4982-8411-0b63d853a1b2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191409Z:088f5cac-6b25-400d-baf2-a22b171bfac6" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214320Z:5d64dd47-53ca-4982-8411-0b63d853a1b2" ], "Date": [ - "Wed, 25 Mar 2020 19:14:09 GMT" + "Thu, 08 Apr 2021 21:43:20 GMT" ], "Expires": [ "-1" @@ -473,13 +473,13 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/portalsettings/delegation?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcG9ydGFsc2V0dGluZ3MvZGVsZWdhdGlvbj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/delegation?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb3J0YWxzZXR0aW5ncy9kZWxlZ2F0aW9uP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"subscriptions\": {\r\n \"enabled\": false\r\n },\r\n \"userRegistration\": {\r\n \"enabled\": false\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b54bcf21-e7a8-4a08-8cee-b92a25bbc5a6" + "f98a43cd-3e82-4c8a-b07a-80e833b86171" ], "If-Match": [ "*" @@ -488,10 +488,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -510,26 +510,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "f6a52640-4409-4efc-bc7e-b2f8e5d572b0" + "9ccdf763-2f52-4e2a-85e0-37d26113a854" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1196" ], "x-ms-correlation-request-id": [ - "d1627db2-1e25-4e24-b17d-3cd2b8b386ab" + "605e5707-a34a-4b42-a4d6-ad156837d2a7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191410Z:d1627db2-1e25-4e24-b17d-3cd2b8b386ab" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214321Z:605e5707-a34a-4b42-a4d6-ad156837d2a7" ], "Date": [ - "Wed, 25 Mar 2020 19:14:10 GMT" + "Thu, 08 Apr 2021 21:43:20 GMT" ], "Expires": [ "-1" @@ -541,16 +541,16 @@ ], "Names": { "CreateUpdateReset": [ - "delegationServer6559" + "delegationServer8569" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/DiagnosticTests/CreateListUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/DiagnosticTests/CreateListUpdateDelete.json index 92e55fa02e51c..f508cac8bc587 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/DiagnosticTests/CreateListUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/DiagnosticTests/CreateListUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fbb3d650-88f6-4dc5-8db9-0a8365eac3b3" + "cdabee5f-c91e-445c-81f7-4b59bd3755ba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4276efc3-8115-4e69-8b48-b422c03c691e", - "c207cd41-03c5-4157-b45c-8084e438c3c9" + "6f957b35-0779-437e-bf4c-48b1b3dde2ae", + "8c569cb5-fa91-4fb0-a514-a4f49e963215" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1199" ], "x-ms-correlation-request-id": [ - "ca292d82-b670-4f07-9882-9e66a3673655" + "c84bae71-899d-4e8d-9cc2-541d343b7658" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191346Z:ca292d82-b670-4f07-9882-9e66a3673655" + "WESTUS:20210408T215012Z:c84bae71-899d-4e8d-9cc2-541d343b7658" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:13:45 GMT" + "Thu, 08 Apr 2021 21:50:12 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e0d27d4-2e83-4cef-9036-f03758f3593d" + "73d59994-177a-4960-9f5b-adc972b08efb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0c22f201-7e83-49a6-a61c-6df6c1bc8040" + "ffc1bfd8-9046-4c1e-8276-dc739ab24736" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "11999" ], "x-ms-correlation-request-id": [ - "6762fca8-52b0-46e0-8f81-ab627a1fb712" + "c129589b-3016-413d-bc13-58a3f12b09de" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191346Z:6762fca8-52b0-46e0-8f81-ab627a1fb712" + "WESTUS:20210408T215013Z:c129589b-3016-413d-bc13-58a3f12b09de" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:13:46 GMT" + "Thu, 08 Apr 2021 21:50:12 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/diagnostics?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZGlhZ25vc3RpY3M/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/diagnostics?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9kaWFnbm9zdGljcz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ad0fa68f-7891-4e0b-9906-a7841bda2a2d" + "2bd9da51-cf12-49b9-a654-bc346b2c8ca6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,26 +168,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "74e0203a-17b1-4489-8029-520fac7f5432" + "8a61b9e3-bbfa-42e9-8bd7-479f3821487c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "11998" ], "x-ms-correlation-request-id": [ - "b1d0999e-80d4-42f6-8184-d8fbbae84749" + "e74aa128-797c-4d6c-8f09-3bbddd878a47" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191347Z:b1d0999e-80d4-42f6-8184-d8fbbae84749" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215013Z:e74aa128-797c-4d6c-8f09-3bbddd878a47" ], "Date": [ - "Wed, 25 Mar 2020 19:13:46 GMT" + "Thu, 08 Apr 2021 21:50:12 GMT" ], "Content-Length": [ "34" @@ -203,22 +203,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/appInsights7055?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9hcHBJbnNpZ2h0czcwNTU/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/appInsights6121?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL2FwcEluc2lnaHRzNjEyMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"credentials\": {\r\n \"instrumentationKey\": \"a716ebf3-8cc6-462c-bb49-d28ad0b60b04\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"credentials\": {\r\n \"instrumentationKey\": \"7ec7fc84-3154-413f-8c6a-d57791b6022d\"\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e7444881-5ff8-4015-b003-b2ae0bd5e219" + "39b333d7-e069-44f8-a469-44c1e7f43930" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -235,34 +235,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANUM=\"" + "\"AAAAAAAAbqs=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "4d40a611-0abb-4ed8-8190-0bf42fa7fc99" + "7037f64b-d3a6-48f5-b1dd-b18a294f9058" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1198" ], "x-ms-correlation-request-id": [ - "a4eaad50-8a6d-4b29-83fc-73c0d64ac2cc" + "f4db5d72-c84a-4cea-9fa7-cf73df5eb6b9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191350Z:a4eaad50-8a6d-4b29-83fc-73c0d64ac2cc" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215016Z:f4db5d72-c84a-4cea-9fa7-cf73df5eb6b9" ], "Date": [ - "Wed, 25 Mar 2020 19:13:50 GMT" + "Thu, 08 Apr 2021 21:50:15 GMT" ], "Content-Length": [ - "518" + "521" ], "Content-Type": [ "application/json; charset=utf-8" @@ -271,32 +271,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/appInsights7055\",\r\n \"type\": \"Microsoft.ApiManagement/service/loggers\",\r\n \"name\": \"appInsights7055\",\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"description\": null,\r\n \"credentials\": {\r\n \"instrumentationKey\": \"{{Logger-Credentials-5e7bad6e07b43d0e3879465f}}\"\r\n },\r\n \"isBuffered\": true,\r\n \"resourceId\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/appInsights6121\",\r\n \"type\": \"Microsoft.ApiManagement/service/loggers\",\r\n \"name\": \"appInsights6121\",\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"description\": null,\r\n \"credentials\": {\r\n \"instrumentationKey\": \"{{Logger-Credentials--606f7a970dcb2d108ce1c44c}}\"\r\n },\r\n \"isBuffered\": true,\r\n \"resourceId\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/diagnostics/applicationinsights?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZGlhZ25vc3RpY3MvYXBwbGljYXRpb25pbnNpZ2h0cz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/diagnostics/applicationinsights?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"loggerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/appInsights7055\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"loggerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/appInsights6121\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c10d47a8-ea2d-4d2e-a1ff-af055c53c592" + "62c43c51-843b-4cf1-bacf-4500aa3fc128" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "215" + "217" ] }, "ResponseHeaders": { @@ -307,34 +307,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANUU=\"" + "\"AAAAAAAAbq0=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "9774c3f8-dcf7-4366-96c5-9a96445400ea" + "68e2037b-2c58-476c-beea-3687e46ea159" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1197" ], "x-ms-correlation-request-id": [ - "d23d1092-5d03-4130-9700-f63394677c72" + "7764970e-e50e-4de5-9dbd-5911a0244e3b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191350Z:d23d1092-5d03-4130-9700-f63394677c72" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215016Z:7764970e-e50e-4de5-9dbd-5911a0244e3b" ], "Date": [ - "Wed, 25 Mar 2020 19:13:50 GMT" + "Thu, 08 Apr 2021 21:50:15 GMT" ], "Content-Length": [ - "655" + "659" ], "Content-Type": [ "application/json; charset=utf-8" @@ -343,35 +343,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/diagnostics/applicationinsights\",\r\n \"type\": \"Microsoft.ApiManagement/service/diagnostics\",\r\n \"name\": \"applicationinsights\",\r\n \"properties\": {\r\n \"alwaysLog\": null,\r\n \"httpCorrelationProtocol\": \"Legacy\",\r\n \"logClientIp\": true,\r\n \"loggerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/appInsights7055\",\r\n \"sampling\": null,\r\n \"frontend\": null,\r\n \"backend\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/diagnostics/applicationinsights\",\r\n \"type\": \"Microsoft.ApiManagement/service/diagnostics\",\r\n \"name\": \"applicationinsights\",\r\n \"properties\": {\r\n \"alwaysLog\": null,\r\n \"httpCorrelationProtocol\": \"Legacy\",\r\n \"logClientIp\": true,\r\n \"loggerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/appInsights6121\",\r\n \"sampling\": null,\r\n \"frontend\": null,\r\n \"backend\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/diagnostics/applicationinsights?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZGlhZ25vc3RpY3MvYXBwbGljYXRpb25pbnNpZ2h0cz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/diagnostics/applicationinsights?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"alwaysLog\": \"allErrors\",\r\n \"loggerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/appInsights7055\",\r\n \"sampling\": {\r\n \"samplingType\": \"fixed\",\r\n \"percentage\": 50.0\r\n },\r\n \"frontend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n }\r\n },\r\n \"backend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n }\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"alwaysLog\": \"allErrors\",\r\n \"loggerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/appInsights6121\",\r\n \"sampling\": {\r\n \"samplingType\": \"fixed\",\r\n \"percentage\": 50.0\r\n },\r\n \"frontend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n }\r\n },\r\n \"backend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bfa2078a-c928-4080-a863-f6080e8548b4" + "f988af8d-bc60-4649-9673-0ed22c19f868" ], "If-Match": [ - "\"AAAAAAAANUU=\"" + "\"AAAAAAAAbq0=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "960" + "962" ] }, "ResponseHeaders": { @@ -382,34 +382,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANUg=\"" + "\"AAAAAAAAbrA=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "2349e850-456a-45e3-af78-3bb4b7fa78cd" + "57490e4f-281b-4bba-a8bb-3ace2c7d70da" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1196" ], "x-ms-correlation-request-id": [ - "6cfd9448-1afe-424b-802e-df8016b90980" + "d16c9266-845e-4818-a3fd-d181d5f92dda" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191351Z:6cfd9448-1afe-424b-802e-df8016b90980" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215017Z:d16c9266-845e-4818-a3fd-d181d5f92dda" ], "Date": [ - "Wed, 25 Mar 2020 19:13:51 GMT" + "Thu, 08 Apr 2021 21:50:16 GMT" ], "Content-Length": [ - "1308" + "1312" ], "Content-Type": [ "application/json; charset=utf-8" @@ -418,26 +418,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/diagnostics/applicationinsights\",\r\n \"type\": \"Microsoft.ApiManagement/service/diagnostics\",\r\n \"name\": \"applicationinsights\",\r\n \"properties\": {\r\n \"alwaysLog\": \"allErrors\",\r\n \"httpCorrelationProtocol\": \"Legacy\",\r\n \"logClientIp\": true,\r\n \"loggerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/appInsights7055\",\r\n \"sampling\": {\r\n \"samplingType\": \"fixed\",\r\n \"percentage\": 50.0\r\n },\r\n \"frontend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n }\r\n },\r\n \"backend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n }\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/diagnostics/applicationinsights\",\r\n \"type\": \"Microsoft.ApiManagement/service/diagnostics\",\r\n \"name\": \"applicationinsights\",\r\n \"properties\": {\r\n \"alwaysLog\": \"allErrors\",\r\n \"httpCorrelationProtocol\": \"Legacy\",\r\n \"logClientIp\": true,\r\n \"loggerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/appInsights6121\",\r\n \"sampling\": {\r\n \"samplingType\": \"fixed\",\r\n \"percentage\": 50.0\r\n },\r\n \"frontend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n }\r\n },\r\n \"backend\": {\r\n \"request\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n },\r\n \"response\": {\r\n \"headers\": [\r\n \"Content-type\"\r\n ],\r\n \"body\": {\r\n \"bytes\": 512\r\n }\r\n }\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/diagnostics/applicationinsights?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZGlhZ25vc3RpY3MvYXBwbGljYXRpb25pbnNpZ2h0cz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/diagnostics/applicationinsights?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "14db7219-1328-4b64-ab69-bc73f2a958cf" + "ef81c278-60d2-4f70-82fb-ebe887756cb7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -448,31 +448,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANUU=\"" + "\"AAAAAAAAbq0=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "323d631d-2af8-4ca5-a489-9da215265d05" + "38d287f9-9a74-4dd4-8154-0912ba1c3112" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "11997" ], "x-ms-correlation-request-id": [ - "89365c6e-4f83-41b7-a067-76b7c873bffe" + "d27db5f2-503a-4db6-8110-4f38902ba7bd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191351Z:89365c6e-4f83-41b7-a067-76b7c873bffe" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215016Z:d27db5f2-503a-4db6-8110-4f38902ba7bd" ], "Date": [ - "Wed, 25 Mar 2020 19:13:51 GMT" + "Thu, 08 Apr 2021 21:50:15 GMT" ], "Content-Length": [ "0" @@ -485,22 +485,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/diagnostics/applicationinsights?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZGlhZ25vc3RpY3MvYXBwbGljYXRpb25pbnNpZ2h0cz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/diagnostics/applicationinsights?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f12570a0-c256-4719-ab59-6a59446ad9d6" + "a2bafbcc-0f1d-487b-9663-6a998dd09aa8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -513,26 +513,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "ed7290ae-db63-4a83-9341-d6148cec3d54" + "46a2271d-bc4b-429d-93d8-141d111ba0c2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "11996" ], "x-ms-correlation-request-id": [ - "772ae993-9f63-4fad-842f-91eff4d76950" + "be816365-31ae-4c91-8a05-851e2bc04238" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191352Z:772ae993-9f63-4fad-842f-91eff4d76950" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215017Z:be816365-31ae-4c91-8a05-851e2bc04238" ], "Date": [ - "Wed, 25 Mar 2020 19:13:52 GMT" + "Thu, 08 Apr 2021 21:50:16 GMT" ], "Content-Length": [ "0" @@ -545,25 +545,25 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/diagnostics/applicationinsights?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZGlhZ25vc3RpY3MvYXBwbGljYXRpb25pbnNpZ2h0cz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/diagnostics/applicationinsights?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f561dcb3-4d48-4a47-8928-958fa83a9fa4" + "a62ffcd4-e429-4269-b815-ece4f9787a5e" ], "If-Match": [ - "\"AAAAAAAANUg=\"" + "\"AAAAAAAAbrA=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -576,26 +576,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "3f7b0417-cdf2-4988-801e-8bf91da30f25" + "6d76be57-27f7-4c1f-bdaf-16f1513ee5e2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "14999" ], "x-ms-correlation-request-id": [ - "8869accc-92ac-4024-b312-9d3bd95f0e91" + "08273cc5-12a1-42ab-9ed3-da102f6cf957" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191352Z:8869accc-92ac-4024-b312-9d3bd95f0e91" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215017Z:08273cc5-12a1-42ab-9ed3-da102f6cf957" ], "Date": [ - "Wed, 25 Mar 2020 19:13:52 GMT" + "Thu, 08 Apr 2021 21:50:16 GMT" ], "Expires": [ "-1" @@ -608,13 +608,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/diagnostics/applicationinsights?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZGlhZ25vc3RpY3MvYXBwbGljYXRpb25pbnNpZ2h0cz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/diagnostics/applicationinsights?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9kaWFnbm9zdGljcy9hcHBsaWNhdGlvbmluc2lnaHRzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf23e4ac-673f-4634-b823-6e688cf4bfc1" + "ba3b3ddb-7565-4fbd-898a-fe09adbf48e1" ], "If-Match": [ "*" @@ -623,10 +623,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -639,26 +639,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "996500fb-5f01-46a5-b47e-e176c42349bc" + "627cefc7-ff67-43e1-a487-b13cb1567695" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14993" + "14997" ], "x-ms-correlation-request-id": [ - "ab401e0c-96a6-4f48-ae42-aeb0cb80bb0a" + "c0a75c81-e0bf-4021-a875-06203ef37d09" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191353Z:ab401e0c-96a6-4f48-ae42-aeb0cb80bb0a" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215018Z:c0a75c81-e0bf-4021-a875-06203ef37d09" ], "Date": [ - "Wed, 25 Mar 2020 19:13:53 GMT" + "Thu, 08 Apr 2021 21:50:17 GMT" ], "Expires": [ "-1" @@ -668,22 +668,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/appInsights7055?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9hcHBJbnNpZ2h0czcwNTU/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/appInsights6121?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL2FwcEluc2lnaHRzNjEyMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "699b0bdc-aac6-4d7f-898c-5b7bfb3abb00" + "04575ccf-2d97-41fb-bbda-6efc5e4040d5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -694,31 +694,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANUM=\"" + "\"AAAAAAAAbqs=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "dd7f3ba3-c943-44f5-b7b1-e021bfa1c8db" + "332cb913-0ffe-4550-ad4f-fcf31c77ad90" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "11995" ], "x-ms-correlation-request-id": [ - "6b360455-6bfb-43e9-acc6-3cf8006116f3" + "8d8d178c-1eaa-46fb-b0e6-4b40772ffd36" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191352Z:6b360455-6bfb-43e9-acc6-3cf8006116f3" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215017Z:8d8d178c-1eaa-46fb-b0e6-4b40772ffd36" ], "Date": [ - "Wed, 25 Mar 2020 19:13:52 GMT" + "Thu, 08 Apr 2021 21:50:16 GMT" ], "Content-Length": [ "0" @@ -731,22 +731,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/appInsights7055?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9hcHBJbnNpZ2h0czcwNTU/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/appInsights6121?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL2FwcEluc2lnaHRzNjEyMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "370b3684-455f-473b-b7cd-ecf2810fb433" + "be6c28aa-f066-4995-a3a3-df3e5124e13d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -759,26 +759,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "45afc36e-9751-41ed-926f-6d52c42b6c69" + "22fae807-ce62-43ba-9809-ec39083c59d8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "11994" ], "x-ms-correlation-request-id": [ - "08b8bd02-4964-4c9f-93b3-1285d13af559" + "247ace5d-922e-4a26-856e-c0527ae3da11" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191353Z:08b8bd02-4964-4c9f-93b3-1285d13af559" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215018Z:247ace5d-922e-4a26-856e-c0527ae3da11" ], "Date": [ - "Wed, 25 Mar 2020 19:13:53 GMT" + "Thu, 08 Apr 2021 21:50:17 GMT" ], "Content-Length": [ "0" @@ -791,25 +791,25 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/appInsights7055?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9hcHBJbnNpZ2h0czcwNTU/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/appInsights6121?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL2FwcEluc2lnaHRzNjEyMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3e8c7096-baec-4107-ac91-2d5775f92333" + "12c239c7-5c58-4ce5-9986-f435909ff621" ], "If-Match": [ - "\"AAAAAAAANUM=\"" + "\"AAAAAAAAbqs=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -822,26 +822,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "8e2a0e9e-76f8-4522-83d9-f26df76022e4" + "c2c644f2-789d-40c8-986f-0f24d6fa0a4e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" + "14998" ], "x-ms-correlation-request-id": [ - "28a321cb-7ea9-40f9-ac54-3019a9fee74a" + "086e95ed-1001-4215-b4dc-377d3df37996" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191353Z:28a321cb-7ea9-40f9-ac54-3019a9fee74a" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215017Z:086e95ed-1001-4215-b4dc-377d3df37996" ], "Date": [ - "Wed, 25 Mar 2020 19:13:53 GMT" + "Thu, 08 Apr 2021 21:50:17 GMT" ], "Expires": [ "-1" @@ -854,13 +854,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/appInsights7055?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9hcHBJbnNpZ2h0czcwNTU/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/appInsights6121?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL2FwcEluc2lnaHRzNjEyMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b413e2d-8d49-4080-bf43-259e275b9cca" + "bb45ee4d-a879-4a47-b24e-f7f07900ebaa" ], "If-Match": [ "*" @@ -869,10 +869,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -885,26 +885,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "8f3724a6-4121-4c39-940c-9a64e26a794e" + "ea6e4663-e5b4-41d4-aac4-74d5d1f1fc6d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" + "14996" ], "x-ms-correlation-request-id": [ - "f7cf71c1-edca-4b71-a071-20cd30edad97" + "f38a8029-15ec-4055-8169-469fdd49b856" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191354Z:f7cf71c1-edca-4b71-a071-20cd30edad97" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215018Z:f38a8029-15ec-4055-8169-469fdd49b856" ], "Date": [ - "Wed, 25 Mar 2020 19:13:54 GMT" + "Thu, 08 Apr 2021 21:50:17 GMT" ], "Expires": [ "-1" @@ -914,22 +914,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "95c6ed42-7d10-4f59-8919-060a3845c96c" + "047f704a-59b0-4d3b-8557-d1baf82e6981" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -942,29 +942,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "ab94d34e-2704-4cc0-9dbc-3841dbf35316" + "06ef5971-e8ff-49fd-81c5-ec3f1c7c5290" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "11993" ], "x-ms-correlation-request-id": [ - "d33812c8-a22b-45b5-bf96-00577c5441b7" + "9fea850b-e668-448c-8b6b-9e18057ef6d2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191354Z:d33812c8-a22b-45b5-bf96-00577c5441b7" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215018Z:9fea850b-e668-448c-8b6b-9e18057ef6d2" ], "Date": [ - "Wed, 25 Mar 2020 19:13:54 GMT" + "Thu, 08 Apr 2021 21:50:17 GMT" ], "Content-Length": [ - "504" + "34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -973,88 +973,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/5e7bad6e07b43d0e3879465e\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"5e7bad6e07b43d0e3879465e\",\r\n \"properties\": {\r\n \"displayName\": \"Logger-Credentials-5e7bad6e07b43d0e3879465f\",\r\n \"tags\": null,\r\n \"secret\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/5e7bad6e07b43d0e3879465e?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXMvNWU3YmFkNmUwN2I0M2QwZTM4Nzk0NjVlP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "54bc19a1-9277-48f9-ab17-4b1368b52b17" - ], - "If-Match": [ - "*" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "a9c9eb2b-332d-46a8-be4c-604706b21e50" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "bfb3cacb-3ffa-4b0e-bff3-0c2702e00499" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191355Z:bfb3cacb-3ffa-4b0e-bff3-0c2702e00499" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 19:13:54 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"value\": [],\r\n \"count\": 0\r\n}", "StatusCode": 200 } ], "Names": { "CreateListUpdateDelete": [ - "appInsights7055" + "appInsights6121" ], "appInsights": [ - "a716ebf3-8cc6-462c-bb49-d28ad0b60b04" + "7ec7fc84-3154-413f-8c6a-d57791b6022d" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/EmailTemplateTests/CreateListUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/EmailTemplateTests/CreateListUpdateDelete.json index b52356614471a..3db215183aede 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/EmailTemplateTests/CreateListUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/EmailTemplateTests/CreateListUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b2634921-3c44-42fa-bbd0-e8c2fbd4c13d" + "925a720a-d169-41ce-9121-c858813bc715" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "342" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVONE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a55c8937-966f-4001-8610-0cdc32b2f260", - "1b3f5ffb-d57f-4652-9985-c2e0b7cd9766" + "b67d9782-8b94-41a9-a604-abeeba6a3987", + "4035c0b2-3c9f-4c41-a6db-3eba9cee5d0e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-correlation-request-id": [ - "a9a53ed4-2835-4c5a-bfc9-cb082c8ad676" + "d03b57c7-2481-4401-847e-969d4c21f807" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191817Z:a9a53ed4-2835-4c5a-bfc9-cb082c8ad676" + "WESTUS:20210426T223159Z:d03b57c7-2481-4401-847e-969d4c21f807" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:18:17 GMT" + "Mon, 26 Apr 2021 22:31:58 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "32acd4e9-907e-4ba0-8326-b05fe34eaf01" + "fb89e933-d969-4360-b191-80c5b83c1a17" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVONE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "702863c3-e2fd-4d45-977a-fa3ce4e4d94a" + "26a09cbb-7c6d-4379-91fb-04434aba3574" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "11999" ], "x-ms-correlation-request-id": [ - "07e68234-28ea-4bc7-b577-c95a77d72383" + "86cd7fe4-e7bf-4e49-852e-41142930aa7f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191817Z:07e68234-28ea-4bc7-b577-c95a77d72383" + "WESTUS:20210426T223159Z:86cd7fe4-e7bf-4e49-852e-41142930aa7f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:18:17 GMT" + "Mon, 26 Apr 2021 22:31:58 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/templates?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVtcGxhdGVzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW1wbGF0ZXM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a0386ab2-362c-478e-8479-37e80e5f460b" + "07e0bb27-90e6-470c-a95e-8159f8cdc96f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,29 +168,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "f0cde9af-57d1-4221-a74a-746e34d71719" + "1902b183-1392-44e4-baef-7e88283f47bd" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "11998" ], "x-ms-correlation-request-id": [ - "bcf42f54-3c80-4189-a53e-2aeac31fcc57" + "58aaba69-90f1-4a54-91c0-d8c0bbc5a470" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191817Z:bcf42f54-3c80-4189-a53e-2aeac31fcc57" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210426T223159Z:58aaba69-90f1-4a54-91c0-d8c0bbc5a470" ], "Date": [ - "Wed, 25 Mar 2020 19:18:17 GMT" + "Mon, 26 Apr 2021 22:31:58 GMT" ], "Content-Length": [ - "43351" + "43379" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,26 +199,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/templates/ApplicationApprovedNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"ApplicationApprovedNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"Your application $AppName is published in the application gallery\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n We are happy to let you know that your request to publish the $AppName application in the application gallery has been approved. Your application has been published and can be viewed here.\\r\\n

\\r\\n

Best,

\\r\\n

The $OrganizationName API Team

\\r\\n \\r\\n\",\r\n \"title\": \"Application gallery submission approved\",\r\n \"description\": \"Developers who submitted their application for publication in the application gallery on the developer portal receive this email after their submission is approved.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"AppId\",\r\n \"title\": \"Application id\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"AppName\",\r\n \"title\": \"Application name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/templates/AccountClosedDeveloper\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"AccountClosedDeveloper\",\r\n \"properties\": {\r\n \"subject\": \"Thank you for using the $OrganizationName API!\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n On behalf of $OrganizationName and our customers we thank you for giving us a try. Your $OrganizationName API account is now closed.\\r\\n

\\r\\n

Thank you,

\\r\\n

Your $OrganizationName Team

\\r\\n $DevPortalUrl\\r\\n

\\r\\n \\r\\n\",\r\n \"title\": \"Developer farewell letter\",\r\n \"description\": \"Developers receive this farewell email after they close their account.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/templates/QuotaLimitApproachingDeveloperNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"QuotaLimitApproachingDeveloperNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"You are approaching an API quota limit\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n

Greetings $DevFirstName $DevLastName!

\\r\\n

\\r\\n You are approaching the quota limit on you subscription to the $ProdName product (primary key $SubPrimaryKey).\\r\\n #if ($QuotaResetDate != \\\"\\\")\\r\\n This quota will be renewed on $QuotaResetDate.\\r\\n #else\\r\\n This quota will not be renewed.\\r\\n #end\\r\\n

\\r\\n

Below are details on quota usage for the subscription:

\\r\\n

\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n #foreach ($api in $Apis)\\r\\n \\r\\n #foreach ($operation in $api.Operations)\\r\\n \\r\\n #end\\r\\n #end\\r\\n \\r\\n
Quota ScopeCallsCall QuotaBandwidthBandwidth Quota
Subscription\\r\\n #if ($CallsAlert == true)\\r\\n $Calls\\r\\n #else\\r\\n $Calls\\r\\n #end\\r\\n $CallQuota\\r\\n #if ($BandwidthAlert == true)\\r\\n $Bandwidth\\r\\n #else\\r\\n $Bandwidth\\r\\n #end\\r\\n $BandwidthQuota
API: $api.Name\\r\\n #if ($api.CallsAlert == true)\\r\\n $api.Calls\\r\\n #else\\r\\n $api.Calls\\r\\n #end\\r\\n $api.CallQuota\\r\\n #if ($api.BandwidthAlert == true)\\r\\n $api.Bandwidth\\r\\n #else\\r\\n $api.Bandwidth\\r\\n #end\\r\\n $api.BandwidthQuota
Operation: $operation.Name\\r\\n #if ($operation.CallsAlert == true)\\r\\n $operation.Calls\\r\\n #else\\r\\n $operation.Calls\\r\\n #end\\r\\n $operation.CallQuota\\r\\n #if ($operation.BandwidthAlert == true)\\r\\n $operation.Bandwidth\\r\\n #else\\r\\n $operation.Bandwidth\\r\\n #end\\r\\n $operation.BandwidthQuota
\\r\\n

\\r\\n

Thank you,

\\r\\n

$OrganizationName API Team

\\r\\n $DevPortalUrl\\r\\n

\\r\\n \\r\\n\",\r\n \"title\": \"Developer quota limit approaching notification\",\r\n \"description\": \"Developers receive this email to alert them when they are approaching a quota limit.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ProdName\",\r\n \"title\": \"Product name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"SubPrimaryKey\",\r\n \"title\": \"Primary Subscription key\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"QuotaResetDate\",\r\n \"title\": \"Quota reset date\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/templates/NewDeveloperNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"NewDeveloperNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"Welcome to the $OrganizationName API!\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n Letter\\r\\n \\r\\n \\r\\n

\\r\\n Welcome to $OrganizationName API!

\\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

Your $OrganizationName API program registration is completed and we are thrilled to have you as a customer. Here are a few important bits of information for your reference:

\\r\\n \\r\\n \\r\\n #if ($IdentityProvider == \\\"Basic\\\")\\r\\n \\r\\n #else\\r\\n \\r\\n #end\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
\\r\\n Please use the following username when signing into any of the ${OrganizationName}-hosted developer portals:\\r\\n $DevUsername\\r\\n Please use the following $IdentityProvider account when signing into any of the ${OrganizationName}-hosted developer portals:\\r\\n $DevUsername
\\r\\n We will direct all communications to the following email address:\\r\\n \\r\\n \\r\\n $DevEmail\\r\\n \\r\\n
\\r\\n

Best of luck in your API pursuits!

\\r\\n

$OrganizationName API Team

\\r\\n

\\r\\n $DevPortalUrl\\r\\n

\\r\\n \\r\\n\",\r\n \"title\": \"Developer welcome letter\",\r\n \"description\": \"Developers receive this “welcome” email after they confirm their new account.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevUsername\",\r\n \"title\": \"Developer user name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevEmail\",\r\n \"title\": \"Developer email\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"IdentityProvider\",\r\n \"title\": \"Identity Provider selected by Organization\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/templates/EmailChangeIdentityDefault\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"EmailChangeIdentityDefault\",\r\n \"properties\": {\r\n \"subject\": \"Please confirm the new email associated with your $OrganizationName API account\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n Letter\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
\\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n

You are receiving this email because you made a change to the email address on your $OrganizationName API account.

\\r\\n

Please click on the following link to confirm the change:

\\r\\n

\\r\\n \\r\\n $ConfirmUrl\\r\\n \\r\\n

\\r\\n

If clicking the link does not work, please copy-and-paste or re-type it into your browser's address bar and hit \\\"Enter\\\".

\\r\\n

Thank you,

\\r\\n

$OrganizationName API Team

\\r\\n

\\r\\n $DevPortalUrl\\r\\n

\\r\\n
\\r\\n \\r\\n\",\r\n \"title\": \"Email change confirmation\",\r\n \"description\": \"Developers receive this email to confirm a new e-mail address after they change their existing one associated with their account.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ConfirmUrl\",\r\n \"title\": \"Developer confirmation URL\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalHost\",\r\n \"title\": \"Developer portal hostname\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ConfirmQuery\",\r\n \"title\": \"Query string part of the confirmation URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/templates/InviteUserNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"InviteUserNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"You are invited to join the $OrganizationName developer network\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n Your account has been created. Please follow the link below to visit the $OrganizationName developer portal and claim it:\\r\\n

\\r\\n

\\r\\n $ConfirmUrl\\r\\n

\\r\\n

Best,

\\r\\n

The $OrganizationName API Team

\\r\\n \\r\\n\",\r\n \"title\": \"Invite user\",\r\n \"description\": \"An e-mail invitation to create an account, sent on request by API publishers.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ConfirmUrl\",\r\n \"title\": \"Confirmation link\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalHost\",\r\n \"title\": \"Developer portal hostname\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ConfirmQuery\",\r\n \"title\": \"Query string part of the confirmation link\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/templates/NewCommentNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"NewCommentNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"$IssueName issue has a new comment\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

This is a brief note to let you know that $CommenterFirstName $CommenterLastName made the following comment on the issue $IssueName you created:

\\r\\n

$CommentText

\\r\\n

\\r\\n To view the issue on the developer portal click here.\\r\\n

\\r\\n

Best,

\\r\\n

The $OrganizationName API Team

\\r\\n \\r\\n\",\r\n \"title\": \"New comment added to an issue\",\r\n \"description\": \"Developers receive this email when someone comments on the issue they created on the Issues page of the developer portal.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"CommenterFirstName\",\r\n \"title\": \"Commenter first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"CommenterLastName\",\r\n \"title\": \"Commenter last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"IssueId\",\r\n \"title\": \"Issue id\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"IssueName\",\r\n \"title\": \"Issue name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"CommentText\",\r\n \"title\": \"Comment text\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/templates/ConfirmSignUpIdentityDefault\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"ConfirmSignUpIdentityDefault\",\r\n \"properties\": {\r\n \"subject\": \"Please confirm your new $OrganizationName API account\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n Letter\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
\\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n

Thank you for joining the $OrganizationName API program! We host a growing number of cool APIs and strive to provide an awesome experience for API developers.

\\r\\n

First order of business is to activate your account and get you going. To that end, please click on the following link:

\\r\\n

\\r\\n \\r\\n $ConfirmUrl\\r\\n \\r\\n

\\r\\n

If clicking the link does not work, please copy-and-paste or re-type it into your browser's address bar and hit \\\"Enter\\\".

\\r\\n

Thank you,

\\r\\n

$OrganizationName API Team

\\r\\n

\\r\\n $DevPortalUrl\\r\\n

\\r\\n
\\r\\n \\r\\n\",\r\n \"title\": \"New developer account confirmation\",\r\n \"description\": \"Developers receive this email to confirm their e-mail address after they sign up for a new account.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ConfirmUrl\",\r\n \"title\": \"Developer activation URL\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalHost\",\r\n \"title\": \"Developer portal hostname\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ConfirmQuery\",\r\n \"title\": \"Query string part of the activation URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/templates/NewIssueNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"NewIssueNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"Your request $IssueName was received\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

Thank you for contacting us. Our API team will review your issue and get back to you soon.

\\r\\n

\\r\\n Click this link to view or edit your request.\\r\\n

\\r\\n

Best,

\\r\\n

The $OrganizationName API Team

\\r\\n \\r\\n\",\r\n \"title\": \"New issue received\",\r\n \"description\": \"This email is sent to developers after they create a new topic on the Issues page of the developer portal.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"IssueId\",\r\n \"title\": \"Issue id\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"IssueName\",\r\n \"title\": \"Issue name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/templates/PurchaseDeveloperNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"PurchaseDeveloperNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"Your subscription to the $ProdName\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n

Greetings $DevFirstName $DevLastName!

\\r\\n

\\r\\n Thank you for subscribing to the $ProdName and welcome to the $OrganizationName developer community. We are delighted to have you as part of the team and are looking forward to the amazing applications you will build using our API!\\r\\n

\\r\\n

Below are a few subscription details for your reference:

\\r\\n

\\r\\n

    \\r\\n #if ($SubStartDate != \\\"\\\")\\r\\n
  • Start date: $SubStartDate
  • \\r\\n #end\\r\\n \\r\\n #if ($SubTerm != \\\"\\\")\\r\\n
  • Subscription term: $SubTerm
  • \\r\\n #end\\r\\n
\\r\\n

\\r\\n

\\r\\n Visit the developer profile area to manage your subscription and subscription keys\\r\\n

\\r\\n

A couple of pointers to help get you started:

\\r\\n

\\r\\n \\r\\n Learn about the API\\r\\n \\r\\n

\\r\\n

The API documentation provides all information necessary to make a request and to process a response. Code samples are provided per API operation in a variety of languages. Moreover, an interactive console allows making API calls directly from the developer portal without writing any code.

\\r\\n

\\r\\n \\r\\n Feature your app in the app gallery\\r\\n \\r\\n

\\r\\n

You can publish your application on our gallery for increased visibility to potential new users.

\\r\\n

\\r\\n \\r\\n Stay in touch\\r\\n \\r\\n

\\r\\n

\\r\\n If you have an issue, a question, a suggestion, a request, or if you just want to tell us something, go to the Issues page on the developer portal and create a new topic.\\r\\n

\\r\\n

Happy hacking,

\\r\\n

The $OrganizationName API Team

\\r\\n $DevPortalUrl\\r\\n \\r\\n\",\r\n \"title\": \"New subscription activated\",\r\n \"description\": \"Developers receive this acknowledgement email after subscribing to a product.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ProdId\",\r\n \"title\": \"Product ID\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ProdName\",\r\n \"title\": \"Product name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"SubStartDate\",\r\n \"title\": \"Subscription start date\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"SubTerm\",\r\n \"title\": \"Subscription term\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/templates/PasswordResetIdentityDefault\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"PasswordResetIdentityDefault\",\r\n \"properties\": {\r\n \"subject\": \"Your password change request\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n Letter\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
\\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n

You are receiving this email because you requested to change the password on your $OrganizationName API account.

\\r\\n

Please click on the link below and follow instructions to create your new password:

\\r\\n

\\r\\n \\r\\n $ConfirmUrl\\r\\n \\r\\n

\\r\\n

If clicking the link does not work, please copy-and-paste or re-type it into your browser's address bar and hit \\\"Enter\\\".

\\r\\n

Thank you,

\\r\\n

$OrganizationName API Team

\\r\\n

\\r\\n $DevPortalUrl\\r\\n

\\r\\n
\\r\\n \\r\\n\",\r\n \"title\": \"Password change confirmation\",\r\n \"description\": \"Developers receive this email when they request a password change of their account. The purpose of the email is to verify that the account owner made the request and to provide a one-time perishable URL for changing the password.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ConfirmUrl\",\r\n \"title\": \"Developer new password instruction URL\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalHost\",\r\n \"title\": \"Developer portal hostname\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ConfirmQuery\",\r\n \"title\": \"Query string part of the instruction URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/templates/PasswordResetByAdminNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"PasswordResetByAdminNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"Your password was reset\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
\\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n

The password of your $OrganizationName API account has been reset, per your request.

\\r\\n

\\r\\n Your new password is: $DevPassword

\\r\\n

Please make sure to change it next time you sign in.

\\r\\n

Thank you,

\\r\\n

$OrganizationName API Team

\\r\\n

\\r\\n $DevPortalUrl\\r\\n

\\r\\n
\\r\\n \\r\\n\",\r\n \"title\": \"Password reset by publisher notification (Password reset by admin)\",\r\n \"description\": \"Developers receive this email when the publisher resets their password.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPassword\",\r\n \"title\": \"New Developer password\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/templates/RejectDeveloperNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"RejectDeveloperNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"Your subscription request for the $ProdName\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n We would like to inform you that we reviewed your subscription request for the $ProdName.\\r\\n

\\r\\n #if ($SubDeclineReason == \\\"\\\")\\r\\n

Regretfully, we were unable to approve it, as subscriptions are temporarily suspended at this time.

\\r\\n #else\\r\\n

\\r\\n Regretfully, we were unable to approve it at this time for the following reason:\\r\\n

$SubDeclineReason

\\r\\n #end\\r\\n

We truly appreciate your interest.

All the best,

The $OrganizationName API Team

$DevPortalUrl\\r\\n\",\r\n \"title\": \"Subscription request declined\",\r\n \"description\": \"This email is sent to developers when their subscription requests for products requiring publisher approval is declined.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"SubDeclineReason\",\r\n \"title\": \"Reason for declining subscription\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ProdName\",\r\n \"title\": \"Product name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/templates/RequestDeveloperNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"RequestDeveloperNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"Your subscription request for the $ProdName\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n Thank you for your interest in our $ProdName API product!\\r\\n

\\r\\n

\\r\\n We were delighted to receive your subscription request. We will promptly review it and get back to you at $DevEmail.\\r\\n

\\r\\n

Thank you,

\\r\\n

The $OrganizationName API Team

\\r\\n $DevPortalUrl\\r\\n \\r\\n\",\r\n \"title\": \"Subscription request received\",\r\n \"description\": \"This email is sent to developers to acknowledge receipt of their subscription requests for products requiring publisher approval.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevEmail\",\r\n \"title\": \"Developer email\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ProdName\",\r\n \"title\": \"Product name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"count\": 14\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/ApplicationApprovedNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"ApplicationApprovedNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"Your application $AppName is published in the application gallery\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n We are happy to let you know that your request to publish the $AppName application in the application gallery has been approved. Your application has been published and can be viewed here.\\r\\n

\\r\\n

Best,

\\r\\n

The $OrganizationName API Team

\\r\\n \\r\\n\",\r\n \"title\": \"Application gallery submission approved\",\r\n \"description\": \"Developers who submitted their application for publication in the application gallery on the developer portal receive this email after their submission is approved.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"AppId\",\r\n \"title\": \"Application id\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"AppName\",\r\n \"title\": \"Application name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/AccountClosedDeveloper\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"AccountClosedDeveloper\",\r\n \"properties\": {\r\n \"subject\": \"Thank you for using the $OrganizationName API!\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n On behalf of $OrganizationName and our customers we thank you for giving us a try. Your $OrganizationName API account is now closed.\\r\\n

\\r\\n

Thank you,

\\r\\n

Your $OrganizationName Team

\\r\\n $DevPortalUrl\\r\\n

\\r\\n \\r\\n\",\r\n \"title\": \"Developer farewell letter\",\r\n \"description\": \"Developers receive this farewell email after they close their account.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/QuotaLimitApproachingDeveloperNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"QuotaLimitApproachingDeveloperNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"You are approaching an API quota limit\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n

Greetings $DevFirstName $DevLastName!

\\r\\n

\\r\\n You are approaching the quota limit on you subscription to the $ProdName product (primary key $SubPrimaryKey).\\r\\n #if ($QuotaResetDate != \\\"\\\")\\r\\n This quota will be renewed on $QuotaResetDate.\\r\\n #else\\r\\n This quota will not be renewed.\\r\\n #end\\r\\n

\\r\\n

Below are details on quota usage for the subscription:

\\r\\n

\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n #foreach ($api in $Apis)\\r\\n \\r\\n #foreach ($operation in $api.Operations)\\r\\n \\r\\n #end\\r\\n #end\\r\\n \\r\\n
Quota ScopeCallsCall QuotaBandwidthBandwidth Quota
Subscription\\r\\n #if ($CallsAlert == true)\\r\\n $Calls\\r\\n #else\\r\\n $Calls\\r\\n #end\\r\\n $CallQuota\\r\\n #if ($BandwidthAlert == true)\\r\\n $Bandwidth\\r\\n #else\\r\\n $Bandwidth\\r\\n #end\\r\\n $BandwidthQuota
API: $api.Name\\r\\n #if ($api.CallsAlert == true)\\r\\n $api.Calls\\r\\n #else\\r\\n $api.Calls\\r\\n #end\\r\\n $api.CallQuota\\r\\n #if ($api.BandwidthAlert == true)\\r\\n $api.Bandwidth\\r\\n #else\\r\\n $api.Bandwidth\\r\\n #end\\r\\n $api.BandwidthQuota
Operation: $operation.Name\\r\\n #if ($operation.CallsAlert == true)\\r\\n $operation.Calls\\r\\n #else\\r\\n $operation.Calls\\r\\n #end\\r\\n $operation.CallQuota\\r\\n #if ($operation.BandwidthAlert == true)\\r\\n $operation.Bandwidth\\r\\n #else\\r\\n $operation.Bandwidth\\r\\n #end\\r\\n $operation.BandwidthQuota
\\r\\n

\\r\\n

Thank you,

\\r\\n

$OrganizationName API Team

\\r\\n $DevPortalUrl\\r\\n

\\r\\n \\r\\n\",\r\n \"title\": \"Developer quota limit approaching notification\",\r\n \"description\": \"Developers receive this email to alert them when they are approaching a quota limit.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ProdName\",\r\n \"title\": \"Product name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"SubPrimaryKey\",\r\n \"title\": \"Primary Subscription key\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"QuotaResetDate\",\r\n \"title\": \"Quota reset date\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/NewDeveloperNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"NewDeveloperNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"Welcome to the $OrganizationName API!\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n Letter\\r\\n \\r\\n \\r\\n

\\r\\n Welcome to $OrganizationName API!

\\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

Your $OrganizationName API program registration is completed and we are thrilled to have you as a customer. Here are a few important bits of information for your reference:

\\r\\n \\r\\n \\r\\n #if ($IdentityProvider == \\\"Basic\\\")\\r\\n \\r\\n #else\\r\\n \\r\\n #end\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
\\r\\n Please use the following username when signing into any of the ${OrganizationName}-hosted developer portals:\\r\\n $DevUsername\\r\\n Please use the following $IdentityProvider account when signing into any of the ${OrganizationName}-hosted developer portals:\\r\\n $DevUsername
\\r\\n We will direct all communications to the following email address:\\r\\n \\r\\n \\r\\n $DevEmail\\r\\n \\r\\n
\\r\\n

Best of luck in your API pursuits!

\\r\\n

$OrganizationName API Team

\\r\\n

\\r\\n $DevPortalUrl\\r\\n

\\r\\n \\r\\n\",\r\n \"title\": \"Developer welcome letter\",\r\n \"description\": \"Developers receive this “welcome” email after they confirm their new account.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevUsername\",\r\n \"title\": \"Developer user name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevEmail\",\r\n \"title\": \"Developer email\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"IdentityProvider\",\r\n \"title\": \"Identity Provider selected by Organization\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/EmailChangeIdentityDefault\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"EmailChangeIdentityDefault\",\r\n \"properties\": {\r\n \"subject\": \"Please confirm the new email associated with your $OrganizationName API account\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n Letter\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
\\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n

You are receiving this email because you made a change to the email address on your $OrganizationName API account.

\\r\\n

Please click on the following link to confirm the change:

\\r\\n

\\r\\n \\r\\n $ConfirmUrl\\r\\n \\r\\n

\\r\\n

If clicking the link does not work, please copy-and-paste or re-type it into your browser's address bar and hit \\\"Enter\\\".

\\r\\n

Thank you,

\\r\\n

$OrganizationName API Team

\\r\\n

\\r\\n $DevPortalUrl\\r\\n

\\r\\n
\\r\\n \\r\\n\",\r\n \"title\": \"Email change confirmation\",\r\n \"description\": \"Developers receive this email to confirm a new e-mail address after they change their existing one associated with their account.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ConfirmUrl\",\r\n \"title\": \"Developer confirmation URL\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalHost\",\r\n \"title\": \"Developer portal hostname\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ConfirmQuery\",\r\n \"title\": \"Query string part of the confirmation URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/InviteUserNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"InviteUserNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"You are invited to join the $OrganizationName developer network\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n Your account has been created. Please follow the link below to visit the $OrganizationName developer portal and claim it:\\r\\n

\\r\\n

\\r\\n $ConfirmUrl\\r\\n

\\r\\n

Best,

\\r\\n

The $OrganizationName API Team

\\r\\n \\r\\n\",\r\n \"title\": \"Invite user\",\r\n \"description\": \"An e-mail invitation to create an account, sent on request by API publishers.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ConfirmUrl\",\r\n \"title\": \"Confirmation link\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalHost\",\r\n \"title\": \"Developer portal hostname\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ConfirmQuery\",\r\n \"title\": \"Query string part of the confirmation link\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/NewCommentNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"NewCommentNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"$IssueName issue has a new comment\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

This is a brief note to let you know that $CommenterFirstName $CommenterLastName made the following comment on the issue $IssueName you created:

\\r\\n

$CommentText

\\r\\n

\\r\\n To view the issue on the developer portal click here.\\r\\n

\\r\\n

Best,

\\r\\n

The $OrganizationName API Team

\\r\\n \\r\\n\",\r\n \"title\": \"New comment added to an issue\",\r\n \"description\": \"Developers receive this email when someone comments on the issue they created on the Issues page of the developer portal.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"CommenterFirstName\",\r\n \"title\": \"Commenter first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"CommenterLastName\",\r\n \"title\": \"Commenter last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"IssueId\",\r\n \"title\": \"Issue id\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"IssueName\",\r\n \"title\": \"Issue name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"CommentText\",\r\n \"title\": \"Comment text\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/ConfirmSignUpIdentityDefault\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"ConfirmSignUpIdentityDefault\",\r\n \"properties\": {\r\n \"subject\": \"Please confirm your new $OrganizationName API account\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n Letter\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
\\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n

Thank you for joining the $OrganizationName API program! We host a growing number of cool APIs and strive to provide an awesome experience for API developers.

\\r\\n

First order of business is to activate your account and get you going. To that end, please click on the following link:

\\r\\n

\\r\\n \\r\\n $ConfirmUrl\\r\\n \\r\\n

\\r\\n

If clicking the link does not work, please copy-and-paste or re-type it into your browser's address bar and hit \\\"Enter\\\".

\\r\\n

Thank you,

\\r\\n

$OrganizationName API Team

\\r\\n

\\r\\n $DevPortalUrl\\r\\n

\\r\\n
\\r\\n \\r\\n\",\r\n \"title\": \"New developer account confirmation\",\r\n \"description\": \"Developers receive this email to confirm their e-mail address after they sign up for a new account.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ConfirmUrl\",\r\n \"title\": \"Developer activation URL\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalHost\",\r\n \"title\": \"Developer portal hostname\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ConfirmQuery\",\r\n \"title\": \"Query string part of the activation URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/NewIssueNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"NewIssueNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"Your request $IssueName was received\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

Thank you for contacting us. Our API team will review your issue and get back to you soon.

\\r\\n

\\r\\n Click this link to view or edit your request.\\r\\n

\\r\\n

Best,

\\r\\n

The $OrganizationName API Team

\\r\\n \\r\\n\",\r\n \"title\": \"New issue received\",\r\n \"description\": \"This email is sent to developers after they create a new topic on the Issues page of the developer portal.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"IssueId\",\r\n \"title\": \"Issue id\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"IssueName\",\r\n \"title\": \"Issue name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/PurchaseDeveloperNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"PurchaseDeveloperNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"Your subscription to the $ProdName\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n

Greetings $DevFirstName $DevLastName!

\\r\\n

\\r\\n Thank you for subscribing to the $ProdName and welcome to the $OrganizationName developer community. We are delighted to have you as part of the team and are looking forward to the amazing applications you will build using our API!\\r\\n

\\r\\n

Below are a few subscription details for your reference:

\\r\\n

\\r\\n

    \\r\\n #if ($SubStartDate != \\\"\\\")\\r\\n
  • Start date: $SubStartDate
  • \\r\\n #end\\r\\n \\r\\n #if ($SubTerm != \\\"\\\")\\r\\n
  • Subscription term: $SubTerm
  • \\r\\n #end\\r\\n
\\r\\n

\\r\\n

\\r\\n Visit the developer profile area to manage your subscription and subscription keys\\r\\n

\\r\\n

A couple of pointers to help get you started:

\\r\\n

\\r\\n \\r\\n Learn about the API\\r\\n \\r\\n

\\r\\n

The API documentation provides all information necessary to make a request and to process a response. Code samples are provided per API operation in a variety of languages. Moreover, an interactive console allows making API calls directly from the developer portal without writing any code.

\\r\\n

\\r\\n \\r\\n Feature your app in the app gallery\\r\\n \\r\\n

\\r\\n

You can publish your application on our gallery for increased visibility to potential new users.

\\r\\n

\\r\\n \\r\\n Stay in touch\\r\\n \\r\\n

\\r\\n

\\r\\n If you have an issue, a question, a suggestion, a request, or if you just want to tell us something, go to the Issues page on the developer portal and create a new topic.\\r\\n

\\r\\n

Happy hacking,

\\r\\n

The $OrganizationName API Team

\\r\\n $DevPortalUrl\\r\\n \\r\\n\",\r\n \"title\": \"New subscription activated\",\r\n \"description\": \"Developers receive this acknowledgement email after subscribing to a product.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ProdId\",\r\n \"title\": \"Product ID\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ProdName\",\r\n \"title\": \"Product name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"SubStartDate\",\r\n \"title\": \"Subscription start date\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"SubTerm\",\r\n \"title\": \"Subscription term\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/PasswordResetIdentityDefault\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"PasswordResetIdentityDefault\",\r\n \"properties\": {\r\n \"subject\": \"Your password change request\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n Letter\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
\\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n

You are receiving this email because you requested to change the password on your $OrganizationName API account.

\\r\\n

Please click on the link below and follow instructions to create your new password:

\\r\\n

\\r\\n \\r\\n $ConfirmUrl\\r\\n \\r\\n

\\r\\n

If clicking the link does not work, please copy-and-paste or re-type it into your browser's address bar and hit \\\"Enter\\\".

\\r\\n

Thank you,

\\r\\n

$OrganizationName API Team

\\r\\n

\\r\\n $DevPortalUrl\\r\\n

\\r\\n
\\r\\n \\r\\n\",\r\n \"title\": \"Password change confirmation\",\r\n \"description\": \"Developers receive this email when they request a password change of their account. The purpose of the email is to verify that the account owner made the request and to provide a one-time perishable URL for changing the password.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ConfirmUrl\",\r\n \"title\": \"Developer new password instruction URL\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalHost\",\r\n \"title\": \"Developer portal hostname\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ConfirmQuery\",\r\n \"title\": \"Query string part of the instruction URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/PasswordResetByAdminNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"PasswordResetByAdminNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"Your password was reset\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n
\\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n

The password of your $OrganizationName API account has been reset, per your request.

\\r\\n

\\r\\n Your new password is: $DevPassword

\\r\\n

Please make sure to change it next time you sign in.

\\r\\n

Thank you,

\\r\\n

$OrganizationName API Team

\\r\\n

\\r\\n $DevPortalUrl\\r\\n

\\r\\n
\\r\\n \\r\\n\",\r\n \"title\": \"Password reset by publisher notification (Password reset by admin)\",\r\n \"description\": \"Developers receive this email when the publisher resets their password.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPassword\",\r\n \"title\": \"New Developer password\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/RejectDeveloperNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"RejectDeveloperNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"Your subscription request for the $ProdName\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n We would like to inform you that we reviewed your subscription request for the $ProdName.\\r\\n

\\r\\n #if ($SubDeclineReason == \\\"\\\")\\r\\n

Regretfully, we were unable to approve it, as subscriptions are temporarily suspended at this time.

\\r\\n #else\\r\\n

\\r\\n Regretfully, we were unable to approve it at this time for the following reason:\\r\\n

$SubDeclineReason

\\r\\n #end\\r\\n

We truly appreciate your interest.

All the best,

The $OrganizationName API Team

$DevPortalUrl\\r\\n\",\r\n \"title\": \"Subscription request declined\",\r\n \"description\": \"This email is sent to developers when their subscription requests for products requiring publisher approval is declined.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"SubDeclineReason\",\r\n \"title\": \"Reason for declining subscription\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ProdName\",\r\n \"title\": \"Product name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/RequestDeveloperNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"RequestDeveloperNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"Your subscription request for the $ProdName\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n Thank you for your interest in our $ProdName API product!\\r\\n

\\r\\n

\\r\\n We were delighted to receive your subscription request. We will promptly review it and get back to you at $DevEmail.\\r\\n

\\r\\n

Thank you,

\\r\\n

The $OrganizationName API Team

\\r\\n $DevPortalUrl\\r\\n \\r\\n\",\r\n \"title\": \"Subscription request received\",\r\n \"description\": \"This email is sent to developers to acknowledge receipt of their subscription requests for products requiring publisher approval.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevEmail\",\r\n \"title\": \"Developer email\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"ProdName\",\r\n \"title\": \"Product name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"count\": 14\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/templates/ApplicationApprovedNotificationMessage?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVtcGxhdGVzL0FwcGxpY2F0aW9uQXBwcm92ZWROb3RpZmljYXRpb25NZXNzYWdlP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/ApplicationApprovedNotificationMessage?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW1wbGF0ZXMvQXBwbGljYXRpb25BcHByb3ZlZE5vdGlmaWNhdGlvbk1lc3NhZ2U/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"subject\": \"New Subject\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f32f0f85-6e26-430d-b500-30976ead1253" + "267b8a7d-51c8-4a76-891e-4d8f89e3b97c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -235,34 +235,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANbU=\"" + "\"AAAAAAAAfwI=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "f71a43f3-a2bc-462a-8e6e-fdb60e27d041" + "410dccf4-2d63-4ddf-8334-fc6ad3a6c2fa" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-correlation-request-id": [ - "eab0c14b-5f4b-4f4d-8ccf-f891c3185f62" + "79bac329-832b-4a14-9f13-3a05651d769d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191818Z:eab0c14b-5f4b-4f4d-8ccf-f891c3185f62" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210426T223200Z:79bac329-832b-4a14-9f13-3a05651d769d" ], "Date": [ - "Wed, 25 Mar 2020 19:18:18 GMT" + "Mon, 26 Apr 2021 22:32:00 GMT" ], "Content-Length": [ - "2076" + "2078" ], "Content-Type": [ "application/json; charset=utf-8" @@ -271,26 +271,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/templates/ApplicationApprovedNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"ApplicationApprovedNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"New Subject\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n We are happy to let you know that your request to publish the $AppName application in the application gallery has been approved. Your application has been published and can be viewed here.\\r\\n

\\r\\n

Best,

\\r\\n

The $OrganizationName API Team

\\r\\n \\r\\n\",\r\n \"title\": \"Application gallery submission approved\",\r\n \"description\": \"Developers who submitted their application for publication in the application gallery on the developer portal receive this email after their submission is approved.\",\r\n \"isDefault\": false,\r\n \"parameters\": [\r\n {\r\n \"name\": \"AppId\",\r\n \"title\": \"Application id\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"AppName\",\r\n \"title\": \"Application name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/ApplicationApprovedNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"ApplicationApprovedNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"New Subject\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n We are happy to let you know that your request to publish the $AppName application in the application gallery has been approved. Your application has been published and can be viewed here.\\r\\n

\\r\\n

Best,

\\r\\n

The $OrganizationName API Team

\\r\\n \\r\\n\",\r\n \"title\": \"Application gallery submission approved\",\r\n \"description\": \"Developers who submitted their application for publication in the application gallery on the developer portal receive this email after their submission is approved.\",\r\n \"isDefault\": false,\r\n \"parameters\": [\r\n {\r\n \"name\": \"AppId\",\r\n \"title\": \"Application id\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"AppName\",\r\n \"title\": \"Application name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/templates/ApplicationApprovedNotificationMessage?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVtcGxhdGVzL0FwcGxpY2F0aW9uQXBwcm92ZWROb3RpZmljYXRpb25NZXNzYWdlP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/ApplicationApprovedNotificationMessage?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW1wbGF0ZXMvQXBwbGljYXRpb25BcHByb3ZlZE5vdGlmaWNhdGlvbk1lc3NhZ2U/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06ce336d-8907-484c-ab81-c1f0e267cff6" + "7b1ea3be-39e9-49e2-ba19-f8d4083063cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -301,34 +301,100 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANbU=\"" + "\"AAAAAAAAfwI=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c093d2d7-0c40-45bd-b9cf-56e5decd0c73" + "00285094-22bf-423a-8ae5-2f009b5cb248" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "11997" ], "x-ms-correlation-request-id": [ - "3b0a7af9-7fe8-4d11-80ab-8ea0a6501cbe" + "d8b4113f-3658-43d9-a107-6bdc8f18cb33" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191819Z:3b0a7af9-7fe8-4d11-80ab-8ea0a6501cbe" + "WESTUS:20210426T223200Z:d8b4113f-3658-43d9-a107-6bdc8f18cb33" + ], + "Date": [ + "Mon, 26 Apr 2021 22:32:00 GMT" + ], + "Content-Length": [ + "2078" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/ApplicationApprovedNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"ApplicationApprovedNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"New Subject\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n We are happy to let you know that your request to publish the $AppName application in the application gallery has been approved. Your application has been published and can be viewed here.\\r\\n

\\r\\n

Best,

\\r\\n

The $OrganizationName API Team

\\r\\n \\r\\n\",\r\n \"title\": \"Application gallery submission approved\",\r\n \"description\": \"Developers who submitted their application for publication in the application gallery on the developer portal receive this email after their submission is approved.\",\r\n \"isDefault\": false,\r\n \"parameters\": [\r\n {\r\n \"name\": \"AppId\",\r\n \"title\": \"Application id\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"AppName\",\r\n \"title\": \"Application name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/ApplicationApprovedNotificationMessage?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW1wbGF0ZXMvQXBwbGljYXRpb25BcHByb3ZlZE5vdGlmaWNhdGlvbk1lc3NhZ2U/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ab842b2e-76ef-4484-9563-b3035f6e35bb" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAAfwM=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "x-ms-request-id": [ + "da16590e-c500-4794-b0a7-c5e19e19d34c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "8c876dde-1001-459c-9160-e4a7c15dd494" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210426T223201Z:8c876dde-1001-459c-9160-e4a7c15dd494" + ], "Date": [ - "Wed, 25 Mar 2020 19:18:18 GMT" + "Mon, 26 Apr 2021 22:32:01 GMT" ], "Content-Length": [ - "2076" + "2082" ], "Content-Type": [ "application/json; charset=utf-8" @@ -337,26 +403,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/templates/ApplicationApprovedNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"ApplicationApprovedNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"New Subject\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n We are happy to let you know that your request to publish the $AppName application in the application gallery has been approved. Your application has been published and can be viewed here.\\r\\n

\\r\\n

Best,

\\r\\n

The $OrganizationName API Team

\\r\\n \\r\\n\",\r\n \"title\": \"Application gallery submission approved\",\r\n \"description\": \"Developers who submitted their application for publication in the application gallery on the developer portal receive this email after their submission is approved.\",\r\n \"isDefault\": false,\r\n \"parameters\": [\r\n {\r\n \"name\": \"AppId\",\r\n \"title\": \"Application id\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"AppName\",\r\n \"title\": \"Application name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/ApplicationApprovedNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"ApplicationApprovedNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"Updated Subject\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n We are happy to let you know that your request to publish the $AppName application in the application gallery has been approved. Your application has been published and can be viewed here.\\r\\n

\\r\\n

Best,

\\r\\n

The $OrganizationName API Team

\\r\\n \\r\\n\",\r\n \"title\": \"Application gallery submission approved\",\r\n \"description\": \"Developers who submitted their application for publication in the application gallery on the developer portal receive this email after their submission is approved.\",\r\n \"isDefault\": false,\r\n \"parameters\": [\r\n {\r\n \"name\": \"AppId\",\r\n \"title\": \"Application id\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"AppName\",\r\n \"title\": \"Application name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/templates/ApplicationApprovedNotificationMessage?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVtcGxhdGVzL0FwcGxpY2F0aW9uQXBwcm92ZWROb3RpZmljYXRpb25NZXNzYWdlP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/ApplicationApprovedNotificationMessage?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW1wbGF0ZXMvQXBwbGljYXRpb25BcHByb3ZlZE5vdGlmaWNhdGlvbk1lc3NhZ2U/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4cc55564-9f6d-4173-85b4-18865ba0fc21" + "6fcc591e-063d-4827-be23-4854874c9df0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -372,29 +438,101 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "dee3e09f-ebc4-4e0b-820d-9fef58ee3995" + "e67c7f16-8848-4cf3-8d1d-52eda6ba546e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "11995" ], "x-ms-correlation-request-id": [ - "914bb5ee-159f-4df7-8a4d-74e27181ccf5" + "7db4fc44-aa2b-48ed-b1d9-926447809e14" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191820Z:914bb5ee-159f-4df7-8a4d-74e27181ccf5" + "WESTUS:20210426T223201Z:7db4fc44-aa2b-48ed-b1d9-926447809e14" + ], + "Date": [ + "Mon, 26 Apr 2021 22:32:01 GMT" + ], + "Content-Length": [ + "2131" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/ApplicationApprovedNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"ApplicationApprovedNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"Your application $AppName is published in the application gallery\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n We are happy to let you know that your request to publish the $AppName application in the application gallery has been approved. Your application has been published and can be viewed here.\\r\\n

\\r\\n

Best,

\\r\\n

The $OrganizationName API Team

\\r\\n \\r\\n\",\r\n \"title\": \"Application gallery submission approved\",\r\n \"description\": \"Developers who submitted their application for publication in the application gallery on the developer portal receive this email after their submission is approved.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"AppId\",\r\n \"title\": \"Application id\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"AppName\",\r\n \"title\": \"Application name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/ApplicationApprovedNotificationMessage?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW1wbGF0ZXMvQXBwbGljYXRpb25BcHByb3ZlZE5vdGlmaWNhdGlvbk1lc3NhZ2U/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"subject\": \"Updated Subject\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9ed7f726-f27d-4e55-8837-a88bd3ce8809" + ], + "If-Match": [ + "*" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "62" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "x-ms-request-id": [ + "edca070e-4c0e-48f3-915b-f44c486dca04" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-correlation-request-id": [ + "b70c5978-d3e9-4c20-bc77-c19c92c3723b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210426T223200Z:b70c5978-d3e9-4c20-bc77-c19c92c3723b" + ], "Date": [ - "Wed, 25 Mar 2020 19:18:19 GMT" + "Mon, 26 Apr 2021 22:32:00 GMT" ], "Content-Length": [ - "2129" + "2755" ], "Content-Type": [ "application/json; charset=utf-8" @@ -403,29 +541,29 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/templates/ApplicationApprovedNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"ApplicationApprovedNotificationMessage\",\r\n \"properties\": {\r\n \"subject\": \"Your application $AppName is published in the application gallery\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n We are happy to let you know that your request to publish the $AppName application in the application gallery has been approved. Your application has been published and can be viewed here.\\r\\n

\\r\\n

Best,

\\r\\n

The $OrganizationName API Team

\\r\\n \\r\\n\",\r\n \"title\": \"Application gallery submission approved\",\r\n \"description\": \"Developers who submitted their application for publication in the application gallery on the developer portal receive this email after their submission is approved.\",\r\n \"isDefault\": true,\r\n \"parameters\": [\r\n {\r\n \"name\": \"AppId\",\r\n \"title\": \"Application id\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"AppName\",\r\n \"title\": \"Application name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/ApplicationApprovedNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/templates\",\r\n \"name\": \"ApplicationApprovedNotificationMessage\",\r\n \"properties\": {\r\n \"Item1\": false,\r\n \"Item2\": {\r\n \"Id\": 0,\r\n \"Entity\": {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/ApplicationApprovedNotificationMessage\",\r\n \"subject\": \"Updated Subject\",\r\n \"body\": \"\\r\\n\\r\\n \\r\\n \\r\\n

Dear $DevFirstName $DevLastName,

\\r\\n

\\r\\n We are happy to let you know that your request to publish the $AppName application in the application gallery has been approved. Your application has been published and can be viewed here.\\r\\n

\\r\\n

Best,

\\r\\n

The $OrganizationName API Team

\\r\\n \\r\\n\",\r\n \"title\": \"Application gallery submission approved\",\r\n \"description\": \"Developers who submitted their application for publication in the application gallery on the developer portal receive this email after their submission is approved.\",\r\n \"isDefault\": false,\r\n \"parameters\": [\r\n {\r\n \"name\": \"AppId\",\r\n \"title\": \"Application id\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"AppName\",\r\n \"title\": \"Application name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevFirstName\",\r\n \"title\": \"Developer first name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevLastName\",\r\n \"title\": \"Developer last name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"OrganizationName\",\r\n \"title\": \"Organization name\",\r\n \"description\": null\r\n },\r\n {\r\n \"name\": \"DevPortalUrl\",\r\n \"title\": \"Developer portal URL\",\r\n \"description\": null\r\n }\r\n ]\r\n },\r\n \"Tag\": {\r\n \"RawValue\": \"AAAAAAAAfwM=\",\r\n \"RawValues\": null,\r\n \"RawValueLong\": 251920104156037120,\r\n \"Value\": \"AAAAAAAAfwM=\",\r\n \"MatchAll\": false,\r\n \"IsEmpty\": false\r\n }\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/templates/ApplicationApprovedNotificationMessage?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVtcGxhdGVzL0FwcGxpY2F0aW9uQXBwcm92ZWROb3RpZmljYXRpb25NZXNzYWdlP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/ApplicationApprovedNotificationMessage?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW1wbGF0ZXMvQXBwbGljYXRpb25BcHByb3ZlZE5vdGlmaWNhdGlvbk1lc3NhZ2U/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4facea4b-c4c9-4271-93bd-0dfca7e1d5ea" + "53b784b4-7fb2-43d2-a18c-b550e16ac88d" ], "If-Match": [ - "\"AAAAAAAANbU=\"" + "\"AAAAAAAAfwM=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -438,26 +576,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "83b6d6e0-8bcd-410b-8eb9-632b9aa85228" + "bde4eb10-4471-4a60-82d4-eac53e8a638c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "14999" ], "x-ms-correlation-request-id": [ - "8a6d843d-4a31-4118-8b30-daf27a917828" + "eb82d1ed-9196-4e0d-baa6-870706732649" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191819Z:8a6d843d-4a31-4118-8b30-daf27a917828" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210426T223201Z:eb82d1ed-9196-4e0d-baa6-870706732649" ], "Date": [ - "Wed, 25 Mar 2020 19:18:18 GMT" + "Mon, 26 Apr 2021 22:32:01 GMT" ], "Expires": [ "-1" @@ -470,13 +608,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/templates/ApplicationApprovedNotificationMessage?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVtcGxhdGVzL0FwcGxpY2F0aW9uQXBwcm92ZWROb3RpZmljYXRpb25NZXNzYWdlP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/templates/ApplicationApprovedNotificationMessage?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW1wbGF0ZXMvQXBwbGljYXRpb25BcHByb3ZlZE5vdGlmaWNhdGlvbk1lc3NhZ2U/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f46d6a1e-ae46-486b-81f7-65f66b016d99" + "fa74ee85-de55-4930-9a29-19fd47d5a682" ], "If-Match": [ "*" @@ -485,10 +623,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -501,26 +639,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "4568b451-1a80-494e-b619-2b2a3cc3dd33" + "75693863-0b81-4309-b531-d6ff535d83fa" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" + "14998" ], "x-ms-correlation-request-id": [ - "5e5a19e7-1b35-4bdf-96d4-e56b826c0300" + "24f4e1f4-f9d3-4ed5-a157-e2db677ede4f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191820Z:5e5a19e7-1b35-4bdf-96d4-e56b826c0300" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210426T223201Z:24f4e1f4-f9d3-4ed5-a157-e2db677ede4f" ], "Date": [ - "Wed, 25 Mar 2020 19:18:19 GMT" + "Mon, 26 Apr 2021 22:32:01 GMT" ], "Expires": [ "-1" @@ -532,12 +670,13 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "testKeyVaultSecretUrl": "https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1", + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/GatewayTests/CreateListUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/GatewayTests/CreateListUpdateDelete.json index 495b745caf29d..3bf10595eba0a 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/GatewayTests/CreateListUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/GatewayTests/CreateListUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "feeee23d-e976-40b3-ae8a-adfbb3400411" + "be1b1234-b480-43c3-89b4-1242ff28de5c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "342" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAV4qQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c6467994-6d42-40fb-b41e-322e7922f56d", - "bf714649-ea6d-4372-9226-95d5bbabb1a3" + "eed887cc-9a2e-4ab0-8e8f-a0a7b1cc60dc", + "4fbeedee-001d-4cc4-97c2-cb0a5016be62" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1199" ], "x-ms-correlation-request-id": [ - "f3ae1134-9475-4e8d-962a-e58c293a64bc" + "d90df99f-0d90-4caa-add2-0199b2f3532d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190943Z:f3ae1134-9475-4e8d-962a-e58c293a64bc" + "WESTUS:20210504T230043Z:d90df99f-0d90-4caa-add2-0199b2f3532d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:09:43 GMT" + "Tue, 04 May 2021 23:00:43 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAV4qQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7240bc12-dd1d-404f-9e5d-0a54ee2cddbf" + "34deb41c-6e25-4fbd-ba44-885d9ac1c425" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAV4qQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ae7e6277-4987-4059-b3d3-3e26f55d6534" + "81d602a1-f118-435a-aa21-3e3e322c8f70" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "11999" ], "x-ms-correlation-request-id": [ - "7a2a200a-cb95-4b37-88d0-4df304e5d75b" + "05c25946-3a88-450b-a0a9-73fd06b72927" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190943Z:7a2a200a-cb95-4b37-88d0-4df304e5d75b" + "WESTUS:20210504T230043Z:05c25946-3a88-450b-a0a9-73fd06b72927" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:09:43 GMT" + "Tue, 04 May 2021 23:00:43 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAV4qQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd8a054e-a7d4-4234-81ce-dda28eccbce3" + "ac6c4974-bef9-46bd-80f6-85f735b915a8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,26 +168,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "cdf422ac-f3b4-4196-b5e6-80ab8abf29a7" + "95793856-1995-48ed-8b61-0fa84c4c2056" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "11998" ], "x-ms-correlation-request-id": [ - "2e06cb67-8511-4def-b3fb-606d99584341" + "783a581a-944a-40d1-b441-aa2ba2ee37c3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190944Z:2e06cb67-8511-4def-b3fb-606d99584341" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210504T230044Z:783a581a-944a-40d1-b441-aa2ba2ee37c3" ], "Date": [ - "Wed, 25 Mar 2020 19:09:43 GMT" + "Tue, 04 May 2021 23:00:43 GMT" ], "Content-Length": [ "34" @@ -203,22 +203,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fc1fbecf-06e3-4393-8c34-0df1e4ddab2b" + "270b2ddb-8e0c-435b-94a0-919300e31f8d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -231,29 +231,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "8fa79403-6ffd-4f97-b091-95c1b34cd9fe" + "da4fffbd-6a4e-434d-bb68-75adf76a9fdd" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "11995" ], "x-ms-correlation-request-id": [ - "f2687dd3-3211-45f2-9433-e0c2adef5b77" + "ebd99b23-874b-4511-a4e1-80d35f079518" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190946Z:f2687dd3-3211-45f2-9433-e0c2adef5b77" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210504T230045Z:ebd99b23-874b-4511-a4e1-80d35f079518" ], "Date": [ - "Wed, 25 Mar 2020 19:09:45 GMT" + "Tue, 04 May 2021 23:00:45 GMT" ], "Content-Length": [ - "597" + "598" ], "Content-Type": [ "application/json; charset=utf-8" @@ -262,26 +262,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6795\",\r\n \"type\": \"Microsoft.ApiManagement/service/gateways\",\r\n \"name\": \"gatewayid6795\",\r\n \"properties\": {\r\n \"locationData\": {\r\n \"name\": \"Microsoft\",\r\n \"city\": \"Seattle\",\r\n \"district\": \"King County\",\r\n \"countryOrRegion\": \"USA\"\r\n },\r\n \"description\": \"azsmnet2256\",\r\n \"heartbeat\": []\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid6891\",\r\n \"type\": \"Microsoft.ApiManagement/service/gateways\",\r\n \"name\": \"gatewayid6891\",\r\n \"properties\": {\r\n \"locationData\": {\r\n \"name\": \"Microsoft\",\r\n \"city\": \"Seattle\",\r\n \"district\": \"King County\",\r\n \"countryOrRegion\": \"USA\"\r\n },\r\n \"description\": \"azsmnet376\",\r\n \"heartbeat\": []\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3634203c-c1c8-416c-b852-972ee0bc6400" + "e04a119b-2f38-4e40-bd77-680396448e9e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -294,26 +294,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "ff221b6f-c15b-42c8-a514-fd4bcfec3ef2" + "90f515a6-e74b-41f8-82bd-a6c9b24f5f46" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "11996" ], "x-ms-correlation-request-id": [ - "7c6e0666-957d-4c4f-b879-3ed87d660226" + "ae863c9e-1ad9-4aeb-959d-48fe9c33ae20" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190952Z:7c6e0666-957d-4c4f-b879-3ed87d660226" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210504T230431Z:ae863c9e-1ad9-4aeb-959d-48fe9c33ae20" ], "Date": [ - "Wed, 25 Mar 2020 19:09:52 GMT" + "Tue, 04 May 2021 23:04:30 GMT" ], "Content-Length": [ "34" @@ -329,22 +329,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ce1f35b1-2939-4183-9938-f64370747573" + "6af9a9da-6230-4265-9d41-974d33496002" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -357,29 +357,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "15d6fedf-ec9c-46b3-add8-c7148a150fd5" + "ceab1413-125f-493d-8962-d754ad0bacb5" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "11997" ], "x-ms-correlation-request-id": [ - "de74f2c6-e65e-4855-afa7-aefe08fd2fa9" + "52fcb62d-553f-43a0-b80e-a6e2a71ab3a8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190944Z:de74f2c6-e65e-4855-afa7-aefe08fd2fa9" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210504T230044Z:52fcb62d-553f-43a0-b80e-a6e2a71ab3a8" ], "Date": [ - "Wed, 25 Mar 2020 19:09:44 GMT" + "Tue, 04 May 2021 23:00:44 GMT" ], "Content-Length": [ - "728" + "730" ], "Content-Type": [ "application/json; charset=utf-8" @@ -388,32 +388,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6795?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXMvZ2F0ZXdheWlkNjc5NT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid6891?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ2ODkxP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"locationData\": {\r\n \"name\": \"Microsoft\",\r\n \"city\": \"Seattle\",\r\n \"district\": \"King County\",\r\n \"countryOrRegion\": \"USA\"\r\n },\r\n \"description\": \"azsmnet2256\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"locationData\": {\r\n \"name\": \"Microsoft\",\r\n \"city\": \"Seattle\",\r\n \"district\": \"King County\",\r\n \"countryOrRegion\": \"USA\"\r\n },\r\n \"description\": \"azsmnet376\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e0775173-f16d-451a-b9a3-2e405cb3240d" + "fae266ae-66d0-4ef3-ba8a-573767500c9f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "213" + "212" ] }, "ResponseHeaders": { @@ -424,34 +424,34 @@ "no-cache" ], "ETag": [ - "\"nDQAAAAAAAA=\"" + "\"038AAAAAAAA=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "81605a49-39ef-4d22-9282-01ef79b21ab1" + "956010a1-2578-4479-8152-7bd59174d062" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1198" ], "x-ms-correlation-request-id": [ - "045f3d17-abfa-4f9e-a375-646560bc50f3" + "a130f7c2-9880-4763-b5f7-329cc6b5df32" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190945Z:045f3d17-abfa-4f9e-a375-646560bc50f3" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210504T230045Z:a130f7c2-9880-4763-b5f7-329cc6b5df32" ], "Date": [ - "Wed, 25 Mar 2020 19:09:45 GMT" + "Tue, 04 May 2021 23:00:44 GMT" ], "Content-Length": [ - "499" + "500" ], "Content-Type": [ "application/json; charset=utf-8" @@ -460,26 +460,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6795\",\r\n \"type\": \"Microsoft.ApiManagement/service/gateways\",\r\n \"name\": \"gatewayid6795\",\r\n \"properties\": {\r\n \"locationData\": {\r\n \"name\": \"Microsoft\",\r\n \"city\": \"Seattle\",\r\n \"district\": \"King County\",\r\n \"countryOrRegion\": \"USA\"\r\n },\r\n \"description\": \"azsmnet2256\",\r\n \"heartbeat\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid6891\",\r\n \"type\": \"Microsoft.ApiManagement/service/gateways\",\r\n \"name\": \"gatewayid6891\",\r\n \"properties\": {\r\n \"locationData\": {\r\n \"name\": \"Microsoft\",\r\n \"city\": \"Seattle\",\r\n \"district\": \"King County\",\r\n \"countryOrRegion\": \"USA\"\r\n },\r\n \"description\": \"azsmnet376\",\r\n \"heartbeat\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6795?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXMvZ2F0ZXdheWlkNjc5NT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid6891?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ2ODkxP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "998f0ad9-2ce3-4283-8811-759d70fedeae" + "8006caf7-12c8-46d4-8f78-422495e209c6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -490,34 +490,34 @@ "no-cache" ], "ETag": [ - "\"nDQAAAAAAAA=\"" + "\"038AAAAAAAA=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c6a82214-8e4b-478f-99ec-0cd6ee2a1048" + "6b86338b-4f0f-4241-8d47-3b7d9d401a98" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "11996" ], "x-ms-correlation-request-id": [ - "2bac68dd-d4e8-4b44-8a7d-74848c435172" + "055cff80-f758-4753-a9f8-3c722be2a177" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190945Z:2bac68dd-d4e8-4b44-8a7d-74848c435172" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210504T230045Z:055cff80-f758-4753-a9f8-3c722be2a177" ], "Date": [ - "Wed, 25 Mar 2020 19:09:45 GMT" + "Tue, 04 May 2021 23:00:44 GMT" ], "Content-Length": [ - "497" + "498" ], "Content-Type": [ "application/json; charset=utf-8" @@ -526,26 +526,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6795\",\r\n \"type\": \"Microsoft.ApiManagement/service/gateways\",\r\n \"name\": \"gatewayid6795\",\r\n \"properties\": {\r\n \"locationData\": {\r\n \"name\": \"Microsoft\",\r\n \"city\": \"Seattle\",\r\n \"district\": \"King County\",\r\n \"countryOrRegion\": \"USA\"\r\n },\r\n \"description\": \"azsmnet2256\",\r\n \"heartbeat\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid6891\",\r\n \"type\": \"Microsoft.ApiManagement/service/gateways\",\r\n \"name\": \"gatewayid6891\",\r\n \"properties\": {\r\n \"locationData\": {\r\n \"name\": \"Microsoft\",\r\n \"city\": \"Seattle\",\r\n \"district\": \"King County\",\r\n \"countryOrRegion\": \"USA\"\r\n },\r\n \"description\": \"azsmnet376\",\r\n \"heartbeat\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6795?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXMvZ2F0ZXdheWlkNjc5NT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid6891?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ2ODkxP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "010beaf7-f4db-4873-9fa3-b296130194a2" + "53017fad-610c-47be-8812-8d965fa7b849" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -556,34 +556,34 @@ "no-cache" ], "ETag": [ - "\"nTQAAAAAAAA=\"" + "\"1n8AAAAAAAA=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0c433352-2251-47bc-90d7-bdc2ba47ffd1" + "ce4a9a67-ad56-4266-9605-b7e757ff837f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "11997" ], "x-ms-correlation-request-id": [ - "8fcc5c41-20f9-4a15-8ba8-3adc3f23b066" + "80a54cc9-4003-404e-b4ca-26f9f27f7073" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190951Z:8fcc5c41-20f9-4a15-8ba8-3adc3f23b066" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210504T230431Z:80a54cc9-4003-404e-b4ca-26f9f27f7073" ], "Date": [ - "Wed, 25 Mar 2020 19:09:51 GMT" + "Tue, 04 May 2021 23:04:30 GMT" ], "Content-Length": [ - "497" + "498" ], "Content-Type": [ "application/json; charset=utf-8" @@ -592,26 +592,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6795\",\r\n \"type\": \"Microsoft.ApiManagement/service/gateways\",\r\n \"name\": \"gatewayid6795\",\r\n \"properties\": {\r\n \"locationData\": {\r\n \"name\": \"Microsoft\",\r\n \"city\": \"Seattle\",\r\n \"district\": \"King County\",\r\n \"countryOrRegion\": \"USA\"\r\n },\r\n \"description\": \"azsmnet2256\",\r\n \"heartbeat\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid6891\",\r\n \"type\": \"Microsoft.ApiManagement/service/gateways\",\r\n \"name\": \"gatewayid6891\",\r\n \"properties\": {\r\n \"locationData\": {\r\n \"name\": \"Microsoft\",\r\n \"city\": \"Seattle\",\r\n \"district\": \"King County\",\r\n \"countryOrRegion\": \"USA\"\r\n },\r\n \"description\": \"azsmnet376\",\r\n \"heartbeat\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6795/apis/echo-api?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXMvZ2F0ZXdheWlkNjc5NS9hcGlzL2VjaG8tYXBpP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid6891/apis/echo-api?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ2ODkxL2FwaXMvZWNoby1hcGk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"created\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6c72d71d-0a73-42ec-bc2c-aa2599be7a82" + "4d80c43d-f7a8-40f7-b4a5-6243ee5d80b5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -628,34 +628,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAMjQ=\"" + "\"AAAAAAAAbdI=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "ea58cad3-ac5e-45f9-b7a0-27c813d319d0" + "74ede7fc-8cb9-4041-ad2f-b907ac656f4a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1197" ], "x-ms-correlation-request-id": [ - "61623dee-3cec-4c1b-999c-eea874dbc983" + "34844ae0-deb0-46fc-818f-2b76f67a303e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190947Z:61623dee-3cec-4c1b-999c-eea874dbc983" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210504T230046Z:34844ae0-deb0-46fc-818f-2b76f67a303e" ], "Date": [ - "Wed, 25 Mar 2020 19:09:46 GMT" + "Tue, 04 May 2021 23:00:45 GMT" ], "Content-Length": [ - "625" + "627" ], "Content-Type": [ "application/json; charset=utf-8" @@ -664,26 +664,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6795/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/gateways/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": null,\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid6891/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/gateways/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": null,\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6795/apis?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXMvZ2F0ZXdheWlkNjc5NS9hcGlzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid6891/apis?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ2ODkxL2FwaXM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e351e7a-007b-435d-ae61-f8111acd4de0" + "25320f7b-5810-450e-803a-b3a82e31e513" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -696,29 +696,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "9c0fc1d4-84f5-46ae-86a7-e5da295c142d" + "c5973d9c-3c11-4e6c-89f9-6b857dc65d7b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "11994" ], "x-ms-correlation-request-id": [ - "0d6fec29-c851-4ec6-b2b8-022e8390a7ae" + "30256081-8c52-4a2d-9130-22de0fb4ebfd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190947Z:0d6fec29-c851-4ec6-b2b8-022e8390a7ae" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210504T230046Z:30256081-8c52-4a2d-9130-22de0fb4ebfd" ], "Date": [ - "Wed, 25 Mar 2020 19:09:47 GMT" + "Tue, 04 May 2021 23:00:45 GMT" ], "Content-Length": [ - "760" + "762" ], "Content-Type": [ "application/json; charset=utf-8" @@ -727,26 +727,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6795/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/gateways/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid6891/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/gateways/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/certificates/certificateId4148?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvY2VydGlmaWNhdGVzL2NlcnRpZmljYXRlSWQ0MTQ4P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/certificateId8237?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9jZXJ0aWZpY2F0ZXMvY2VydGlmaWNhdGVJZDgyMzc/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"data\": \"MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ\",\r\n \"password\": \"Password\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fdfbc364-958c-4bfb-a571-4e0f3d52b87a" + "8fa6c313-9e91-4ec5-8009-99bf6cea67e2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -763,34 +763,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANKM=\"" + "\"AAAAAAAAf9o=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "3a6c7615-73dd-485a-bccf-52c791c04563" + "4aca24cc-c86e-48ff-869c-b5714f8cb7aa" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1196" ], "x-ms-correlation-request-id": [ - "785da0db-17e4-44fc-809c-6dad6e066b01" + "6e9afeb4-3791-4d66-9970-a300d545a01b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190949Z:785da0db-17e4-44fc-809c-6dad6e066b01" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210504T230047Z:6e9afeb4-3791-4d66-9970-a300d545a01b" ], "Date": [ - "Wed, 25 Mar 2020 19:09:48 GMT" + "Tue, 04 May 2021 23:00:46 GMT" ], "Content-Length": [ - "454" + "484" ], "Content-Type": [ "application/json; charset=utf-8" @@ -799,32 +799,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/certificates/certificateId4148\",\r\n \"type\": \"Microsoft.ApiManagement/service/certificates\",\r\n \"name\": \"certificateId4148\",\r\n \"properties\": {\r\n \"subject\": \"CN=*.msitesting.net\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"expirationDate\": \"2036-01-01T07:00:00Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/certificateId8237\",\r\n \"type\": \"Microsoft.ApiManagement/service/certificates\",\r\n \"name\": \"certificateId8237\",\r\n \"properties\": {\r\n \"subject\": \"CN=*.msitesting.net\",\r\n \"thumbprint\": \"8E989652CABCF585ACBFCB9C2C91F1D174FDB3A2\",\r\n \"expirationDate\": \"2036-01-01T07:00:00Z\",\r\n \"hasPrivateKey\": true\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6795/hostnameConfigurations/hostnameConfigId5939?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXMvZ2F0ZXdheWlkNjc5NS9ob3N0bmFtZUNvbmZpZ3VyYXRpb25zL2hvc3RuYW1lQ29uZmlnSWQ1OTM5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid6891/certificateAuthorities/certificateId8237?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ2ODkxL2NlcnRpZmljYXRlQXV0aG9yaXRpZXMvY2VydGlmaWNhdGVJZDgyMzc/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hostname\": \"www.contoso.com\",\r\n \"certificateId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/certificates/certificateId4148\",\r\n \"negotiateClientCertificate\": false\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"isTrusted\": true\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "254bcec8-244e-431d-b2d6-5f8961b8f1d8" + "00d96621-53d2-4809-9068-13da25b88b28" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "305" + "51" ] }, "ResponseHeaders": { @@ -835,34 +835,34 @@ "no-cache" ], "ETag": [ - "\"pTQAAAAAAAA=\"" + "\"1X8AAAAAAAA=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0be9d677-76a3-4f13-bc31-f5997d6005aa" + "874b6741-42bf-4842-a1fd-20a54ac6c1af" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1195" ], "x-ms-correlation-request-id": [ - "8b4043e4-a4fd-483e-ab5a-28defb39ebb6" + "8c68f801-7edb-4a41-a957-0e8924d9cd57" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190949Z:8b4043e4-a4fd-483e-ab5a-28defb39ebb6" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210504T230047Z:8c68f801-7edb-4a41-a957-0e8924d9cd57" ], "Date": [ - "Wed, 25 Mar 2020 19:09:48 GMT" + "Tue, 04 May 2021 23:00:47 GMT" ], "Content-Length": [ - "724" + "383" ], "Content-Type": [ "application/json; charset=utf-8" @@ -871,26 +871,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6795/hostnameConfigurations/hostnameConfigId5939\",\r\n \"type\": \"Microsoft.ApiManagement/service/gateways/hostnameConfigurations\",\r\n \"name\": \"hostnameConfigId5939\",\r\n \"properties\": {\r\n \"hostname\": \"www.contoso.com\",\r\n \"certificateId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/certificates/certificateId4148\",\r\n \"negotiateClientCertificate\": false,\r\n \"tls10Enabled\": false,\r\n \"tls11Enabled\": false,\r\n \"http2Enabled\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid6891/certificateAuthorities/certificateId8237\",\r\n \"type\": \"Microsoft.ApiManagement/service/gateways/certificateAuthorities\",\r\n \"name\": \"certificateId8237\",\r\n \"properties\": {\r\n \"isTrusted\": true\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6795/hostnameConfigurations/hostnameConfigId5939?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXMvZ2F0ZXdheWlkNjc5NS9ob3N0bmFtZUNvbmZpZ3VyYXRpb25zL2hvc3RuYW1lQ29uZmlnSWQ1OTM5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid6891/certificateAuthorities/certificateId8237?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ2ODkxL2NlcnRpZmljYXRlQXV0aG9yaXRpZXMvY2VydGlmaWNhdGVJZDgyMzc/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b244d9d-0ced-4c65-935b-5441b727ed69" + "d35d6b10-eb32-4285-a6fb-74000876868b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -901,34 +901,235 @@ "no-cache" ], "ETag": [ - "\"pTQAAAAAAAA=\"" + "\"1X8AAAAAAAA=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "bd281098-7b47-4725-b96f-d465d335391d" + "5c1d4e8e-e1a8-4713-bc9e-c2aae2702de0" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "11999" ], "x-ms-correlation-request-id": [ - "41ce5c20-d4cc-4a62-bef8-0dc6186fa0d8" + "f841c699-4678-4e06-9517-d72f0d85a7d8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190950Z:41ce5c20-d4cc-4a62-bef8-0dc6186fa0d8" + "WESTCENTRALUS:20210504T230328Z:f841c699-4678-4e06-9517-d72f0d85a7d8" + ], + "Date": [ + "Tue, 04 May 2021 23:03:28 GMT" + ], + "Content-Length": [ + "383" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid6891/certificateAuthorities/certificateId8237\",\r\n \"type\": \"Microsoft.ApiManagement/service/gateways/certificateAuthorities\",\r\n \"name\": \"certificateId8237\",\r\n \"properties\": {\r\n \"isTrusted\": true\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid6891/certificateAuthorities/certificateId8237?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ2ODkxL2NlcnRpZmljYXRlQXV0aG9yaXRpZXMvY2VydGlmaWNhdGVJZDgyMzc/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "057b9621-f35d-430d-89e1-380fb969c42a" + ], + "If-Match": [ + "*" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "x-ms-request-id": [ + "13ec57ef-b3d8-4ee5-a9c7-bd86a66d9646" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "23e35e9c-54df-48fa-bda2-263b98972985" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210504T230428Z:23e35e9c-54df-48fa-bda2-263b98972985" + ], "Date": [ - "Wed, 25 Mar 2020 19:09:50 GMT" + "Tue, 04 May 2021 23:04:28 GMT" + ], + "Expires": [ + "-1" ], "Content-Length": [ - "724" + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid6891/hostnameConfigurations/hostnameConfigId6516?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ2ODkxL2hvc3RuYW1lQ29uZmlndXJhdGlvbnMvaG9zdG5hbWVDb25maWdJZDY1MTY/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"hostname\": \"www.contoso.com\",\r\n \"certificateId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/certificateId8237\",\r\n \"negotiateClientCertificate\": false\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bb10ed73-b91d-40fc-8ca7-8ea4e63c81d6" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "307" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"4n8AAAAAAAA=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "e5ed4569-ef80-40bc-8cb9-5fa9b8553224" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "53f296d5-4836-4689-af85-cb0deba54297" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210504T230429Z:53f296d5-4836-4689-af85-cb0deba54297" + ], + "Date": [ + "Tue, 04 May 2021 23:04:29 GMT" + ], + "Content-Length": [ + "728" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid6891/hostnameConfigurations/hostnameConfigId6516\",\r\n \"type\": \"Microsoft.ApiManagement/service/gateways/hostnameConfigurations\",\r\n \"name\": \"hostnameConfigId6516\",\r\n \"properties\": {\r\n \"hostname\": \"www.contoso.com\",\r\n \"certificateId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/certificateId8237\",\r\n \"negotiateClientCertificate\": false,\r\n \"tls10Enabled\": false,\r\n \"tls11Enabled\": false,\r\n \"http2Enabled\": true\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid6891/hostnameConfigurations/hostnameConfigId6516?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ2ODkxL2hvc3RuYW1lQ29uZmlndXJhdGlvbnMvaG9zdG5hbWVDb25maWdJZDY1MTY/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "303a789b-1cc7-4636-9d8b-92827c0233df" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"4n8AAAAAAAA=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "569572bc-1a7b-4899-9a97-da5f05f319bd" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "1fc82e1b-9d6c-4b19-b09e-13fe4ad0c1d4" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210504T230430Z:1fc82e1b-9d6c-4b19-b09e-13fe4ad0c1d4" + ], + "Date": [ + "Tue, 04 May 2021 23:04:29 GMT" + ], + "Content-Length": [ + "728" ], "Content-Type": [ "application/json; charset=utf-8" @@ -937,26 +1138,29 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6795/hostnameConfigurations/hostnameConfigId5939\",\r\n \"type\": \"Microsoft.ApiManagement/service/gateways/hostnameConfigurations\",\r\n \"name\": \"hostnameConfigId5939\",\r\n \"properties\": {\r\n \"hostname\": \"www.contoso.com\",\r\n \"certificateId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/certificates/certificateId4148\",\r\n \"negotiateClientCertificate\": false,\r\n \"tls10Enabled\": false,\r\n \"tls11Enabled\": false,\r\n \"http2Enabled\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid6891/hostnameConfigurations/hostnameConfigId6516\",\r\n \"type\": \"Microsoft.ApiManagement/service/gateways/hostnameConfigurations\",\r\n \"name\": \"hostnameConfigId6516\",\r\n \"properties\": {\r\n \"hostname\": \"www.contoso.com\",\r\n \"certificateId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/certificateId8237\",\r\n \"negotiateClientCertificate\": false,\r\n \"tls10Enabled\": false,\r\n \"tls11Enabled\": false,\r\n \"http2Enabled\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6795/hostnameConfigurations/hostnameConfigId5939?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXMvZ2F0ZXdheWlkNjc5NS9ob3N0bmFtZUNvbmZpZ3VyYXRpb25zL2hvc3RuYW1lQ29uZmlnSWQ1OTM5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid6891/hostnameConfigurations/hostnameConfigId6516?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ2ODkxL2hvc3RuYW1lQ29uZmlndXJhdGlvbnMvaG9zdG5hbWVDb25maWdJZDY1MTY/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ff22f4b5-8554-495b-965e-69e06155109b" + "5607ba13-1ffe-4cb2-a67f-34e60f7ce72c" + ], + "If-Match": [ + "*" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -969,8 +1173,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0f89dba5-ecaa-4780-9b77-c3d1eed27f46" + "e723cc45-9f31-430d-8df7-112ca3bb712b" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -979,16 +1186,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "3052ba19-3ba0-4eff-93a0-5007aa73aeef" + "8f757824-c5de-4eb3-9580-d0db3bb3fdff" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190950Z:3052ba19-3ba0-4eff-93a0-5007aa73aeef" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210504T230430Z:8f757824-c5de-4eb3-9580-d0db3bb3fdff" ], "Date": [ - "Wed, 25 Mar 2020 19:09:50 GMT" + "Tue, 04 May 2021 23:04:30 GMT" ], "Expires": [ "-1" @@ -1001,22 +1205,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6795/hostnameConfigurations/hostnameConfigId5939?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXMvZ2F0ZXdheWlkNjc5NS9ob3N0bmFtZUNvbmZpZ3VyYXRpb25zL2hvc3RuYW1lQ29uZmlnSWQ1OTM5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid6891/hostnameConfigurations/hostnameConfigId6516?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ2ODkxL2hvc3RuYW1lQ29uZmlndXJhdGlvbnMvaG9zdG5hbWVDb25maWdJZDY1MTY/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b2decc9b-69c6-4d69-9da1-4cb7c5fe9621" + "8b742b42-b1e1-4895-be22-313dac4cc708" + ], + "If-Match": [ + "*" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1029,8 +1236,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0a8553f5-2684-4a54-b594-356a57475f65" + "feebc3b3-c7cd-471c-940e-8edff2108826" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1039,16 +1249,13 @@ "14996" ], "x-ms-correlation-request-id": [ - "0d31786b-7242-470f-9881-ac61f4faa7f7" + "0111516a-3d3e-4545-88a3-217d623f5dc4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190952Z:0d31786b-7242-470f-9881-ac61f4faa7f7" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210504T230431Z:0111516a-3d3e-4545-88a3-217d623f5dc4" ], "Date": [ - "Wed, 25 Mar 2020 19:09:52 GMT" + "Tue, 04 May 2021 23:04:31 GMT" ], "Content-Length": [ "178" @@ -1064,25 +1271,25 @@ "StatusCode": 400 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6795?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXMvZ2F0ZXdheWlkNjc5NT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid6891?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ2ODkxP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ddcec95-0601-47f3-8caf-4c384ad1bb8b" + "1fa26f0c-c3eb-41c3-b38b-e829150d9d84" ], "If-Match": [ - "\"nTQAAAAAAAA=\"" + "\"1n8AAAAAAAA=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1095,8 +1302,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "6bf47b04-53ec-4cc5-b827-5afba2cab68e" + "7c45179a-0bdd-4e84-a2af-3074b41025b7" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1105,16 +1315,13 @@ "14997" ], "x-ms-correlation-request-id": [ - "362cd408-0f78-4205-8d41-22a32c550d74" + "0aef4617-88b3-4fb4-95bd-ef9906daaa72" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190952Z:362cd408-0f78-4205-8d41-22a32c550d74" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210504T230431Z:0aef4617-88b3-4fb4-95bd-ef9906daaa72" ], "Date": [ - "Wed, 25 Mar 2020 19:09:52 GMT" + "Tue, 04 May 2021 23:04:30 GMT" ], "Expires": [ "-1" @@ -1127,13 +1334,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6795?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXMvZ2F0ZXdheWlkNjc5NT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid6891?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ2ODkxP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "adc9f409-b39d-44c3-8ca7-42b550192813" + "af38661f-0f94-4315-9611-b3279112b157" ], "If-Match": [ "*" @@ -1142,10 +1349,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1158,8 +1365,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "bb57fea7-5bf7-4fbe-8967-81c39473cfa7" + "ab3a1f88-4573-4a8e-b7cf-2f3befa29315" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1168,16 +1378,13 @@ "14995" ], "x-ms-correlation-request-id": [ - "83a84964-7d20-4391-af17-ff1cfd50c150" + "e0548395-a75e-42c6-a14f-02353651a53d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190953Z:83a84964-7d20-4391-af17-ff1cfd50c150" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210504T230431Z:e0548395-a75e-42c6-a14f-02353651a53d" ], "Date": [ - "Wed, 25 Mar 2020 19:09:53 GMT" + "Tue, 04 May 2021 23:04:31 GMT" ], "Expires": [ "-1" @@ -1187,13 +1394,13 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/certificates/certificateId4148?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvY2VydGlmaWNhdGVzL2NlcnRpZmljYXRlSWQ0MTQ4P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/certificates/certificateId8237?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9jZXJ0aWZpY2F0ZXMvY2VydGlmaWNhdGVJZDgyMzc/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6f91a120-e199-4d70-bb75-4b9ecb4e076d" + "7cd26e88-0496-4561-a393-a457e46eda4c" ], "If-Match": [ "*" @@ -1202,10 +1409,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1218,8 +1425,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "4e1a3c76-2e0a-496c-8166-b3537ed1d436" + "71c36b1f-0baa-43b6-8477-c1dc9422aae9" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1228,16 +1438,13 @@ "14994" ], "x-ms-correlation-request-id": [ - "6e69de9a-4c27-4d67-bb9a-278e7093de54" + "a3878d06-ad03-4ba8-80a6-affc3ef1f6fd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190955Z:6e69de9a-4c27-4d67-bb9a-278e7093de54" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210504T230432Z:a3878d06-ad03-4ba8-80a6-affc3ef1f6fd" ], "Date": [ - "Wed, 25 Mar 2020 19:09:54 GMT" + "Tue, 04 May 2021 23:04:31 GMT" ], "Expires": [ "-1" @@ -1252,19 +1459,20 @@ ], "Names": { "CreateListUpdateDelete": [ - "gatewayid6795", - "certificateId4148", - "hostnameConfigId5939", - "azsmnet2256" + "gatewayid6891", + "certificateId8237", + "hostnameConfigId6516", + "azsmnet376" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "testKeyVaultSecretUrl": "https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1", + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/GatewayTests/GetRegenerateKeys.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/GatewayTests/GetRegenerateKeys.json index 5ffbc49240ebe..c0ea9932f940d 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/GatewayTests/GetRegenerateKeys.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/GatewayTests/GetRegenerateKeys.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7414a863-051a-487f-8e72-3f73f653a281" + "17190727-f70c-48e3-b9a4-cb70f260b87e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,14 +33,14 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6b954825-9958-4cc8-8d8d-256aad1aae61", - "8f7851ba-a2ae-49e6-884b-9c001bddb162" + "95909d59-39b7-482e-a564-cb4d72ad52f8", + "add447d1-f865-4c94-a545-9c066e8fef32" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -49,19 +49,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "4cc1670c-3255-4490-b904-1816a5ce3f18" + "42dd4954-96f9-4a09-ba55-69f397c1091b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190959Z:4cc1670c-3255-4490-b904-1816a5ce3f18" + "WESTCENTRALUS:20210408T232729Z:42dd4954-96f9-4a09-ba55-69f397c1091b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:09:58 GMT" + "Thu, 08 Apr 2021 23:27:29 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c657d907-b1e9-4a0b-ba63-98cb417794ef" + "acdfd929-f1a3-4b40-955c-11a5e1fe96da" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0f6cc654-aeaa-44d0-a12b-ba459b495635" + "16836ebc-7cf4-436a-88c3-12504b52cc2e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "11999" ], "x-ms-correlation-request-id": [ - "dfa215aa-967a-4bef-970d-1064923d7bd4" + "79c73424-93c9-4a59-bdb2-e6fb12e4cf93" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190959Z:dfa215aa-967a-4bef-970d-1064923d7bd4" + "WESTCENTRALUS:20210408T232729Z:79c73424-93c9-4a59-bdb2-e6fb12e4cf93" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:09:58 GMT" + "Thu, 08 Apr 2021 23:27:29 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "28bdf99f-f425-4414-bf88-0563c681c481" + "3be51edb-d7ec-4c70-b93a-628bacd79cad" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,26 +168,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "b56d439f-1f32-4748-8e30-96ebf2f5f02f" + "e31e9632-bd0b-4e15-b959-5a50e94ea57e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "11998" ], "x-ms-correlation-request-id": [ - "2a6b64fb-eccb-41dd-94c9-0fbeb9d96404" + "7b75c64c-a4b3-48c5-86f4-64409679df07" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190959Z:2a6b64fb-eccb-41dd-94c9-0fbeb9d96404" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232729Z:7b75c64c-a4b3-48c5-86f4-64409679df07" ], "Date": [ - "Wed, 25 Mar 2020 19:09:58 GMT" + "Thu, 08 Apr 2021 23:27:29 GMT" ], "Content-Length": [ "34" @@ -203,28 +203,28 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6601?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXMvZ2F0ZXdheWlkNjYwMT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid7856?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ3ODU2P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"locationData\": {\r\n \"name\": \"Microsoft\",\r\n \"city\": \"Seattle\",\r\n \"district\": \"King County\",\r\n \"countryOrRegion\": \"USA\"\r\n },\r\n \"description\": \"azsmnet721\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"locationData\": {\r\n \"name\": \"Microsoft\",\r\n \"city\": \"Seattle\",\r\n \"district\": \"King County\",\r\n \"countryOrRegion\": \"USA\"\r\n },\r\n \"description\": \"azsmnet9621\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f2e3bd00-6f02-4dcf-a59c-9042009f9c6b" + "c7292f0c-cf1d-4521-b22e-cbae06d5c991" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "212" + "213" ] }, "ResponseHeaders": { @@ -235,13 +235,16 @@ "no-cache" ], "ETag": [ - "\"rTQAAAAAAAA=\"" + "\"SHYAAAAAAAA=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "ce70a9d7-207c-4306-bed7-7492ece1b15d" + "10e9f22c-f197-4af7-a2d8-2159256adfc1" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -250,19 +253,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "f2c6885d-ffbf-4fdb-95d5-862b44b9d422" + "b0dd0807-6d92-44fb-a5d7-0183191e8da7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191000Z:f2c6885d-ffbf-4fdb-95d5-862b44b9d422" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232730Z:b0dd0807-6d92-44fb-a5d7-0183191e8da7" ], "Date": [ - "Wed, 25 Mar 2020 19:10:00 GMT" + "Thu, 08 Apr 2021 23:27:29 GMT" ], "Content-Length": [ - "498" + "501" ], "Content-Type": [ "application/json; charset=utf-8" @@ -271,26 +271,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6601\",\r\n \"type\": \"Microsoft.ApiManagement/service/gateways\",\r\n \"name\": \"gatewayid6601\",\r\n \"properties\": {\r\n \"locationData\": {\r\n \"name\": \"Microsoft\",\r\n \"city\": \"Seattle\",\r\n \"district\": \"King County\",\r\n \"countryOrRegion\": \"USA\"\r\n },\r\n \"description\": \"azsmnet721\",\r\n \"heartbeat\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid7856\",\r\n \"type\": \"Microsoft.ApiManagement/service/gateways\",\r\n \"name\": \"gatewayid7856\",\r\n \"properties\": {\r\n \"locationData\": {\r\n \"name\": \"Microsoft\",\r\n \"city\": \"Seattle\",\r\n \"district\": \"King County\",\r\n \"countryOrRegion\": \"USA\"\r\n },\r\n \"description\": \"azsmnet9621\",\r\n \"heartbeat\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6601/listKeys?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXMvZ2F0ZXdheWlkNjYwMS9saXN0S2V5cz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid7856/listKeys?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ3ODU2L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9366b914-81e6-4bec-abb9-c872d2109beb" + "f72e5df7-be32-42be-8e02-3461ffa2370a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -301,13 +301,16 @@ "no-cache" ], "ETag": [ - "\"rTQAAAAAAAA=\"" + "\"SHYAAAAAAAA=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "31e187da-9561-47ac-9ae9-7cd72d2e8146" + "7d0f6407-921c-4672-9de3-c850035099be" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -316,16 +319,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "b07b3ad7-e6b8-4d65-a1d8-d83d16d2de91" + "0dac8074-84e1-4692-8126-ee6cd07b3e0c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191000Z:b07b3ad7-e6b8-4d65-a1d8-d83d16d2de91" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232730Z:0dac8074-84e1-4692-8126-ee6cd07b3e0c" ], "Date": [ - "Wed, 25 Mar 2020 19:10:00 GMT" + "Thu, 08 Apr 2021 23:27:29 GMT" ], "Content-Length": [ "205" @@ -337,26 +337,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primary\": \"UjnMqffdcYSobtdcZnJDBZUvBx69y//85w08LahMFc3kqMWp5vJtIo9p2uzWdMZMfXuvhtMaVkN1MHpDrTfyYg==\",\r\n \"secondary\": \"DO5T7fcD6VuA1bCb4dEF1PmnwL4bMDTAiFgYS/4wWJ6lerCYzDZR1wmql+U1cHKK38kLjv5V9Fcrk32TEkqZkA==\"\r\n}", + "ResponseBody": "{\r\n \"primary\": \"RuvGxioWHiJ2QFyvzuQGoFjDKxHKwH3UA42aEXOY6gLOUVIy3rog9vwtOrnanKFaL/iqYGf/GJVVjKA4vzZzmg==\",\r\n \"secondary\": \"rd6Vjk1dChKYiMnT0JBInS5dwmj9hLHJ5tTHaCltKPqkoTTy4nL9I8KpQVD5EiX3hiF1ko5ajs3RF72Nu7PTsQ==\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6601/listKeys?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXMvZ2F0ZXdheWlkNjYwMS9saXN0S2V5cz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid7856/listKeys?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ3ODU2L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ea7cdf2c-70ca-4868-9263-c6dc6793d623" + "b0f536e9-1e53-4e3a-af06-8354eb3e8b55" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -367,13 +367,16 @@ "no-cache" ], "ETag": [ - "\"rzQAAAAAAAA=\"" + "\"SnYAAAAAAAA=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "8ffb2974-cade-463e-bafa-5c8e96da217c" + "8784ef6b-27db-4231-935b-5eb77335d843" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -382,16 +385,13 @@ "1193" ], "x-ms-correlation-request-id": [ - "d3dedbbc-0efd-49f1-9184-e303991b02ec" + "10a1a3d6-d9b4-4ed0-a02e-d7b41681244c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191003Z:d3dedbbc-0efd-49f1-9184-e303991b02ec" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232731Z:10a1a3d6-d9b4-4ed0-a02e-d7b41681244c" ], "Date": [ - "Wed, 25 Mar 2020 19:10:03 GMT" + "Thu, 08 Apr 2021 23:27:30 GMT" ], "Content-Length": [ "205" @@ -403,26 +403,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primary\": \"VVErkzdjgD0w2IesIrDONLyMoV9L4qxF6Tvk3zx9v8y1OxlBDpGxUT0/YSZgRPYmivnFRjqoOEl3lImFUA5j9g==\",\r\n \"secondary\": \"kVQg3qTUn04D5nErG5pItXq/keSElDrVrBRYqj2dkLoq5+UlkPbb3vasbPNfHIOFCU+A8JYeYWvzfthmrIHchg==\"\r\n}", + "ResponseBody": "{\r\n \"primary\": \"fff50Pkn8JFzuoxmYA1kDdnjNKmATFVTlyscQzAa5DPGEM1Sx6ThrG03bpFXEOU/sn6FNMP/QwsrnQKqfT91nw==\",\r\n \"secondary\": \"fXJkPPOJiszu/AxOWK3SRvAx6c1sZte1oHlZ3kXFBTTv8r+9G9ZCaqCOKpaTYE6mLI3RFLp2FO394uBMMZZVQw==\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6601/generateToken?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXMvZ2F0ZXdheWlkNjYwMS9nZW5lcmF0ZVRva2VuP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid7856/generateToken?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ3ODU2L2dlbmVyYXRlVG9rZW4/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"keyType\": \"primary\",\r\n \"expiry\": \"2020-03-25T19:10:00.8681649Z\"\r\n}", + "RequestBody": "{\r\n \"keyType\": \"primary\",\r\n \"expiry\": \"2021-04-08T23:27:30.5074061Z\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8e307035-7084-426c-988d-6e669fe00936" + "bf0471b8-53de-4552-8abf-d18abd37bb3c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -441,8 +441,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "76e442a3-7550-44f6-b451-be47e165bca5" + "7735b78f-e64e-465f-a75d-2188cedafb86" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -451,16 +454,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "b3e9ae1e-6e49-4fc6-b143-e27c325462c2" + "36d6cc96-b236-4293-9b1d-9085ec73b335" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191001Z:b3e9ae1e-6e49-4fc6-b143-e27c325462c2" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232730Z:36d6cc96-b236-4293-9b1d-9085ec73b335" ], "Date": [ - "Wed, 25 Mar 2020 19:10:01 GMT" + "Thu, 08 Apr 2021 23:27:30 GMT" ], "Content-Length": [ "127" @@ -472,26 +472,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": \"gatewayid6601&202003251910&V91XF9geJjXbvCPxMKjCYXfSqMjbdx8SVaCjbruO8LKiDk3SJ8x19++P2MavPu7XTPgsdT/QceubstiZ54jSpg==\"\r\n}", + "ResponseBody": "{\r\n \"value\": \"gatewayid7856&202104082327&wWrDOpcoLafte4dXcXW3TNoRFcReoacp7QOydRTj4pv8U07Ry6neyG/SDvXy4c/PYRAKueJdIWh1q268Xqbqlw==\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6601/generateToken?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXMvZ2F0ZXdheWlkNjYwMS9nZW5lcmF0ZVRva2VuP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid7856/generateToken?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ3ODU2L2dlbmVyYXRlVG9rZW4/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"keyType\": \"primary\",\r\n \"expiry\": \"2020-03-25T19:10:00.8681649Z\"\r\n}", + "RequestBody": "{\r\n \"keyType\": \"primary\",\r\n \"expiry\": \"2021-04-08T23:27:30.5074061Z\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c6ca7ddc-f495-4519-aa37-0a5eaf9daa04" + "c956f33d-9317-4e17-bdf2-d756187e2a6b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -510,8 +510,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "e170a52b-f1bc-4c2c-8937-b188f7e7c185" + "9de78762-a945-49ba-bc0e-d163e43e969b" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -520,16 +523,13 @@ "1197" ], "x-ms-correlation-request-id": [ - "34974e0a-f766-4f40-805a-41457ff8b859" + "f74ffdee-5dcb-4d07-8f98-5145802228bf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191001Z:34974e0a-f766-4f40-805a-41457ff8b859" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232730Z:f74ffdee-5dcb-4d07-8f98-5145802228bf" ], "Date": [ - "Wed, 25 Mar 2020 19:10:01 GMT" + "Thu, 08 Apr 2021 23:27:30 GMT" ], "Content-Length": [ "127" @@ -541,26 +541,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": \"gatewayid6601&202003251910&V91XF9geJjXbvCPxMKjCYXfSqMjbdx8SVaCjbruO8LKiDk3SJ8x19++P2MavPu7XTPgsdT/QceubstiZ54jSpg==\"\r\n}", + "ResponseBody": "{\r\n \"value\": \"gatewayid7856&202104082327&wWrDOpcoLafte4dXcXW3TNoRFcReoacp7QOydRTj4pv8U07Ry6neyG/SDvXy4c/PYRAKueJdIWh1q268Xqbqlw==\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6601/generateToken?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXMvZ2F0ZXdheWlkNjYwMS9nZW5lcmF0ZVRva2VuP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid7856/generateToken?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ3ODU2L2dlbmVyYXRlVG9rZW4/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"keyType\": \"secondary\",\r\n \"expiry\": \"2020-03-25T19:10:00.8681649Z\"\r\n}", + "RequestBody": "{\r\n \"keyType\": \"secondary\",\r\n \"expiry\": \"2021-04-08T23:27:30.5074061Z\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e176eafb-bb66-42a9-b902-bc76a3ae7951" + "efe2a113-585b-453a-a098-213b0a30d490" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -579,8 +579,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "dffaab62-1320-44f0-bb73-ce3848113e46" + "7b8cd3ae-59aa-4a4b-8c8f-e610c270f31d" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -589,16 +592,13 @@ "1196" ], "x-ms-correlation-request-id": [ - "9788e515-6b61-4bce-9b2a-ef8875c10357" + "da95b794-0460-4a52-8e91-e19ea59eaeea" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191002Z:9788e515-6b61-4bce-9b2a-ef8875c10357" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232730Z:da95b794-0460-4a52-8e91-e19ea59eaeea" ], "Date": [ - "Wed, 25 Mar 2020 19:10:01 GMT" + "Thu, 08 Apr 2021 23:27:30 GMT" ], "Content-Length": [ "127" @@ -610,26 +610,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": \"gatewayid6601&202003251910&5XZ70F0/I2wPhJ0nYk5RWUFFCeL/DtNa9hf3mn10huq0WVeKN4BU0B1LytKVEHjQL2FocHBb3222z9MkZz9q7Q==\"\r\n}", + "ResponseBody": "{\r\n \"value\": \"gatewayid7856&202104082327&Jdj0o8pASWTYf1ymSmcyP71XnD+PnDjIT/WKu/UYX4YUI43lKBNhdEeb/KOFLXIxBxF6WnUcP2xe3khCUQ4xLw==\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6601/generateToken?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXMvZ2F0ZXdheWlkNjYwMS9nZW5lcmF0ZVRva2VuP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid7856/generateToken?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ3ODU2L2dlbmVyYXRlVG9rZW4/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"keyType\": \"primary\",\r\n \"expiry\": \"2020-03-25T19:10:00.8681649Z\"\r\n}", + "RequestBody": "{\r\n \"keyType\": \"primary\",\r\n \"expiry\": \"2021-04-08T23:27:30.5074061Z\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f58b7318-4569-44ae-a6a6-686146ca5eab" + "e02eaeb9-9152-4eec-8b9d-7139e3298e53" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -648,8 +648,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "531b577b-13f9-4728-8c7d-20b17111ea48" + "880009ae-1c18-41d0-aca5-0bdd4722e070" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -658,16 +661,13 @@ "1192" ], "x-ms-correlation-request-id": [ - "ec4fdf9b-cd59-4ad8-94ac-b4554a6d8dad" + "a1e1912d-1829-4719-a361-4f5ae8d652c5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191003Z:ec4fdf9b-cd59-4ad8-94ac-b4554a6d8dad" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232731Z:a1e1912d-1829-4719-a361-4f5ae8d652c5" ], "Date": [ - "Wed, 25 Mar 2020 19:10:03 GMT" + "Thu, 08 Apr 2021 23:27:31 GMT" ], "Content-Length": [ "127" @@ -679,26 +679,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": \"gatewayid6601&202003251910&oaL/INLDA8a7PE8JutrfLCkS0LzkpaowkCAJ2nh/q3idEf4VKPHVfi0TGgZwQEDfMydhf602GhOO7DNaohwmXw==\"\r\n}", + "ResponseBody": "{\r\n \"value\": \"gatewayid7856&202104082327&rTDAjstUY3rwECq6jomT/c3csdN0v03b1raEEBzsPgLHpVfN3XHmhwYpGMtjE8c0iysQ72Ea5ofbyHxdPHIlqQ==\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6601/generateToken?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXMvZ2F0ZXdheWlkNjYwMS9nZW5lcmF0ZVRva2VuP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid7856/generateToken?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ3ODU2L2dlbmVyYXRlVG9rZW4/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"keyType\": \"secondary\",\r\n \"expiry\": \"2020-03-25T19:10:00.8681649Z\"\r\n}", + "RequestBody": "{\r\n \"keyType\": \"secondary\",\r\n \"expiry\": \"2021-04-08T23:27:30.5074061Z\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "170d3158-e053-4abf-ae73-f08ab3b94337" + "c07efeed-c032-4dc9-81f4-85d3d5ba954a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -717,8 +717,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0f49db1a-38a3-47a5-a35a-c088197c23b7" + "248c5afc-40c5-4bce-b78e-8e984c63105d" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -727,16 +730,13 @@ "1191" ], "x-ms-correlation-request-id": [ - "4a519568-1a56-4a5d-a16c-5cd2c3a639fd" + "ca82d9e0-355b-4708-89a3-05a371674838" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191004Z:4a519568-1a56-4a5d-a16c-5cd2c3a639fd" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232731Z:ca82d9e0-355b-4708-89a3-05a371674838" ], "Date": [ - "Wed, 25 Mar 2020 19:10:04 GMT" + "Thu, 08 Apr 2021 23:27:31 GMT" ], "Content-Length": [ "127" @@ -748,26 +748,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": \"gatewayid6601&202003251910&iTeUCdNIm2oxgqGHOmUtDc+DYTSWHM+PCSMx+ipjaXgQCZdlt959B6dPMDk1zVcWF8FMTCrhvCfBoAyTiDDsrg==\"\r\n}", + "ResponseBody": "{\r\n \"value\": \"gatewayid7856&202104082327&eefL/sM1XZvFScAgjP2QPIIRB2ukYxCbAOLwzxitF5xQ4pS3yN5Zych2jRvnfPNcYSRogVysNHoootWO8DDkaQ==\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6601/regenerateKey?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXMvZ2F0ZXdheWlkNjYwMS9yZWdlbmVyYXRlS2V5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid7856/regenerateKey?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ3ODU2L3JlZ2VuZXJhdGVLZXk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"keyType\": \"primary\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a2b7280e-6ec8-4d39-8a7e-cd3c98403a93" + "ba7285b5-a67e-46d5-bd85-6f5adbe515a8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -786,8 +786,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "372f048e-7ec8-4cdc-9692-a15e13a7c076" + "1d230e82-3515-47f3-a5fa-750b79bc3ce9" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -796,16 +799,13 @@ "1195" ], "x-ms-correlation-request-id": [ - "47a2aaec-920f-4b8a-8e88-3493003bc238" + "92e3acac-f504-4c0e-8146-300734220bfa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191002Z:47a2aaec-920f-4b8a-8e88-3493003bc238" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232731Z:92e3acac-f504-4c0e-8146-300734220bfa" ], "Date": [ - "Wed, 25 Mar 2020 19:10:02 GMT" + "Thu, 08 Apr 2021 23:27:30 GMT" ], "Expires": [ "-1" @@ -815,22 +815,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6601/regenerateKey?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXMvZ2F0ZXdheWlkNjYwMS9yZWdlbmVyYXRlS2V5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid7856/regenerateKey?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ3ODU2L3JlZ2VuZXJhdGVLZXk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"keyType\": \"secondary\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ea3770a7-5e7e-4843-a000-8066de0019ac" + "25f79a78-d31d-4c0c-9299-95b1c3b96ac8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -849,8 +849,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "1436cbf8-b153-4fb7-9549-0788ff9d41a1" + "dc641cb7-9d1e-4ec1-96ad-ae1fb737f525" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -859,16 +862,13 @@ "1194" ], "x-ms-correlation-request-id": [ - "d8ca5ee6-0df8-4f49-93a3-7af3b301d5c9" + "00798162-00d9-4285-aa30-455e16fa4b84" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191002Z:d8ca5ee6-0df8-4f49-93a3-7af3b301d5c9" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232731Z:00798162-00d9-4285-aa30-455e16fa4b84" ], "Date": [ - "Wed, 25 Mar 2020 19:10:02 GMT" + "Thu, 08 Apr 2021 23:27:30 GMT" ], "Expires": [ "-1" @@ -878,13 +878,13 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/gateways/gatewayid6601?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ2F0ZXdheXMvZ2F0ZXdheWlkNjYwMT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/gateways/gatewayid7856?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9nYXRld2F5cy9nYXRld2F5aWQ3ODU2P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8d1c89da-ab4f-456d-b3d5-839f2433aef9" + "7f5c106d-bff0-4be5-8fe8-acc06333e775" ], "If-Match": [ "*" @@ -893,10 +893,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -909,8 +909,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0fcb1525-3187-4750-8036-ee92245af9f8" + "87988224-22a9-4d18-be1f-9c8911dff1a7" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -919,16 +922,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "9b2ac3a2-9ecd-413a-a8ce-88a9a04a5a88" + "58ff2cba-6682-47e1-ad4c-13a223dc5f84" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191005Z:9b2ac3a2-9ecd-413a-a8ce-88a9a04a5a88" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232731Z:58ff2cba-6682-47e1-ad4c-13a223dc5f84" ], "Date": [ - "Wed, 25 Mar 2020 19:10:04 GMT" + "Thu, 08 Apr 2021 23:27:31 GMT" ], "Expires": [ "-1" @@ -943,17 +943,17 @@ ], "Names": { "GetRegenerateKeys": [ - "gatewayid6601", - "azsmnet721" + "gatewayid7856", + "azsmnet9621" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/GroupTests/CreateListUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/GroupTests/CreateListUpdateDelete.json index 208ec689b9e54..3277fb0974e74 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/GroupTests/CreateListUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/GroupTests/CreateListUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "aba30a34-15d4-465e-be73-4f9fa3e7c7f3" + "1d5155b0-b47f-4f51-a237-ea568a48923d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,14 +33,14 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c51f24c4-5785-421e-ae95-6afb8bf511b2", - "49c3786e-06e2-40ff-9e24-89498cbbf2d0" + "7580b500-66af-4756-8f13-8a9427f12302", + "7c552236-fc69-4748-8f18-97ca46d29fb7" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -49,19 +49,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "a0de0bca-d726-43d5-afbd-f5a2f8ff0aee" + "cde1191d-c252-40ce-948c-c15ce8d77e3e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190448Z:a0de0bca-d726-43d5-afbd-f5a2f8ff0aee" + "WESTCENTRALUS:20210408T214313Z:cde1191d-c252-40ce-948c-c15ce8d77e3e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:04:48 GMT" + "Thu, 08 Apr 2021 21:43:13 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "292138e6-3bd7-439f-93ff-1faff7d7c08c" + "b1d085b9-1ce8-4577-85f3-386509ba50f0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6989cb16-44ab-481e-8d0f-9638c905e31e" + "f7deeb5e-3b92-40b3-b2aa-8e3e5972f80f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "11999" ], "x-ms-correlation-request-id": [ - "d65db8f6-e7d0-4119-af8f-db909c630f80" + "ea63da8a-c220-49f6-8269-02c350725afc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190448Z:d65db8f6-e7d0-4119-af8f-db909c630f80" + "WESTCENTRALUS:20210408T214313Z:ea63da8a-c220-49f6-8269-02c350725afc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:04:48 GMT" + "Thu, 08 Apr 2021 21:43:13 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ3JvdXBzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ncm91cHM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d259e98c-669b-4b5c-84fc-bc0ac7712f7d" + "77a5a784-a5a5-4fcf-946a-0b5228b171cd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,29 +168,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "1161c6da-6106-46b4-a2cf-d551e9bf8abb" + "5a0cbb0b-652e-455c-aefa-d650678270ff" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "11998" ], "x-ms-correlation-request-id": [ - "0fe82a8b-f1a8-4782-9db3-d4f2cdd0fd23" + "fb4d00b3-fcb5-4128-bc06-a7d571b47001" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190448Z:0fe82a8b-f1a8-4782-9db3-d4f2cdd0fd23" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214314Z:fb4d00b3-fcb5-4128-bc06-a7d571b47001" ], "Date": [ - "Wed, 25 Mar 2020 19:04:48 GMT" + "Thu, 08 Apr 2021 21:43:13 GMT" ], "Content-Length": [ - "1805" + "1811" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,26 +199,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/administrators\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups\",\r\n \"name\": \"administrators\",\r\n \"properties\": {\r\n \"displayName\": \"Administrators\",\r\n \"description\": \"Administrators is a built-in group. Its membership is managed by the system. Microsoft Azure subscription administrators fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/developers\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups\",\r\n \"name\": \"developers\",\r\n \"properties\": {\r\n \"displayName\": \"Developers\",\r\n \"description\": \"Developers is a built-in group. Its membership is managed by the system. Signed-in users fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/guests\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups\",\r\n \"name\": \"guests\",\r\n \"properties\": {\r\n \"displayName\": \"Guests\",\r\n \"description\": \"Guests is a built-in group. Its membership is managed by the system. Unauthenticated users visiting the developer portal fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n }\r\n ],\r\n \"count\": 3\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/administrators\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups\",\r\n \"name\": \"administrators\",\r\n \"properties\": {\r\n \"displayName\": \"Administrators\",\r\n \"description\": \"Administrators is a built-in group. Its membership is managed by the system. Microsoft Azure subscription administrators fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/developers\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups\",\r\n \"name\": \"developers\",\r\n \"properties\": {\r\n \"displayName\": \"Developers\",\r\n \"description\": \"Developers is a built-in group. Its membership is managed by the system. Signed-in users fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/guests\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups\",\r\n \"name\": \"guests\",\r\n \"properties\": {\r\n \"displayName\": \"Guests\",\r\n \"description\": \"Guests is a built-in group. Its membership is managed by the system. Unauthenticated users visiting the developer portal fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n }\r\n ],\r\n \"count\": 3\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups?$top=1&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ3JvdXBzPyR0b3A9MSZhcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups?$top=1&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ncm91cHM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ddf221d9-0fb5-4eff-8e25-e682ef8386f4" + "02838e3e-33a7-458d-b213-fd41c538971d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -231,29 +231,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "315bc4cc-1cc7-4c57-bd09-65e56b000f3d" + "dc5ad590-4436-4f23-8c42-c47974a05291" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "11997" ], "x-ms-correlation-request-id": [ - "b816ee17-05ba-479f-b36e-756c005fc7a0" + "07f90ed0-b825-42bc-9175-16ce860d0b94" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190449Z:b816ee17-05ba-479f-b36e-756c005fc7a0" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214314Z:07f90ed0-b825-42bc-9175-16ce860d0b94" ], "Date": [ - "Wed, 25 Mar 2020 19:04:49 GMT" + "Thu, 08 Apr 2021 21:43:13 GMT" ], "Content-Length": [ - "909" + "896" ], "Content-Type": [ "application/json; charset=utf-8" @@ -262,26 +262,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/administrators\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups\",\r\n \"name\": \"administrators\",\r\n \"properties\": {\r\n \"displayName\": \"Administrators\",\r\n \"description\": \"Administrators is a built-in group. Its membership is managed by the system. Microsoft Azure subscription administrators fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n }\r\n ],\r\n \"count\": 3,\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net:443/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups?%24top=1&api-version=2019-12-01&%24skip=1\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/administrators\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups\",\r\n \"name\": \"administrators\",\r\n \"properties\": {\r\n \"displayName\": \"Administrators\",\r\n \"description\": \"Administrators is a built-in group. Its membership is managed by the system. Microsoft Azure subscription administrators fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n }\r\n ],\r\n \"count\": 3,\r\n \"nextLink\": \"https://management.azure.com:443/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups?%24top=1&api-version=2020-12-01&%24skip=1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/sdkGroupId1859?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ3JvdXBzL3Nka0dyb3VwSWQxODU5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/sdkGroupId5522?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ncm91cHMvc2RrR3JvdXBJZDU1MjI/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"sdkGroup8778\",\r\n \"description\": \"Group created from Sdk client\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"sdkGroup2277\",\r\n \"description\": \"Group created from Sdk client\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f386e015-3cd5-4a00-872e-11b8521da216" + "8831b9ff-c69b-45c8-b17c-2904ed71c281" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -298,13 +298,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANE8=\"" + "\"AAAAAAAAbbQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "94abdec8-f80d-4ceb-8b0c-6e7787d08ce9" + "6a3c3a07-a17a-41d6-97a9-d285d81aceb5" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -313,19 +316,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "52ff4c29-73d8-4751-9ff7-5a1f50ca2110" + "5c011858-b96c-4694-a1c1-ce7e8b411b89" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190449Z:52ff4c29-73d8-4751-9ff7-5a1f50ca2110" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214314Z:5c011858-b96c-4694-a1c1-ce7e8b411b89" ], "Date": [ - "Wed, 25 Mar 2020 19:04:49 GMT" + "Thu, 08 Apr 2021 21:43:14 GMT" ], "Content-Length": [ - "447" + "449" ], "Content-Type": [ "application/json; charset=utf-8" @@ -334,26 +334,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/sdkGroupId1859\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups\",\r\n \"name\": \"sdkGroupId1859\",\r\n \"properties\": {\r\n \"displayName\": \"sdkGroup8778\",\r\n \"description\": \"Group created from Sdk client\",\r\n \"builtIn\": false,\r\n \"type\": \"custom\",\r\n \"externalId\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/sdkGroupId5522\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups\",\r\n \"name\": \"sdkGroupId5522\",\r\n \"properties\": {\r\n \"displayName\": \"sdkGroup2277\",\r\n \"description\": \"Group created from Sdk client\",\r\n \"builtIn\": false,\r\n \"type\": \"custom\",\r\n \"externalId\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/sdkGroupId1859?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ3JvdXBzL3Nka0dyb3VwSWQxODU5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/sdkGroupId5522?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ncm91cHMvc2RrR3JvdXBJZDU1MjI/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "79225c8b-0692-4702-9265-748f73acfa9d" + "79c8b1ce-9345-45ed-8aec-c48b50104810" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -364,31 +364,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANE8=\"" + "\"AAAAAAAAbbQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "e533a6ff-cd7a-43c1-a7d4-e17d098ad111" + "ca0993d8-e6ca-4182-94f7-a73c254ad5b1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "11996" ], "x-ms-correlation-request-id": [ - "7a3e82a2-e9ff-4612-81dd-78400c66ce23" + "637a1d50-8f14-486c-8a5b-fd42932e4adf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190449Z:7a3e82a2-e9ff-4612-81dd-78400c66ce23" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214314Z:637a1d50-8f14-486c-8a5b-fd42932e4adf" ], "Date": [ - "Wed, 25 Mar 2020 19:04:49 GMT" + "Thu, 08 Apr 2021 21:43:14 GMT" ], "Content-Length": [ "0" @@ -401,22 +401,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/sdkGroupId1859?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ3JvdXBzL3Nka0dyb3VwSWQxODU5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/sdkGroupId5522?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ncm91cHMvc2RrR3JvdXBJZDU1MjI/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "87dc5144-641a-4c51-b1d1-07cc7b354455" + "c3d940a7-c3a5-4b0c-93c0-4f8a6276e598" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -427,31 +427,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANFE=\"" + "\"AAAAAAAAbbY=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c973be17-c6af-4946-8d28-c182a2dcb20f" + "6c1e65d9-6105-4dc4-881e-22dd2a7d398e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "11994" ], "x-ms-correlation-request-id": [ - "7dee5afe-f277-496b-82cd-6adad78a8885" + "5c0c61a8-b025-4490-98c0-36c529566bf8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190450Z:7dee5afe-f277-496b-82cd-6adad78a8885" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214316Z:5c0c61a8-b025-4490-98c0-36c529566bf8" ], "Date": [ - "Wed, 25 Mar 2020 19:04:50 GMT" + "Thu, 08 Apr 2021 21:43:15 GMT" ], "Content-Length": [ "0" @@ -464,25 +464,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/sdkGroupId1859?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ3JvdXBzL3Nka0dyb3VwSWQxODU5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/sdkGroupId5522?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ncm91cHMvc2RrR3JvdXBJZDU1MjI/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"Updating the description of the Sdk\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c3f8ab01-07dc-4038-941b-6314b6d3c031" + "3ddf62ff-8c1a-4e28-b528-fd5e2d1f6826" ], "If-Match": [ - "\"AAAAAAAANE8=\"" + "\"AAAAAAAAbbQ=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -498,11 +498,17 @@ "Pragma": [ "no-cache" ], + "ETag": [ + "\"AAAAAAAAbbY=\"" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "01b43360-5a45-4cb9-91a3-9933300a8313" + "c7b7f1d8-ab9e-4544-bee3-8167cb94ac62" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -511,41 +517,44 @@ "1197" ], "x-ms-correlation-request-id": [ - "5d583a0a-e03c-45b2-ad43-12734fd6fa4d" + "18d1210f-7239-4e84-a6a0-db3a86906233" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190450Z:5d583a0a-e03c-45b2-ad43-12734fd6fa4d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214315Z:18d1210f-7239-4e84-a6a0-db3a86906233" ], "Date": [ - "Wed, 25 Mar 2020 19:04:50 GMT" + "Thu, 08 Apr 2021 21:43:15 GMT" + ], + "Content-Length": [ + "455" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 204 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/sdkGroupId5522\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups\",\r\n \"name\": \"sdkGroupId5522\",\r\n \"properties\": {\r\n \"displayName\": \"sdkGroup2277\",\r\n \"description\": \"Updating the description of the Sdk\",\r\n \"builtIn\": false,\r\n \"type\": \"custom\",\r\n \"externalId\": null\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/sdkGroupId1859?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ3JvdXBzL3Nka0dyb3VwSWQxODU5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/sdkGroupId5522?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ncm91cHMvc2RrR3JvdXBJZDU1MjI/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a371b801-d827-4398-b59a-c7c1be1fd582" + "598b2b37-fd21-468a-8936-5f89aa0a2593" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -556,34 +565,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANFE=\"" + "\"AAAAAAAAbbY=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "118fcd6d-b599-4943-a212-f145c6e3d8ef" + "00ad06cd-2778-441f-9fd9-32aee213ae7b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "11995" ], "x-ms-correlation-request-id": [ - "3d65f53f-7445-4120-ba53-0e8d0777ee32" + "7a006c87-dc65-4730-b6f9-e620acc48d33" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190450Z:3d65f53f-7445-4120-ba53-0e8d0777ee32" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214316Z:7a006c87-dc65-4730-b6f9-e620acc48d33" ], "Date": [ - "Wed, 25 Mar 2020 19:04:50 GMT" + "Thu, 08 Apr 2021 21:43:15 GMT" ], "Content-Length": [ - "453" + "455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -592,26 +601,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/sdkGroupId1859\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups\",\r\n \"name\": \"sdkGroupId1859\",\r\n \"properties\": {\r\n \"displayName\": \"sdkGroup8778\",\r\n \"description\": \"Updating the description of the Sdk\",\r\n \"builtIn\": false,\r\n \"type\": \"custom\",\r\n \"externalId\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/sdkGroupId5522\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups\",\r\n \"name\": \"sdkGroupId5522\",\r\n \"properties\": {\r\n \"displayName\": \"sdkGroup2277\",\r\n \"description\": \"Updating the description of the Sdk\",\r\n \"builtIn\": false,\r\n \"type\": \"custom\",\r\n \"externalId\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/sdkGroupId1859?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ3JvdXBzL3Nka0dyb3VwSWQxODU5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/sdkGroupId5522?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ncm91cHMvc2RrR3JvdXBJZDU1MjI/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "45fabbf1-d4e1-4eef-8b3c-016c65cf7745" + "6d281d03-3fca-4db1-a1bb-3e96eaec9a05" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -624,26 +633,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "9c59b1da-6ad5-4af3-b5c5-faf4f4cac5f3" + "9fd05145-b0b7-4a1c-aa94-c45ca83d7828" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "11993" ], "x-ms-correlation-request-id": [ - "e47fe565-591b-4f60-bbbb-415fc0c4f2dc" + "3bcccd14-e4ea-4a2a-bdf6-fe584a2c84e1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190451Z:e47fe565-591b-4f60-bbbb-415fc0c4f2dc" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214317Z:3bcccd14-e4ea-4a2a-bdf6-fe584a2c84e1" ], "Date": [ - "Wed, 25 Mar 2020 19:04:51 GMT" + "Thu, 08 Apr 2021 21:43:16 GMT" ], "Content-Length": [ "81" @@ -659,25 +668,25 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/sdkGroupId1859?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ3JvdXBzL3Nka0dyb3VwSWQxODU5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/sdkGroupId5522?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ncm91cHMvc2RrR3JvdXBJZDU1MjI/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "214e0f3c-bb96-41d6-9571-7450904f5d85" + "69e14a61-c4b6-4f27-aa1a-515ea2393de9" ], "If-Match": [ - "\"AAAAAAAANFE=\"" + "\"AAAAAAAAbbY=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -690,8 +699,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0806d69e-e267-4453-bff5-e3f81fbf8112" + "db280528-db43-4ca0-af80-fda23e6de350" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -700,16 +712,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "a9acc5d1-555c-4f59-aef5-a74351771740" + "6ac61a4d-3b18-4317-8dfd-e91c763d355a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190451Z:a9acc5d1-555c-4f59-aef5-a74351771740" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214317Z:6ac61a4d-3b18-4317-8dfd-e91c763d355a" ], "Date": [ - "Wed, 25 Mar 2020 19:04:50 GMT" + "Thu, 08 Apr 2021 21:43:16 GMT" ], "Expires": [ "-1" @@ -722,13 +731,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/sdkGroupId1859?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ3JvdXBzL3Nka0dyb3VwSWQxODU5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/sdkGroupId5522?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ncm91cHMvc2RrR3JvdXBJZDU1MjI/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a3bdfec9-2875-492d-a5f4-a3a97ef43d92" + "3f503ad5-259c-4406-ad99-2e93d93f4b06" ], "If-Match": [ "*" @@ -737,10 +746,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -753,8 +762,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "4c080738-75cc-4db0-a779-20dc6f8bb674" + "e23937dc-0649-4605-a864-ac236cc6bc0b" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -763,16 +775,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "617cf7f6-f53e-441e-9468-db2b8886aeec" + "bd20856f-fd19-4900-80fe-7de16d0adec4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190451Z:617cf7f6-f53e-441e-9468-db2b8886aeec" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214317Z:bd20856f-fd19-4900-80fe-7de16d0adec4" ], "Date": [ - "Wed, 25 Mar 2020 19:04:51 GMT" + "Thu, 08 Apr 2021 21:43:16 GMT" ], "Expires": [ "-1" @@ -784,17 +793,17 @@ ], "Names": { "CreateListUpdateDelete": [ - "sdkGroupId1859", - "sdkGroup8778" + "sdkGroupId5522", + "sdkGroup2277" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/GroupUserTests/CreateListUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/GroupUserTests/CreateListUpdateDelete.json index 169bb00c277b9..7e79f082097f8 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/GroupUserTests/CreateListUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/GroupUserTests/CreateListUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b9984468-9947-46a3-a008-b355079d0b19" + "eea50011-8046-4839-95a8-129c8692f8b5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4ec9efd9-6688-47a4-98cc-ea0d514bae71", - "a9227792-4ea0-45c7-9f7b-879d6965dae5" + "6779410e-44e2-400e-9bef-40897276b78a", + "c672205e-8d4a-48e5-b0c4-b50d0a7f6d52" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1199" ], "x-ms-correlation-request-id": [ - "b7e94257-adb5-4db5-96a8-04644c93cedd" + "bd2c625d-9009-4750-b9d5-ffdfc2b36f70" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192246Z:b7e94257-adb5-4db5-96a8-04644c93cedd" + "WESTUS:20210408T214421Z:bd2c625d-9009-4750-b9d5-ffdfc2b36f70" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:22:46 GMT" + "Thu, 08 Apr 2021 21:44:20 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a8b5ce90-09f5-415a-94c0-e812aae60102" + "02e2c900-1946-48a5-9941-e0b7db5f6764" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "429c8d28-e2d8-41e0-89d2-6054ed46cc98" + "baf95bb9-3e08-47ba-90ca-58889aaa5eb0" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" + "11999" ], "x-ms-correlation-request-id": [ - "1bce7002-75f5-48a0-a13f-462952216a91" + "c4d3fd60-7bd5-4a75-89c6-6da55f728f43" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192246Z:1bce7002-75f5-48a0-a13f-462952216a91" + "WESTUS:20210408T214421Z:c4d3fd60-7bd5-4a75-89c6-6da55f728f43" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:22:46 GMT" + "Thu, 08 Apr 2021 21:44:21 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/sdkGroupId363?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ3JvdXBzL3Nka0dyb3VwSWQzNjM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/sdkGroupId703?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ncm91cHMvc2RrR3JvdXBJZDcwMz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"sdkGroup4299\",\r\n \"description\": \"Group created from Sdk client\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"sdkGroup4623\",\r\n \"description\": \"Group created from Sdk client\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9872bcfa-c18e-4a44-8c2e-9129498bb487" + "a25459a7-4571-4873-be14-d75860febef5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -172,34 +172,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANd0=\"" + "\"AAAAAAAAbhI=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "f8431c00-9e60-4ec1-93fa-eff8c53b3170" + "14943973-91fd-4914-9cc3-5a920e9212e9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1198" ], "x-ms-correlation-request-id": [ - "79d2cf6b-6228-4ebe-8093-882fe4d7090f" + "c40a6a94-b471-45f0-8988-6aed40362a89" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192247Z:79d2cf6b-6228-4ebe-8093-882fe4d7090f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214422Z:c40a6a94-b471-45f0-8988-6aed40362a89" ], "Date": [ - "Wed, 25 Mar 2020 19:22:47 GMT" + "Thu, 08 Apr 2021 21:44:21 GMT" ], "Content-Length": [ - "445" + "447" ], "Content-Type": [ "application/json; charset=utf-8" @@ -208,26 +208,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/sdkGroupId363\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups\",\r\n \"name\": \"sdkGroupId363\",\r\n \"properties\": {\r\n \"displayName\": \"sdkGroup4299\",\r\n \"description\": \"Group created from Sdk client\",\r\n \"builtIn\": false,\r\n \"type\": \"custom\",\r\n \"externalId\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/sdkGroupId703\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups\",\r\n \"name\": \"sdkGroupId703\",\r\n \"properties\": {\r\n \"displayName\": \"sdkGroup4623\",\r\n \"description\": \"Group created from Sdk client\",\r\n \"builtIn\": false,\r\n \"type\": \"custom\",\r\n \"externalId\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/sdkGroupId363/users?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ3JvdXBzL3Nka0dyb3VwSWQzNjMvdXNlcnM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/sdkGroupId703/users?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ncm91cHMvc2RrR3JvdXBJZDcwMy91c2Vycz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8aac4446-90d0-47a3-b91a-3694ac551c36" + "47745580-f4fd-4d3f-b25d-212ea7cd1f06" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -240,26 +240,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "75b68f68-b6dc-4030-b5e2-de6f2d2a022b" + "518259ff-6b21-4460-8acf-9aecbb2a0e27" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" + "11998" ], "x-ms-correlation-request-id": [ - "05e6cdbe-2eb9-42b1-bed9-3d539ba44d92" + "1302c78b-ca88-44c0-9ba9-1c8b93b28e73" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192247Z:05e6cdbe-2eb9-42b1-bed9-3d539ba44d92" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214422Z:1302c78b-ca88-44c0-9ba9-1c8b93b28e73" ], "Date": [ - "Wed, 25 Mar 2020 19:22:47 GMT" + "Thu, 08 Apr 2021 21:44:21 GMT" ], "Content-Length": [ "34" @@ -275,22 +275,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/sdkGroupId363/users?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ3JvdXBzL3Nka0dyb3VwSWQzNjMvdXNlcnM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/sdkGroupId703/users?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ncm91cHMvc2RrR3JvdXBJZDcwMy91c2Vycz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e8892778-f7c4-4285-b486-7300633974d9" + "6c038376-96eb-4b1d-b694-49f56643549f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -303,26 +303,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "a96e9cb7-2067-4a63-b612-abc2703b22da" + "0e9a23e0-7dc0-411a-bb37-a2c91ea1540e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" + "11997" ], "x-ms-correlation-request-id": [ - "35d935fe-a8a2-4f28-b5ff-4b43506e9692" + "9974572d-1aea-4e78-a0b6-3edce54ea377" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192248Z:35d935fe-a8a2-4f28-b5ff-4b43506e9692" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214425Z:9974572d-1aea-4e78-a0b6-3edce54ea377" ], "Date": [ - "Wed, 25 Mar 2020 19:22:48 GMT" + "Thu, 08 Apr 2021 21:44:24 GMT" ], "Content-Length": [ "768" @@ -334,32 +334,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/sdkGroupId363/users/sdkUserId1146\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups/users\",\r\n \"name\": \"sdkUserId1146\",\r\n \"properties\": {\r\n \"firstName\": \"sdkFirst8399\",\r\n \"lastName\": \"sdkLast8950\",\r\n \"email\": \"sdkFirst.Last2410@contoso.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2020-03-25T19:22:47.813Z\",\r\n \"note\": \"dummy note\",\r\n \"identities\": [\r\n {\r\n \"provider\": \"Basic\",\r\n \"id\": \"sdkFirst.Last2410@contoso.com\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/sdkGroupId703/users/sdkUserId6971\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups/users\",\r\n \"name\": \"sdkUserId6971\",\r\n \"properties\": {\r\n \"firstName\": \"sdkFirst4497\",\r\n \"lastName\": \"sdkLast633\",\r\n \"email\": \"sdkFirst.Last2533@contoso.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2021-04-08T21:44:23.46Z\",\r\n \"note\": \"dummy note\",\r\n \"identities\": [\r\n {\r\n \"provider\": \"Basic\",\r\n \"id\": \"sdkFirst.Last2533@contoso.com\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/sdkUserId1146?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdXNlcnMvc2RrVXNlcklkMTE0Nj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/sdkUserId6971?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycy9zZGtVc2VySWQ2OTcxP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"state\": \"active\",\r\n \"note\": \"dummy note\",\r\n \"email\": \"sdkFirst.Last2410@contoso.com\",\r\n \"firstName\": \"sdkFirst8399\",\r\n \"lastName\": \"sdkLast8950\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"state\": \"active\",\r\n \"note\": \"dummy note\",\r\n \"email\": \"sdkFirst.Last2533@contoso.com\",\r\n \"firstName\": \"sdkFirst4497\",\r\n \"lastName\": \"sdkLast633\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4d2b42ae-6b72-4449-8f59-bfc49ec5a2de" + "81c44251-3bb1-4f33-abd9-05162e125391" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "191" + "190" ] }, "ResponseHeaders": { @@ -370,34 +370,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANeIAAAAAAAA15A==\"" + "\"AAAAAAAAbhgAAAAAAABuGg==\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "2b66d467-b6b7-438a-b3f9-a308c336068a" + "f6d39e43-48af-4e98-ae29-819ff28ae4f3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1197" ], "x-ms-correlation-request-id": [ - "0293828e-c8af-4030-bbb6-0f9a2b9b31d9" + "8cc15c71-746a-4d92-8bcc-630a7db6d8c3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192247Z:0293828e-c8af-4030-bbb6-0f9a2b9b31d9" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214424Z:8cc15c71-746a-4d92-8bcc-630a7db6d8c3" ], "Date": [ - "Wed, 25 Mar 2020 19:22:47 GMT" + "Thu, 08 Apr 2021 21:44:23 GMT" ], "Content-Length": [ - "1097" + "1099" ], "Content-Type": [ "application/json; charset=utf-8" @@ -406,26 +406,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/sdkUserId1146\",\r\n \"type\": \"Microsoft.ApiManagement/service/users\",\r\n \"name\": \"sdkUserId1146\",\r\n \"properties\": {\r\n \"firstName\": \"sdkFirst8399\",\r\n \"lastName\": \"sdkLast8950\",\r\n \"email\": \"sdkFirst.Last2410@contoso.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2020-03-25T19:22:47.813Z\",\r\n \"note\": \"dummy note\",\r\n \"groups\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/developers\",\r\n \"name\": \"Developers\",\r\n \"description\": \"Developers is a built-in group. Its membership is managed by the system. Signed-in users fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n ],\r\n \"identities\": [\r\n {\r\n \"provider\": \"Basic\",\r\n \"id\": \"sdkFirst.Last2410@contoso.com\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/sdkUserId6971\",\r\n \"type\": \"Microsoft.ApiManagement/service/users\",\r\n \"name\": \"sdkUserId6971\",\r\n \"properties\": {\r\n \"firstName\": \"sdkFirst4497\",\r\n \"lastName\": \"sdkLast633\",\r\n \"email\": \"sdkFirst.Last2533@contoso.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2021-04-08T21:44:23.46Z\",\r\n \"note\": \"dummy note\",\r\n \"groups\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/developers\",\r\n \"name\": \"Developers\",\r\n \"description\": \"Developers is a built-in group. Its membership is managed by the system. Signed-in users fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n ],\r\n \"identities\": [\r\n {\r\n \"provider\": \"Basic\",\r\n \"id\": \"sdkFirst.Last2533@contoso.com\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/sdkGroupId363/users/sdkUserId1146?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ3JvdXBzL3Nka0dyb3VwSWQzNjMvdXNlcnMvc2RrVXNlcklkMTE0Nj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/sdkGroupId703/users/sdkUserId6971?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ncm91cHMvc2RrR3JvdXBJZDcwMy91c2Vycy9zZGtVc2VySWQ2OTcxP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06459e51-e9ff-4539-adfb-c43d16ed7fc2" + "0f2105fc-7e6f-4e11-8ec2-54d566165abc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -436,31 +436,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANeg=\"" + "\"AAAAAAAAbh4=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "bd52dbe4-3df5-46ac-8d10-a298e88cd799" + "6fe9c0fd-838d-4d49-964a-63f44d00fe8f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1196" ], "x-ms-correlation-request-id": [ - "182beb20-1944-431b-85fa-0a6c3ae85a9c" + "17381493-00de-44d9-bb13-4034db752023" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192248Z:182beb20-1944-431b-85fa-0a6c3ae85a9c" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214424Z:17381493-00de-44d9-bb13-4034db752023" ], "Date": [ - "Wed, 25 Mar 2020 19:22:48 GMT" + "Thu, 08 Apr 2021 21:44:24 GMT" ], "Content-Length": [ "570" @@ -472,26 +472,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/sdkGroupId363/users/sdkUserId1146\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups/users\",\r\n \"name\": \"sdkUserId1146\",\r\n \"properties\": {\r\n \"firstName\": \"sdkFirst8399\",\r\n \"lastName\": \"sdkLast8950\",\r\n \"email\": \"sdkFirst.Last2410@contoso.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2020-03-25T19:22:47.813Z\",\r\n \"note\": \"dummy note\",\r\n \"groups\": [],\r\n \"identities\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/sdkGroupId703/users/sdkUserId6971\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups/users\",\r\n \"name\": \"sdkUserId6971\",\r\n \"properties\": {\r\n \"firstName\": \"sdkFirst4497\",\r\n \"lastName\": \"sdkLast633\",\r\n \"email\": \"sdkFirst.Last2533@contoso.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2021-04-08T21:44:23.46Z\",\r\n \"note\": \"dummy note\",\r\n \"groups\": [],\r\n \"identities\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/sdkGroupId363/users/sdkUserId1146?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ3JvdXBzL3Nka0dyb3VwSWQzNjMvdXNlcnMvc2RrVXNlcklkMTE0Nj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/sdkGroupId703/users/sdkUserId6971?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ncm91cHMvc2RrR3JvdXBJZDcwMy91c2Vycy9zZGtVc2VySWQ2OTcxP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "efe5b333-3508-4b8e-b355-52ed76bcf010" + "768699a5-91ac-4eaa-9ddd-7e7285040188" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -504,26 +504,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "e6dcae85-c429-458d-bbb4-810ed0142f26" + "336ec818-e3df-4bbd-a7eb-c44f2748bc97" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" + "11996" ], "x-ms-correlation-request-id": [ - "aea9feee-dca4-4376-a9b4-4ca94cb4e258" + "c935481f-64f1-412c-86ee-31890fb27d4f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192249Z:aea9feee-dca4-4376-a9b4-4ca94cb4e258" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214425Z:c935481f-64f1-412c-86ee-31890fb27d4f" ], "Date": [ - "Wed, 25 Mar 2020 19:22:48 GMT" + "Thu, 08 Apr 2021 21:44:24 GMT" ], "Content-Length": [ "0" @@ -536,22 +536,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/sdkGroupId363/users/sdkUserId1146?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ3JvdXBzL3Nka0dyb3VwSWQzNjMvdXNlcnMvc2RrVXNlcklkMTE0Nj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/sdkGroupId703/users/sdkUserId6971?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ncm91cHMvc2RrR3JvdXBJZDcwMy91c2Vycy9zZGtVc2VySWQ2OTcxP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fb7cd2a1-c0a2-4f2b-9f7a-d444b4249d4f" + "a313712c-4f77-4427-a682-5ae7bc2cea31" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -564,26 +564,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "10eb0abf-2334-4f41-be33-626e9e9bda16" + "2a5ef1bc-a90e-46cd-9038-0a3c323280eb" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" + "11995" ], "x-ms-correlation-request-id": [ - "130dde14-f957-448e-8cd8-5c93be19a7e1" + "6716c2a6-3d55-4157-825d-6a7a5a40dbfe" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192249Z:130dde14-f957-448e-8cd8-5c93be19a7e1" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214426Z:6716c2a6-3d55-4157-825d-6a7a5a40dbfe" ], "Date": [ - "Wed, 25 Mar 2020 19:22:49 GMT" + "Thu, 08 Apr 2021 21:44:25 GMT" ], "Content-Length": [ "0" @@ -596,22 +596,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/sdkGroupId363/users/sdkUserId1146?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ3JvdXBzL3Nka0dyb3VwSWQzNjMvdXNlcnMvc2RrVXNlcklkMTE0Nj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/sdkGroupId703/users/sdkUserId6971?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ncm91cHMvc2RrR3JvdXBJZDcwMy91c2Vycy9zZGtVc2VySWQ2OTcxP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b994f57-a44c-4ea3-92a3-99124e6b85e0" + "24ca65a8-4869-413c-93d6-7bcdede844f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -624,26 +624,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "d543d138-642f-43db-a7fc-9d575edd02fa" + "8c3c863e-0b98-42a5-bc63-0f1f994e63d4" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "14999" ], "x-ms-correlation-request-id": [ - "b2439105-8c84-4658-b13a-98d5598a4f34" + "afe140b6-4a16-4b41-848a-dc5c374ea5b5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192249Z:b2439105-8c84-4658-b13a-98d5598a4f34" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214425Z:afe140b6-4a16-4b41-848a-dc5c374ea5b5" ], "Date": [ - "Wed, 25 Mar 2020 19:22:49 GMT" + "Thu, 08 Apr 2021 21:44:25 GMT" ], "Expires": [ "-1" @@ -656,13 +656,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/sdkUserId1146?deleteSubscriptions=true&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdXNlcnMvc2RrVXNlcklkMTE0Nj9kZWxldGVTdWJzY3JpcHRpb25zPXRydWUmYXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/sdkUserId6971?deleteSubscriptions=true&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycy9zZGtVc2VySWQ2OTcxP2RlbGV0ZVN1YnNjcmlwdGlvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "68cfe07f-0d01-4764-8ed5-964930a1900d" + "196e8e69-cd06-494b-a623-5a72c349da1e" ], "If-Match": [ "*" @@ -671,10 +671,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -687,26 +687,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "3c9794ef-6ab4-4061-9f78-099b61e1c7b8" + "09879067-6f5d-487a-83f1-f90412b60ee4" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" + "14998" ], "x-ms-correlation-request-id": [ - "b094bf17-deef-4c4e-a0ac-627690cd737f" + "f9f81f1f-422e-4686-ba30-cc6311415797" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192250Z:b094bf17-deef-4c4e-a0ac-627690cd737f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214426Z:f9f81f1f-422e-4686-ba30-cc6311415797" ], "Date": [ - "Wed, 25 Mar 2020 19:22:49 GMT" + "Thu, 08 Apr 2021 21:44:26 GMT" ], "Expires": [ "-1" @@ -719,13 +719,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/sdkGroupId363?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ3JvdXBzL3Nka0dyb3VwSWQzNjM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/sdkGroupId703?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ncm91cHMvc2RrR3JvdXBJZDcwMz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5edfc165-af02-416f-9989-35b6bfc5ae14" + "dbd038d4-926e-4ca4-815e-20ed04d4cdfa" ], "If-Match": [ "*" @@ -734,10 +734,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -750,26 +750,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "dc9ae018-0196-482b-ac39-9a39fa1c33da" + "04825be9-bbc0-4925-9daf-97105bce0ae0" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14993" + "14997" ], "x-ms-correlation-request-id": [ - "95a2da51-a1c0-432e-b497-73783a053c2f" + "9def12d4-e806-4e1a-816a-dff80bf95c2d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192250Z:95a2da51-a1c0-432e-b497-73783a053c2f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214427Z:9def12d4-e806-4e1a-816a-dff80bf95c2d" ], "Date": [ - "Wed, 25 Mar 2020 19:22:50 GMT" + "Thu, 08 Apr 2021 21:44:26 GMT" ], "Expires": [ "-1" @@ -784,21 +784,21 @@ ], "Names": { "CreateListUpdateDelete": [ - "sdkUserId1146", - "sdkGroupId363", - "sdkGroup4299", - "sdkFirst8399", - "sdkLast8950", - "sdkFirst.Last2410" + "sdkUserId6971", + "sdkGroupId703", + "sdkGroup4623", + "sdkFirst4497", + "sdkLast633", + "sdkFirst.Last2533" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/IdentityProviderTests/CreateListUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/IdentityProviderTests/CreateListUpdateDelete.json index ffb92291099e5..dceb8c795a85e 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/IdentityProviderTests/CreateListUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/IdentityProviderTests/CreateListUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "baeb598e-93c2-4727-a604-51f6a9efe2d2" + "990696d2-fdef-407a-bc99-24b8417426db" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "342" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVONE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ee5103d5-4311-4dbd-8e3f-2e246edb1b40", - "4e381e67-f5dd-445c-b875-0be80b6ed999" + "5f92770a-ce22-4750-b14b-48fefcc33db1", + "f88f37d5-e6f3-414a-90c1-6f423842e7cf" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1199" ], "x-ms-correlation-request-id": [ - "8484dc01-2474-4998-87e4-4b3a9fb9a6f6" + "ecca0df9-0970-4b36-8c29-d1fa841f1bf2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192337Z:8484dc01-2474-4998-87e4-4b3a9fb9a6f6" + "WESTUS:20210502T185027Z:ecca0df9-0970-4b36-8c29-d1fa841f1bf2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:23:36 GMT" + "Sun, 02 May 2021 18:50:27 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "981ce161-b8be-4066-931c-d443470ddbbd" + "6e6e41d8-6176-479c-a2f3-3e8c8db4cc6b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVONE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c6d147b9-732f-4f59-9e1f-2df9657fbdd5" + "a325214c-ed71-4174-a6d5-bd6dbc03e657" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" + "11999" ], "x-ms-correlation-request-id": [ - "f645f115-d352-4954-a62f-b84c9f8f086d" + "54608dd5-8ade-4e29-84c3-8a39f6e9d3b4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192337Z:f645f115-d352-4954-a62f-b84c9f8f086d" + "WESTUS:20210502T185027Z:54608dd5-8ade-4e29-84c3-8a39f6e9d3b4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:23:37 GMT" + "Sun, 02 May 2021 18:50:27 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/identityProviders/facebook?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvaWRlbnRpdHlQcm92aWRlcnMvZmFjZWJvb2s/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/identityProviders/facebook?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9pZGVudGl0eVByb3ZpZGVycy9mYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"clientId\": \"clientId8190\",\r\n \"clientSecret\": \"clientSecret2603\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"clientId\": \"clientId4389\",\r\n \"clientSecret\": \"clientSecret8485\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "609ec887-6929-42c0-b293-fefc6079667e" + "8fbcbcf0-d653-4f89-8b88-fe6faf47fd1b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -172,34 +172,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANhI=\"" + "\"AAAAAAAAfyI=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "49bc8aa9-80c6-4b87-bb4f-f4c1032c84b4" + "94c14a92-aa0e-456f-a654-38b1787747e4" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1198" ], "x-ms-correlation-request-id": [ - "4fa31511-7553-48da-92bc-dc9d80f18161" + "ca6e6db0-ff83-4ecd-84b5-0dfe63f8c952" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192338Z:4fa31511-7553-48da-92bc-dc9d80f18161" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185028Z:ca6e6db0-ff83-4ecd-84b5-0dfe63f8c952" ], "Date": [ - "Wed, 25 Mar 2020 19:23:37 GMT" + "Sun, 02 May 2021 18:50:28 GMT" ], "Content-Length": [ - "396" + "398" ], "Content-Type": [ "application/json; charset=utf-8" @@ -208,26 +208,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/identityProviders/Facebook\",\r\n \"type\": \"Microsoft.ApiManagement/service/identityProviders\",\r\n \"name\": \"Facebook\",\r\n \"properties\": {\r\n \"clientId\": \"clientId8190\",\r\n \"clientSecret\": \"clientSecret2603\",\r\n \"type\": \"facebook\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/identityProviders/Facebook\",\r\n \"type\": \"Microsoft.ApiManagement/service/identityProviders\",\r\n \"name\": \"Facebook\",\r\n \"properties\": {\r\n \"clientId\": \"clientId4389\",\r\n \"clientSecret\": \"clientSecret8485\",\r\n \"type\": \"facebook\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/identityProviders?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvaWRlbnRpdHlQcm92aWRlcnM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/identityProviders?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9pZGVudGl0eVByb3ZpZGVycz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "97b5104e-d9b6-4c76-9d63-5ab897a0d563" + "5ad26dba-5a9b-445a-a048-c448557eb36f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -240,29 +240,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "566ad576-6645-40ea-a226-56b061a0a798" + "cd4e1be0-6453-4adb-b305-4fec68755284" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" + "11998" ], "x-ms-correlation-request-id": [ - "3df81e70-a600-4fdf-9663-c6a60c9b93f6" + "1eaff5a5-c9d7-471b-b9e1-8f1f379719d7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192338Z:3df81e70-a600-4fdf-9663-c6a60c9b93f6" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185028Z:1eaff5a5-c9d7-471b-b9e1-8f1f379719d7" ], "Date": [ - "Wed, 25 Mar 2020 19:23:37 GMT" + "Sun, 02 May 2021 18:50:28 GMT" ], "Content-Length": [ - "431" + "433" ], "Content-Type": [ "application/json; charset=utf-8" @@ -271,26 +271,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/identityProviders/Facebook\",\r\n \"type\": \"Microsoft.ApiManagement/service/identityProviders\",\r\n \"name\": \"Facebook\",\r\n \"properties\": {\r\n \"clientId\": \"clientId8190\",\r\n \"type\": \"facebook\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/identityProviders/Facebook\",\r\n \"type\": \"Microsoft.ApiManagement/service/identityProviders\",\r\n \"name\": \"Facebook\",\r\n \"properties\": {\r\n \"clientId\": \"clientId4389\",\r\n \"type\": \"facebook\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/identityProviders/facebook?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvaWRlbnRpdHlQcm92aWRlcnMvZmFjZWJvb2s/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/identityProviders/facebook?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9pZGVudGl0eVByb3ZpZGVycy9mYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b251f3d0-7cf3-4f13-ad6f-7c757e1dd290" + "59d44005-f56b-4db0-ad79-e58a900299c1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -301,31 +301,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANhI=\"" + "\"AAAAAAAAfyI=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "88470dd7-1120-4162-abd9-c071fea13148" + "e01ffd92-0e87-4a4e-8220-534dd86e12ee" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" + "11997" ], "x-ms-correlation-request-id": [ - "c6b32d53-ffeb-4e3e-a712-43cf96b41fd0" + "f8811a02-a0db-438c-91eb-3263cfa43410" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192338Z:c6b32d53-ffeb-4e3e-a712-43cf96b41fd0" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185028Z:f8811a02-a0db-438c-91eb-3263cfa43410" ], "Date": [ - "Wed, 25 Mar 2020 19:23:38 GMT" + "Sun, 02 May 2021 18:50:28 GMT" ], "Content-Length": [ "0" @@ -338,22 +338,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/identityProviders/facebook?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvaWRlbnRpdHlQcm92aWRlcnMvZmFjZWJvb2s/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/identityProviders/facebook?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9pZGVudGl0eVByb3ZpZGVycy9mYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8fc869db-03e3-4691-9920-8dd0b6afd424" + "f013e0d8-a0e0-4f6b-9280-80ef0fd576de" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -364,31 +364,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANhM=\"" + "\"AAAAAAAAfyM=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "5b03a9fd-2c32-4bf6-8f11-62c95747f3d2" + "33d3772c-2200-451b-b416-3f0abe6ad4a7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" + "11995" ], "x-ms-correlation-request-id": [ - "baaedb3e-fdfb-454b-b711-e1cf7d33e9ac" + "ce50d8b7-5159-40ee-bce8-f5d8892091d8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192339Z:baaedb3e-fdfb-454b-b711-e1cf7d33e9ac" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185029Z:ce50d8b7-5159-40ee-bce8-f5d8892091d8" ], "Date": [ - "Wed, 25 Mar 2020 19:23:39 GMT" + "Sun, 02 May 2021 18:50:29 GMT" ], "Content-Length": [ "0" @@ -401,25 +401,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/identityProviders/facebook?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvaWRlbnRpdHlQcm92aWRlcnMvZmFjZWJvb2s/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/identityProviders/facebook?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9pZGVudGl0eVByb3ZpZGVycy9mYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"clientSecret\": \"clientSecret2144\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"clientSecret\": \"clientSecret6336\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b769a2c5-753a-4386-bc4e-0ffad099ec86" + "4b472ee7-2abb-42d7-91de-59a5e7ca8de1" ], "If-Match": [ - "\"AAAAAAAANhI=\"" + "\"AAAAAAAAfyI=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -435,54 +435,63 @@ "Pragma": [ "no-cache" ], + "ETag": [ + "\"AAAAAAAAfyM=\"" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "ebbd4d3c-81aa-478b-8e6f-25697a83a42a" + "4792b5ea-0170-4d81-9198-fc59bc628c0f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1197" ], "x-ms-correlation-request-id": [ - "a372a4b8-d91c-4e5b-b9fc-d16a1da6f196" + "c0cf40b1-c0bd-44a7-8da4-fbae7a19e3d9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192339Z:a372a4b8-d91c-4e5b-b9fc-d16a1da6f196" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185029Z:c0cf40b1-c0bd-44a7-8da4-fbae7a19e3d9" ], "Date": [ - "Wed, 25 Mar 2020 19:23:38 GMT" + "Sun, 02 May 2021 18:50:28 GMT" + ], + "Content-Length": [ + "398" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 204 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/identityProviders/Facebook\",\r\n \"type\": \"Microsoft.ApiManagement/service/identityProviders\",\r\n \"name\": \"Facebook\",\r\n \"properties\": {\r\n \"clientId\": \"clientId4389\",\r\n \"clientSecret\": \"clientSecret6336\",\r\n \"type\": \"facebook\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/identityProviders/facebook?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvaWRlbnRpdHlQcm92aWRlcnMvZmFjZWJvb2s/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/identityProviders/facebook?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9pZGVudGl0eVByb3ZpZGVycy9mYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "127f2833-c393-463c-899d-4986a8b6416c" + "6deef40e-02b3-42e6-8bb5-414673a22c94" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -493,34 +502,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANhM=\"" + "\"AAAAAAAAfyM=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "57027c5a-70d0-4217-a725-2acea45fdd57" + "56ca4d25-1c7d-41a7-9204-401b678f7d1e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" + "11996" ], "x-ms-correlation-request-id": [ - "9e5ce138-6352-411d-b4f3-a6e8b21dabc2" + "f86a2e2a-66b5-43a9-82c3-23bafb917e75" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192339Z:9e5ce138-6352-411d-b4f3-a6e8b21dabc2" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185029Z:f86a2e2a-66b5-43a9-82c3-23bafb917e75" ], "Date": [ - "Wed, 25 Mar 2020 19:23:38 GMT" + "Sun, 02 May 2021 18:50:29 GMT" ], "Content-Length": [ - "355" + "357" ], "Content-Type": [ "application/json; charset=utf-8" @@ -529,26 +538,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/identityProviders/Facebook\",\r\n \"type\": \"Microsoft.ApiManagement/service/identityProviders\",\r\n \"name\": \"Facebook\",\r\n \"properties\": {\r\n \"clientId\": \"clientId8190\",\r\n \"type\": \"facebook\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/identityProviders/Facebook\",\r\n \"type\": \"Microsoft.ApiManagement/service/identityProviders\",\r\n \"name\": \"Facebook\",\r\n \"properties\": {\r\n \"clientId\": \"clientId4389\",\r\n \"type\": \"facebook\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/identityProviders/facebook?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvaWRlbnRpdHlQcm92aWRlcnMvZmFjZWJvb2s/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/identityProviders/facebook?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9pZGVudGl0eVByb3ZpZGVycy9mYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8fe74d85-4a0b-476e-90e0-a2a8e71c380a" + "b8b67b1a-12aa-4b97-a5b3-bb20a2e43e41" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -561,26 +570,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "dc313a4b-3604-43c6-af32-0bd63f0a3df0" + "833c35bd-2e87-46dc-9b6e-f9640829337a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" + "11994" ], "x-ms-correlation-request-id": [ - "8ec8e752-58de-4f2f-be73-d014824ceaeb" + "40e8036d-1467-46c1-930f-83d8e1560367" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192341Z:8ec8e752-58de-4f2f-be73-d014824ceaeb" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185029Z:40e8036d-1467-46c1-930f-83d8e1560367" ], "Date": [ - "Wed, 25 Mar 2020 19:23:40 GMT" + "Sun, 02 May 2021 18:50:29 GMT" ], "Content-Length": [ "92" @@ -596,22 +605,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/identityProviders/facebook/listSecrets?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvaWRlbnRpdHlQcm92aWRlcnMvZmFjZWJvb2svbGlzdFNlY3JldHM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/identityProviders/facebook/listSecrets?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9pZGVudGl0eVByb3ZpZGVycy9mYWNlYm9vay9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "67ccd1e9-cea6-44b6-b22b-f64b79f38b34" + "cd7fd6fa-541f-4dff-935a-07e1d83486cc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -622,31 +631,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANhM=\"" + "\"AAAAAAAAfyM=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "5659d7c2-3444-4406-b399-4bbff0affb12" + "22536fd8-5d70-41ee-870e-566197ebfbda" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-correlation-request-id": [ - "947bf3e1-297e-4d83-971b-e52983ac544e" + "057bf2af-d2dd-4034-b5d5-d071d8b07c06" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192339Z:947bf3e1-297e-4d83-971b-e52983ac544e" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185029Z:057bf2af-d2dd-4034-b5d5-d071d8b07c06" ], "Date": [ - "Wed, 25 Mar 2020 19:23:39 GMT" + "Sun, 02 May 2021 18:50:29 GMT" ], "Content-Length": [ "35" @@ -658,29 +667,29 @@ "-1" ] }, - "ResponseBody": "{\r\n \"clientSecret\": \"clientSecret2144\"\r\n}", + "ResponseBody": "{\r\n \"clientSecret\": \"clientSecret6336\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/identityProviders/facebook?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvaWRlbnRpdHlQcm92aWRlcnMvZmFjZWJvb2s/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/identityProviders/facebook?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9pZGVudGl0eVByb3ZpZGVycy9mYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5598150d-36f4-4be1-8d9b-d62eb7af69b5" + "2d43144f-d4ee-4653-95be-fb61209ec2cb" ], "If-Match": [ - "\"AAAAAAAANhM=\"" + "\"AAAAAAAAfyM=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -693,26 +702,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "aee5cd6e-6bc4-4bc4-8815-334db6c879dd" + "0c26bd04-7ec5-43eb-9e8d-30dcd249bcd7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" + "14999" ], "x-ms-correlation-request-id": [ - "c9a50272-ef5d-4ca4-94b8-f93e17e7d5b8" + "633a0247-a389-4eb8-a2b8-b1c022386227" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192340Z:c9a50272-ef5d-4ca4-94b8-f93e17e7d5b8" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185029Z:633a0247-a389-4eb8-a2b8-b1c022386227" ], "Date": [ - "Wed, 25 Mar 2020 19:23:40 GMT" + "Sun, 02 May 2021 18:50:29 GMT" ], "Expires": [ "-1" @@ -725,13 +734,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/identityProviders/facebook?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvaWRlbnRpdHlQcm92aWRlcnMvZmFjZWJvb2s/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/identityProviders/facebook?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9pZGVudGl0eVByb3ZpZGVycy9mYWNlYm9vaz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e82ce5f-6b43-42ce-8c38-b41f253eb3c1" + "601bbd0f-f9dd-4917-9e15-c4b69e98c39e" ], "If-Match": [ "*" @@ -740,10 +749,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -756,26 +765,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "4aedb89e-ef39-4d44-8cc4-0efc6d0bf0a0" + "633c780d-881f-44cd-b2a0-5c8326e7b00d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" + "14998" ], "x-ms-correlation-request-id": [ - "825a2171-8c47-414a-9356-dda85f0b3384" + "fd802e62-a7c8-49f1-81c2-390536ce3536" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192341Z:825a2171-8c47-414a-9356-dda85f0b3384" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185029Z:fd802e62-a7c8-49f1-81c2-390536ce3536" ], "Date": [ - "Wed, 25 Mar 2020 19:23:41 GMT" + "Sun, 02 May 2021 18:50:29 GMT" ], "Expires": [ "-1" @@ -787,18 +796,18 @@ ], "Names": { "CreateListUpdateDelete": [ - "clientId8190", - "clientSecret2603", - "clientSecret2144" + "clientId4389", + "clientSecret8485", + "clientSecret6336" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/IssueTests/CreateUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/IssueTests/CreateUpdateDelete.json index f99207af43aed..8826509aecd44 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/IssueTests/CreateUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/IssueTests/CreateUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e227f24f-3d95-4c77-8e04-84eee0e580b4" + "37d87344-25e9-494f-8aeb-9a8576f6851e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "29f8499d-1b84-46c7-bca6-5ec159e69700", - "6f7c0a4f-8a7f-4fb6-a453-faae83ec9f7f" + "2d8f44c9-286c-4858-903f-cc5cd2bae369", + "bd77dd9e-ab75-4786-8972-1f53ce7b4b2b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1199" ], "x-ms-correlation-request-id": [ - "bc322b9c-2487-4b21-999f-a11c3299aaf0" + "4ffe161f-87cd-403a-8fd5-980144b31f62" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192254Z:bc322b9c-2487-4b21-999f-a11c3299aaf0" + "WESTUS:20210408T213819Z:4ffe161f-87cd-403a-8fd5-980144b31f62" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:22:54 GMT" + "Thu, 08 Apr 2021 21:38:18 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "152f9b14-4c70-48ff-88b6-bd9cc404521e" + "a675c1b8-843b-4a93-9824-3ad6a52b2b7b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "12715f4a-e0a4-4a97-8abc-f7941754c9b3" + "6b39f410-6987-40bd-9aaf-3ceb3ce3f13e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" + "11999" ], "x-ms-correlation-request-id": [ - "15a517b8-7e59-49ea-9759-9b248c8ce5f9" + "9a3e68be-e62f-43c4-965b-0dd6528dbfd0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192255Z:15a517b8-7e59-49ea-9759-9b248c8ce5f9" + "WESTUS:20210408T213819Z:9a3e68be-e62f-43c4-965b-0dd6528dbfd0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:22:54 GMT" + "Thu, 08 Apr 2021 21:38:19 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4bc0b2a5-686f-48ec-bd35-09535789f2b0" + "d949e2aa-343c-40a1-ab7b-f703ed7a72b3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,29 +168,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "7b5ada92-968c-48d1-9f0e-78a66addcb34" + "937a55ef-0c74-408e-b34e-8f5a8316c21c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" + "11998" ], "x-ms-correlation-request-id": [ - "ef77abe9-8413-4b98-8ffd-6a03181a8f60" + "336bf5df-ba45-4e51-8510-16a2ab060708" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192255Z:ef77abe9-8413-4b98-8ffd-6a03181a8f60" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213819Z:336bf5df-ba45-4e51-8510-16a2ab060708" ], "Date": [ - "Wed, 25 Mar 2020 19:22:54 GMT" + "Thu, 08 Apr 2021 21:38:19 GMT" ], "Content-Length": [ - "728" + "730" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,26 +199,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdXNlcnM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1c14a736-8967-48d4-b73e-c481c0348241" + "857a3922-8c65-45a8-ab0c-56ff4f0547fa" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -231,29 +231,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "d532dcef-f48a-43e5-82c3-9b0641669343" + "88270611-7f86-4a06-bece-c75cceb8f1bd" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" + "11997" ], "x-ms-correlation-request-id": [ - "cf22e49e-f3a1-4fb9-a115-12d560f02ac8" + "12560d10-563f-4206-81e3-f054a0598559" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192255Z:cf22e49e-f3a1-4fb9-a115-12d560f02ac8" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213820Z:12560d10-563f-4206-81e3-f054a0598559" ], "Date": [ - "Wed, 25 Mar 2020 19:22:54 GMT" + "Thu, 08 Apr 2021 21:38:19 GMT" ], "Content-Length": [ - "680" + "682" ], "Content-Type": [ "application/json; charset=utf-8" @@ -262,26 +262,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"type\": \"Microsoft.ApiManagement/service/users\",\r\n \"name\": \"1\",\r\n \"properties\": {\r\n \"firstName\": \"Administrator\",\r\n \"lastName\": \"\",\r\n \"email\": \"apim@autorestsdk.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2020-01-15T02:14:45.177Z\",\r\n \"note\": null,\r\n \"identities\": [\r\n {\r\n \"provider\": \"Azure\",\r\n \"id\": \"apim@autorestsdk.com\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"type\": \"Microsoft.ApiManagement/service/users\",\r\n \"name\": \"1\",\r\n \"properties\": {\r\n \"firstName\": \"Administrator\",\r\n \"lastName\": \"\",\r\n \"email\": \"apim@autorestsdk.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2019-08-23T10:28:33.027Z\",\r\n \"note\": null,\r\n \"identities\": [\r\n {\r\n \"provider\": \"Azure\",\r\n \"id\": \"apim@autorestsdk.com\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9pc3N1ZXM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2lzc3Vlcz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "42adecad-ca6a-42c6-8bbd-31605eddcbf0" + "4116891d-696e-49a9-9956-b496adcc46a7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -294,26 +294,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "30d6f6f6-99f0-4b83-afb9-81a3e1c558ab" + "e3f20ae2-d07e-4948-a981-938d98e294de" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" + "11996" ], "x-ms-correlation-request-id": [ - "118a9df6-3cd9-412a-8b75-5c0106b8a083" + "df77f4dc-7e3b-40f8-83c9-4d3751c66518" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192255Z:118a9df6-3cd9-412a-8b75-5c0106b8a083" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213821Z:df77f4dc-7e3b-40f8-83c9-4d3751c66518" ], "Date": [ - "Wed, 25 Mar 2020 19:22:55 GMT" + "Thu, 08 Apr 2021 21:38:20 GMT" ], "Content-Length": [ "34" @@ -329,28 +329,28 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9pc3N1ZXMvbmV3SXNzdWUzMTgwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2lzc3Vlcy9uZXdJc3N1ZTEzOTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"createdDate\": \"2020-03-25T19:22:56.0245608Z\",\r\n \"apiId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api\",\r\n \"title\": \"title7178\",\r\n \"description\": \"description577\",\r\n \"userId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"createdDate\": \"2021-04-08T21:38:21.4095493Z\",\r\n \"apiId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api\",\r\n \"title\": \"title3690\",\r\n \"description\": \"description6211\",\r\n \"userId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "243c7ad9-eed8-4549-8f7d-3d2688f92e89" + "6cc2cb6e-27e7-46dc-b0c3-9b473d112131" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "489" + "494" ] }, "ResponseHeaders": { @@ -361,34 +361,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANfI=\"" + "\"AAAAAAAAbXQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "f5989a42-8e4d-4abb-bc1c-9d90b42539d9" + "bf088297-0057-47f4-84d6-5f690e1ee6bb" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1198" ], "x-ms-correlation-request-id": [ - "de050b59-6a6b-4d9c-ae19-ceeb4bb7db54" + "539e8c2b-f071-418a-92c0-5beef55381d4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192256Z:de050b59-6a6b-4d9c-ae19-ceeb4bb7db54" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213824Z:539e8c2b-f071-418a-92c0-5beef55381d4" ], "Date": [ - "Wed, 25 Mar 2020 19:22:55 GMT" + "Thu, 08 Apr 2021 21:38:23 GMT" ], "Content-Length": [ - "665" + "670" ], "Content-Type": [ "application/json; charset=utf-8" @@ -397,26 +397,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/issues\",\r\n \"name\": \"newIssue3180\",\r\n \"properties\": {\r\n \"title\": \"title7178\",\r\n \"description\": \"description577\",\r\n \"createdDate\": \"2020-03-25T19:22:56.0245608Z\",\r\n \"state\": \"proposed\",\r\n \"apiId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api\",\r\n \"comments\": [],\r\n \"attachments\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/issues\",\r\n \"name\": \"newIssue1391\",\r\n \"properties\": {\r\n \"title\": \"title3690\",\r\n \"description\": \"description6211\",\r\n \"createdDate\": \"2021-04-08T21:38:21.4095493Z\",\r\n \"state\": \"proposed\",\r\n \"apiId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api\",\r\n \"comments\": [],\r\n \"attachments\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9pc3N1ZXMvbmV3SXNzdWUzMTgwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2lzc3Vlcy9uZXdJc3N1ZTEzOTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "67ff4296-540b-4c97-980e-17934ce85d8f" + "c73baf90-ffff-4223-aecc-49f7678d6f72" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -427,34 +427,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANfI=\"" + "\"AAAAAAAAbXQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "3cfc5b8f-1241-4b16-b872-85b6089685b3" + "2c9fccae-28be-4ad3-b240-bfdfdfb211d6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" + "11995" ], "x-ms-correlation-request-id": [ - "f626d0b4-b355-4bf3-bde8-6532f0c0baf3" + "97742107-ad7e-4ebc-ac53-93dad20589aa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192257Z:f626d0b4-b355-4bf3-bde8-6532f0c0baf3" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213824Z:97742107-ad7e-4ebc-ac53-93dad20589aa" ], "Date": [ - "Wed, 25 Mar 2020 19:22:57 GMT" + "Thu, 08 Apr 2021 21:38:24 GMT" ], "Content-Length": [ - "786" + "792" ], "Content-Type": [ "application/json; charset=utf-8" @@ -463,26 +463,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/issues\",\r\n \"name\": \"newIssue3180\",\r\n \"properties\": {\r\n \"title\": \"title7178\",\r\n \"description\": \"description577\",\r\n \"createdDate\": \"2020-03-25T19:22:56.023Z\",\r\n \"state\": \"proposed\",\r\n \"userId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"apiId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/issues\",\r\n \"name\": \"newIssue1391\",\r\n \"properties\": {\r\n \"title\": \"title3690\",\r\n \"description\": \"description6211\",\r\n \"createdDate\": \"2021-04-08T21:38:21.41Z\",\r\n \"state\": \"proposed\",\r\n \"userId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"apiId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9pc3N1ZXMvbmV3SXNzdWUzMTgwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2lzc3Vlcy9uZXdJc3N1ZTEzOTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fc1ea5b5-325a-4ff1-bce3-393944db72c2" + "51d7b0b7-de7e-4b8c-95ec-08bc8ea33721" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -493,34 +493,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANfM=\"" + "\"AAAAAAAAbXU=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "65eef42a-9639-4b2b-9edb-3be1282b1d8e" + "a7404701-89e6-4477-bcb5-ce002237aa4e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" + "11994" ], "x-ms-correlation-request-id": [ - "0349b094-cac7-450b-b8f0-1153127382cc" + "e540eadc-59f1-45dc-90e9-55ac453ec5f6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192258Z:0349b094-cac7-450b-b8f0-1153127382cc" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213826Z:e540eadc-59f1-45dc-90e9-55ac453ec5f6" ], "Date": [ - "Wed, 25 Mar 2020 19:22:58 GMT" + "Thu, 08 Apr 2021 21:38:25 GMT" ], "Content-Length": [ - "801" + "806" ], "Content-Type": [ "application/json; charset=utf-8" @@ -529,26 +529,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/issues\",\r\n \"name\": \"newIssue3180\",\r\n \"properties\": {\r\n \"title\": \"updatedTitle5328\",\r\n \"description\": \"updateddescription8513\",\r\n \"createdDate\": \"2020-03-25T19:22:56.023Z\",\r\n \"state\": \"proposed\",\r\n \"userId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"apiId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/issues\",\r\n \"name\": \"newIssue1391\",\r\n \"properties\": {\r\n \"title\": \"updatedTitle4743\",\r\n \"description\": \"updateddescription2619\",\r\n \"createdDate\": \"2021-04-08T21:38:21.41Z\",\r\n \"state\": \"proposed\",\r\n \"userId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"apiId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9pc3N1ZXMvbmV3SXNzdWUzMTgwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2lzc3Vlcy9uZXdJc3N1ZTEzOTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac598e12-1626-46c0-9a76-c5af7548976f" + "af6e7b20-7d9e-4eda-8cfc-480587fea64b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -561,26 +561,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "f628ffdb-d7cf-4ddc-9a1b-45c01bf53e6d" + "9f339e58-853e-49ea-b7e8-339b6cbd34f1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" + "11986" ], "x-ms-correlation-request-id": [ - "b3f1ebc8-3baf-4253-af3e-31e0b55e15ee" + "e7c57def-50a3-4f20-8c80-c7d4b1993cc4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192303Z:b3f1ebc8-3baf-4253-af3e-31e0b55e15ee" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213831Z:e7c57def-50a3-4f20-8c80-c7d4b1993cc4" ], "Date": [ - "Wed, 25 Mar 2020 19:23:03 GMT" + "Thu, 08 Apr 2021 21:38:30 GMT" ], "Content-Length": [ "81" @@ -596,13 +596,13 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9pc3N1ZXMvbmV3SXNzdWUzMTgwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2lzc3Vlcy9uZXdJc3N1ZTEzOTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"title\": \"updatedTitle5328\",\r\n \"description\": \"updateddescription8513\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"title\": \"updatedTitle4743\",\r\n \"description\": \"updateddescription2619\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8344dc8d-3c73-4aae-8c61-de995f9dc04f" + "6ecb08ef-cd72-4cdf-aa3d-abba26a02967" ], "If-Match": [ "*" @@ -611,10 +611,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -630,54 +630,63 @@ "Pragma": [ "no-cache" ], + "ETag": [ + "\"AAAAAAAAbXU=\"" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "d9d2b333-d5ed-4283-88bd-5317f33f3027" + "4898a1aa-3fb7-421d-ab26-30a935372c3c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1197" ], "x-ms-correlation-request-id": [ - "02b5b5d2-ea9d-47a6-855f-17257ca947b1" + "07409069-92db-4348-9d38-db7d68731ec7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192258Z:02b5b5d2-ea9d-47a6-855f-17257ca947b1" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213825Z:07409069-92db-4348-9d38-db7d68731ec7" ], "Date": [ - "Wed, 25 Mar 2020 19:22:58 GMT" + "Thu, 08 Apr 2021 21:38:25 GMT" + ], + "Content-Length": [ + "679" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 204 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/issues\",\r\n \"name\": \"newIssue1391\",\r\n \"properties\": {\r\n \"title\": \"updatedTitle4743\",\r\n \"description\": \"updateddescription2619\",\r\n \"createdDate\": \"2021-04-08T21:38:21.41Z\",\r\n \"state\": \"proposed\",\r\n \"apiId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api\",\r\n \"comments\": [],\r\n \"attachments\": []\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180/comments?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9pc3N1ZXMvbmV3SXNzdWUzMTgwL2NvbW1lbnRzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391/comments?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2lzc3Vlcy9uZXdJc3N1ZTEzOTEvY29tbWVudHM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd6edcd2-2d79-4199-bdfc-db5b4c8d97f7" + "6905d6d4-cb3f-41af-b05d-72102b51a2d0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -690,26 +699,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "95f7c65e-24fc-45c0-9996-9923748ff14f" + "9236a640-3eb5-4bc3-adb6-7b8d2bdab832" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" + "11993" ], "x-ms-correlation-request-id": [ - "46e5c532-c197-43de-83f9-fcdfeb690c26" + "739cb3e0-509b-4a8d-ad10-e05187a286c9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192258Z:46e5c532-c197-43de-83f9-fcdfeb690c26" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213826Z:739cb3e0-509b-4a8d-ad10-e05187a286c9" ], "Date": [ - "Wed, 25 Mar 2020 19:22:58 GMT" + "Thu, 08 Apr 2021 21:38:25 GMT" ], "Content-Length": [ "34" @@ -725,28 +734,28 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180/comments/newComment4321?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9pc3N1ZXMvbmV3SXNzdWUzMTgwL2NvbW1lbnRzL25ld0NvbW1lbnQ0MzIxP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391/comments/newComment8460?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2lzc3Vlcy9uZXdJc3N1ZTEzOTEvY29tbWVudHMvbmV3Q29tbWVudDg0NjA/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"text\": \"issuecommenttext5731\",\r\n \"createdDate\": \"2020-03-25T19:22:58.6328857Z\",\r\n \"userId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"text\": \"issuecommenttext7949\",\r\n \"createdDate\": \"2021-04-08T21:38:26.7235178Z\",\r\n \"userId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "34c56cfc-e4a1-4aa9-a049-14e84f0e9ebc" + "ab162c67-1616-4305-bb20-14a066aa70af" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "288" ] }, "ResponseHeaders": { @@ -757,34 +766,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANfM=\"" + "\"AAAAAAAAbXU=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "69371b7f-f9b4-4fa9-8e99-d239de31a0c8" + "ab759d45-be51-4823-b699-b12e32e1fa61" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1196" ], "x-ms-correlation-request-id": [ - "bd3e50c9-9492-4a64-9677-b7a8ab70bca3" + "745830ec-9415-4ac6-b8d9-08f8806c6164" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192259Z:bd3e50c9-9492-4a64-9677-b7a8ab70bca3" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213828Z:745830ec-9415-4ac6-b8d9-08f8806c6164" ], "Date": [ - "Wed, 25 Mar 2020 19:22:59 GMT" + "Thu, 08 Apr 2021 21:38:27 GMT" ], "Content-Length": [ - "426" + "428" ], "Content-Type": [ "application/json; charset=utf-8" @@ -793,26 +802,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180/comments/newComment4321\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/issues/comments\",\r\n \"name\": \"newComment4321\",\r\n \"properties\": {\r\n \"text\": \"issuecommenttext5731\",\r\n \"createdDate\": \"2020-03-25T19:22:58.6328857Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391/comments/newComment8460\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/issues/comments\",\r\n \"name\": \"newComment8460\",\r\n \"properties\": {\r\n \"text\": \"issuecommenttext7949\",\r\n \"createdDate\": \"2021-04-08T21:38:26.7235178Z\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180/comments/newComment4321?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9pc3N1ZXMvbmV3SXNzdWUzMTgwL2NvbW1lbnRzL25ld0NvbW1lbnQ0MzIxP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391/comments/newComment8460?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2lzc3Vlcy9uZXdJc3N1ZTEzOTEvY29tbWVudHMvbmV3Q29tbWVudDg0NjA/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2e9b07a6-4e72-49b4-b6a3-e6bac02b3636" + "a148f461-3c95-446a-91d2-e5482d7aff02" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -823,31 +832,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANfQ=\"" + "\"AAAAAAAAbXY=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "59ef501a-dacd-4a6d-8ee6-4602413b1d99" + "d2d36f8a-3ee5-4a1d-8742-85ed63e42ac3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" + "11992" ], "x-ms-correlation-request-id": [ - "8dfe9221-75a5-46d2-9869-9d9a6307731c" + "6e8e28c9-e181-47ac-9213-b1bfccd02f0a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192259Z:8dfe9221-75a5-46d2-9869-9d9a6307731c" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213828Z:6e8e28c9-e181-47ac-9213-b1bfccd02f0a" ], "Date": [ - "Wed, 25 Mar 2020 19:22:59 GMT" + "Thu, 08 Apr 2021 21:38:27 GMT" ], "Content-Length": [ "0" @@ -860,25 +869,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180/comments/newComment4321?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9pc3N1ZXMvbmV3SXNzdWUzMTgwL2NvbW1lbnRzL25ld0NvbW1lbnQ0MzIxP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391/comments/newComment8460?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2lzc3Vlcy9uZXdJc3N1ZTEzOTEvY29tbWVudHMvbmV3Q29tbWVudDg0NjA/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "59840049-142f-4c8b-abcb-138e191d5ec1" + "e7bc61f9-5529-418e-a246-b2a6499ab47d" ], "If-Match": [ - "\"AAAAAAAANfQ=\"" + "\"AAAAAAAAbXY=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -891,26 +900,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "a3ae1174-e001-44ae-bd13-4cf7162c924e" + "6f6054f7-d6e7-4724-8a01-b64495ba3fe9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" + "14999" ], "x-ms-correlation-request-id": [ - "844d7976-a7c5-4de0-bfb8-441288e029cc" + "197b6795-177b-4731-93f5-a5602bf5d3f7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192300Z:844d7976-a7c5-4de0-bfb8-441288e029cc" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213828Z:197b6795-177b-4731-93f5-a5602bf5d3f7" ], "Date": [ - "Wed, 25 Mar 2020 19:23:00 GMT" + "Thu, 08 Apr 2021 21:38:28 GMT" ], "Expires": [ "-1" @@ -923,13 +932,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180/comments/newComment4321?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9pc3N1ZXMvbmV3SXNzdWUzMTgwL2NvbW1lbnRzL25ld0NvbW1lbnQ0MzIxP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391/comments/newComment8460?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2lzc3Vlcy9uZXdJc3N1ZTEzOTEvY29tbWVudHMvbmV3Q29tbWVudDg0NjA/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8bb3aac6-a039-476e-a91e-55477c8a9388" + "719fd03c-553c-42b8-84f4-495ae677e0ae" ], "If-Match": [ "*" @@ -938,10 +947,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -954,26 +963,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c70c303a-fdff-43c3-bbd2-f425baf2bd25" + "9d3113c1-f8d0-4116-9d3e-c55663879eee" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14988" + "14995" ], "x-ms-correlation-request-id": [ - "37e16bd6-1d10-452a-9398-62fcad1a2c47" + "448a504e-7091-488c-a3e0-c6c341d857b7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192304Z:37e16bd6-1d10-452a-9398-62fcad1a2c47" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213831Z:448a504e-7091-488c-a3e0-c6c341d857b7" ], "Date": [ - "Wed, 25 Mar 2020 19:23:04 GMT" + "Thu, 08 Apr 2021 21:38:30 GMT" ], "Expires": [ "-1" @@ -983,22 +992,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180/comments/newComment4321?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9pc3N1ZXMvbmV3SXNzdWUzMTgwL2NvbW1lbnRzL25ld0NvbW1lbnQ0MzIxP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391/comments/newComment8460?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2lzc3Vlcy9uZXdJc3N1ZTEzOTEvY29tbWVudHMvbmV3Q29tbWVudDg0NjA/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94e4fcef-c760-4442-b875-58860c82af79" + "bfec58f7-1eca-482f-a0b6-52cd575b4fa8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1011,26 +1020,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "53400b49-2bc1-4498-8667-440e11059052" + "f2aa99dd-7262-47a3-8b02-ca6bdcbd312e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" + "11991" ], "x-ms-correlation-request-id": [ - "506f3e6a-2509-4c6f-afce-17e69960250b" + "477eece9-62b8-4046-a22c-48577b630462" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192300Z:506f3e6a-2509-4c6f-afce-17e69960250b" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213828Z:477eece9-62b8-4046-a22c-48577b630462" ], "Date": [ - "Wed, 25 Mar 2020 19:23:00 GMT" + "Thu, 08 Apr 2021 21:38:28 GMT" ], "Content-Length": [ "89" @@ -1046,22 +1055,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180/attachments?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9pc3N1ZXMvbmV3SXNzdWUzMTgwL2F0dGFjaG1lbnRzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391/attachments?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2lzc3Vlcy9uZXdJc3N1ZTEzOTEvYXR0YWNobWVudHM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e1200ca-d248-403f-9e65-8845240f5608" + "8b962058-8cbe-44de-b2a0-7547f21bcfda" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1074,26 +1083,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "8b2d4936-515a-427c-8080-8b85f44e54c7" + "f5d491ab-d3fd-462d-b1fb-af7648673fb0" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" + "11990" ], "x-ms-correlation-request-id": [ - "0fdfcc01-e522-49f8-b806-b659653679e4" + "2f81c4a7-7f1f-458e-92dc-5e0a01216048" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192300Z:0fdfcc01-e522-49f8-b806-b659653679e4" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213829Z:2f81c4a7-7f1f-458e-92dc-5e0a01216048" ], "Date": [ - "Wed, 25 Mar 2020 19:23:00 GMT" + "Thu, 08 Apr 2021 21:38:28 GMT" ], "Content-Length": [ "34" @@ -1109,22 +1118,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180/attachments/newattachment7379?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9pc3N1ZXMvbmV3SXNzdWUzMTgwL2F0dGFjaG1lbnRzL25ld2F0dGFjaG1lbnQ3Mzc5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391/attachments/newattachment4859?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2lzc3Vlcy9uZXdJc3N1ZTEzOTEvYXR0YWNobWVudHMvbmV3YXR0YWNobWVudDQ4NTk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"title\": \"attachment2708\",\r\n \"contentFormat\": \"image/jpeg\",\r\n \"content\": \"/9j/4AAQSkZJRgABAQEAkACQAAD/4RCcRXhpZgAATU0AKgAAAAgABAE7AAIAAAAOAAAISodpAAQAAAABAAAIWJydAAEAAAAcAAAQeOocAAcAAAgMAAAAPgAAAAAc6gAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFNhbWlyIFNvbGFua2kAAAHqHAAHAAAIDAAACGoAAAAAHOoAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFMAYQBtAGkAcgAgAFMAbwBsAGEAbgBrAGkAAAD/4QpmaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49J++7vycgaWQ9J1c1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCc/Pg0KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyI+PHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj48cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0idXVpZDpmYWY1YmRkNS1iYTNkLTExZGEtYWQzMS1kMzNkNzUxODJmMWIiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIvPjxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSJ1dWlkOmZhZjViZGQ1LWJhM2QtMTFkYS1hZDMxLWQzM2Q3NTE4MmYxYiIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj48ZGM6Y3JlYXRvcj48cmRmOlNlcSB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPjxyZGY6bGk+U2FtaXIgU29sYW5raTwvcmRmOmxpPjwvcmRmOlNlcT4NCgkJCTwvZGM6Y3JlYXRvcj48L3JkZjpEZXNjcmlwdGlvbj48L3JkZjpSREY+PC94OnhtcG1ldGE+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIDw/eHBhY2tldCBlbmQ9J3cnPz7/2wBDAAcFBQYFBAcGBQYIBwcIChELCgkJChUPEAwRGBUaGRgVGBcbHichGx0lHRcYIi4iJSgpKywrGiAvMy8qMicqKyr/2wBDAQcICAoJChQLCxQqHBgcKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKir/wAARCALdBZMDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD6RooooAKKqzTT/axDAI/ubyXz647Uf6f/ANO//j1AFqiqv+n/APTv/wCPUf6f/wBO/wD49QBaoqr/AKf/ANO//j1H+n/9O/8A49QBaoqr/p//AE7/APj1H+n/APTv/wCPUAWqKq/6f/07/wDj1H+n/wDTv/49QBaoqr/p/wD07/8Aj1H+n/8ATv8A+PUAWqKq/wCn/wDTv/49R/p//Tv/AOPUAWqKq/6f/wBO/wD49R/p/wD07/8Aj1AFqiqv+n/9O/8A49T7SaSZJPNChkcp8vTigCeiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAKv/MW/7Yf+zVaqr/zFv+2H/s1WqACiiigAooooAKKKKACiiigAooooAKKKKACiiigAqrZf8vH/AF3arVVbL/l4/wCu7UAWqKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAq/8AMW/7Yf8As1Wqq/8AMW/7Yf8As1WqACsTxHr11o8unwafpy6hcX8zRJG1x5IGELZztPYVt1yPjU3o1jw0dKW3a7+2yeWLlmWM/uXzkqCeme1IO5oaR4iurrV30rWdKbTL7yTPEonE0csYIBIYAcgkZBFb1cd4ekur7xhezeITHDq9jB5MVrCpEQhY58xWJy+SAM4GMYxXOafpupeKtHk1WXQ7a6vbp5DFfvqjxy25DsFCKIzs246A84560+iDqz1SiuE1nSNTlOlXevaadetYLIR3llBIMrPxmZUOBJ3GOozxUOrLpupab4Pj0SaS30+TUdkZVmV0Xy5AyZPIPVfUdqdvzt+Nhefkeg0Vxd1pFj4Z8WaFJoMX2Q38729zBGx2zJ5bNuIz1UgfN155qPQdB07xbY3Wq+IYft11NdTRqJHb/RkRyqogB+XAXORzk0v6/r7x7f16/wCR3FFeYzvc33hXTrOe8mc23iQWcV1uzI0aSMFbd6gcZ9q2J9KsvDfj7QTo0JtV1ETw3SK5ImCx71ZgTywI69eaFrr/AFsn+oPTT+t3/kdtRXngsLTR9eafxfpcs8suoeZa60shdUy+Y0bB3RgcLjG00l3Bd+JPFesx3OiWurwWEqW8MV1ftCsIKBiwQIwJJJ+brwAOlC1X9eX+Y+p6JRWJ4TstT0/Qha6wV8yOVxEBOZisWcopcgFiBxnHatumIKq2X/Lx/wBd2q1VWy/5eP8Aru1IC1RRRQA2QssTtGm9wpKrnG4+me1Yh1rVRfizOjJ5zRmUD7YMbQcddvqa3ayH/wCRyi/68G/9DFb0eXXmjfTz/RnPX5rJxk1qu3V+aZpwPI9ujTxiKQjLIG3bT6Z71JXP6lYx6j4rht5y3kmyYyKrFd43jjI5xnH5U29trO4vfsdvpb37WkSRlXm2xxAjgcnk474J6VSoxdtd9fT72S60ldW209Xa+yR0VFcja3U8ugadZtM8YnvGt3kDksEBb5Q34AZrS1K0ttB0S8utKgWCYRbdyk+uM/UZzmnLD8suRvVuy++wo4nmjzpaJXf9f8MblFcvFpF5FNbTWenRW0qSK0lwLwu0i5+YN8vOa6isqlNQtZ3/AK8mzWlUlUvdW+/9UgooorI2CiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAKv8AzFv+2H/s1Wqq/wDMW/7Yf+zVaoAKo32kwahfafdzPIslhK0sQQgBiVK88dME9MVeooAzr3RLa91ix1MvLDdWe4K8TAeYjdUfIOV7+x6Gs1/BdoLq4ksdS1PT4bpzJNa2lwEjdj1I4JUnvtIro6KAMjUPD/22eOSDVtT08JEIvLtJwFZR6hlbn3GD71z/AIk0Kwt18K6RDGyWg1EgYkO/PlSNu3Zzu3c565rt6KAMXTvC9vY6oNRuL291K7RDHFLeyhvJU9QoUADOOTjJ9ahuPB9tJe3FxY6jqWm/am33EVlOESVu7YKnax7lcGugooAyH8MacdO0+xgR7e30+4S4hSJurKSfmJyTkkk9z61Pe6Nb3+radqMzyrNpzSNEqkbWLrtO7j09MVoUUAc+3hGCa5DXmqaneWyzeetnPcBogwO4fw7iAcEAsRwKk1DwrbXuqtqVre32m3kiBJpbKUL5yjpuDAg47HGfetyigCtp9lHp1jHaxPLIqZ+eaQu7EnJJY8kkmrNFFABVWy/5eP8Aru1Wqq2X/Lx/13agC1RRRQAVXNlGdTW+3N5qxGEDI24JB/PirFFNNrYTinuVzZRnU1vtzeasRhAyNuCQfz4qtcaLDPevcpcXNu0oAlWGTaJAOmeP1GK0aKpVJrZkOnCW68zMj0Cyj0o6fh2h3mRSWwyNnOQR0xUkGkrHHLHcXVzeRyJsKXDhhj8APzq/RVOrN7sSo01ay2My10OO1kixeXkkURzHDJNlF9O2SB2BJrTooqZTlN3kVCEYK0UFFFFQWFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAVsf8TbPbyP/AGarNGOc96KACiiigAooooAKKKKACiiigAooooAKKKKACiiigAqnayxxNcCSRUPnMcM2KuUx4YnbLxIx9SoNADftMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FPSWOTPlur467TnFM+zQf88I/++BT0ijjz5aKmeu0YzQA6iiigAooooAKKrX2pWOlwCfU7y3s4i20SXEqxqT6ZJHPBqKw1zSdUkaPTNUsrx1GWW3uEkIHuATQBeooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAMDxOAb7w8CMj+1V/9Ey1D4ytrdbG0uoY0XU47yFbKRF/ebjIAyg9SCu7I6Yz6UvjC2jvJNBt5jIEk1RQTFK0bf6qXoykEfgarnTLfw34qsrv95PaXubUSXczTvaykZXa7ksFfBUjPXb60R/X9EOX6fqzb1TVvsMsFrbW7Xl9c58qBWC8D7zsx+6oyOeeSAATUFprF2upxWGtWEdnNcKxt5ILjzo5CoyV3FVIbHOCORnB4rN1O0nm8fw7NVudO8/TtkLQJE29lkJdf3iNzhlOBjp7VdHh6VtQsri/1+/vPssxliilS3VS21l/gjUnhjxmhbJifYG1vUbue5/sTSobuC2laF5Z7vyS7r94IAjZweMkryPTmpdU8QLpd7YW0lrJLJfK/lxxsN5ddvyAdDncecgAAk8VW1DTrzRvtmqaFdKqHdcXFjcDMMrYyxVusbHHXlc87epqve6lbS+JPCt3MpjW7hmMXmDBRnRCAfQ9vqaFsHX7y3Lruo6dNE+taVHb2Usix/abe783yixAXzFKLgEkDILYPtzVvU9Ya0u4rGxtWvb+ZS6wq4RUQHBd2P3Vzx0JJ6A81U8aMD4Tu7UczXgFtAo6tI5wuPp1+gJpLUi38fXy3Bw91Ywm3J/jEbOHA+hdSf94UbgSxa1e299Bba7pyWf2l/Lhnt7jzoi+MhGJVSpODjjB6ZzgUl94he38QNo1rYtdXbWyTxgSBQQWZSWJHyqNo55J3AAUzxcRJptpaRn/Sbi+txAo65WVXY/gqsT9KdAo/4WBetj5hpkAB9vNl/wAKFr+P5D2T+X52JbDWbp9VOm6vYJZXTRGaExT+dHKgIDYYqpyCRkEdxjNQ/wBualeSXDaLpMV3bW8rQtLNd+S0jqcMEXY2cEEZYryPTmk1Q48aaDjvHdA/98pUWoWF3oMd7quiXKiEb7m40+4GYnPVijdY2OCe657ck0r9WFr7GjqWrmye3tre1e6vrkExW6sFwB95mboqjIBPPJAAOahtNYu11OKw1qwjs5rhWNvJBcedHIVGSu4qpDY5wRyM4PFZFzHNqHjOzuIdTu9MW80sGDyo4iWIfcynzEbBwynAx0PpWkPD0rahZXF/r9/efZZjLFFKluqltrL/AARqTwx4zVW7/wBa2J9P60N2sFNc1K+8ybR9IiurKOVo/NlvPKeQqxVii7CCMggbmXOPTmt6uZ1G1uvC9peappFwHso991Pp04+X+85ifqhPJwdy5PQZpdSt9iDxJcavH4q0JbOxtZYxNIYjJeNGZD5LZDARnbjnByc+1btxe6jBZweXpguLyXh445x5URxyTIwBx9FJ9qz9YbzPEXhmUAhWuJevB5gc4qTUri7u/EMOj2t41ghtWuZJolUyP8wUKu4EAc5JwTyMYo8heZLZavdvqR07VbCO0u2iM0PlXHmxSqCA2GKqQQWXIK9+M1i6Bda63inWxNp1kEN1CJyL928oeSn3R5Xzcc87eTj3o+zQWXxI0qBLy7urj7FcvKbidpNoJjxgfdXOD0ArT0QEeJ/Eme9zCR9PIT/Chd/63Av6Xqf9pNfDyfK+yXb233s79oB3dOOvSmxaur6xqFjJH5a2MUUrSls7g+7tjjG39apeGfku9dhY/vF1N3K+gZEZT+INQ6TPDd+OPESRssixw20UncZxJkfrS15V3svyDq/X9SxY6zquorb3dto8f9nXBVkle8xN5Z6OY9mMY5xvzjtnityuYkiu/CEVubS5+1aR50cAtJx+8tw7hF8tx95QWHysCcdG4xXT1WnQNQooopAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQBXubG3vJLd7mPe1tL50R3EbXwVzx14Y9fWi+sLbUrN7W9j8yFyCV3FTkEEEEYIIIByKsUUAVdQ0yz1W2EF/As0YYOuSQyMOjKw5U+4INQWOgadp1x9ogikecAqJrieSeRQeoDSMSB7A1o0UAY8vhXR5rmWaS3kPnOXkh+0yiGRicktFu2HJ5ORzUGsWsF54m0m2uoUmgkt7lWjdcqR+77Vv0UB1uZll4d0ywuluYYZJJkBEclxcSTmMHqF3sdv4YqxqGl2WqwrFfwLKqNuRslWjb1VhgqfcEGrdFAGdYaDp2m3BuLeKR7grt864neeQL/dDSMSB7A4q0tnAt+96qYuJIliZ8nlVJIGOnVj+dT0UAQS2NvNe293LHuntgwifcRtDABuOh6DrWc/hTR5LmSZ7aRhI5keE3MvkuxOSTFu2Hnn7tbFFAFXUNMs9VtRb38CyxqwZeSCjDoysOVPuCDUFjoGnadcfaIIpHnAKia4nknkUHqA0jEgewNaNFABWOPCmji4Mv2aQgv5hha5kMO7Oc+UW2deenWtiigCpqOmWmq26w30ZdUcOjI7IyMOjKykFTyeQe9QXPh/Try2t4biKQ/ZhiGVbiRZU9cSBg/PfnnvWlRQBnWugabZXEM9tbbZoQ4WQuzMd+3cWJOWJ2ry2TxTptEsZ9UTUHjkW6UKC8czxhwpyodVID4zxuBq/RQBm32gadqN2Lq4ilS4C7DLb3EkDMvZWKMCw9jmpLTRdOsWma0tEi86NY5AudrKucDHT+I/XPNXqKOlgMi08L6TZTxywwSsYTmJZrmWVIj6ojsVU/QCteiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAopGZUQu5CqoySTgAVz/AIa8XW/iSz1G7SA21tZXDRrJI3+sQKGEmMDAIOcc8UAdDRXIjxvcpbQapdaHLBoVw6ql6Z1LqrEBZGixwpJHOScHpXTahf2+madPfXb7IIELu3sPT3oeiuw3dixRWR4W14+JfDlvqrWrWhmZwYWfcU2uV5OB6elU/Fvi5PCjae0tk9zFdSssro+DCijcz4wd2Bk446UPR6hudHRWVr2upo3he61qKMXccEIlVFk2iQHGMNg+vpUeseI4dJgtFFtNd318dtrZwYLyHGTycAKO7HgUAbNFcq3i3UtNaOTxP4efTbKRghu4btbhYiTgeYAAVHvyKk8T+I9Y0CG5vLbQYr3T7eLzHuDfiNvf5Nh/nRsG501FY+iajrN+znV9Fi06LYGjdL0T7ye2AoxUfiTX7vRpdOg07TV1C5v5mhSNrjyQMIWznaewoegLU3KKx7HVtQWyu7rxJpsOkQ267963gnBUAlicKMYxWZH4q12+hF5pXhOaewcbo5J7xIZZV/vLGQevUZIzQB1dFc1d+NLWLwVdeIbO3kmFr8slrKfKkRwwVkbg7SM+9dBPP5FlJcbd3lxl9ucZwM4oeiuxpXJaK5HVPHR07wbpOvLpb3H9otGDbRy/MgdCxwdvzEBemBn2rcudagj8MTa3Z4uoEtGuowGwJAFLAZ7ZxQ9L36CWrSXU0qK5rUfFdzbaHot7Y6Wt3cas8aR27XPlhC6F/v7TnGMdBUR8Xahps0X/AAlGgSaZayusYvIbpbiJGJwN+ACozgZxjmnZ3t8hX0udVRRRSGFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAHE+NvEFompW+gX0k9tZTJ5t7PHbySb488QrsBwWwcnsue5rBtNbsL/RfHVppTyeZMJpoE+zyIPLECL3UAdMYPPtXqlULDRrbT59QliMkh1Cfz5lkIIB2hcDjphR1zSto13T/T+v8Ahx31T7M53xM8LfB64MRBifTYxF75ChQPxIrP1XxLp8niSDTdcluILLSxHJIgtJZPtVwBkcopGxOvPVsdhW5beBtOtpYV+138tjbyiWDT5Z90ETA5GBjcQDyASQPSulqm7y5v6/r/AIBKVoqJxnww1Wzv/C32a1kdpbeeZpA0TqAHmcrgkAHj06d8Va8TRpL4v8KxyKHR57lWVhkEGBuK2tG0iDQ9MWxtHkeJXdwZSC2XcuegHdjRe6RBfanp19M8iy6e7vEFI2sWQod3Hoe2KWhXV/M898RSP4e8J694Wu2Jt/srT6VIx+9DuG6LPqhP/fJHpXRKyxfE3Tjc8LNozJak9C4kBcD327fwFa3ifwtp/izSxZan5qKr70lgYK6HocEg8EEgjFT6toFhrVhFa3yP+4IaGaNykkTAYDKw5BoW9/62f+f9XE9dP66f5FTxtJBF4F1k3RXY1nIoz3YqQo+uSKzvFEcsPwjvI7nPnJpgWTPXcFGf1q3beCrSO8huNR1LVNXNu4eGO/ud6RuOjbVABI9TmtbWNLh1rR7rTbppEhuozG7RkBgD6ZBH6Uuj8/6/UafvJ9v+B/kWLX/jzh/65r/KuU8bi+Os+GRpTW63f22TyzcqzRj9y+chSD0z3rro0EcaovRQAM1Tv9Ig1C/0+7meRZNPlaWIIQAxKFfm46YJ6Yqnq7kx0jby/Q5XxYmu/wDCvtU/t57GYq0TsLCN1BhEil87ic8A/hXawyRywRyQMrROoZGXoQRxildFljaORQ6MCGVhkEHsa5geA7SHMVjrGtWNlniyt70rEo7gZBZR7AikM5jXE+0eGviBNa827XSbSOhZEj8wj8Rz9K9C1CaMeHrmYuPL+yu2/PGNhOaW20bT7PRhpVvaRpYiMx+RjIKnqDnrnJyT1rBX4fWAjFs+qaxLpy8DTpLwmHb2TpuK+xak1ePL5fpYadmn5sxghTwV4BV1wfttnkH/AK5NRq2fCtnrmhv8ul6lZXM+mt2ik8tjJD9OrL+IrtNR0W11IWAlLxrYXKXMKxYA3KCADx056DFM8Q6BZeJdHk07UQ4ichleIgPGw6MpwcH/ABpzfMnbq3+Ngjo15Jfg2ctN/wAgHwF/19W3/ohq2vH0sEfgPVluAG823aKNO7yNwgHvuIqTUPCVrf6NpunC9vbVdNZGt57eRVkBRCoJJUjofSm2Pg6zt76K8v73UNXuIG3QNqFx5ghPqqgBQffGacrSb83/AJExvGz7L/M2bBJItOto5+ZViVX/AN4AZqeiihu7uCVlYKKKKQwooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigClqmr2ejwxS37yKJpBFGIoXlZ3IJwFQE9Ae3aq1p4n0q8vks0mmhuZATHFdWstu0mOu3zFXd+GareJyBfeHiTgf2qv/omWovF8sF1ZW2nQMsmozXUL20akF0KyKzSewVQcn8O9C1++35f5g9Pu/wAzpKKytU1O5ivrfTdLijlvp1aQtMSI4YxgF2xyeSAFGM+owTUEGoapYatbWWtm0nS8LLBc2sbRASBS2xkZm6qCQQexGKNwNyiuej1DWtWmu30eSwtre1ne3C3ULyPKyHDHKuuwZ4HDcc+1S6vrV3p2qaXZQW0c8t8soCZIG9Qp+92UAsScE8cc8EDrY3KK5281HW9EC3mqNYXWn71Wf7NC8UlurEDfyzBwM8/d459qt6jql3/aaaXo8UMl2Y/OllnJ8u3jzgEgcsSQcKCOh5GOQDXorBOo6tpN3bLrhs7m1uZVhFzaxtEYnbhQyMzZBPGQ3UjjvTb3WdS/4Sp9F02CBmNolwJpg22LLurFsH5vurhRjOTzR6AdBRWJZahqdvriaXrX2WUzwtNb3NrG0attIDIyMzYI3Ag7jnnpioYdQ1vV2uZ9HfT7e2gnkgRLqF5HlZGKsSVZQgyDjhuOfagDoaKydS1O6ivLbTdNhikv7hDIxlJ8uCMYBdscnkgADGfUYJqGDUNUsNWtrLWzaTpeFlgubWNogJApbYyMzdVBIIPYjFAG5VWxv4tQjmeFXUQzvA28AZZDgke1Wqw/DhZbHUii7mGo3JC5xk+YeM0uvy/VD6fP/M3KZJNHEUEsiIZG2IGYDc3oPU8Gufvr7xHpmny6pdjTXt7dDLNZxJJvVBy22UtgkDn7gz0461U8WjU59R0CTT7uzSB79PKEtszkP5Uh3EiQZXHbAOe/an1Qun3nXUVjXeo39lHZ2Ci3vNWui20qrRRKq/ekIJYgAFRjJJJHTPEa6hq2mahaw621ncW15J5KT2sTRGKTBKhlZmyDgjII5wMc5oA3aK506xq154g1HSdNitozaGMm6nRmVFZAQNoI3sTngFcAc9s2tK1G+OqXOlawsBuYYlnjntlKpNGxI+6SSpBHIyeo5oWobGxRWCmoatrEkr6J9jtbOKRo1ubuJpTOynDFUVlwoIIyW5weMYJkGpahZ6vp1nqgtil5HInmwBgPOX5lHJ4DIGOOxU8mgDaorN1HUZoNU06ws1jaW6kZpN4J2QoMs3B65KqPdq0qACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA5vxfa297LoNveQR3EEmqKHilQMrDypeoPBqGfT7PwlrVrf6XaxWen3jra3sUEYRFYn91JgcD5vlPruGeldNLBDO0bTRJIYn3xl1B2NgjI9DgkZ96J7eG6geC6hjmicYaORQysPcHrQtPv/yB6/d/mctrdjaf8JrbXGqXF1bW91aC2ilhvJLdRKrlgjFGHLBjjP8AdNXYtE0S31i0Vry7mvY2M0ENxqk82CAQW2M5HQkZx3rcuLaC7t3guoY5oXGGjkQMrD0IPBqCw0rT9LRk0ywtbNWOWW3hWMH64AoWgPUw9Xt7O2hvtb0fVVsLqEMZ2SUNBK6jG2WPpnjbkYbtntUOp6sttrfhm+1GL7OssExmLdLcsqcsewBwCfet9tD0l9QF++l2TXgORcG3QyZ9d2M1Vv7eSXxTpUnks8KwXCyNtyozswCenODSDqVvF1zFc6DJpVvIst3qg+zwRo2SQ3DP/uquST7UnmxaT42ne9cRRalbQx28rnCmSMvmPPqQ4IHf5vStax0fTNMZ203TrSzaT75t4FjLfXA5qxcW0F3bvBdwxzwuMNHKgZW+oPBpgYXiiaK9S00a2kV7y5uoZNiHLRxxyK7SH0AC4z6kCpoAP+E+vjjn+zbfn/trNWhYaVp+lxsmmWFtZoxyy28Kxgn3wBVgQRC4acRIJmUI0m0bioJIGfQEnj3NC0/ryDo1/W9zE1T/AJHTQP8Arndf+grVTWIbSytb/XdE1RbK4i3PMEkDwTyLwVkTpuJG3K4b3PSuleCGSaOZ4kaWIERuVBZM9cHtmqp0PSTqH286XZG8zn7SbdPMz67sZpDOb1G2t5/FNhe6zJd2MV9YLChivJLcJMGLeWxRlySGOM/3TWlFomiW+sWiteXc17GxmghuNUnmwQCC2xnI6EjOO9blxbw3du8F1DHPC4w8cihlYe4PBqCw0rT9LRk0ywtbNWOWW3hWMH64AqhFuuRF7caf4Q167sjtmivbkh9u7YPNOWx3wMnHtXXUyOCKFWEMSRh2LsFUDcx5JPuanr8v8h9Pn/mcP4s07w/a+Db2eQnUrma0kNs9xctcPI2wneoYkDH3sqAAB2rU1jCWvhiV2CpHfQ7mY4AzE6j9WA/GtiDQtItvP+zaVZQ/aVKz+Xbovmg9Q2ByD71ZntLa5tGtbm3ilt2Xa0MiBkI9CDxins7+n4C/4P4nM+I7W0bxPpd7qNxcQWTQy2pngu5IBHIWQqGZGHB2sOTjIA64q0dC0KHULNJ768luDKJbeGfVZ5NzJ82QjSEHGM9K2o7CzisfsUVpAloFK/Z1jAjx6bemKjsNH0zSt39madaWe/732eBY931wBmhaA9SjpAH/AAkmvnHPnQ8/9sVqNv8Akoi/9gpv/RorbSGKOSSSONFeUgyMqgFyBgZPfjik8iH7T9o8pPO2bPN2jdtznGeuM84pW1X9dGgeqa/rdMwfB11FBoiaTPIEvtNJgnic4bgnD47qwwQferHiCL+0vD73GmOk1xasLm2aNgQ0kZztyPXBU/U1ev8AR9M1QodT060vCn3DcQLJt+mQcVS1i9lsLMafo1lM13NHstvKgPkw9tzPjaoXrjOT2Bod7abjW+uxX8OXEeuX134giJa3lVbazJ/55ryzfi5I/wCACuhqrplhFpel21jb/wCrt41jBPU4HU+561aqnbZEq+7CiiikMKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAKGsajcadao1nptxqM8j7EigKgA4JyzMQFXjr+lUfCmuXWv+FItUuLeOO4kaUeTGx2/LIygZP8Aujmt09DXI/DmVIPh5byzMEjjkuWdj0UCZyTR0Y+i/ruLea14l0Nbe+1uHS5LCSdIZorXzPMg3sFVtzHD4JGflWrup6vqcuvDRvD6Wv2iOAXFzcXYZkiUkhVCqQSxwT1GAKrQ29z4wntL+9U22iwyLcW1sf8AWXTDlJJP7q9wnU8E46UulkQfEzXopTiS5tLWaHP8SLvVsfQ/zo8n/Wn9MXdr+tS94b1q41SO8ttSgjt9R0+fyLlImJRjgMrrnnaQQcHkVp3F9aWkiJdXUMLurMiySBSwUZYjPUAcn0rnvDQ87xh4qvIjuge5ggVh0LxxAP8AkTioPE1lBf8Aj7wrFdxrLEBduUYZViEQjI784P4Ub28/8rh3OgGvaOdP+3jVbH7GG2/aftKeXn03ZxmrK3ds9mLtLiJrYpvEwcFCvru6Y965DTdE07/hZ+tH7JFtS0gkWPYNgd94ZwvTcQoGevX1qjpmgNrHhDWNIspIoFttbmNvFKm6LCShxGyj+AnPFG/9edg2/ryudxYarp+qI7aZf2t4qHDm3mWQKffBOKt1zfhvUBJqt9p17o8GmanbxxvMbYho54zuCsrAA44bhhkV0lMAooopAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFZ9voWm2uhyaPBbbLCRZEaHzGOQ5JbknPO49+9aFFAXOXX4ceGEUBLK4UKMADULjA/8iVrat4e0vW/JOpW3mPAT5UqSNHImeoDqQ2D6ZrSooArafp1ppVjHZ6dbpb28Y+WNBwPU+59+9JPptpc6ja300W65tA4gfcRsDgBuM4OQB1q1RQBVj061h1OfUI4sXVxGkcsm4/Mq52jGcDG49KpzeGNIuLG4s5bTMFxcm6kAlcEyk5Lhgcqc+hFa1FAGfpWh6doqSjTbfyzMwaWRnaR5COm52JY49zWhRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFUtU1ez0eGKW/eRRNIIoxFC8rO5BOAqAnoD27VWtPE+lXl8lmk00NzICY4rq1lt2kx12+Yq7vwzQBrUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUxpo0mSJpEWSQEohYZYDrgd8ZFPoAKKKKACiimRTRTx74JEkTJG5GBGQcEcehGKAH0UUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAGB4nIF94eJOB/aq/+iZai8XywXVlbadAyyajNdQvbRqQXQrIrNJ7BVByfw70eL7W3vZdBt7yCO4gk1RQ8UqBlYeVL1B4NQz6fZ+Etatb/S7WKz0+8dbW9igjCIrE/upMDgfN8p9dwz0oj+v6Icv0/Vmrqmp3MV9b6bpcUct9OrSFpiRHDGMAu2OTyQAoxn1GCagg1DVLDVray1s2k6XhZYLm1jaICQKW2MjM3VQSCD2IxWdrdjaf8JrbXGqXF1bW91aC2ilhvJLdRKrlgjFGHLBjjP8AdNXYtE0S31i0Vry7mvY2M0ENxqk82CAQW2M5HQkZx3oWyf8AX9dRPe39f10Ej1DWtWmu30eSwtre1ne3C3ULyPKyHDHKuuwZ4HDcc+1S6vrV3p2qaXZQW0c8t8soCZIG9Qp+92UAsScE8cc8Gpq9vZ20N9rej6qthdQhjOyShoJXUY2yx9M8bcjDds9qh1PVlttb8M32oxfZ1lgmMxbpbllTlj2AOAT70lt939fMb3+8t3mo63ogW81RrC60/eqz/ZoXikt1Ygb+WYOBnn7vHPtVvUdUu/7TTS9HihkuzH50ss5Pl28ecAkDliSDhQR0PIxzV8XXMVzoMmlW8iy3eqD7PBGjZJDcM/8AuquST7UnmxaT42ne9cRRalbQx28rnCmSMvmPPqQ4IHf5vSmIkOo6tpN3bLrhs7m1uZVhFzaxtEYnbhQyMzZBPGQ3UjjvTb3WdS/4Sp9F02CBmNolwJpg22LLurFsH5vurhRjOTzSeKJor1LTRraRXvLm6hk2IctHHHIrtIfQALjPqQKmgA/4T6+OOf7Nt+f+2s1C1/H8h7J/L8wstQ1O31xNL1r7LKZ4Wmt7m1jaNW2kBkZGZsEbgQdxzz0xUMOoa3q7XM+jvp9vbQTyQIl1C8jysjFWJKsoQZBxw3HPtT9U/wCR00D/AK53X/oK1U1iG0srW/13RNUWyuItzzBJA8E8i8FZE6biRtyuG9z0pX6sLX2NPUtTuory203TYYpL+4QyMZSfLgjGAXbHJ5IAAxn1GCahg1DVLDVray1s2k6XhZYLm1jaICQKW2MjM3VQSCD2IxWTqNtbz+KbC91mS7sYr6wWFDFeSW4SYMW8tijLkkMcZ/umtKLRNEt9YtFa8u5r2NjNBDcapPNggEFtjOR0JGcd6q3fz/r9f+AT6HQVhLqOq6vNP/Yf2S2tIZGiF1dxtL5zKcNtRWXCggjcW5IPGOTu1zvhC5it9LbR55FjvtPkeOaJzhiC5KvjurAg5+vcGl1GW7vVLvStKg+2RQ3WpTy+RDDbkokrknH3slRtG49cAHrVeebxPYW7Xkw029jjXfJaW8UkcmB12uXIY+gKrn2pniC4hSXSNZSRZbKxu2NxJGwZUVkeMucdlYjPoM+laWo61Y2GlteSXEbxsv7oIwYzMfuqgH3iTwAKTvZtD62M/VvEcltHo0ulQreJqkuyMHI3AxM6nP8ACMgEnBwM8Zom1DW9JubWTVmsLizuZ0gc20TxvAznCnLMwcbiAeF659qoWthLptt4MsrofvrdyrjOdrfZpMj8OlaHjL/kAxf9f9p/6UJVtJSt5krVfIztai1pvH2lfZL2wjVre58kS2buUH7rcGxKNxJxgjGPete71K/F7DpWnLby3/kia4nkVhFCucBtgOSWIOF3dAcnjmHVCI/G+hSOwVWguowScZYiMgfXCk/hWffWFk/jmSTUrq7t49QtYltZIL6W3R3QvuTKMAThgQD/ALWO9Stkv66lPa5q2eoaja6xHput/ZpGuI2e2ubVGjVyuNyMjMxBwcg5ORnpjmpZavresz30OnrZ2q2d3JA1xcRPIG2twqoGXPGCW3AZOAOuJ7TR9Fttch8u8uZ9QgRpY4p9SmnKKRtLbHcgdcZxUnhgAW2oYHXUrnPv+8NHX5fqhPb5/ow0/UNSv7e/s5BbW2qWUgjZ9jSQuCAyuF3A4IPTPBB5NZvgOLVV0VGuruzktfOuAI47Vlk3ec/O4yEYznjb6c1e0r/kc/EH+7a/+gNTfBjovh4Ql18yO7uUZc8giZ+MUC6HQUUUUDCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigCOWCGdo2miSQxPvjLqDsbBGR6HBIz70T28N1A8F1DHNE4w0cihlYe4PWpKKAI7i2gu7d4LqGOaFxho5EDKw9CDwagsNK0/S0ZNMsLWzVjllt4VjB+uAKt0UAUW0PSX1AX76XZNeA5FwbdDJn13YzVW/t5JfFOlSeSzwrBcLI23KjOzAJ6c4NbFFAFOx0fTNMZ203TrSzaT75t4FjLfXA5qxcW0F3bvBdwxzwuMNHKgZW+oPBqSigCpYaVp+lxsmmWFtZoxyy28Kxgn3wBVgQRC4acRIJmUI0m0bioJIGfQEnj3NPooAjeCGSaOZ4kaWIERuVBZM9cHtmqp0PSTqH286XZG8zn7SbdPMz67sZq9RQBHcW8N3bvBdQxzwuMPHIoZWHuDwagsNK0/S0ZNMsLWzVjllt4VjB+uAKt0UAFU7/R9N1XZ/aenWl5s+59ogWTb9Mg4q5RQAyKGKCFYYY0jiQbVRFAVR6ACqdtoWkWV2bqz0qyt7hs5mit0Vznr8wGav0UAMeGKWSN5Ikd4iWjZlBKEjGQe3BI/GkmghuYwlxEkqBgwWRQwyDkHB7ggGpKKAK97YWepW5g1G0gu4SQTHPGHXPrg8UTWFnc2X2O4tIJbXaF8h4wyYHQbTxirFFAFax02x0yExabZW9nGTkpbxLGCfoBU0UMUAYQxpGGYuwRQMseST7n1p9FAEaQQxzSTJEiyy48xwoDPjpk98VCmmWEeoPfx2Vul5Iu17hYlEjD0LYyRxVqigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAKNzc3f9oi2tBD/qvMJlz647Uf8AE2/6cv8Ax+j/AJmH/t1/9nq9QBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/S2VzcS3NxDdCLdDt5jzg5Ge9Xao2n/IY1D/ALZ/+g0AXqKKKACiiigCj/zMP/br/wCz1eqj/wAzD/26/wDs9XqACiuV8Zvc38+meHtPvJ7OfUZHkkntpTHJHDGuSQw5GWMY/E0aJ4rij+HEWua27K9nAUvcDLebGdjjHqWHA9xSvo2HVI6qiuY8P+Jdd1bUAmp+EbrSbGVC8F1LdRyE9wHjHKEj1z6VTuvHOpzardW/hjwrda1aWMxgurxbmOFQ4+8sYbmQjocY5p9bAdnRXOeIfFNzpdzbWGi6LPrOq3ERmW0WZYRHGCAWd24Xk4A7mo7PxvA/hvVNT1TT7jT7jRwwvrJirvGQob5SDhgQRg8UdGw62OnormfDfiTW9YvCmreFptKtpIvNt7oXsVwkg44Oz7pIOR171Sfxzqdxrd1b6J4VudS0+xuTbXV4l3Ejo6/e2xH5mAz7Z7U7a2FfS52dFUtS1nTNGjSTV9RtLBJDtRrqdYgx9AWIzWJ4p8VpaeCpdU8NXNrfTTyJbWksUiyRea7hASRkHBOce1SM6iiuT0TwZqGlalDqN14u1rUJ/wDl5guJVa3kyOdsePk55GD2qld/EHUjcXc2g+E7zVtJspHjuL9LlI8lOH8uNuZACCMjHIpuyDc7miuL1T4irb3Ojw6Jo9xrDazZtc2iwyBCSNuA2eFGGJLE8Y6GpLHxlq+p6FqEll4XkbW9OuRb3GlPfRrgkBtwlxtI2tnpzR/X42D+v1Oworzj4eeJvF+pafp8eo+GZJLKWSXzNWk1SNiBvb/lnjccH5fwz0rQvPH2pHVNV07QvCtzq1zplx5cpW5WKPZsVt29h947iNgyflznmgDt6K4+5+ICyaTpE2g6Rc6rqGrwGe2sVdYiqDG5nc8KASBnuasaJry+LIdT0PX9Gm0u9iiCXljLMHDRSAgFZExuBAIyMYNFnqGnU6iiuD8AaHp/hzxZ4t0zRrf7NZwzWpSPez4zDk8sSepPeunvfFPh/TbxrTUdd0y0uUxuhnvI0dcjIypOehp9rArmrRXO+M7uZdLtNNsZ5ILrVruO0jkhcq6ITukZSOQRGrc+uKreE2Or+E73RNbeS7ls5p9NuzLIS8qAkKWbrlo2U5znmlve39f1dBppf+v6szq6K4PwBoen+HPFni3TNGt/s1nDNalI97PjMOTyxJ6k96j8WeGNItPHXh3xBb2mzVLrVkimuPNc7lEL8bSdo+6Og7U+qXe34h0b7X/A9Aorn/E3ih9CktLLTtMm1fVb7d9nsoXEeVUDczO3CqMgZPcisdfiLPBp2oHV9Am07U9OaBriykuFceVLIEEiSKCGA57dsUlqD0O4orn9b8X2Wl2GqSWm29vNMaFJrUMUIaUqEG7B67h0zVy/8TaFpNz9n1XWtOsbjaG8q5u442we+GIOKANSiuO8U3V7rGv6V4b0jU5NPhvYJLy6vLVh5vkptAWNucFiw+b0FUtOm1DwZ4luNGutVvNasJdNkv7V7+UPOjxEB0L45BDAjjildJXfn+G/5Mdu39XO+qC4vbW0khjurmGF7h/LhWSQKZG67VB6n2FcPa/Ey7uYtN1BvC15Dod68UTai86DZJIQoxGfmZNxA38Z6gU/xVfyHxrolvrHhBLrT01CJLHVm1BRsmZc58oDdxg9ePlB9Kqzul52JurN+VzvKKw/FHiRvD1vapa6fLqeoX03kWlnE6oZG2ljlm4UAA5NZHhnxnrut69qWl6p4TOlS6fAJHJ1FJcu33FwFHDAN8wyBtxS3GdZHe2s15Naw3MMlzAFMsKyAvGD03L1Ge2anrhvBl4154y1x9T8JpoGsNDBJcOL4XJnQ7gv3RtXGzt1707UPH+pJ4j1TRNC8K3Or3enMhdkukij2MgbJZhw3JAUZJwTRsHc7eisbSvEUeteD49e061mlEtu0yW3G9mGcp6ZyCKtaFqFxq2hWl9e6fNps88YZ7Sf78R9DwP5D6Cnaza7AX6KK8+8cnX/AO2rT+wvN2faYc/awnk7+dvk/wAXmdc7vk6Zqb6oOjZ6DRVDQ/M/sO1877b5mz5vt+3zs99+35c/Tir9U9GC1CiiikAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFUbT/kMah/2z/wDQavVRtP8AkMah/wBs/wD0GgC9RRRQAUUUUAUf+Zh/7df/AGer1Uf+Zh/7df8A2er1AHC6v4KvvE/ja71G+1PVtGtrW3jtrGTTLtYmmBy0hYgE43bRg4+79KoW/gDU4NB8S+Go7q4ls7mWO80/UL2ZZHebhnEmOfvoCTjkMepr0mihaKy/rr+Y93dnMeH9V8X3uoCDxB4attMt40O+6S/Wbzm7bEAyozz8xrGtIfGXhK7vdO0fQLXWtPubyW5t7s3ywGDzGLFZFIJbBJ5XqK9Aoo63F0seb/EPwNJrutWetf2BB4i8q1+zTWDXzWjA7twdHBA7sCD7Vb8IaDPovhPVF07wZBod5M/FhcambuO5AUcl+ducsMfnXe0UbJrv/X9XDdps858IaDrlt4pjvV8Op4U01EkFzZRamLiO6ZsbSsSjbHgjORjriqviTQvEmqa7cHT/AAla2d+zkW/iO01XyCq5+VpI1G58AAFTkV6hRR28g7lC+0XTtXtoYtbsLPUfK5H2m3WQBsYJAYHFZPiPwhb6j4Nn0XQ47fSmVlmtfIiCRxyq4dTtUdCw54710tFDBaHJaFq/ja61GG11zwxaWMCf6++TUFkWTAP3IwNwycfePArGtrXxv4atrrQNG0Sz1Czlmme01OS9EQgWRy2JIyNzEFj93rXo1FD13BaHEaR4Ru9E8R+GhCvnWWmaRNaTXG4DMjMhHy5zzhj04rT8OaTe2HibxPd3cPlwX95FJbvvU71EKqTgHI5BHOK6SinfW/r+LuK39eiscH4SXxZ4dnh8PXfh2K40uOeXbq8d+gAjZmcExEbieQK3PDWmXmn6t4imu4fLjvdR8+A7gd6eVGueDxypGDzxXQUUlp+X5f5Dev8AXr/mcl4o0/XLXxHY+JPDVlDqc1vbSWk9hLOITLGzKwKOeAQyjr2qDR7PxGt5rHinVdJhTU57RILPSYbpThU3MFaXG3czN16AV2lFC0Vv61B6nnXhifxnF421G91PwZ9jtNXlhMsv9qwyfZhHHszgcvnHbFdhe+FvD+pXjXeo6Fpl3cvjdNPZxu7YGBliM9BWrRTA4rxN4SvfFfi+0M17qGlabp1qzQXWnXKxSvO7YIzyQAi+gzu69ar6J4b1jwVresvpf2/X7S8sluEe/vUMr3SEr5ZcgYDLt+Yggbetd7RSWm39f1+gPX+v6/pnnXhifxnF421G91PwZ9jtNXlhMsv9qwyfZhHHszgcvnHbFO8YT+MrzX7EaX4N+12ml363UVz/AGpDH9pARlxtblOX756e9eh0UdvIO5xOs2viZ7vRvFOl6RC+pW9tJBd6PLdqCVk2khZcbdyso56EVQm8N+IPEVj4i1XW7CCw1C/0z7DZafFcCQxBdzgvJwpYuR04AFei0Uf16XH/AF9x5lN4T8QTvo909kgn1C5STW085P3IS4WZOc4faAU4z1rutQ8M6Dq119p1XRNOvZ9oXzbm0SRsDoMsCcVp0U+lifM5LxRpGr2+raXr/hW1gurnT4pLeSwkkEInhfb8qt0UgqCM8VTs9I8Q63e6hrviGwh064bTZLGx06O4ExQNyzO4wpJIUDHAAruaKlq6afn+O/5lJ2d1/VjJ8KWVxpvg7R7G9j8q5trGGKVNwO1lQAjI4PI7VyXjWXxjfa1ZRaT4O+2WemahFeRXX9qQx/aAqHK7G5XliMnPTpzXodFVJty5vmSlaPKeX/EN9W1mz8LWo06S31a4nkmOn22oLFPEyxnlLjaVG3dz65A9ak8A3c+i6lqWjXvh+/g1+a1+3F73VUvJLwL8qh5QAE5OACMdTXbeIPC2ieKrVLfX9PjvI4ySm4lWQnrhlII/A1H4d8IaD4UikTw/psVn5v8ArGBZnb2LMSSPbNJdfP8Ar+txvp5f1/WxyGj3fjdfHdxql74G+z2+oR29tK39rwP9nVGbMnHLcPnAA6e9dJoOk3tl4w8UXtzDst7+W3a2fep8wLEFbgHIwfXFdLRR0sHW5yngvTNV0D4bW1jNaouqW8UpWB5AVLlmZQWUkYOR09a3NCm1S40K0l1+2htdRaMG4hhbciN6A5P8z9TV+im3dtgFFFFIAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAqjaf8hjUP8Atn/6DV6qNp/yGNQ/7Z/+g0AXqKKKACiiigCj/wAzD/26/wDs9Xqo/wDMw/8Abr/7PV6gDF8Ua/J4f02KW0sv7QvLiYQ29r5vl+Y2Cx+bBxhVY9O1XtI1OHWdFs9Stv8AU3cKzKM9Awzj8K4fxNq2tyfEi2Tw94eOuro1oXmj+2R24jlm4U5fqQingf36w7a+1WD4U+KNGmsptOv9MnO+0jlErw2sriTCsvBwjOMj+7SWzf8AXb/gja1S/rv/AMA9StNb0rULyW1sNTs7m5h/1sMNwrvH9VByPxovdb0rTbmK31HU7O0nm/1UU9wqM/0BOT+Fc14XHw8W8sx4T/sY3ohPlfYyhn2Y534+bp13d/eub0ZvBL3mvt47Ol/23/aM4nGq7PMEQb915e/nbs2421XWwlqrnp19qNlpdqbnU7y3s4AQDLcSrGoP1JAqS3uoLu2S4tZ454HG5JY3DKw9QRwa8r+JDXH/AAm2kKT4d/s/+z2NuPEm/wCymTd82Mcb9u3G7tnFT+GdMiTwH4ni1bWtBh0y9cgyeH5y9vZ7kCtgH7vY46cnpU/Zb/rewdUj0Ww1rS9Ullj0zUrO8khOJUt51kKfUAnH40k+t6Va6hHYXOp2cN5Ljy7aS4RZHz6KTk1554LvNIsPGFnplrbeGb24mt5BHqfh/ajBVCkiaNc7d3HO4jI7Vla6/hzRNU1fUjN4Z8QJJdvNPZ3jLHqML5AZIn5LYIOFwPY1Wl0LWzPZqo6zq9noOjXOqalJ5dtbJvcgZJ9AB3JOAB6mqXiDT9b1eytv+Ed186FIDvkdrFLgupHCkOflxXN+M9N1iz+GLjVL5teurK6hu55UtlhMsSTK5GxeOFH6VL89ClrtqaeieK9f1TUoVvvBl5p2m3H+qvJLqN2HGR5kQ+ZM/jgmt661zSbG+jsr3VLK3upf9XBNcIjv9FJyaoab438M6vJaxabrljcT3X+qgjmBlPGeU+8OAeoFedWB8CtoGunxt/Zx137XdC8+27ftWd7bPLz82NmzGzinJ26CSuesXWp2Fi5S9vba3YRmUrLKqHYCAW5PQEjJ6cioW1/R10oam2rWI08nAuzcp5ROcY35x14615nYaGmt674FtPFVt9qeLQ5ZZIbgZDMDHt3g9cAjIPcVveEtE0p9Y8Y6M+m2j6ZHqMTJZPArQqTAhOEIwOeabW69fwdhX2+X4q5s+GvHuheJLS3MWo2MN5cM6rZfbEaX5WIHy5zyBnp0Na11r2kWMckl7qtlbpFL5MjS3CIEkwDsJJ4bBBx15FcD8M18GR6ZZQmLRIvEMNxPGUZIlulYSPwP4/u+narWh+FNE1zxV4uutZ06G+kXUfJQXKiRY1MMZJVTwGPqOeB6Ut9u1/y/zHtv3/z/AMju7vULOwszd313BbWwAJmmlCIAenzE4qH7cNS0eW58PXVndu0bfZpfM3wl8fLuKds4zjmvP9a0rQdC8R+F9J8TSrJ4etLCaO2bUmBhNwCu3zCQFzs3YyMVa8IT6FZ+MfEl34bltIPDsdtA08sLKtqs43FipHygBNuSOOlGj/H8O/8AXYNV+H9f15mz4O1rxBf6nrWm+KU01bvTZIVDacJPLYOm/wDjOT27CurrgfCviPRLj4ieKFt9Y0+U3k1qLYJdI3n4gAOzB+bB4OK1Na8P+Lr7V5bjR/G39l2bbdlp/ZMU2zAAPzscnJyfxp72+QI1/EOsf2Fosl6sH2mXekUMG/Z5sjsFVc4OMkjnBqDSNauPEHhL+0dOhit76SORFguHLJFOpKlHIAJAYYJABxXN+OtS1VvFOhaboWjnWp7MtqVxai5SAYUFIyWbj7zE4/2ai8C6xd6frHiOy8T2CaAS41VIJrtJEjik4kbzBxjepJ6Y3Ulqn/W39P7gelvl/X5febHg7WvEF/qetab4pTTVu9NkhUNpwk8tg6b/AOM5PbsKi1jWfFOk+MtNhZNHbQdQvFtYyBKbpSYyxJ5CdVPr2qj4V8R6JcfETxQtvrGnym8mtRbBLpG8/EAB2YPzYPBxTvHHiLRIdc8OwTaxp8c1pq6PcRvdIGhXypOXGcqORyfUU+sfl+lw6P0f6nbXl7a6favc39zDawJ9+WaQIq/UngVBFrWlz2C30OpWclozhFuEnUxliQAN2cZJIGPU1xPjC70K88W+GpvEU9rP4clgneKWZ1a0e4+XYWP3T8m/GeOtc7qFvpMx8ZSeDBb/ANkQabBPJ9iwIPtcTmQbNvy52qM49qS8/wCrf1+Q/Ty/H+vzPYLm6t7K2e4vJ47eCMZeWVwqqPcngVL16V5HrGsz6oZYp7t5tP8AE11brp0ZbKqsVykb7fZkw/uMmu11/QvFWoan52heMf7GtfLC/Zv7LiuPm5y25jnnjj2o1tcWly54n8T2/hmzgd7aa9u7uUQWlnbgGSeQ84GegHUntUOga/rF8bgeJPDcmg+UnmLI95HPG698sv3SOuD2rD8ZXK6B4q8Ja3rEm6wtTPbXN2UwsTyRgK5A6AlSPbNbl14k0XWdH1SDSNVs7+SOykdxazLLtG0jkqSBUyfLFy33/D+rjSu0tjTXXNJe8gtE1Oza5uEEkMIuELyoRkMq5yRjuKW+1rS9Mmih1LUrO0lmOIkuJ1jaT/dBPP4VxPhP4f8Ah6+8C+H7prMRX5itb036YNwZAFfHmMCdvGNvTHAxXH60Lmbxt4jTUW8ECQ3O1P8AhJ2kWYQ7Bs8s9AuO685zmrkuWXL6kx1Vz264uYLS3e4u5o4IYxl5JXCqo9STwKwND8Vw674s1Ow066srywtLaCSOe1kEmXcuGBYEjjaOPeuJuLe3stJ8B2HjC/sLzRlEwnuBNvtJZFT9xl2wGXGcZ4OKLG40+TUPHUngCGGJF0iIW5sYRGkkoEwLR7QA3PGR1IpP3bvtf8BrVLzt+Z6bb61pd3qEtja6lZz3cP8ArbeOdWkT6qDkfjTbvXtHsBKb7VbG2ELiOTzrlE2MRkKcngkc49K8T8O2Ul5caB/Z998PLOWG4hkSSxnkjv3AI3Id3LMwyCG65rtNL8MaNrnxL8YXOs6dBfvC9vHGtygdUDQgkhTxngc9eKbVvx/C3+Yk0dR4q8Y6X4V0OTULq5tnk8oyW9s1wqNc4x9zPXqOgNXtM8Q6NrJddJ1axvnjUNIttcpIUHqdpOK8uGl2mo/s4Lc3djBdXNnZTfZ5ZYVd4VEh+6xGV4UdPSu98MS+C2jll8Kf2GrmENcf2eIlYJ/thOQPrQ9G12G72X9dhui6tLq3jDUJLLxJpOpaOtughs7OVJJYZM/Mzlex+v4DHOzqGt6VpDRjVdTs7EycILm4SPf9NxGa4PQtV8H6d8ULwaLf6Ha2txpsKILSaFElm81/lG04LY28delZfjjVrS68aajaLYeD4prGGJJbnxOxLTBlLAQqOcDPUdzU30Xz/Njt7z+X5I9K1t9ak0jf4UbTmvWZSjX5cwlO5+TnPpVTwRrV94g8J2+oaslul40k0cq2wYR5SVk43En+HvWJ8OtXsNL+FOjXOr6haWcBDxrLPMI48+Y+FUuR2HA64FHwv1nS7nwcLSDUrWW4imupZIYp1aRENw5DFQcgEEEH3FN+62hLWKf9dTrI9b0qXU202LU7N75M7rVbhTKv1TOf0qxcXltaGIXdxDAZpBFF5rhfMc9FGep9hXj+iS+HvD2q6THZv4Z8RRzXiR293aFE1OJnY4ZwMmQDOCcqcdRXo3in/hGt+k/8JT5OftyfYPM3f8fHO37v9ePWn0XqHVnQVHcXMFpbSXF3NHBBEpeSWVgqoo6kk8AVJUdxbwXdtJb3cMc8EqlJIpVDK6nqCDwRSA5nSPiN4c1S7vYDq+m27W92baHffR5uRtUh0GeQSxAxnkVv3Oq6fZed9sv7a38iMSy+bMq+WhJAZsngEgjJ9K848NWngfTvE3iGx1i10G1vYtXzaRXUUKOqGOMp5e4dM5wF7n3rWvtA0zXfi9ONYtEvIrfSIXSCYboyxlkGWQ8MQM4z0yaFqo+a/S43pzeX+djsV1fTWtra5XULUwXTiO3lEy7ZmPRVOcMTg8D0qU3lsL4WRuIhdGMyiDeN5QHG7b1xk4zXnnivQ9N8H6RozWjG306PxLDeS7yBHbK24ELgAKgJHHbNPt9fsNd+MUjeH7yK9NvoEsfmwtujMnmoQAw4PUdPWjT8/wAI3/4AW/r52/4J3P8AbWlnVP7NGpWf2/Gfsvnr5v8A3xnP6Vdr5y020u9S0GCH7d4AsdQaQO1zeTyRanHOHySzNzv3fUenFfRi7tg343Y5x607aE31FooopDCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKo2n/IY1D/tn/6DV6qNp/yGNQ/7Z/8AoNAF6iiigAooooAo/wDMw/8Abr/7PV6qP/Mw/wDbr/7PV6gCGK0toJ5poLeKOW4YNNIiANIQMAsR1IHHNCWdrHdy3SW0K3EyhZZhGA7gdAW6kDJxn1oS9tZLySzjuYXuYlDyQLIC6KehK9QDiiG9tbm4ngt7mGWa3YLNGkgZoiRkBgOhxzzQBXstD0nTbmS407S7K0nl/wBZLBbojP8AUgZNF5oek6hdx3V/pdldXEX+rmmt0d0+jEZFXqyo/FXh6a++xQ69pkl1vKeQt5GZNw4I25zn2oAuX2nWWqWxt9Ts7e8gJyYriJZFz9CCKjstF0vTbSS107TbO0t5STJDBAqI5IwcqBg8cVdooAo6domlaRv/ALJ0yzsfM5f7NbrHu+u0DNNbQNHfUxqT6TYtfA5F0bZDKD/v4z+taFFABRRRQBn2mg6PYXr3ljpVjbXMmd88NsiO31YDJp1xoek3eoR391plnNeRY8u4kt0aRMejEZFXqKAIWs7Z7xLt7eJrmNCiTFAXVTjIDdQDgce1ENnbW8081vbxRS3DBpnRArSkDALEdTgAc1NRQBnnQNHOqjUzpNib8HIu/syeaDjGd+M9PercNrb28kz28EUTzv5krIgUyNgDcxHU4AGT6VDd6nZ2N3Z211NsmvpDFbrtJ3sFLEZAwOFJ5xVugCve2FnqVq1tqNpBdwN96KeMOp+oPFMTStPj0w6dHYWyWLKUNqsKiIqeo2Yxg+mKh1LxDoujzJFq+r2FhI67kS6uUiLD1AYjIpdN1/RtZkdNI1axv3jGXW1uUlKj1IUnFG4EFr4R8N2N1Hc2Ph/S7a4jOUlhso0dD6ggZFa9ZGk+JLPWdX1bTrWK5SbSpVinaWLarFhkbT3H5fkQa16OgdSFbS2S8e7W3iW5kQRvMEG9lBJClupAyePeo7nStPvZXkvLC2uJHhMDtLCrFoyclCSOVJ7dKtUUAZFr4R8N2N1Hc2Ph/S7a4jOUlhso0dD6ggZFF34S8OX93JdX3h/S7m4kOXmmso3dz7kjJrXooApyaRpsulrpsun2r2KqFW1aBTEAOg2Yxj8KdBplhbaebC2sbaGzKlDbRwqsZU9RtAxg1Jd3ltYWr3N/cQ20EYy8szhFX6k8Cksr601K1W5066hu7d/uywSB0b6EcUbhsRf2Rpvl2kf9nWmyyIa1XyFxbkDAKDHy/hirlFFADJoIrmB4biJJYnG145FDKw9CD1qpZaJpWmW8tvpumWdpDN/rI4LdI1f6gDBq9RQBHBBDa28cFtEkMMShI441CqigYAAHAA9KqaloOj6wyNq+lWN+yDCG6tkl2/TcDir9FG4FOTR9Mm0tdNm060ksFAVbVoFMQA6AJjHH0qS30+ys332lpBA/lrFuiiVTsXO1eB0GTgdsmrFFAGX/AMIxoH9oi/8A7D037aH8wXP2SPzA397djOfer0VnbQXE88FvFHNcEGaREAaUgYBYjk4HHNTUUeQEFtZWtlZraWdtDb2yghYYowqAHk4UcdzVax8P6NpjzPpukWNo042ytb2yRmQejYHP41oUUAYsXgvwvBMksPhvSI5I2DI6WEQKkcgg7eDV270XSr+8iu77TLO5uYf9VNNbq7x/RiMj8Ku0UAULjQdIu9PWxu9Ksp7RH8xbeW3Ro1bn5gpGM8nn3NN07w7omjzNNpOj2FjK67We1tUiZh1wSoHFaNFAGfbaBo9lfPe2ek2NvdyZ33EVsiyNnrlgMmrVzZWt4Yjd20M5hkEsXmxhvLcdGGehHqKmooAKKKKAM+90DR9RvI7vUNJsbu5jxsmntkd0xyMMRkVbFrbreNdiCIXLII2mCDeVByFLdcZJOPepaKAIrm1t722e2vII7iCQbXilQMrD0IPBqC00jTbAxGx0+1tjDGYozDAqbEJBKjA4BIBx7VcooAy7rwxoF9e/bL3Q9NubokHz5rSN3yOnzEZrUoooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKo2n/IY1D/tn/6DV6qNp/yGNQ/7Z/8AoNAF6iiigAooooAo/wDMw/8Abr/7PV6qP/Mw/wDbr/7PV6gDz74oXL+G1sfFOkMg1iBjapAVLfbInBJQgcnaRvHpg+tbPhWC10HwGl9aPLqzzQtfTz2yb5byVhuYqOMk9APYCrjeG/tHjNdev7oXC29v5Nla+Vhbct/rHzk7mbgZwMDjmjw14cPhoX1tbXfmadNOZrW1MePsu7lkDZ5XdyBgYyetEdmv69PnuN7p/wBf0tiDw54w/wCEivZbf/hHdf0ry49/m6nY+SjcgYB3HJ56V5VYxafqmg6xpMPgG81XVri9vEi1QWKLEGMrbT9oJyNv9MV7xWP4Z0H/AIRzSpLP7T9p8y6muN/l7MeZIX24yemcZ70rJv5fqhXaXz/RnNalceKNNvfC/h7Sb63NzcWEqXVxcpvUNGsYMuOrEZbAyAS3PSkm1Txf4V0HUk1ia31e6+0QW+l3zRLCszTEL88aH5QjH8RXU3mifa/FGm6x9o2fYYZovJ2Z3+Zt5znjG30Oc07xDoVt4k0OfTL1pI0lwyyxNteJ1IZXU9iCAabd9X8/v/yBJKy7HKx3Hi3wtr2kr4h1231uw1W6+yMq2S27W0jKWUqVPzLlcHPNNt7jxh4uvLy/0PXbXRdNtbuS2t7drFbhrny22s0jEjaCwONvar+leCtSTWLXUPFHie411rBmazhNqlukTEbdzBfvsATgnpk1FP4F1W21S6m8NeLLrRrG9mae4shaxzDe33jGzcpnrxnmjr/Xl/we4f1+f/AM34h+OX0LV7LRf7eg8PNNbG5m1BrFro/e2qiIARyQxJPYVJ4T8b6jrvg/XpdNmh13UNLytrcR27QreZTcpMZwQc5BA64461v+IfCt1qd3b6jomtz6NqlvEYBdLCsyyRkg7XRuG5GQe2TT9P0PXY/D93Y6x4plvryZiYb+Gzjt2gGBgBVyDyCeeucUvsv+uv8Al6D6r+v619TC8CazqN/q0sd/4vt9WYxFpdNm037Fc2rZH8OclRkgkj05qjrviDxBD4uure48S2/hm3hlC2UN5pm+3vl2g5a4JwpJJGAQRW9o3g3U4Nft9X8S+JZdbubNHS1AsorZYw4w2dnLcDucVFrfgrXNZubuA+MbmLRrwsJtPNjDIwVuqrKwyo9ODiq6p/1/X3iWzv8A1/XyM/4jeOG0HUrDSE1yHQPtMDXEmovZtdFQCAqJGAQSTnk8ACqWhfEyWXwZr159sg1ufSZI4re8S3a3W6MuAhZDgqQxIOOw4rqda8Hy3n2G40DWJ9F1Cxg+zRXKRrMGi4+R0bhvug/Wmx+E9Rv/AArqGjeLfED6ybz7lwlmls0IGCMBcgkMN2TS6P8Arr/l6B1X9f1qc3caV4nsvG3hSfxJ4ji1OOW9k22sVikKwP8AZ5M4cHcw6jmuj1rx1/Yury2H/CLeJdQ8vb/pNhp3mwtkA8NuGcZwfcGqdh4C1Jdb0zVtd8U3Or3Wmys0Qe3WKPYUZdoRTjd8wJc5J24rtqfYOvyOX8eaLpWo+EdWvL/TLO5uoNOnMM09uryRYRiNrEZGDzx3pfDXh+xs/B9s+hWlnpV9d6dGDeQWibg5jGGYYG/BOcHrW1rOn/2voV/p3m+T9stpIPM27tm5SucZGcZ6ZqJdNubfwummWF99muorRYIrzyQ+xgu0PsJwemcE0tk/l+odY/P9LGB4JuddTW/EGk+IdZ/th9PkgEVx9lSDh495G1Pr3J6VyFl4l8dahd6SsOrWkUesXN3ZQB7RWMQiZiZzjGWAVgE4HAznJrptB8EeJ9I8Sy6rd+Nvtq3UiPewf2TFH9oCLtUbgx24HoKt6d4E/s+XQX/tHzP7HubufHkY87z9/H3vl27+vOcdqHq0wWif9d/1t/wxyOofEm+tfCnh+K/1u30i81COY3OqtZGfb5T7PliUY3MeeeBg+1dD8NfGb+JW1Oxk1WLWv7PMZTUYrVrbzlcHhoz0YFT04IxU/wDwr6aDRdNh0vXZrDVNN84QahFArArK5ZkaNiQw6d+ozW34b0vXdMhnXxD4i/tx3YGJ/sKW3lDuMIec+9Ndb/1/XyE+liTR7fXIb/VG1q9t7m1luN1gkMe1oYsfdY45Ofr9ecDWrJ0fSLzTb/VJ7vV7jUI72486GGYfLarjGxeen5fTOSdal0Q+rPNfiLqNhH420Ky12wuNUshbTXEOnQQGY3VxlVUFOhwpY88Uz4exX2nePtZs59Ht9DtryzivU022l3rAdxTJwNoZgMkLxwK63xR4XfXns7zTtTm0nVbBmNtexRiTaGGGVkPDKcDj2FHhjwu+hSXd7qOpzavqt8V+03ssYj3Kowqqi8KoyeB3Johpv5/j/X4BLXby/r+u50FFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABVG0/5DGof9s//QavVRtP+QxqH/bP/wBBoAvUUUUAFFFFAFH/AJmH/t1/9nq9VH/mYf8At1/9nq9QAUVwOrN4q1j4iX2laF4nGjWtnZQT7Dp8Vx5jOzg8tgj7o71e8O+LLxbHWrfxUsf2/QZAlw9nGzCdGXcjqnJyR29aFqr/ANb2B72/rudhRXLaL4+sdZ1Q6dJpesaXdtG0sMWpWRhNwq9SnJzjI44rmbP4rXb+J9Til8K+KJbWOKAw2selgzQk7tzON2QG4xz/AAmgD0+iuf13xjZaDb2nnWeoXd5eJvh0+ytjLcMoA3EoOgGRnJq34f8AEVl4k09rmxE0TRSGKa3uYjHLA4AJV1PQ4IoA1aKydB8R2fiJb42MdxH9hu3tJfPj2ZdOpHqP84rWoAKK5V/Ep0zxb4gTWbwRaXYWFtdJlB+6DGQOeBubJUevtSyeJls/E+stf3qR6Pp+m29yTtBCs7S5bIGTkKoA59utA/6/L/M6miuX0Lx7p+t6ounvp2raXcSqzW66nZmAXKrySh5B45xwcVkeMviJa2um61p+k2Ws3txb28sMl7p1qzQ2kuw/ekyNpXIJIzilJ2QRV3Y7+is/w/LJN4Z0yWZ2kkeziZ3c5LEoMknua0KuS5W0RF80UwoorhNT1bxbaeN9GjupbO00m81F7ZLaFPMkmjEbsHd2+7naDtUfU1PVIro2d3RXG+P9b1LSm0y3stTh0O1vJHS41ee385bYgDYuD8o3HPLccUvgHVtW1FtTg1HU4dcs7WRFtdXhtxCtySDvUAfKdpwMrxz7ULUHodjRRXCeKfE2p6f4ieXT7ny9L0b7O2px+WreaJpMEZIyuxPn4I680dUg6Nnd0Vz3iTxrpfha6s7fUkunkvVc2620XmGRl2/IADksdwxgeuSKi0zx3pup6JqmoC1v7R9KjaS7sruDyriMBSw+UnHIHHNHS47O6Xc6aiuOs/idol9qdnbQW+pfZr11ih1FrQi1aU9IxJnls8cZGe9djTsTcKKyPENprt9axQeHdUt9LdmPm3Mtt57KuONikhc59a5fTPFuq6NoPik+JJotTm8PPtW7hiEQusoGVSo4VskA46Zqb7+RVtV5nf0V5ZceJ/EfhLW9IfxN4l02+OqTxxT6PHbLG9or8B0YEswU9261seJtX8Wad4k0tlls7PR59Wgs1jjTzJrlHBLMzNwg4xgDPvVWu0vO39feTfRvyv8A19x3dFcl8QNb1HRtPsf7Pu49MhurnybnVJbfzls12khivTlsLk8DPNVvAmr6ve6lqNne61b+I7C3RGi1aC2WFWkJO6P5SVbAAOV6Z5pLUb0O2oorzbWdf8QahNq+pad4lsPDmkaRctaIbq2WX7XKgG4MzH5Ru+Ubck80r2HY9JorjdK1nWvG/gHTNS8P31rpNzd5FzM9uZvK25VvLUkAncON3Y1J4L1LW21bW9D8Q3kOpS6W8Wy/ihEXmiRS21lHAYY7eoqrNNp9Cb6XOuorJ07xHZ6nr+qaRbx3C3GlmMTNJHhG3rkbT3/SsnxPY+L5Zri70XxHZ6VZ20XmJC1iJTMQMkSOx+UZHVR0qW7K/QpK7sdZRXDTeNtQfwPoN7bxWtvqutooU3TFYIPkLvI3OdoVSQM9xWl4LN/NFd3F74xtPE8TsojNpbxRpbkZ3DKMd2cjr0x71VtWuxN9E+509FZNn4js73xPqGhRR3C3WnxxySu8WI2DjI2t3/zjODXPeNrvVrK9SaDxvpvhy3EeYbW4tY5ZLph1++wPcDCgnmpvbUryO3orm4ZfEus+CbCW3kt9I1e5iRrhpoDIIcj5tqEj5umA3TvVLwlf6/b+KNU8O+IdRh1c2cENxHfR24gbDlhsdV4B+XIx2/Sra2Jvpc7GiivPtX13XNZ1fVodH12y8M6Po0iwXGp3MKStJMQCVAchVUbgMnnJqetij0GivNtT8T61p2laFNba/Y6sPPmlvLqyiQpdW8Q3OOMhWC5ztPUVeudb1vUPiE2m6bqQs9Nms7iC3cW6SYuEWNjLzyQPNA25xlTT62X9af0vUS1/r+vU7uivL7ew8fTeL7zQ/wDhYOPstpFc+d/YsHzb2ddu3tjZ1z3r09AQihm3MBycYyaOlw62FooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACqNp/yGNQ/wC2f/oNXqo2n/IY1D/tn/6DQBeooooAKKKKAKP/ADMP/br/AOz1eqj/AMzD/wBuv/s9XqAPO9T1i78NfFDUr3/hHdb1SC80+3ijk06zMqBlZyQzEgD7wqBtP8WW/hjxL4gtrR7TXdXnjeO0hZZJYIE2pgdjJs3HHrjvxXpdFK2lv63uPrf+trHj/hLTdRk+IWj6iLfxi9lHFcK8viSQN5bFB91B9wH1PXgDpXRanqd94S+IGp6k/h7V9WsdTtbdY5NLtxO0bx7wQy5GPvA5rvqKb1t5ErS/n/X6HmHxA0e+uPENh4hhTxOtm1h9nlj8PyiO6ibdvG5D94HOCB0Kitn4aWFvb2Go3UEfiZJbq4Xzj4kUCdyqABhjquMDJ9Pau2ooWl1/W9xvXV/10MnQdYu9XW+N7pFxphtrt4IxOf8AXovSReBwfy9zWtRRQB574h0m8v8A4oQ2v9nTTaXqFlALu58s+Uohlkk2M2MZJ2jHoTWBH4Z13V/DPiOwks7yC7thZ2tu7fuWultnJDRuf7y4w3Tca9hopWsrf1uN6u55F4S06G58Zac93F8RjPaM8kb66Q9ojbCDlsdwSAR1qVpte0rwzrvhC38L6hd3c73jRX6oPszxSlm3lxyXw2NgBJIAr1iih6qwJ2dzmp9Vm8L/AAzj1JrGS5lsNOjd7Ut5bHag3AkjjHOeM8dK19F1Nda0Kx1NImhW8t0nEb9VDKDg/nUGt+GdH8R/Zv7csI71bWTzIklJ2hsY5XOG+hyK1FVUUKgCqowABgAVbd22+pCXKkl0FrzHxl4nuX8W6OLfwn4luY9G1B5ZpoNNLpMvlsmY2B+blh1xxXp1FR1TK6WPOvGMt3qn/CP6rdeH9W1HQNjy3mkxwjz/ADCB5fmQ5+YDnK5wD1qz8ObC5ttQ1m5tdJvdE0G6aN7LTr4bXjfB8xhHk+WpOOK7yimtAeoE4BPp6CvKbXwV4s8RaZq14/iVtGg16aWSfTZtJSRwh+RVZnIYHYq8cYr1aila47tHkE+vX2mX/gS+1jRdUur63tby3mtLa1LzsyqqbwhxkHG7Poa2UtNU1rTfGWvTaRc2H9p6Z9ls7KZP9IcJHJ8zIM4JL4C9eK7S70O2vPEGnaxK8ouNPSVIlUjYwkADbhjPbjBFaVOXvLXz/FsI+61bpb8DI0XToG8K6RbX1nGTb28DCKaIfupFUYOCOGB/EGteiinJ3bZEVypI5H4g+ItX0PTraHQdK1C9nvHKPcWVobg2qDGW2dC3PygkDg56YOLZQQ+J/AOseGtJ0LXdHka3LC41m18o3EzHdvL5O5iwyT716RRU2umn1Lvqmuh43pGiNqMFpodl4O1TS7xrqGfWdW1Nd3mCNw7BJiSZNzKMYwOc4rY+IPiG5k1jTbG08L+Irv8AsrVYLuW4ttPLxSoqkkIwPJ+YDnAyDzXplFVd3X3/AJf5E2tf7vz/AMzzzxhcX2vaPoWpDQdXn0Xz3k1PSPK2XUigEIGj3fMu4ZK55yKX4f2UyeJtUv8AS9Dv/D+gXEKbLC+QRE3GTudIgTsG3A7Z49K9CooWjuhvVWCvH5tDXwz421S61LwhqviR7i6e50mWBfOt4TJyyspO2M7/AOIg8YI6c+wUVPW4+ljze5uNf8B/DjT7Ow0u61DVrqV2uHsrY3AtWkYu7bR97G7ABIBI61q+ANUtpYZdPtfD/iHTmUGee71mz8o3UhPzMWydzH07AccDFdnRTW7YnsZOnaxd3uv6pp9xpFxaW9kYxDeSH5LrcuTt47dO/wCHSuK8a+Ir+bxI+iXXhvxFc6DCqtcPplg0v25iAfL35AEYzzjJbkcDOfS6KXYfc848T26eJdG8P69/wil9c2mm3LmfRbq2CTmIqUyIicHBCkL3FT+CNOWXxbe63pnhqfw1pclmtv8AZriBbd55Q5O8xKcLgcZ75r0CiqWjv/XYl6q39b3Mmz1e7ufE+oaZLpFxBa2scbxX7n93cFhyq8dR9T744zzni/U9Ln1b+zNT8Bap4gkjTEVymmpLCNwyQsrEbe2TxjFdzRU2uUefG78Q+BvhXYQwaVdanqwPlLBbo1ybZWZmXdjlgi4XqASAMjrU/gDVoZJpbEaB4ktbuYG4u9S1iw8kXMnA5bccH0UcADA6V3VFVfVt9SeiQV5tei58Kazrtvqfha88RaDrNyLxPsVstyVkKqGSSInplQQen9PSaKnrco8u8J6HdpdaDHdaNcWdmz6pKYJIdqwJK48tWC8KSpI2/wCFbieG/wCwvEvhK30xLqazs0vUmncFzl1DbpGAxywPXqa7Wintt/X9XEczZ2lwvxR1W7aCUW0ml20aTFDsZhJKSoboSARx7iumooo6WDrcKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAqjaf8hjUP+2f/AKDV6qNp/wAhjUP+2f8A6DQBeooooAKKKKAKP/Mw/wDbr/7PV6qP/Mw/9uv/ALPV6gDMstdtb7XtR0hEljutPEbSeYAA6uMqy4JyOCOccinWmt217ruoaVAkpl09YzNIQPLy4JCg5znAyeO4rnPEUkfh/wCIeja7Iwjtb6GTTbtz0BAMkRP4q4/Gjwlotvrvgm7m1u3Mq+I5pLy4iLFSY3P7tcggjCKlCu1f+r9PvWoPR/1t1/HQ3dAuNduBf/8ACRWVvaFLt0tPIk3eZAPus3JwT+H0Fa9cR8NNLs9FTxJp2mQ+TaW+tSJFHuLbR5UXGSST+Ned+MGg1GHWPEuj+F76byJZRH4gn1zyWhkRsfu4d3KgjAXGT9aTaVvRP8EOz19T3uisDXrDT9c8Dy2viC8a0s7iBDPcCYRbOhzuPA59eK27eNIbWKKJiyIgVWZtxIA4JPf61TVm0SndJklcxb/EDQ73xVDoNg891cStInnxRHyEeMZZS5wCQP7uevOK6euM1+KOH4meDUhRY1xfnaowMmNST+dJbj6HZ1V1PVLLRtNm1DVLlLa1gG6SVzwvOP58YqS7vLawtXub64itreMZeWZwiL9SeBTmWG6gG4RzRPhhkBlbuD/I0egepj+GfFth4rjvH02K6jWzmELG5h8suSoYMAecEEdQD7VuVx/gz/kZ/GX/AGFV/wDREddhR0T8l+QdX6sKK5LxFF/ZPjbQ/ECfLHOTpd4f9mQ5iJ+kgA/4HXO3t5e2/gXxZ4wsNwvNSl22siuFKWyMIkYE8Dje+f8AazSvpf8Ar+tbjtrb+v60Z6fRXj3hXw/runeJ9LvtK8GXGi28kudQuz4gS8W6iKnJZM8nJDAj8qyfEem2/ibWPEkV74d1rX9Ua7lt9M1C0ZvstsAAFQksFXa2d2QQTmm+39dP8xLX+v67Hu9FeeLpUHh/xl4D02JEhSCyvIwocld+xCwBYknnJqlJdQXl78UpLSZJoxZIhaNsjctqwIz7EEUS0Ta8/wAHYcE5NJ6bfieoUV55ofw7tZLPQdfh1G8XW41gnlvpZWcyx7QWh2bgqoQcDA4969DqpKzsRF3SaCiiipKCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACqNp/yGNQ/wC2f/oNXqo2n/IY1D/tn/6DQBeooooAKKKKAKP/ADMP/br/AOz1eqj/AMzD/wBuv/s9XqAM7XdA0zxLpbadrdqLq0dlYxl2TkHIOVII/OjU9B03WNBfRtRtRLp7oqNAHZBtUgqMqQRjA71o0UeQdbnK6H8M/CXhzVo9S0XSfs13ECEk+0yvgEYPDMR0PpSXPwv8GXmpXN9c6DbvcXQbzW3OAS3Uhc4U+4AOea6uigChqeiadrGiyaTqdstxYyKqNCzEZAII5Bz2HerkMUdvAkMKBI41Coo6KAMAU+igAri7v4Q+B769nu7rRPMnuJGlkf7XONzMck4D4HJrtKKAMu+8N6TqXh0aFfWazaaI0jEDO3Cpjb82c8YHOc1Je6Dpuo6A2iXdqH05olhMAZlGxcYGQQR0HetCih63v1BabHI6T8LfB2hatBqWlaP5F3bsWik+1TNtOCOjOQeCeorrqKZNNFbQST3EiRRRqXeR2CqigZJJPQD1ovoFtSvqml2es6bLYalD51tNjem4qeCCCCpBBBAOQadFp1nDpaabHbx/YkhECwMNy+WBjaQeoxxzU8UqTRJLC6yRuoZHQ5DA9CD3FOot0C/U5XS/hl4Q0XW4tW0vR1tr2Ji0cizy4UkEHCltvQntXn+pfD/UZdb1F9Q8A2utz3d3JMmqR6ybVVVj8uYhg8DGcDk5PPWvaqKQ7nJW3gSy1HwRpmieM0XWJbOMbpWdwQ/s4IbAHHuBzWlZeDtA06yvbOw0yK2t76EQXEcTMokQKVxweDhjyOTnrW3RVPVvzEtLeRFbW8VnaQ21uuyGFFjjXJOFAwBk+wqWiiluC00QUVS1LWdM0aNJNX1G0sEkO1Gup1iDH0BYjNWYJ4bq3jntpUmhlUPHJGwZXUjIII4IPrQBJRRRQAUVFLd28E8ME08UctwSsMbuA0hAyQo74Azx2qWgAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKo2n/IY1D/ALZ/+g1eqjaf8hjUP+2f/oNAF6iiigAooooAo/8AMw/9uv8A7PV6qP8AzMP/AG6/+z1eoA4D4g3TeC7uLxtYqjMqi0vrUvs+1Ic+WR/tK3/jpPpWr4YtIfDfhS41nWbpJbq7U6hqN4gLqcrnC4ySqrgADsPepb7w1PrXjKG/1k28uk2EJFnaAli8zDDySAjHC8KOepPFSeEdDv8Aw5a3WlzzxT6bDMTprB2MkcR58twRj5TwCCcj0xRHZ/18vv1B7r+v6stBvhzx/wCGfFl7LaeH9S+1zxR+Y6eRImFyBnLKB1Irxq2TwQ9pq423zeNPtt39mGn/AGjzt/mt5eNvyemfavoisHwfodz4f0Wa0vXieR7y4uAYiSNskjMByBzg80re98v1QXsvn+jMa513xTH/AGZ4f0e1sbjX/wCz47m/uL92WCH+E8JyxZg3A6YqCDxxrMMq2Gs2Nnb6la6pbWl95LM8Twzg7JIySCMtgc56H8NPxHoGvHxBFr/hC8sYr/7N9lnt9RRzDNHu3Kcp8wYEn65rNm8Ea1ceH9Wnur+zm8R6jPb3AlCMlvCYWVo0HVtoweepzTvrzP8ArXp8gt0X9adfmaN542SdY00RA8y62mlzC5Qgdcuy4PI2hsH26Vy998Vb8TXWoafP4ZGlWkjqbK61HZf3AQkFkXOFzg4UjJ49a24PA19a+JdBvIbq3NlZxI18jZ3zTpHIqyLxjkytnOOgrFuPhvrOnXU8eh6X4L1KzkleWOTWtPY3CbmLbSyA7gM4BPOKWq/H9F/m/mPR/wBev/AR0WueLdUh1LQ7Xw3p8N+dYtZZo/OcoI8BCrs3ZQGJIAJPAFQDxjrmg+H9ZufGemW0d1pzRrDLZsyW135mAoV5OmGOGJ6da2ZdBnfxPoeoxC2it9OtJoJIo8rguEChBjG0bT6dqn8V+H4/FHhu50qWQRebtZHaMOFdWDKSp4YZAyO4zTlotP61/wAhR6XOT8OfEDULjxLaaXrd34avV1AuIH0O+MzQsqltsik9wD8w4z9aq+Jtf8V+IPDevz+HrPSYtBgiubeSW+kkM86orLI0YXgchgN3XFXvDHhHXNM8QwXGpaH4IhtYt3+kaZYvHdA7SAQSMD39s1Dc+CfFiWWqaDper6db6BevPIjNE32pPNJYxZ+6EySN2CcGlNXXyZUHaV/Nf1+RtjxZovhLwTolz4gvfskM1rDHG3lPJlvLBxhQT0FZvjLxBpnib4N65qOiXP2q0a3ZBJ5bJkhhkYYA12OkWklholjZzFWkt7eOJyh4JVQDj24qh4y0a48Q+DdS0myeJLi7hMcbTEhAcjqQCf0p1ve5vO5FH3VG/Sx5n4Qh0Oy8caKvh7RdZ8KmQSfaF1QSxpqA8s4RAzMrEH5uo4HGa7yy8XSw6T4hm1yOKK60OaVZEhBAkj274mAJJ+ZSB165qlY+HfFuq6lpkvjK70dLXS5xcQwaVHKTLIFKqXaToBknAHNZuoLY+JvidbQaBfwXlo8CPrYt2DoBDJuhBYcbixII64BpvV273+XW/wDwAWiv2t/w3/BOvF14g/4QkXS2lrLr7WnmC2yUi80jOzls4HTr+IrT097uTTbZ9SiSG8aJTPHG25UfHzAHuM1FrMWoz6LdxaJcRW2oPERbzTLuVH7EjB/kfoal09LuPTbZNSljmvFiUTyRrtV3x8xA7DNG7f8AXf8Ar7g6IsV4bqlh4ZuvHPiV/EHgrX9fnF+AlxpkMroi+UnykrIoznJ6dxXuVYmgaNcaVqWu3Fw8TJqN99piCEkqvlouGyBzlT0zSS96/l+qK6fP/Mi13RNJvPB0kN1pdvNDa2TG2juoRIYcR4GN2cEADnrTfB7yxfDPRZLeMSyrpULJGW2h2EQwM9snvR4vtvFF5YrbeFDpAWZJI7o6l5uQCABs2d+Wzn2rG0vwv4on+Hd54Y8QXelwf6EtnZz6d5pIULtzJvxnoOmO9K7tN97fr/mgSS5V/XQp6R491n/hLLHTNZufDF5FfytCsejXrSz2zBSw8wHqPlxkY5q1rXi/xAfGdxoegLoVu1qI28vV55I5bwMucwhRjA5GeeRWZonw61u113Rr+9tvC9iumz7mXSbNo5Jk8tly0hGSckfL0754Fa/i3w54q166ns4v+Eau9Hm+5/aVrI09tlcHZtOCc5IPBpsS31F8ZanBpniLwhqOrulnDDNcyTlmyI/9GfIz354461u+HL/WNVhmv9TtI7G0mYGytmQ+esf96U5wCeu0DgdST0zbvwY90vhi2uZo7600lJIrs3Wd1wrQGLpg5JJycnp3NX/DOk6noQuNOuLmO60qIj+z5HdjPGn/ADyfIwQvZs5xwRT05n/X9f8ADhrZf13/AK/pm9RRRSAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKo2n/ACGNQ/7Z/wDoNXqo2n/IY1D/ALZ/+g0AXqKKKACiiigCj/zMP/br/wCz1eqj/wAzD/26/wDs9XqACiuU8R+JdWi12Hw94Tsba71WSA3Mst47LBbR5wC23kknIAHpWhpN/q9potxceNhptnJbEs89pM3kMmAd3z4K9xg+lHS4dbG3RXPaB498MeKLyS00LV4rq4jBJi2MjEDqQGA3D3Gaqz/E7wba3MVvca7BHLJI0QVkf5WVip3cfKMg8tgHr0oA6uiuJ8afE3RvCOoWlhPdxi7kmiaeN4ZG8u3Ync4KjBIx0yT7VtaJ4z8P+ItLudS0jUUms7QkTzOjxLHgbjneBxjnNG6uHWxuUVz+geO/DXii8ltdC1aG6uIgS0W1kYgdSAwG4e4yKqT/ABO8G2tzFb3GuwRyySNEFZH+VlYqd3HyjIPLYB69KAOrorifGnxN0bwjqFpYT3cYu5JomnjeGRvLt2J3OCowSMdMk+1b3hzxXovi2zluvD979rhhk8t28p0w2M4wwB6Ghaq6B6GxRRWJoetXGp61r9nOkSx6bdpBCUBBZTEj5bJ5OWPTHFHWwG3RWVr/AIm0fwtYrea/fx2cLNtUsCxY+gVQSfwFRQ+L9BufDUviC31KOXS4QTJOis2zHUFQNwPI4xmgDaqtY6ZY6ZG8em2VvZo7F2W3iWMMx6kgDk+9ZGmePPDGs64+j6XrEFzfICTEm7DY67WxtbHsTVfXfiT4S8N6k1hrOsxwXSgFokiklKZ9dinB9jQG51FFcD4l+Lnh7R9Jsrixv45pb3ypYVkt5cNAZdjv90YwA5weeOlS6l8Q9M1fwHr+p+DdT864062L+Z9nZfLYgleJFAPQ9jSeib7AtWl3O5ormtG8e+HNW1OPRrbWILjVBGC8Sg/MwXLANjaSOeAex9K1bvXdNsdYstKu7tIr2/Dm2hIOZNoy3OMD8etU1Z2EndXNCiiobySeGxnks4BcXCRlooS+wSNjhd3bJ70hk1FcRY+I/Fmn+KtO0zxdYaULfVjIttLpsshaFkXftkD9cgdRxUvirWPGekSXmoaZZ6H/AGNZR+Y4vLiRZ5wFydpA2r3AznpQ9NRpXdkdlRWBqV94hvNBsrjwtZWS3d0iyONUd1SBSucEINxOTjtUfg/XtT1iPUbbXLa1ivtNufs8sllIXglO0NlSeRjdgg9KdndrsTdWT7nR0UUUhhRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABVG0/5DGof9s/8A0Gr1UbT/AJDGof8AbP8A9BoAvUUUUAFFFFAFH/mYf+3X/wBnq9VH/mYf+3X/ANnq9QB5/rurJ4K+I0uu6xDMNG1Kwjt3vIomkFvLGzEBwoJAIbr6ik8Ua1aeMfAjX+hW9zqWn2t/byzx/Z3X7VCjqzhFYAsMe3Y16DRQtF6f53H1v/W1jzb/AISDSPHHjDw63hNJbg6XcPLdXn2V4lt4vLZfKJYDliRwPSs6ysrWP4K+MJ0t4xLPLqLSvtGXKyOFJPtgY9K9aopNXTXdP8bf5Anqn2/S/wDmcJ4uma18EeH9SaKWaGwu7O6ufKQuyxr95sDk4zmq/inXLLx/8M9UbwZdyXvkyxCXy7Vi2FdXYCNwN/y87eh6V6HRTlq35u/5f5Ex0t5K39feeN+FdRtte8daP5/xD/te7sTI0VifD/2RseWQy7wAAAO3I4q1ZWVrH8FfGE6W8Ylnl1FpX2jLlZHCkn2wMeletUUpK6t5Nffb/Ia0af8AXX/M4TxdM1r4I8P6k0Us0Nhd2d1c+UhdljX7zYHJxnNbukeItF8c6Le/8I/qc0kOGt3uIEeGSJivVSygggHIOOtb1FU3dvzd/wAv8hJWtboc34d8G/8ACPag93/wkfiDVN8Rj8nU77zo1yQdwXaPm4xn0JrlbXx74a8JeNvFlr4g1L7JNNfxyIvkSPlfs8YzlVI6ivTqKWt7j0PKPH19N/buh+KLDXpdI0mTT2EWprpf2xYy5VhlGGU3LjnGeMVmRm1u/hb431K08UDxE14FM8y6cbMI6qB93oSRt5A7V7VRSsuVx9fxd/62Hf3lI4TXbO2sdW8BQ2cEcEcV6yRrGoAVfs78D24rzzWPEv2LWPFOgy6vpelWGp6hMt0NQsbia5jDAKWQouwggZUMeARzXv1cJ/wgOu2dzdR6F41uNP026nknktG0+KZg0hy+JG5HJ9OKNeZvvf8AT/IS0ivK34X/AMx/jExS/C+2udHZ9RtbV7O4V4f3jSRRyoxYY6napP51U8SeMtC8XfC/xO/h6++1i2smEuYXj2Eg4+8oz0PSuz0LRbXw9oVppOnhvs9rHsQucs3ckn1JJNaFOa5uZdwh7tn2OA1uytrBvAENlBHBHFqKKixqBtBgfI/Hv610WqavpNp4t0bT72yaXUbsTGzuBbhxDtUF/n6rken41u0U27u/nclKyt5WCqer6pbaJo13qd8WFvaRNLJsXJwBngetXKKl3toWtzynwr8QvDHiLxRbajq2rKdWmJt9O05LeYraK5xgvsw0jcZbOB0HGSZPHV78PNW8QTW+pveTeJrKPybdbCO586Nh8yhNo2E5bOTnrXqVFN62Em0cDrep6HafDvSrH4sTbXvYYxcIVlJeVArHJiGQQcegp/w0hSA6qmirer4Y3xnTFvFcEHafM2b/AJvLztxnvuru6Kd9W+4raJdgooopDCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACqNp/yGNQ/7Z/8AoNXqo2n/ACGNQ/7Z/wDoNAF6iiigAooooAo/8zD/ANuv/s9Xqo/8zD/26/8As9XqAMvXvEuj+GLIXevahFZQscKXyWc+iqMk/gKXQfEek+J9O+3aDepeW4YoWUFSrehBAIPI6iubSK3vPjbcf2gFkls9IiexR+dm6RhI6j14UZrR8cX9zpGgA6Q8dpeaheQWguigPlGRwnmEdyB0z7ULZPv/AJ2Drbt/lc6aivPV03UfBXijQxF4k1XV7XVblrW5ttTmExB8tmDxnA2gFeR6GucW18QXfgjW/E0ni3VoZNLuLx7K2hlAjxHI3EuQTIOMAE4AwKV1/Xy/zDy/rr/keuXuo2mnLAb2YRC4mWCLIJ3SMcKvHrVmvMPHugnWk8PatJresWbXl5Zwm3tbvZDGWyfMRccPzw1aeuQ3fw8+H+oz6dqusatdSSxrFLfy/apYi7KnyDAzjOQvc09k797fl/mC1at1V/zO8oryTwjqesW/jCwgtYPHE9lds63x8RWn7qP5SVdHH3PmGMdMGqq2viC78Ea34mk8W6tDJpdxePZW0MoEeI5G4lyCZBxgAnAGBQ7LcNz1y91G005YDezCIXEywRZBO6RjhV49as15h490E60nh7VpNb1iza8vLOE29rd7IYy2T5iLjh+eGrsdI0Ofwtot6tnf6rr1wQ0sSaneh3ZgvEauQAoJHfpnNGyd+jt+Qt2rdV/mb1cPL8ZPAcMzxS67tdGKsPsc/BHX+CtTw7rfifUtQeHX/CP9i2yxFluP7TiuNzZGF2qMjgk59qr69/yU3wl/1yvv/QEos7oZ0WmanaazpdvqOmy+da3KB4pNpXcvrggEfjVquW1u4utI8caJfG5m/s6+DadPCXPlpKfnifb0BJBXPuK57WtQ1KXwL4w8RwX91CsxaPTgkzKIoojs3rg8FmDnI6jFJtWb9f6/UaWqXp/X5npVFecNY6z4Y1rw/qU/ifUdTl1W9S0vLS4YfZyHRjuijA+TaVHc1zOp+I9X1fWNUukHjlJbS7mgsl0SzVrJRGxUbwf9YSRk59cU9v67W/zEtf673/yZ7bRWBbpqfiLwBEtxNPo2p3tkokkRCslvKV5IU4IIPbg/StfT7aWz022tri5ku5YYlR7iQYaUgYLH3PWm1ZtCTukyxVZdRtG1V9NWYG8SETtFg5CEkA56dQfyqzXk48BCf4m31n/wlnieM/2bHcedHqWJTulcbN237gxwOxJpfaS/rYr7Lf8AW56xRXmnj3U73SH0Pw3azeI57eS2d7i40hBNfyiMKo+Y4xktlmxnOPWpvA8mq61p+t6NqH/CTWtiqoLK91eM294u4HcA6/e2kAg9ecHijdNoW1rnotVjqNoNVGmmYfbDCZxFg58sNt3Z6dTivPvCmt6n4p8RQ6XqGoGJdBDNNJbSMn9quHaNZBjGYxtO4cgucdBVO78Ci4+Kj23/AAlXiWEzaa915kWo7XTMwHlqdvEYz936UdV53/INk/K35nq1Ys3imyhtdbufKuHh0UH7Q6KuHYJvZU55IBAOccmi9uU8I+DZJpJ7m++w2+1HuZN8079FDN3ZmIH41iahpL6L8HNVtblg922nXE11J/fmdWZz/wB9E/hipk7JtdP6/r5FQV2k+p11jdpf6fb3kIZY7iJZUDjkBgCM+/NMbUrRdWTTGmAvJIWnWLByYwQpbPTqwFeZ2llrPh2DwhrMniPULuTUbm2tJ7FmAtFikjOAkeOCoA+bOTijUfA/2n4sJb/8JR4kh+06dPdeZFqG14v3yfu0O3iP5vu+w9K0kvfsu7X3K5nF3jd9k/vdj1amTy+RbyS7Hk8tC2yMZZsDOAO5rzjxPp2qQ6xomgad4j1W3txpd29xcm4JnmCGMg7sY35IG7GQC2OtQfD681p9c0S41XW7q/8A7Y0R7mWCVv3UbI8YQovY7W+Y9zk1K97Rf1v/AJFXtv8A1t/mdd4X8Z2/ii6vrWPStV0y4sRG0sWp24hYh920gbif4T1xXR1yei/8lS8Uf9elj/KWusoDZ2/rYKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACqNp/yGNQ/7Z/+g1eqjaf8hjUP+2f/AKDQBeooooAKKKKAKP8AzMP/AG6/+z1eqj/zMP8A26/+z1eoA5/xL4M03xRJbz3Ul3Z31rkQX1hOYZoweoDen1Bplv4H0tPDV1ot/NfapBdtunmv7lpZnYYwd3YjAxjGMV0dFHSweZy+heAdP0TVE1GXUNV1a7iUpby6peGc26nghBgAZHGetWY/B+nx+FdQ8PrNc/ZL8zmVyy+YvmsWbB244LHGQfxrfooeu4bGPq/hjT9b8Opo16ZvIjCeXLHJskjZMbXDDowxVSw8FWdt4fvdH1LUdU1u1vDmQ6pdec6jA4VgBt6Z46Hmujoo3v5gtLW6HK6J4FXQ9Wjvo/EviO8SMELaXuoebBgjH3dvbtzVuPwfp8fhXUPD6zXP2S/M5lcsvmL5rFmwduOCxxkH8a36KHruGxj6v4Y0/W/DqaNembyIwnlyxybJI2TG1ww6MMUeHPD3/COWctv/AGvquq+ZJv8AM1O58504xhTgYHHStiijq33C2iQVnXei297runarK8on09ZViVSNreYAG3DGf4RjBFaNFAHE+PpbzW4m8KadouoSz3YjkGp7Nlta4fO/zM53rtztAyeKseNdGaL4T6jo+kW0sxjshBBDChd2AwAAByTxXXUUmrxce407ST7HI+Hfh/Y6Re2+pXWo6vq95BHiBtVuzN9myMHYMAA44pNU+HNjf6nPfWOs67osly/mTppV+YUlfu5XBGfcYrr6Kb1ZK0VjMvtCg1HwvLod3cXUkEtt9necy/vmGMbi2OWPc459Kt6fZR6bpttYwNI0VtEsSNI25iFGBk9zxViigYVzfiPwRZeI9Qh1A6hqel30MRhF1pl0YZGjznYTg5Gea6SigDndV8F2OsaTYWl1eaitzp6BbfUorkpdKdoUsZB1LAc5GDUdh4L+waJf6b/wkmv3QvgFa4u7wSywjGCI2K4XIPp+VdNRRvfzDt5GC3g/TFfR3svOsX0f5bZrZgCY8YaNsg7lPBPfIzkGo/Evguy8S3VtdyX2pabe2ytHHd6bcmGTYeSpODkZHpXRUUPUFoc5deGriddBsWvJLrT9NlE1xJdyl57h0H7rccYb5juJ45UcVsarp0OsaPd6bcs6w3cLwyNGQGCsMHGQRnn0q3RQ9VZgtHdGNd+F7K9sNItJZZxHpE8M8BVlyzRKVUNxyMHnGPwqv4m8G2Xiae2uZb3UNOvLUMsV3p1yYZQrY3LnByDgdq6Gih67gtNEYMXhG1SWwlmvr+6msbOWzWa4mDvIsm3cznbkt8owePpUFt4HsLO3sorW8vomstNk02GVJVV1jfbl8hfvjaMEYA9K6Wij+vz/AM2G39en+SOI0v4YW+la4mqx+KPE09wGRpRPqAZZwn3Vk+QFl5PBPc129FFAdbhRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAVRtP+QxqH/bP/wBBq9VG0/5DGof9s/8A0GgC9RRRQAUUUUAUf+Zh/wC3X/2er1Uf+Zh/7df/AGer1ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFUbT/kMah/2z/8AQavVRtP+QxqH/bP/ANBoAvUUUUAFFFFAFH/mYf8At1/9nq9VH/mYf+3X/wBnq9QAUUjMEUsxCqBkknpVbTtTs9Xslu9NuEubdmZVljOVYqSDg9+QeaALVFYPhTXbnXbXU5LyOJDaalcWiCIEZSNsAnJPPr/KuVsfihrU2jrrl74JuYtC5Zr22v452VQxBbysBsDBz9KP6+8O/wBx6RRXK6z42a3ms7PwzpUniDULy3F3HDDMsSLCejtI3Cg9vWksfH1m2h6pe65aTaRc6OQL+zlIdoyRldpHDhuxHU0AdXRXJaL4r8QanqEQvPBd5p+nXAJhu5LuNmHBI8yIfMmcY74JrIm8feMoNYg0x/h5i7uI3lij/tuH50QgMc7cDG5eCe9HWwdLnolFc7YeJrl/EFvpGt6X/ZlzdWYuYP8ASBKHYf62LIAG5MjoTkHPFZ+s+P206x1+9stK+2WujPHB5puPLFxOzKrIvynAXcMn14x3o/r9AWp2VFcbpnjfVRrVnpvivwtPoT37FLSYXkdzHI4BbaSmNpwDiq83jfxPPrGp2mgeCf7Ut9PujbNc/wBrRQ7mChvusuRww9aOv9f11A7qioraSWW0hkuIfImZFaSLcG8tiOVyOuDxmszxVr//AAjPh+XVPs32ny5I08rzNmd7qmc4PTdnpT62FfS5sUVj+Idf/sE6WPs32j+0NQisv9Zt8veG+boc429OPrXLX/jzxfY6xBpx+H++S7eRbU/21CPOCDJP3fl455pf1/X3j/r+vuPQaK5NPGd5BruiaVq+htYz6lEzz4ulkFq+SFUkDDbiMZBGCRTrTxsLvXdfsE08iLSIPNS4M3FzjcGAGPlwyMucnpSbSV/X8NwWv4fjsdVRVDQtT/trw9p+qeV5P222jn8rdu2blDYzgZxnrir9U007MSd1cKK5bxZ4s1LQtW0zTdE0D+2rvUFlZY/ti2+0RhSeWBB+96jpWa/xKktdE1abUtBnsdV0owmfT5Z1IZZXCqyyqCGHJ7dsUlqM7uisrXdb/sVNPb7P5/22+itPv7dm8n5uhzjHTj61y9z4/wBfGratDpfgx9RsNKuGhnu49SjRvlUMSI2UEnB6A0rr+vl/mg/r8/8AI72iuek8WwGx8PXlpbtLBrk8ccZdthiDxs4YjByflxj361t3ks8FjPLZ2/2q4SNmig3hPNYDhdx4GTxk9Kb0vfoC1t5k1FcJonjjxRqviSXSrnwR9kFrLGl7N/a0Un2cOu4HaFG7jnANXNX8bXya5caR4V8Oz6/dWYX7Wy3KW8UJYZC726tjnFAHX0VU0u8mv9MhubmylsZpF+e2mILRkHBBI4PTqOoqzIWEbFPvAHGR3oem4LUdRXnvhvxzrery+ERd29kq61HdvdeVE42eUTt2ZY47Zzn8K9CptWAKKKxtE1i41fU9WKpGNPtLgWtvIAd0rqP3pznGAx2jjqrUgNmisbVdYuLfxBpOk6ekbzXbPLcGQE+XboPmYYI5LMij6n0p/h/XP7dgvX+z+Q1pfTWbLv3ZMbY3ZwOvXHb1oWoPT+v67GtRXMTeK7+Swv5NI0CbUrm11B7GO3juFQSbVyXZ2wEXt35x60/w54sl1ZtQt9a0qTRL/TQjXMEsyyoqMCVYSLwRhT9MUdLgdJRXEWPj3V9XmiutH8HX11oUj7V1FrmON2XON6wn5mXv15FdZquowaRpF1qN222C1iaVz7AZx9aHorsFq7It0VR0Sa/udDs59XjjhvZYg80cQIVCedvJJ46fUVi3Xiq4gk8SXUVvHNp+h2/qVaacIXdd3IChSg6Hkn0ol7t79Aj72x1FFcDafEfVIEs7rxT4SuNH0y9ZFiv472O5RS+NpcKAUByOT61J4j8beJ9B1PyYvBP2u0multrW6/taJPPZvu/JtJXPPWh6OwJpq53VFcNqHjfxHp1jpiz+Df8AibalcyQR6f8A2pHwFTdu8zbt5APHHStHw74xl1XVpdG1vRrjRNXji88W0siypLHnG5JF4bB60bu39dwOooorH0rX/wC0/EGtaX9m8r+ypIk83zM+bvTfnGOMdOpoA2KK41vGWt3lreyeHvC39qSWepzWMkf9opDgR4/eZde+fu9vWq/h3x14g1u1OoXfg77DpYhlk+1jU45eUz8uwKG5KkZ/GldWv8/wuOzvb5fod1RXDzfEfyvhyPEv9ksbosYzp3ngEMMlhv29AgL5x0rdi8Reb4ns9I+y4+1ac1953mfdw6rsxjn7+c57dKq2tv62v+Qul/67G3RRRSAKK4qbxzq9jqUX9reELuz0ea5S2j1A3UbtudtqloR8ygkjv3rtaFqrhs7BRVHWL+fTNLkubTT7jUZlIVLa3xuck4HJIAHPJ7DmsTw54vvNU1yfRdf0GbQ9Tjg+0pE1wk6Sxbtu4OvGQcZFC1dg2VzqaKK5PxL4s1fSvENro+geG/7buZ7Vrlh9uS32KrBT94EHlh3pX1sB1lFY2na3cjw+dS8V2UPh5kYiSOe9jkSMZwCZBhec1X8GXV9eaTcT6jrena0Wu5PJuNOKmNY8jahK8bh3+vU9afUOlzoaKzj4h0USQRnV7APcsVgX7SmZSDtIUZ5III47iptQ1XT9JgE2q39rYxE4ElzMsak+mWIoAt0Vm6jc313oLz+FJtPnu5FBtpLlma3bkZJKckYz074rN8Ea1qut6TeNr6WaX1nfzWkn2IMIj5ZAyNxJ9f8ACjq0HRM6SisbxPrE+kabF/Z6Ry6heXEdraRyglS7HkkAg4VQzHnota7usUbPKwVVGWY8AAdTR0uHWw6iuS/4TC6t/h5eeKrmyjkRQ9xa26sYy8G7Ee5jn5iuGzjv0p+g+IPFmoaokOteC/7Js2Ulrr+1Yp9pxwNijPNHWwdLnVUVx/h3x8uveHtW1F9ONrPpokc2xm3eagBKuGwMBirDpwQafeeK74TeEGs7aBYddcCdZAztEpi8wBWBAzwRkj8qP+B+Owbfj+G51tFcz4S8TXGq+Ep9X1wQW/kT3CuYUYKqROy5wSTnC10Fpd299aRXVlNHPbzKHjljYMrg9wRQtVf+tQJqKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACqNp/wAhjUP+2f8A6DV6qNp/yGNQ/wC2f/oNAF6iiigAooooAo/8zD/26/8As9Xqo/8AMw/9uv8A7PV6gDjvHlnqFwLSWSKa98PxEnUtPtMrNKOx9XQd4xgn36V0uk3mn3+k29xo0sMtkyDyWhxtCjjAHbHTHbpVymRQxQIUgjSNSxYqigDJOSeO5JJoWisD11Oa8DtatZaz9jvILoHWLtpGg3fIxfO05A5AI6ZHoTXGeGfGWgaT8GYrS41G1mvzBPCunxyh5ndncKnlg7ucjt3r1W3s7a0WQWlvFAJHMjiJAu9z1Y46k9zVGy8M6Dpt19p07RNOtJ/+esFpGjfmBmk1ePK+yX3Fc1nfzuef+FZoPAviK1tfFV1FYG70G0jinuXCRh4twkj3ngEbwcZqh4klGvnxR4i0ZGvtMtZLBS8Iytz9nkMkpX+8AGAz04Nes3+mWGq2/wBn1Syt72HO7y7mJZFz64YEVNb28FpbpBawxwQxjakcahVUegA4FU2279d/xuQkkrdP+AY2m+N/DOryWsWm65Y3E91/qoI5gZTxnlPvDgHqBVDU/wDkrGgf9g28/wDQoa3LTQdHsL17yx0qxtrmTO+eG2RHb6sBk1ba0t3u47p4ImuIlZI5igLopxkBuoBwMj2FLqn/AFsHS39bnL/Eu1z4LudTt5Ggv9J/020nQcxuv8wQSCPesfxtpEOjfA+40+yYjYkBMrDLO7TIWdvUliSa9AubaC8tpLe8hjnglXbJFKgZXHoQeCKbc2Vre2jWt5bQ3Fu2MwyxhkODkcHjggH8KF/kVfVPsctpPgvUxq9nqfivxNPrstiS9pELSO2ijYjBYqn3mwTgk8ZrjI7DQ7rxT4nfVvHmoeHZhqzhbW21hLRXXy0+fY3JJORn29q9jrHuvCPhu+upLm98P6VcXEp3SSzWUbs59SSuTS+1fy/y/wAhdLf11NS2ZGtYmhl86MoCku7dvGOGz3z1zXIfFmPzfhxex7mTfNbruQ4ZczJyD612MUSQxJFCixxooVEQYCgdAB2FR3VnbX1uYL63iuYWIJjmQOpIOQcHjggGqdm7+YldI8v8Q+DP+Ef1Twzd/wDCSeIdU3a5bx+TqV/50YzuO4LtHPHX3NdZ4h/5KB4R/wB+7/8ARNdJcWdtd+V9rt4p/JkEsXmoG8tx0YZ6EZPI5pZLW3muIZ5YInmgz5UjIC0eRg7T1GRwcUdLef6Ib3v5f5nFa/p0us+O761tHjjuodFiltnkztWYXBdCcc4DRjPsapLYvpHiK9sJGV3HhUmSQf8ALSQSyF2/FnJ/GvQha263jXYgiFyyCNpgg3lQchS3XGSTj3psljaS3DTy2sLzNEYWkaMFjGTkpnrtz26VDjePL6/jf/P8Cr+9f0/C3+RyngTxRoD+D/D+nprmmte/YYIvswu4zJvEYG3bnOc9q7Kse28IeGrK6jubPw9pVvPE26OWKyjVkPqCFyDWxWkpczbIStoefeO7LUr/AOIHhaDRNW/si7MN4Vuvsyz7QFTI2Nwc1T8V+EJtJ+HniG9utQuNY1W6WGS6u5UC5SKRW2oi8KoAY4FejyWdtLdw3UtvE9xAGEUzIC8Yb7wU9RnHOOtTEZGDyKnVLTf/AINyut2efeIvFGieILnwzZaFqdtqNzJq0E/lWsokZI0BZmYD7oA9cVylzYaHda94wbWPG13oMo1FwtnHqCRxTL5afM0LDMmemO4GK9esdD0nS55JtM0uys5Zf9ZJb26Rs/1IAzUMnhjQJdQN/LoemveFt5uWtIzIW9d2M596Vtfv/G3+Qv8Agfhf/M4e61Y/8Il4B1LXPs+nAX8LSl8QxxjyZADg4CgjBx2ziu6s/Emh6jDcTafrOn3UVsm+d4LpHWJeTliD8o4PJ9Kn1HStO1e3WDVrC1voVbesdzCsihumcMCM8moLPw3oenQ3EOn6Np9rFcpsnSC1RFlXkYYAfMOTwfWqbvf1v+QJbeSt+f8Amcl4W8SaHP8AEPxQIdZ0+Q3k1oLYJdIfPIhAITn5sHjiovDHiDSfDPiPxPpPiK+t9Nu5dUkvYnu5BEs8MgG0qzYBxjGM9q6y28IeGrK6jubPw9pVvPE26OWKyjVkPqCFyDVvUdF0vVwg1bTbO+EZyn2mBZNv03A4pbfdb8v8g6W/rr/mS2GoWmqWMd5p06XFtLkxyxnKsASMg9xkVYpsUUcMSxQoscaDCogwFHoBTqACuY1/QvFWo6n5+heMf7HtdgX7N/ZcVx83OW3Mc88ce1dPRQBi+ItUm0HwrLcK32i+2LBB8uPOnchE47ZYj8Ks+H9JTQvD9npqNvMEYDyHrI55Zj7liT+NO1DR7fU73T7i5eQ/YJjPHEpGxn2lQWGMnGSRyOas3lv9ssZ7bzZIPOjZPNiIDpkYyuQRkfSi7s31DTRf1/X/AATnfCv/ABN9X1XxI/MdxJ9jsj/07xEjcP8Aefefcba4W5lmk1bX7SxaTzdD1abWnSM/e2rEVU/7waXj/Zr1nTrC30rTLaws02W9tEsUa+iqMCiPTbGG6ubmGyt457sAXEqxKGmwMDecZbA45o2d10X+Tv8Aerhute//AALfdocNol9pF34E1Ge+18aPaarql20N9HeLbvzM2Njt3wv5ZrK0O1NxZ+MdC8Pas3iCzmsC0eoyMskjXDoy+U0y8ScBTnsDivRJPDWhTabFp02i6dJZQsXitmtEMcbHOSq4wDyenqau2lnbWFslvY28VtAnCxQoEVfoBwKTSaa8rfgNSad/O/43OO8I+PPDB8I6XDLq1nZ3MMEdvJZTShJkkUBSnln5jyOwq/4n/wCJxruk+HF5ikf7dej/AKYxEFVP+9Jt+oVq2G0DR31Mak+k2LXwORdG2Qyg/wC/jP60tro9va61faoHkkubxY0YuQRGiA4VcDgZLHnPJNU3eXM/X+vmSlZWX9f0huv6smhaBealIu/7PGSkY6yOeFUe5YgfjXN6hpL6L8HNVtblg922nXE11J/fmdWZz/30T+GK6bVNHt9Y+xi7eTy7W5S5EakBZGXO0NkcgHDYGOQKtzwQ3VvJBcxJNDKpSSORQyup6gg8EVDV4td/6/r0RcXaSfb+v69Ty7xF4j0fV/hdZeG9Iv7XUdW1K2t7WG1tpRKyN8uSwUnaFAJOcdK6jxupS18OITuK61aAn15NbunaBo+juz6TpNjYs4wzWtskRb67QKtz2tvdeX9qgim8qQSR+YgbY46MM9CPWtG7y5vO/wCJmlaPL5NfejjfHN7a6d4s8HXWoXMNrbx3s++aeQIi/uGHLHgcmoIdUs/FXxY0640CdLy00eynF1dwHdGXl2hYww4J+Utxmux1LRtM1mNI9X060v0jO5FuoFlCn1AYHFTWdla6dbLbafbQ2sC/digjCKPoBxUx0d/62sVLX+vO5PXl8PhP/hI/iP4tk/t/XNK8ma2Xbpd55CyZhHLDBya9QqGKztoLieeC3ijmuCDNIiANKQMAsRycDjmjrf8AroBxnwstPsGl69afaJ7nyNcuo/OuX3ySY2jczdye5qvoMvkfAu7l/uWd63Jx/FJXd29nbWfm/ZLeKDzpDLJ5SBd7nqxx1J7nrTF06xTT2sEs7dbNlZWtxEojIbO4FcYwcnPrmlJc0beVvwKi0pX87/iee3fha4g8N3+oLLG9kdAZ0gAO/wC1G2EbP6Y8tABz1Zqfba1p+neNPDl5q1/a2MMvhkgSXEyxoWLxHALHrwePavRGt4WtjbtFGYCmwxFRtK4xtx0xjjFULzw1oWorCuoaLp10tunlwie0RxGv91cjgewqm/f5v62kv1/AhK0VH+un+Ra0/U7DVrX7Tpd7b3sG4r5ttKsi5HUZUkZqzVbT9MsNJtfs2l2VvZQbi3lW0Sxrk9ThQBmrNJ+QzybxXcaP/a8et6B4zbVdUF5E1vohvI7u3dshdqQjJQ4yd3Y5r0fXPEWleGrGO81y8SzgklWJXcE5c9BwD6HmlsPDuiaVcNPpej2FlMww0lvapGx/FQDVq8sLTUYRFqFrBdRq4cJPGHUMOhwe49aFokge7ZT8QeINP8M6HNqurTeXbQgdBkuT0UDuTXNeENS0zWfEE2s3esaXPrN5AIoLC0vY5Ta24O7Z8pO5ieWI47DgZPX3+m2Oq2pttUs7e9tyQxiuIlkQkdDhgRVSw8L6Bpd0LrTND02zuFBAmt7SONwD1GQAaFvdg9rI1K898U6D/wAJD8UtPtP7V1PS9mjzSedplx5MjYmQbS2D8vOceoFehVEbS3N4t2beI3KxmNZig3hCQSu7rjIBx7Ure8n2/wAmh30a/rcxhpmkaF4TNj4i1E3+nIf3txr06S78tkB2cAHnAGfQVz3wx1TQ/J1jTdLvtP3f2vdSW9rbzJnydw2sqKfuY6EDFdvfafZ6naNa6laQXlu5BaG4jEiNg5GVIx1qnYeGdB0q6+06XomnWU4BXzbe0jjbB6jKgGqT1bf9bf5CeyS73/P/ADPJoPC+it8GPEGsy6dBLqTSXci3UiBpIykrBdjHlQMdsd62PHOrwS6xpWmy2Php7tdOFz9t8Tv+4CsQCiDu5K5r0oaVp40+SwFhaizk3b7YQr5b7jlsrjBySSfWm32i6VqaQrqWmWd4sBzELi3WQR/7uRx+FSlay9PyaG3dt+v4tM4T4V6pZ2HgvU7rUbzTLS0j1WYCW3kMdomduBGXxhSTwD61d+HGuaTdPrlra6nZzXE2s3c8cMdwjO8ZYYcAHJX36V1s2iaVcWc1pcaZZy207+ZLC9urJI3HzMpGCeByfQVDYeGNB0q6+06XomnWU4BXzba0jjbB6jKgGqvr8rfl/kTbS3nf8/8AMy4P+J58Qpp/vWmgxeRH6G5lALn/AIDHtH/AzT/G0slzp9toNqxW41qb7MSvVIcbpm/74BH1YVraPo9volk9vbPJJ5k0k8ksxBeR3YsxJAA746dAKG0e3fxCmsSPI9xHbG3jQkbI1LbmIGM5OFBOeiil2T/rr+enoPu1/X9b+pgfEmKOD4Va1DCojjjs9iqvAUAgAVQ8H2WgWmtK+m/EHUNeuGhZRZXOtR3K44JYIOcjHXtzXcXVpb31rJbXsEVxbyjbJFMgdXHoQeDVCx8L6Bpd0LrTND02zuFBAlt7SONwD1GQAaOrbB7JL+tjy6If2P8ADqy8QL8sMlteadff7kkknlOf92TA+khr07wl/wAiXov/AF4Qf+ixVw6Vp501tONhbGyYENbeSvlkE5IK4xyeasQwx28KQwRrFFGoVERQFUDgAAdBQtE1/XX/ADB6tP1/T/IJpY4IXlndY4o1LO7nCqB1JJ6CuI8KQyXHie41HwwjWXhiYMXjmX5LuY/8tYE4Ma+rdG7L/FXcSRpNE0cqLJG4KsjDIYHqCKVVCqFUAADAAHShaO4PVWFooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKo2n/IY1D/tn/wCg1eqjaf8AIY1D/tn/AOg0AXqKKKACiiigCj/zMP8A26/+z1eqj/zMP/br/wCz1eoAKCQASTgDqa5vxP4kuNOvrHRdJijOqaluFvLdfJBEB1Yn+Nh2ReT7Dmm6noetjwitlpviea3voyZJr+e1jnaYEMWXYcBRkjGOgAFS3aLkNK7SOjgniuYEmtpUmicZSSNgysPUEday7vxJZ2fiqw0CWK5a7v4pJYnSLMahOu5ux/zxkZ4/4XaP4ji8O6HfXPin7RpTWaldL/s6NdoK/KPNB3HHr3xWgZPEelfE3TrW98Q/btL1T7U6WX2GOPyAigqu8ZZsbuvHStGrSt6kp3jc7Oa4htwhuJo4g7hELsF3MeijPUn0qHUtRtdI0y41DUZfJtbZDJLJtLbVHU4AJP4VwXxM0rXrnUNHnsPEn2K0k1K2iitfsMcnlTZOJd5OTj+6eK6/w5putaZZyx+INe/tuZpNyTfY0t9i4+7hTg88596hapv+un+Y3o0v66i+HfFOjeLLGS88P3n2uCKTynfynTDYBxhgD0IrXrlPB3/Ie8Xf9hf/ANoRV51qHxbna6vNQt/F9pYtbSSLBoT6VJIJlQkAPPj5WbHY4GR7021p5pP8EFnr62PcKKwL4alreg2GqeHr/wCw3XlrcxxTDdDMGXPlyDrjnqOQeeelZEnxIsx4Jk1loltrkT/YkinkAha4zjib7rRggkuD0B6Hih6XT6AtUmup1sep2MuoyafFe273sKh5LZZVMiKehK5yByOfeo7nWtKs7+KxvNTs4Lub/VW8twqyP9FJyfwrzHwpdaBpfxUXyvEGn3095pAFxeLdRn7TdvPkqMHr0AUcgAViWa23irRtVitfCy6zrt5cXDXuq3qeXDY/OwQLKRuyqhPlSk9En6/g7f0x21a9PxVz3VmVELuwVVGSScACoLHULLVLRbrTLuC8t2JCzW8qyISODyCRXl8Hiu11nwr4d0DWtZtrAXenx3GqXF1crE0kPQRqWIy0hHJHRc+orb+Et/pknhi4sdOu7V2hvrphBBKpKRmZth2g8KRjB6VVvea/rR2/r0Jvon/WqO9qta6lY3yzmyvbe5FvIY5jDKr+U46q2DwR6GrNeTeEidE1C6vBxaa1f39pP6LcJNI0Tf8AAl3r+C1Ddr+hVj1S2uYLy1jubOaOeCVQ0csThlcHuCOCKlry3QNR1u58K+EvDfhq8h064uNJ+1z38sImMUabVARDwWLMOvYVq2Mvi2e61Xwpd+IYY9Tt4Ybq11mKwQl4mYhg0JO3OVI47HNW1rZf1YlPS7/q53MFxDdRebbTRzR5K742DDIOCMj0IIqSvL/hjonicaRZ3jeLc6al1ceZp39mxfvMTOG/eZ3DLZb2zivUKXQfVopalrOmaNGkmr6jaWCSHajXU6xBj6AsRml03WNM1mN5NI1G0v0jO12tZ1lCn0JUnFcT8Tkkk1jwssGhw6/IbufGnTuiJN+5bqXBUY+9yO1TW+qXHhbwHqmqP4Ls/DlzG4EVlbzROs7MVVGZowB95seuBSXUbWqO8orz6Wfxn4UvNNvte1611ixvbyK1ubVLFYfsxkO0NG4OWAYj73atbQtav7xvFguZ9/8AZ9/JDa/Io8tBErAcDnknrmhuyb7X/C3+aBK7S7/8H/I6uivLx4l8V3+m+BotKv7dL3W7SVrua4gUrlUVt+0AcjJIAwCcZ4q9Y+KdY8O2viu28SXkesz6DBHcxXKQLAZhIjEKyrwMFcZHY03pe/T9BLVK3U7e/wBUs9Ma1W+m8o3dwttB8pO+RgSF4HHQ8nirdeV6rp3iuPU/Ct/4j8RQXkM+sW5/s6CxWNIHKuflkzuYAZHPXNdNq2t32seJJvC2gzf2fNDEst7fSjDpG3aBD99j0342r7ninZ287/ohXV/Kyf4s66qsGpWlzqN1YwS77i0CGdApwm8EqM4xnAzjOenqKS5uYNH0eW5vJmMFnAXklkOWKquSSe54rnNE0fVpvBc80F9/ZOt6xJ9tluTAsxgZyCE2NwdsYVPwzS7/ANf11H2OqhuIblWa3ljlVWKMUYMAwOCOO4PaszWvElnoN7pdreRXLvqlyLaEwxbgrEZy3oPz/IGuE+HeheKfIa5HjHFjFqtyJ7L+y4v35WZg535yu4gnjpnitvxNJ4j0nxdpF5b+If8AiU3+pQ2jaX9hj+UFDuPmnLHJUnt168U1ry+dvxsLpLyv+B2c9xDawNNcyxwxIMtJIwVV+pNOllSGF5ZDhEUsxxnAFcF8XNP1e58I3Fxp+t/YrOFALi0+yJJ9oJkXB3k5XHt1rf8ADWkeIdMknbxD4n/txJFURJ/Z8dt5RGcnKHnPHX0qd0PYd4b8beH/ABe1wvh3UPthtgpl/cyR7d2cffUZ6HpW9XKaX/yVbX/+wdZ/+hS1x/i74jNB4uv9LTxdb+GY9OZUVW0t7t7pioYkkDCKMgcc8E+lNtaBZ6/10PW6K5LQdTvPHXw7tL+1v2029myRcWyZXzI3IztbqjFc7Tzg4zVvwt4lm1ia+03UoEi1PTHEV01ud8Dk9Cj9j6o3zD9adrNoV9LnRUUUUhhRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABVG0/5DGof9s//AEGr1UbT/kMah/2z/wDQaAL1FFFABRRRQBR/5mH/ALdf/Z6vVR/5mH/t1/8AZ6vUAUtX0ex13TZLHU4FmgfnGcFWHRlI5Vh2I5FJpdhNY6Slle30uoMgZfPmADuuTgNjqQMDPfGavUUeQHH+GfB2s+Gb2CGHxXLc6Fbhli0yWxj3KpzgecDu4J9O2Koan4E8Wah4gj1WPx75L2rymzT+x4m8hJOq53fNwAMkdq7+igDD8ReG28ReH4rGXUJba7gkjnhvYkG5JkOQ+3p17e9V7LRPE8Hh68s7zxd9q1GZs2+of2bEn2ccceWDhuh6+tdJRR38w7eRxHhnwX4k0LXpb688Zf2hb3Uxnu7X+y44vPfZsB3BiVxhTgcce9JL4H8QWU8qeFPGk2kWEkjSizk0+K5EbMSzBWYghcknFdxRR2Ax9a0E67ZW9leX86WgP+lxQ4T7WMfdZhyqk9QMZHHSrNzoek3mnRafeaXZ3FlDjy7ea3V40wMDCkYGAcVfooA5OD4daDa+MU1y203ToY47VYo7SOxjUJKH3CYEdG7dM8dao3nw7vmu72HSfFV5pmjahK0t3p0cCOSX+/5ch5jDegB6mu6ooAxX8G+GpYoI7jQNNuBbwrBE1xaJIyoowq5YE4FV/CHg2w8I2c8dpFbNPNNJI1xFbLExRnLLGcZJCg4HPboK6KijrcLaWCuVPghG8IX+iPfNvubua7iuliwYJHlMqEDPO047jOO2a6qik0mO9jin+HssOiaJDpWuzafq2jW32aHUYoFYSIQNyvExIIOAcZ4Navhnwu+hzXd7qOpzavqt7tFxeTIseVXO1VReFUZPHqa6CiquTbSxx2k+DNY0LWt+meKpU0Q3LztpUljG/wB8lmUS53AZOeldjRRS2Vh9bmTqmh/2lrujaj9o8v8AsuWWTy9mfN3xlMZzxjOehqxrej2uv6JdaXqAY291GUfacMPQg+oOCPpV6ila6sO7vc4uw8C6mdSs5vEviq61u10+UTWlq9tHCFcDCtIy8yEdRnHPNN1L4fXl3rGoy2Hia807TNVbzL6xghQmR9oUlZTygIAyAOeea7aim9RLQ5TTvBH9nv4WI1DzP+Eft5YP9Tj7RvQLn73y4xnvU83g23u9T8RXF7cGW3122it5IFTaYgisuQ2TkndnoMY710lFD13BabHCWvw81I3mmXGteLLvVDpdzHLaxvbrGiovZgp+ZyON5z345rpNf8OWuvQxM7yWt9bNvtL6A4lt29Qe4PdTwR1rXooBaO5z3iPS77V7TTdKx51rLcI2pTkquY4/m27c/wAbBRgdia6GiigDjrLwXrGk+IJLjRvFUttpM9413NpkllHKGLNudRITuUE56dKg8TeCfEuv6wlzb+M/sNpb3KXNpa/2VHJ5EirgHeWBbqx5459q7iija3kHfzMS88PSav4Mk0LXdQe8lng8qa8jiWJnbrvCjIBzjj2qroWheJdNt7yLVfFraoZItlqzadHEbZsH5jg/P24Pp710tFHcDgdM8DeK7HxL/bFx47+0vL5SXSf2PEnnxIxITIb5fvMMgZ5rQ1fwdqsmsXOpeFfFE2hSXpVruI2kdzHIyqFDBX+6cAA464FddRQBivo2p3PhePTLzXpzeEBbjULeBIZJFzyFUZCEjjI5HWr+l6VZaLp0VjplulvbRD5UX9ST1JPUk8mrdFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAVRtP+QxqH/bP/0Gr1UbT/kMah/2z/8AQaAL1FFFABRRRQBR/wCZh/7df/Z6vVR/5mH/ALdf/Z6vUAUtX1ix0LTZL7U51hgTjOMlmPRVA5Zj2A5Ncp411y+Hwwm1Ux3WiTmaE7Wl2yRoZ1GWKnjK9R2yQa1PE/hu41G+sda0mVBqum7jbxXPzQSg9VI/gY9nXke44rL8afbvEPwxlxpF3FdyTQiSxaPzHUrOu7hc7l4JyOo5oW69V+YOxf0P4gaVr2tLpsFrqVq80bS2s15aGKO7QdWiJ5IwQeQKzTq/iyD4i6NaatLZ22nag10qWVsm9isaAqzyNzk5zhcAd81oa9ZXMvxF8J3EFtK9vbreCWVIyUi3RqF3EcDPbPWuX8Q+K7mTx/o17D4Q8USwaO93HM8emFhLvUIrRnOGGVzk44xTVrr5hbQ73X9dHh+3iu7iznmst+LmeEbvsy4++y9SvqRnHWsrx1rN7b+CBfeGdQjhnuJ7aO3ukVZVxJKq5AIIIw1X9U1bUzpNo2h6TLLeX6jYt2PLS1yuS03ORj+6Mknj3rmtV8IPongOPT9P+0X88mqWtzN5cZ27vtCM5SNeI0HJwBgDk+tK2tn3X5oL6XXZlseK728t/CUsL/Z5L7UGtNRh2g4dIpN6cjjDp1GOnvTr74o6LY308YstWurO1kMdzqVtZNJawMDhgzj074BrM1rR9QtPido/2Gynm0u7v/t8sscZZLaUQvG+4jhQ2YyM9w1U7DUNb8PeFZvBp8I6nfXwWaCC7hiU2cyuzEO8hPy8NyCP50rtpvr2+S/X/Mdknbpp+v8AwDV8bfEGbQ7nTYdL0rVrqOe4gdru1sxLDPExOY0YnlyBwP1rpvDniH/hIrOWf+yNV0ry5Nnl6nbeS78ZyoycjnrXOa7omo6V8P8AQLextpNSuNDntJZYYeXlWLhtgPU+gro/DniH/hIrOW4/sjVdK8uTZ5ep23ku/GcqMnI561Wi5ku/4aE66Py/zNivKLnXNXvfEuuQv8TNP8Nx2d+1vBZXNpbMxQKpDAuVJGWI79Oter1w3h/wjpl9q/iW51/w/aXEsmru0Et7ZK7PH5ceCpZeVzu6cZzUr4/k/wA0V9n5/wCZsa54ts/DFvZw3i3mqX9wn7q20+382afaBucIOAPxxzVeD4haRP4Y1HWhDexjS+Lyymg8u4hPoUYgZ59cVR8RtfeHfG1v4jt9GvNWsW082MsWnxiSaAiTerBMjIPQ46YFZFzomseJ9E8Y6oNKm06XWLSKCysrnCzOIgSGcZwrMTgAnjFDfut+oJK6Xp/wf6/zO6v9ftdOu9Kt545mfVZvJgKKCFbYX+bJ4GFPTNc3efFfRLS5vYEsNXun0+eSG8NrZ+YtuEODI7A4CHBx346VknVtZ8TeJPCkieFdW06x0+8JuJr6HYwfyXHCjJ2f7ZwMkCtHRNMu4PDPjZJLKaOa71G/eFWiIaZWX5SoxlgexHWh6KT7X/T/ADYR1sn5fr/kjf1rxlpei6bZ3bfaL1r8Zs7ayhMs1wNu75VHsc5OKx/AviC48Q+I/E08sOpWkKS2whs9RQxvB+65+QkhckZ465zWNFHqfhu28Ha42iajqEVroosbq1tId1xA7LGQfLOD1Ug+lavhWz1HVtW8Vz67plzpceqeR5cYkZXCeUV++uPmwBnaeCcVbVnK3n+f+WpKe1/60OgtfEsGo+IZdM0uCS7itsi7vUI8mB+0ef4m9QPu96h8ZX9xbaKllpshj1DVJlsrV1OGQv8Aecf7qBm/Cqvhez1LwzNF4cntRc6ZGhNlqECKm1RzsmUYw/P3gMN3wadaf8Tv4gXV4fmtNDi+yQ+huJAGlb/gK7F/4E1TZOy/r+ug7tXf9f11Mrxbr6+FfF3hj7Rd3hsvs9yjwRs8j3ThUCDaPvvk8Z7kmtjS/F//AAkei6hNoNhcR6nZnY2n6mht5EkIyocc4BHOah1uxnn+Jfhe6S1kkt7eG88yYRkpEWRQuW6AnnFV9P8AtOkeMPG2qTadezQFbWSFYICzXGyHkR9AxzxgHrRvHXz/ADC2unkL4M1PxBceJPEOneJby3uZLE2xRbWHZHH5kZYqufmI6cse3ati78Swab4hi0zVIJLSK5AFpeuR5M0nePP8LegPXtXE+F/E9yfiDrNzN4T8TW8GtS2yQyz6aUWHZHsJkOcKM85GeK6bxRZ6l4mlk8OwWgt9MkQG91CdFfKn+CFTnL8feIwvbJxTfT+ugaao6qioLK0jsLGC0haRo4ECKZZC7EAY5Y8k1PSYBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAVRtP8AkMah/wBs/wD0Gr1UbT/kMah/2z/9BoAvUUUUAFFFFAFH/mYf+3X/ANnq9VH/AJmH/t1/9nq9QAUUUyKaKdC8EiSKGKlkYEZBwRx3BBFAD6KKZHNHKziKRHMbbXCsDtOM4PocEfnQA+iuV8U+PYPCdyyXmg67eQJCJpLuysxJAgyeGcsACMc/UVTl+JAHhnUdXXw3rNoLEw4j1SD7N53mOF+RvmzjOTx6etC12A7aigHIBooAKKKKACiiigAooooAKKKKACiiigAqK3tbe0V1tYI4Vd2kYRoFDMxyWOOpJ5JqrousW2vaWt/YiQQtJJGPMXByjlDx9VNX6ACiisnTdc/tDxDrOl/Z/L/st4V83fnzfMj39McY6dTQBrUUVm6LrttrsN3JaJKi2l3LaSeaAMvGcEjBPHp/KgDSorj7r4k6fb6LpOo2+k6xfDVvM+z29nbLJN8n3sqG/kTWn4e8Xaf4ksbqezjureWzbZc2l3CYpoWxnDKfUe9G1/IO3mbtFUdE1aDXtDs9Vs0kSC8iWWNZQAwBHcAkZ/Gr1D00BO+oUUUUAFFFFABRRRQAUUUUAFFUdb1e20DRLrVL4SG3tY/MkEa5Yj2FXQdygjuM0ALRRWH4o8Rt4etbUWunzanf3s/kWtpE4QyPtLHLHhQApJNAG5RWX4fv9W1HTTNr2i/2NciQqLb7UlxlcDDbl45549q1KACiiigAoorJXXM+Mn0H7P8AdsFvPP39cyFNu3HtnOfwo62Dpc1qKKKACiiigAooqhfaxbafqmnWE4kM2pSPHDtXIBVC5ye3AoAv0Vj+JNe/4R6ztJ/s32j7Tew2m3zNm3zG27uhzjrjv61sUbq/9f1qAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFUdZ1P+x9Jnv/ALFeX/kgH7PYxebM+SB8q5GeufoDXPeGviHb+J9UNla+H9ftArOklxeWQSGN06ozBjhu2PWhauyB6K7OvormPEfiy+0vVodI0DQZdc1KSA3LwrcJAkUW7buLtxkngD2Nb2mz3VzplvPqFn9hupIw0tt5ok8pu67hwceoo3Vw2dizRRRQAUUUUAFFFFABRRRQAUUVR0XV7bXdJi1GyEgglLBfMGD8rFTx9QaAL1FFFABRRRQAUVFczfZrSafbu8tGfbnGcDOKp+H9V/t3w5p+q+T5H2y3Sfyt+7ZuGcZwM/XFAGjRRVDRdYtte0tb+xEghaSSMeYuDlHKHj6qaAL9FY+h69/bV5rEH2byf7MvTabvM3eZhVbd0GPvYxz061sUdLgFFFFABRWbo2u22uC+NokqfYbySzk80AZdMZIwTxzx0PtWJe/EXT7TQdO1SLTNVvV1Kd4ILa0t1kmLJuz8u7p8hPBNAHW0Vg+G/GGn+Jorv7LDeWlzZEC5s72AxTQ5GRlfcA96v6Jq8Gv6Ha6pZpIkF1H5iLKAGA9wCR+tAF+iiigAooooAKKKKACiiigAorlPEnizV/D+tWkS+G/tWlXE0MDaj9uRPLeR9uPKwWOMitnXr7VNP0tp9D0j+17sOALX7SsGQep3txx6UdLh1saVFYvhLX5PE3hq31Sey+wySvIj2/m+ZsKSMhG4AZ+76VtUbAFFFFABRRXJ+HfFmr6n4muNF17w3/Y00VqLpD9uS48xC+wfdGByD37ULV2DZXOsooooAKKKKACiiigAooooAKKx01/f41l8P/ZseXYLefaPM65cpt249s5z+FbFHS4dbBRRRQAUVlHW8eMF0L7P1sTeefv9HCbduPfOc/hWrR0uHWwUUUUAFFFFABRRRQAUUUUAFFFFABRRVXUp7q10y4n06z+3XUaForbzRH5rdl3HgfU0AWqK53wh4kvfEUOoDVNI/si7sLr7NLb/AGlZ+ditncoA6N2zVWTxZq9r45tNEvvDfkWF9LJHbal9uRvM2Rl8+UBkdMckUdbB0udZRVDXZtTg0K7l0C2iutSSMm3hmbajv6E5H8x9RU9g91Jp1s+oxJFdtEpnjjbcqPj5gD3AOaALFFFFABRRRQAUUUUAFFFZOm65/aHiHWdL+z+X/Zbwr5u/Pm+ZHv6Y4x06mgDWooqgdYth4hXRsSfamtTdZx8uwMF6+uTR5AX6KKKACiiigAooooAKKKKACiob1rhLCd7GNJblY2MMbthWfHygnsM4qroM2q3Gg2kviG2htdSaPNxDA25Eb0Byf5n6mgDQooooAKKKYs0TyvGkiNJHjegYErnkZHagB9FZesa1/Zl1ptpFB9pudQuRCke/btUAs7k4PCqM+5IHGa1KACiiigAqjaf8hjUP+2f/AKDV6qNp/wAhjUP+2f8A6DQBeooooAKKKKAKP/Mw/wDbr/7PV6qP/Mw/9uv/ALPV6gDjvHl5qFuLSKSSay8PykjUr+0+aaIdh/sIe8gyR7dapfECysbD4SyW2hiO2tFktvIa3xgAzIQwPc989+td6yh1KsAykYII61x/jPwkt38O7nQPD2noEkmjZbaNwi485XfBJAAxuOM/Sku3mvzH1uY6eHNM8H/EHw8ug3Fz9s1Jpl1BZrp5WuoxEW81wT1DAcgAc1e8UhdK8UW9x4TY/wDCSXZUzWEQzFdRA4LzjOEA7Sde2G6VueHfA/hvwnJJJoGlR2kso2vJvaRyPTc5JA9q1bXS7Kyurq5tLaOKe8cPcSqPmkIGBk+wHSq7f18vQnv/AF8/UwviIWPwy10yAK/2F9wU5AOOx4zWf8Tgx+Et8EbYxW3wwHQ+bHzXXalp1rq+m3Gn6hF51rcIY5Y9xXcp6jIII/Co9T0ex1jSX03UYPOtH27o97LnaQw5BB6gd6X/AACk7NeX/AOCTwzZ+D/iH4Zk0mW7afVDcRahNPcvI13ti3hmBOM7hngCuMTT/EHicXur2/hG6v8AWPtEyQaxH4hWFrVlchVWHIChcAbT159a9xutJsr3ULG+uYd9zYM7Wz72Hlll2twDg5HHOawNZ+GHg7X9Skv9U0SOW6kOXkjlki3n1IRgCfelrdB0/rzOi05rptLtTqCBLswoZ1BB2vtG4ccdc1hfEf8A5Jrr+P8Anyk/lXSRxrDEkcYwiKFUZ6AVBqWnWur6bcafqEXnWtwhjlj3FdynqMggj8Kctbih7trnJab8OrOz1XTNes9QvBqsbB726mmeRr1CpBRlLBVGSCMDjA4rz6aw1vxVqWr6gvhG51bUIb2eC21KPxAts1nsYqipFkbduAeevXvXuyKERUUYVRgD2rl9c+GvhHxHqLX+r6LHNdP9+VJZIi/udjDJ9zQ99AjpGzOfvLGbxP4g0Lw740aVIv7F+13VolwY1ubkMqsGKH5gvJwDjnNYH2XTLP4efEWz8PsH063uAkASUyqoEUe4BiSSAd3evStZ8E+HfEGnWdjrGmR3MFkAtuGdg0YAAwGBDYwBxnnHNUvDfhdNNufElpcadDFpV7coLeABSjwiBEI2joMhhg4oevMl1v8An/SBaOL7W/IzvE17av4o8CWyXEbTteGURqwJKeQ43Y9Mkc1w13Y6z4q1vWb0+ELnWby2vp7e2v4/EC2rWQRiqBIsjbgAHnqTnvXp+k/Drwnoc8M+laNFbzQzefHKHdnV9pX7xYnGGPy9Pam678N/CXiTUDfazo0c90ww0qSyRF/rsYZPuaT3v6/p/kC0VvT9f8zI1/Qta1/wboNpqYhmvY0V9R0uW9MAviI8MvmR55DEHuM9aPDOheG9Z8M6n4Wn0e8tLe2uV+1aXdXbSeSxCsuyRXJ2HAPB654ro9W8F+H9c0e10vVdNS5s7NQtujOwMYAwMMCG6Ad+ataH4e0nw1p/2LQrGKzt924qmSWPqSckn3JqtG5eYtbLyPP/AIYeAvC39l22tppw/tS1vLhRMLiTKFZXVQV3Y4XHUVzl3Y6z4q1vWb0+ELnWby2vp7e2v4/EC2rWQRiqBIsjbgAHnqTnvXqK/D3wsniZfEEekRx6mshlE8crqN56tsDbSTk9qj134b+EvEmoG+1nRo57phhpUlkiL/XYwyfc1Oul/wCttSurt/W+hz19aXmv6j4W8N+Mnlijn0ySe+t459n2q4QINjMh5AyzYB/lU/w2sNH0vxN4tsvDewafBcW6IElMgVvK+YbiSThs966bVvBnh/XNGtdK1XTY7mzswq26M7AxgDAwwO7oB3571b0nw/pWheb/AGRZR2glVFdYydpCDC8ZwOD2696u+r+f53/4BFtv66GjXE+AbmC2sPEwuJo4zb63ePNuYDy1LZBPoMc121c1rHw78Ka9qw1PVtFguLzjMm5l346bgpAb8Qajv5q35f5FaW+d/wA/8zz7TRrI8O/Dw+HBZDUCt20X9oB/KKlSSTs5+70/Cuo8B+bcQeJb7V5c69LcGLUYFj2JAUTCKgycqV5DE85rsX0fT3urC4NsqyacGFrsJURBl2kBRxjHHI4pE0Wwj1W61JLfbd3cSwzyB2AkVc4yucZGTzjPbNOWvNbrccXazfQx/hx/yTTw/wD9eMf8q6auMsfhH4I03ULe9stE8u4tpVlif7XOdrKcg4L4PI712dVJ3dyIqyscP4vvH0TxjYarD/rJtLu7aMf35QY3jX8Tmsm01lpNYS/8Qzs0+gaLdpfyQqFbzPNCF1A4BYRFh2+YV32qaDputTWUup2q3D2E4uLYlmHlyDo3BGfocioo/DOjxajqV8thGbjVUWO9ZiWEygYAKk46HsOe9RZ2t6/jf/N/gX/wP0/y/M8f022fSvFvhvUNP8K3WhLqN9Gpv5tb+0SXsTqch4ck89c9j+FdR4y8L/2h4mu9W1PTG8R6dCibIbbUmgn04quWKpuCtnhuSD+ldHpnwz8H6PdpdadokMM8cyzJL5jsyOOmCWOB7dPapdZ+HfhTxBq39p6vo0NxecZk3uu/HA3BSA3A7g03srf1t/XQS3bfb+v61NbQby21Dw9p93YSyy201ujRPMfnZdowW9/X3qp4y/5EXXf+wdcf+i2rXggitreOC3jSKGNQiRooVVUcAADoKZeWcGoWM9neJ5lvcRtFKmSNysMEZHI4PalU95O3UdN8rTfQ8kj8MWnh/RvBviO1nu5NZuryyhnu5bl28yKUYaPbnaFAOAAOwrXTw5o/jnxX4jbxZJLcyaXdiC1tftLxLaxeWrCQBSOWJY7jnpXcTeH9MuNPsbGa23W+nyRS2yeYw8to/uHOcnHvnPes/XvAXhjxPfR3muaRDdXMYAEu5kJA6A7SNw9jmqk7t+r+W3+T+8mKtFLyX6/18jzjVtFsfEHwWutT1YSalcaObqLTb6SZ9zRLNtVzggNwo5IPSvRfCvgnw14X33fhqxFs13EoeRZ5JA69R95iO/atr+zLH+yzpotIRY+V5P2YIBHsxjbt6YxWV4d8DeHfCd1cXHh/ThZy3KhZSJpHDAHIGGYgfhR1/r+tQeq/r+tDfry/xr4N+0+NdCm/4SPxBD/aN/INkV9tW1xC5zCNvyHjHfgmvUKqXemWd9d2dzdQ75rGQy27biNjFSpOAcHhiOc0utx9GjhvEmlDTLLw54Zu9b1ObTdQv3jvLu7uiZpRsZ1iMgAwGYBeMccVTOiWHhHxZcaL4WaWOyvNFupruw895ViZcBJAGJILbiPevQ9X0fT9e02Sw1i0ju7WT70cg4z2I7g+45ql4e8H6B4Vgli0DTIrRZv9YwLOz+xZiSR7ZqWrprvf8rDvZp/1vc4G/vrVPg34Oga4jEs8+nLEm4Zcq6FsD2wc1Z/4RDTfFvxM8Wx661xPZwfZCLRJ3jjZzCPnbaQSRjj6mult/hl4OtLiWe20K3jlklWUuGfKsrBht5+UZA4XAPTpW9baTZWep3uoW8Oy6v8AZ9pk3sd+xdq8E4GB6Yq27tt9b/jb/IlaaLsl+J5dp93c6l4B8IaRf39xHaahqM1ldTrKVkkjjaXZGX6jdsUccnpWp4T0Pw/4d+Leo6f4YjSKJNIQ3EaztLslMx4JYkg428V1svg3QJ/Df9gT6akmmb2cQO7HDFixIbO4HLHkHvT9F8JaF4edH0XTo7Rkh8gFGblN27nJ5Oe5596E/ev6/lYJaqy/rW/5aGzXnV1oOl+N/H+u2Xip5bmLS1gFnY/aHiRVZNzS4UgsSxIz2xivRawPEPgfw34rmim1/SoruWEYSTcyMB6EqQSPY8VPUroea3Mc1/4V07SotTumtIPFwsrK/WXMvkAMAVfuRllB9q6fw/oVl4R+KjaVoQmgsrzSGupoXneQNKswXf8AMTyQxzXXN4a0drGwsxYRx22nTrcWsURKLFIucHCkZ6nrkHPNWDpNk2trq5h/05Lc2yy724jLBiuM46gHOM1Sdn/Wvu2/PUT1/r+83+Whcry/xz4F8MXvj/QLnUdPDNq13LHeObiRRLtgOwcMNvKr0xmvUKzde8O6T4m077DrtlHeW+4MEckFW9QQQQeexqX3GcT428MadoXgTTtG8PpJptu2s2uxo5Gdo2aQZYFiTnvRZaFaeC/iRBb+HxcLHf6VcTXMctw8vnyxsm1zuJ+b5jyPWuqs/BXh+w0SDSLTT/Lsbe5W6ii86Q7ZVbcGyWyeexOK0pNKsptYg1WSHN7bxPDFLvb5UYgsMZwclR2os9de/wD6Tb8xf1+N/wAjwvStN8Ta1plv4g0nwjcz65MRMuvDxCmWbdkgwkgBf4dhxgcV7+pJQFhhscj0NclefCzwZf6q2pXGhx/amfzC8U0kYLZznarAZz7V11VfSwutzE8YWN1qfhW7srC+SxuZwqRyySFFJ3D5Cw5G4ZXI55rlvBNpp3hvXLvSYNAutD1KW1NwbcXzXVvcqrY3qxYkNkgchTg967jVdJsNc0yXT9WtUurSYAPFJ0ODkfQ57is7w74K8O+EzIfD+lxWjyjDybmdyPTcxJx7ZxUrqN7I8b03TvEuvaaniDTvCN1c67MTImur4hQFW3Z2+SSAFH3dh7cV6B4g0ZPEXxK06w1Ka4htn0WV7mC3lMfnASoPLZl525OTgjOK1NQ+FvgzVNUfUbzQ4zdO+9njmkjDNnOSqsBnPtXRHS7NtYj1Uw/6bHA1usu48RlgxXGcdVHOM09NL9L/AJNA+v8AXVHEal4D/sLwZfw6HPJKLG8XVNKtnLH7M0YBMQYkkhsN/wB9/jV6yuYfFvjmz1G3PmWGk2CzRHPBnuFyPxWMf+P12nWs7RdB03w9aSW2j2otoZJDK6h2bLEAdWJPQAAdABgUa/16W/L8ge39ev8AXqeI22n+I/E1rPrdr4QurzW3ll8nWU8QpG1u4cgKIcgKq4xtPX8a7zXdHbxD480Gy1aa4t1k0edryG2l2eb88W6MsvO3d1wecdcVr6t8L/BuualJf6locclzKd0kkc0kW8+pCMAT710B0myOqQaiYf8ASreBreKTe3yxsQSMZweVHJ54ojZJX/rRoJattf1qmZnhXwpB4RhvbTTriQ6dNMJba1cswtRtAZQzEkgkE/jWxZ39pqMJl0+6guo1coXgkDqGHUZHcelTkAgg8g1m6H4e0rw1ZSWmh2aWkEkrTOisTlz1PJPoPyp77h6GlRRRSAK5LwCN1r4hGSM69ecj/fFb+s6NYeINJn0zV4PtFnOAJI97LuwQRypBHIHesTQvhr4T8NaqmpaJpP2a7RWVZPtMr4BGDwzEfpQt3ftb8v8AIHsrd7/mv1ONHw/3fE2Ww/4S3xSMaSs/2kal++5mYbN237nGceteq2lv9ksobfzpZ/JjVPNmbc74GMse5Pc1ENLsxrLaqIf9Na3FsZdx/wBWGLBcZx1JOcZq3T+yl/W7B6yb/rZGH4y0V9e8J3lpbnbdqontXHVZkO5D+YA/GsHTtQj8ceINCukX/RdNtBfzJ/duZAURD7qBIfriun1+91Ww03zdB0katdFwvkNcrAAp6sWYdvTrVDwV4bfw5o8wuxD9vv7mS8vDACIxI5ztXPO0DAH596Ud3/Wv9fkge39bf1+bOIsPDWh+LND1XxL4mvbj+1oLm5U3IvHjOneW7BFVQQFwoU8jnNXPDt/dX3ijwTeaqx+1XOgTl2fgyNmI5+pHNdPqPw68JavrX9rajodvPe5DNISwDn1ZQdrfiDV3xB4R0HxTawW2u6bHdRW5zENzIU9gVIIHA46cUo6Jf10a/UJat/11T/Qw/A91Be+LPGc9pMk0R1GJQ8bZBIhUHn2IIrtazdH8PaT4fE40axjs1nKmRYshSVUKOOg4Hbr1PNaVPol5L8hHhE1hrfirUtX1BfCNzq2oQ3s8FtqUfiBbZrPYxVFSLI27cA89eveum1PRLjxF4v8ACmn+JnnhlfRZW1CGCbZ5zAxbo2ZD90tycHnFdRrnw18I+I9Ra/1fRY5rp/vypLJEX9zsYZPua2YtB02G+s7yO22z2NsbW3fzG+SI4yuM4P3RycniiOiSf9aNDlq21/WqZw/hrwrpF6nirwjeW8k+iWeoRG3tXuJP3YMSPgNu3Y3c4zVf4XeBPCw0bT9fg08f2rBNMPPFxIdjLI6YK7tv3eOleiWelWVhe3t3aQ+XPfyLJcPvY72ChQcE4HAA4xWPF8PfC1v4mXxBb6RHFqayGQTRyuo3EEE7A23Jye1C3XyFbR/13PLrux1nxVres3p8IXOs3ltfT29tfx+IFtWsgjFUCRZG3AAPPUnPeus1ux1LUz4DsNcuLiyv5zIl69tKBJuFuS4DLnGcEEj1ODXQ678N/CXiTUDfazo0c90ww0qSyRF/rsYZPua1xoOmq2mEW3OlAiz/AHjfugU2evPynHOaSXu8r8vw/r59SnrJv1/E4rVvDf8Awrvwn4l1DwncTQW8topisy7OIJQSGlDux5IYH225+mB4X0DXrHxFpOoaR4NuNIjkmU398fEKXa3cLAhi6Z5OSGBHcdK9jlijnheKZFkjdSro4yGB6gjuK5bTvhj4P0jW4tX03Rlt72Fy8ciTy4UkEcLu29CeMU43UrsUtY2OSudF0DxTF4p1rxrK0smm309tAkt28UdoiABMKrAZbrznJNdv4A/5J14f/wCwfD/6AKW98CeGdR8QDW73R4JtRAH75t3JHAJXO0kepGeK2NPsLbS9Ot7Cwj8q2to1iiTcW2qBgDJyT+NEdI29Pwv+YS1lf1/H/Ir65oWneJNJl0zWrf7TZylS8e9kyQQRypB6gd689+GHgLwt/ZdtraacP7Utby4UTC4kyhWV1UFd2OFx1FepVza/D3wsniZfEEekRx6mshlE8crqN56tsDbSTk9qFpK4PWNjibfwZpnibVPGlzrL3UyW2oyfZ4EnaNIpBEh8wBSMt0HORx0qjq+o6trPhXwPp8lhNrcWo2LS3VqNRFmbt0RAA0h6/eLbQck89q9atdFsLM35trfZ/aEpmuvnY+Y5UKTyeOAOmKpXfg3w/feHLfQbzTI5tNtlCwwuzExgDAw2dwOO+c1KVopeS/Bajb96/r+Jznw10vW9IuNSt77QpdD0lhG1nZyakt4I25D7WByAflOD3zXfVieG/Bug+EY7hPD1j9jW5KmUedJJuIzj77HHU9K26tu5KOK8BTw2/wDwlaTypG0OuXUkgZgNinBDH0BHOa5C2bVH8I+BH8PfZPtz6jcvbm+DiEgrMctt+bG08Y9q9A1r4eeFfEOqLqOsaNDcXYxmXcyb8dNwUgN+Oa1pNF06WTT2a1Rf7NbdaKhKLCdpTgDAxtJGDxSWyv0t+A3u/O/4nH+A/tNzqXiS91+VP+Eh8xLe8t4o9kUKIpMfl8ksrBidx5PTHFa/w2/5Jtof/XqP5mtkaNYDWZNVWDbeywC3klDsN8YOQCucHBJ5xn3rmrT4R+CLG/hvbXRNlxBKssb/AGuc7WByDgvjrQvPy/C4HZ15z8QNHh13xppNleSSi1/su9kmjjcp5wUxEKSMHG7B98V6NVK50exvNQivrmDfcxQyQI+9hhHxvGAcc7Rz14qZJvbz/Joadvw/M8m8FiDQJ9J1q7u7uRr3wzNdX8rys7OI2j2YBOBtUkDH9TWdYW507xJ4d1XTfC13oqahfwqNTuNcE8t5E/UPDknkHJ9K9gtvCui2qWqQ2K7LS0ayhV3ZwIGxuQgk7gdo65NZmnfDLwdpV2t1YaHDFOkyzpJ5jsyOpyMEscDPYcH0rS/vJ/1u3+RFvda/rZL8zmY/B2m+LfiF4vXXWuZ7SCW32WiTvHHvMK/vCFIywwAM8daqaPezXXh74bXF9O0jjUZIjLI2ScRyqoJPU4AFen2uk2VlqF7e20Oy4v2Rrl97HzCq7V4JwMD0xWdP4K8PXPhmPw/caYkulxHdHAzudhyTkNncDknnPepWiSXl+BT1vfz/ABMG21OzT4t+IbgXCPHZaNCLgxnd5ZV5GIOO4BHFefLH9l1LRNf0nwte6Yt7qFv5etXWuCSa6jdwCHg3HO4HkDpXsOj+DvD+gFjo+lw2u+AW7hckOgJOGBPJyTyeT61nWnwu8GWN0bm00GCObzVmVxI5KMrBgVy3y8gcDAPTpTjpJPt/m3/X6g9U13/ysL8Q/wDkA2H/AGF7L/0etdXXLa78NfCfiXVX1LW9J+03cihWk+0ypkAYHCsB+lSz/D/wzc+F7fw7Npm7SraQyxW/2iUbWyxzu3bj95up70l8NvP/AC/yG7X/AK8yh4As4dQ+Gxs7pA8FxNexSKe6tcSgj9aw7R5tV8N6d4GunL3UF8bK/wAnk2tuQ+4+zqYl/wCB10em+B9D8FRXuo+ENC3agbdlWH7Y487uE3SMQuSBzik8KaFfjXNS8T+ILK3stT1FUiW1gk8zyIkHAZ+jMT1I4wFoW/8AXTb+vMTb/F/jv/XkdaAFAAGAOABXDfE61N8nhu0FzNa+frUUZmt32yIDG4O09jjvXc1yPxA8MN4rt9FsntPtdnHqcct4nm7MQhWDHOQe46c0dV6r8x7J+j/IzPD+i6b4U+J50jw28kdpcaY1xe2pneUJKJFCOdxJDMC31xWqn/JZZv8AsAp/6UNWnoPhHQvDFnLa6Fp0dpFN/rdpZmf6sxLHqe/esK3+D3gW1uYriDQ9ksTh0b7XOcMDkHl6admvK/43/K5L2fnb8LfnY5XxjDqHiL4iajps3haTxJa2EMJt7YayLJYty5Mm3ILEnIz0G3FaLy32l/C6HTfGGm6g91dX32S0sItQUzSqWLRxtOp6YGCcg4Fdj4i8EeHPFjRP4g0uO7kiGEk3sjgem5SDj2pv/CC+Gz4WXw42lo+koxdbd5HbaxJOQxO4HJPOe9SlaNv63/ruU9Xf+tv67HD/AA3t5tH+IF7pS6C/hy3bThM2n/2qL1S4kAEmcnacEjFRHQrXw/rqeIPEljPf7r4PF4jsNTdiqvL8iSQlgAvIU7QwxXoGheCfDvhmcTaFpcVnL5RhLozEspIOCSTu5A5OTVOD4aeD7bW/7Xh0K3W83+YHLMVDZzkITtBzzwKpPWL7f5k9Gu/+RxfjaG/8Q/EO70uXwxJ4ktLK1heC0GsCyWMtkmTGQXORjPQY967X4e22t2fhf7N4itZbSaK4kEEM10tw6QZyimRT82MkZ64Aq34i8FeHvFnlHxBpkd20Qwj7mR1HpuUg49s1c0LQdN8NaSmm6LbfZrSNmZY/MZ8EnJ5Yk9felHRNf1uOWrT/AK2NGvL/AAv4Y0TxfYyeJ/EdzPcawt1Lul+2PH/Z5SQhY1UMAoAAPI5znvXqFc1ffDrwnqWujWLzRIJL4OHMm5lDMO7KDtY/UGhaSuD1jY53W/Ddp4o+L81lqsk5sV0WN5baKVo1n/fOAHKkHAznAPXFc/Pe3+k/Du/0nSvPmt4fEr6ZHH9s8l1tt3EYmb7oPC5PQNXra6TZLrb6usOL54BbNLvbmMNuC4zjqeuM1WHhnRhp9/YtYRyWuozvcXUUhLrJI5BZuSccgdMY7UraW/r4r/loNu7v/Xw2/PU4PwHoWuaL4sRrbwjN4c0aW3kFzE2sreJJJwUcLnKtwRkdQaXwv4Y0TxfYyeJ/EdzPcawt1Lul+2PH/Z5SQhY1UMAoAAPI5znvXV+H/h54X8Lak2oaDpf2S5eMxl/Plf5SQSMMxHYdqL74deE9S10axeaJBJfBw5k3MoZh3ZQdrH6g1V9U/wCtybaNHNeN7/VdN8cSXGiRFphomJZUTzHgiNwN8ip/GyjkLn8+h7Hwpp2k6d4egGgyCe1nHnm6372uWbkyM38THv8AlxjFXjplodYGqGH/AEwQfZ/N3H/V7t23Gcde+M0zStFsNEimi0uD7PFNK0zRiRigZjk7VJIUE84XApR0jb+t2/68/wAG9Xf+tkv6/q90gMpDDIIwQe9eYI02neH9U8BW7lLpr8WVkc/MLSfMm8f7iCUf8Ar06VnSF2jTzHCkqmcbj6Z7Vx3h/R9V1Txa3ivxRpVvpd1Fa/ZLSzjnE7opJLO7gYJ5wAOgJ9aFq9duv9fh8x3stN/6/wCH+Rmah4f0rxF48/4RjWzIdK03S4XstNSZoklJZlZztILbQqgc8Z965/Ugtj4H8W6TZ3UlzpOmapapaSSymTygXiZ49x7Kx/DNemeIvB+geLI4k8QabHeeT/q2LMjL6gMpBx7ZqaDw1o1t4fbQ4NNt00x0KNbBPlYHrn1Pv1oTa1/re/8AwBNJ6dP+BY5zxBd28vxZ8IW0c8bzxxXkjxqwLKrRjaSPQ4OPpWHo/gTTvFy+IpdZuLuQx6zeJZos7JHaNvz5iqpGWyc5OegFdho3gDwv4engn0fSIraa3ZmjlDuzgsu05YkkjHY5A7Vsafpdnpa3C2EPlC5uHuZfmLbpHOWbknGfQcUafg/zuF3a3n+j/wAx2m201lpVpa3V013PDCkclwy7TKwABYjJxk89ap+J7a4vfDGoWtnfrp1xPCY4rpm2iNjwOeoyeMjnnitWq+oafaarp81jqMCXFrOu2SJxkMKJXlccfdaPP/BWmad4X8Vrp82hXGi6ne28hDRag11a3oUqWb5m3Bh1GVHBPJrnLXwpo134D1zxDq95dJd2d1fNZTG7dFs3WV9uxQQMlueckk16X4e8CeGvCtxJPoOkxWs0g2tLuaR8egZiSB7Cua8KfC3Ronm1TxFocb6s1/PMryzF1KGVih2hin3cds/jQ9X8v1Wwlovn+j3MTxZPq+val4f0m80GXXYZtHS7m08amLESzEgMzE4Lbf7o6bs11nw2sNb0zT7+11jS5dKtFnDWFpNfLdmKMqMqJAc4DDIB6Zrd8QeFdE8VWiW+v6fHeRxnKbiVZD3wykEfgap2fgDwzp/hy70G003y9NvW3zwefId54/iLbh90dD2p338/87/1uK23l/l/T6Ffwd/yHvF3/YX/APaEVJ4n/wCR68G/9fdz/wCkz0aL8MPCHh7V4dT0fSPs95Bny5ftMz7cgqeGcjoT2qG/+EvgnVNRuL++0Xzbm5kaWV/tcy7mY5JwHAHPpS6JdkvwK7+d/wAbjviV4Y0jX/CN9d6tafaJ9Ns7ia1fzXXy32ZzhSAeVHXPSqXir/kg0+OD/ZEX/oK1s6z8PvDHiC1sLfV9M+0RafF5Nqv2iVPLTAGMqwz90dc9KNP+H/hnS9CvdHsNM8qwvzm5h+0St5n/AAIsSPwIpNe7KPf/AIP+YJ+9Fvp/wP8AI5Q+F7Pwn4s8J3+nT3b3+pXLQX9zPcu5u1MLN8wJx1AIwBiuX8R6bb+JtY8SRXvh3Wtf1RruW30zULRm+y2wAAVCSwVdrZ3ZBBOa9qutHsb2exmuYN8mnyebbHew8ttpXPB54JHOa8i1L4f6jLreovqHgG11ue7u5Jk1SPWTaqqsflzEMHgYzgcnJ560PWX3/p93UUdF936/8A9Y8O6RFoPhyw0yCNYktoVQorFgG6tgkk4yTUfirUbXSfCepXuoPOltHbtva2OJORj5D2bJ4PY0nhXTL3RvCun6fql2by7t4QksxJO4+mTyQOmT6VoXtlbajYzWd9Ck9vOhSSKQZVgexqql22KnaKR434es5dD+ImgG18Kz+G01CSVZXfWvtTXieUzDfHkkcgHPrU9v4N07XdN8aapqsl1NLZ6nfNZItw6JbOvzb1VSAWJxyc9BXe6R8OPCeg3cN1pOjRW9xBIZI5hI7OrFSp5LE4wx46d8cVrW+gaba2d/awW22HUZZJrpfMY+Y8gw5yTkZ9sY7UparTez/QpPXXuv1/zOBbPi5vBuj+ILmY2F/oxvLiNJjH9smCx/KzAgkAMzYB/lV34bWGj6X4m8W2XhvYNPguLdECSmQK3lfMNxJJw2e9dJqfgnw7rGh2ekalpkdxY2SqttGzuDEFGAA4O7oB3571d0nw/pWheb/ZFlHaCVUV1jJ2kIMLxnA4Pbr3qm1dtdb/nf8NiLaL+uho15Re/DbwdcfFb7Fd6WDFd6dJeNGbqUeZN5wywIfPQ9Bx7V6vWJ4j8HaB4tjiTxDpsd55JPlsXZGXPUBlIOPbNR1T/rYvo0c14u0C2jm8G6Hpss+nWiXjwo1vIRIkYt5MqHOSMjIz15q3b/AAx0uwtdasNOmlh0vVrURPZM7yCObn98GZicnI4/2RXQweG9JtrfS4IbTbHpJzZL5jnyvlKevzfKSOc1PrF1f2WkzXGkad/ad4gHl2nnrD5nIB+duBgZP4U3az8wV7r+upwthezeL7bw3ot6MzWcjT6uh7PbNsCn/elw3uFNej1y/g3w/dadNqes6xBbwarrE4mnitzuSFVGFTd/EepJ7kmuopu/Xfd+pKt026ehw/xKms7mHTdEm0m71q6vpHaDT7e8+ypMEX5vMkyPlAOcetc14MubrSNF8bWsVt/wj6afAslvaSX/ANsSzcxMSRIM9wDjtXo3iLwponiu0jtvEGnpeRxNujyzKyHvhlII/Osu88EWOn+E9YsPB9ja2Fzf2vkjcCY2IBA3A5HRjzjnPOah3UZeZatzRPNPD/g7Ttf1rQJovCGt2l1byLcarqGpyOsc+EzlWL5Yl8EbQPcYrV8bxWfiDxDqs1r4Tu9dfS8RT3sutCyitHCA/u1LYOMgk461V0z4d6idSsf7P8FR+F7m2mjd9XXXGnJVSNwWMHksARzxzXo2pfDzwprGuf2vqWiW9xenG6Ri2HxxllB2sfqDVSV9vP8AT+uhEXbfy/r+rmZpOiWHjf4U6EvimFtQ/wBEjnJeV1YyBCNxKkEnBPWqujgL+z0QOg0SYD/vhq6HUvAfhvV9CstG1DTfOsLDH2aHz5F8vAwOQwJ4PcmotH+HfhbQbW/t9J0v7PFqMPkXS/aJW8xMEY+ZjjqeRg0S97m8yoPlcW+hwkfhi08P6N4N8R2s93JrN1eWUM93Lcu3mRSjDR7c7QoBwAB2FetXV/aWTQreXUFuZ3EcQlkC+Y56Kuep9hVSbw/plxp9jYzW2630+SKW2TzGHltH9w5zk498570av4e0rXZbOTVrNLl7GYT25YkeW478HnoODxVN3b9fw0/4JCVkvT8dSl4yu9bs/D7y+HYPNn3ASui75Yov4njjOA7gdFJH49Cvg600SHQUuPD032uK6JkmvHbdLcSd2kY87s8YOMdMDpW9VGLSbWza+m0yGK0ub075ZVTIaTGA5XIyfyzU7XK3sYukf8TvxtqWrn5rbTVOm2noXyGnYfjtT/gBrll8JaT4p8f+L/8AhIpJ5LK1lt2FsLloogxgXMjbSMkAcZOBzXoGgaPHoOhWumxSGbyU+eVhgyuTlnPuWJP41xx+Gml654717VvFOjrcxyywGxkadgGURANlVb+8P4hRbW3l+q/4cL9TY+G1zNdeA7NpriS6VJJooZ5DlpYllZUYnv8AKBzXVVHBBFa28cFtEkUMShEjRcKqjgAAdBUlNu7Egqjaf8hjUP8Atn/6DV6qNp/yGNQ/7Z/+g0hl6iiigAooooAo/wDMw/8Abr/7PV6qP/Mw/wDbr/7PV6gAorH8QSa5bJBeaCkN2sBJuLBxta4X/Yf+Fh2B4OcHHWp9D12x8Q6aLzTZCyhjHJG67XhkH3kdTyrD0o3A0aKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACqNp/yGNQ/7Z/+g1eqjaf8hjUP+2f/AKDQBeooooAKKKKAKP8AzMP/AG6/+z1eqj/zMP8A26/+z1eoAx9f0vUNYSCztNRNhZOT9seEETuvZEbomect19Mdav6dp1npOnxWOm28dtbQrtSOMYA/+v796s0UAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABVG0/5DGof9s//AEGr1UbT/kMah/2z/wDQaAL1FFFABRRRQBR/5mH/ALdf/Z6vVUudPS4uBN500ThNmYn28Zz6Uz+y/wDp+vf+/wB/9agC9RVH+y/+n69/7/f/AFqP7L/6fr3/AL/f/WoAvUVR/sv/AKfr3/v9/wDWo/sv/p+vf+/3/wBagC9RVH+y/wDp+vf+/wB/9aj+y/8Ap+vf+/3/ANagC9RVH+y/+n69/wC/3/1qP7L/AOn69/7/AH/1qAL1FUf7L/6fr3/v9/8AWo/sv/p+vf8Av9/9agC9RVH+y/8Ap+vf+/3/ANaj+y/+n69/7/f/AFqAL1FUf7L/AOn69/7/AH/1qP7L/wCn69/7/f8A1qAL1FUf7L/6fr3/AL/f/Wo/sv8A6fr3/v8Af/WoAvUVR/sv/p+vf+/3/wBaj+y/+n69/wC/3/1qAL1FUf7L/wCn69/7/f8A1qP7L/6fr3/v9/8AWoAvUVR/sv8A6fr3/v8Af/Wo/sv/AKfr3/v9/wDWoAvUVR/sv/p+vf8Av9/9aj+y/wDp+vf+/wB/9agC9RVH+y/+n69/7/f/AFqP7L/6fr3/AL/f/WoAvUVR/sv/AKfr3/v9/wDWo/sv/p+vf+/3/wBagC9RVH+y/wDp+vf+/wB/9aj+y/8Ap+vf+/3/ANagC9RVH+y/+n69/wC/3/1qP7L/AOn69/7/AH/1qAL1FUf7L/6fr3/v9/8AWo/sv/p+vf8Av9/9agC9RVH+y/8Ap+vf+/3/ANaj+y/+n69/7/f/AFqAL1FUf7L/AOn69/7/AH/1qP7L/wCn69/7/f8A1qAL1FUf7L/6fr3/AL/f/Wo/sv8A6fr3/v8Af/WoAvUVR/sv/p+vf+/3/wBaj+y/+n69/wC/3/1qAL1FUf7L/wCn69/7/f8A1qP7L/6fr3/v9/8AWoAvUVR/sv8A6fr3/v8Af/Wo/sv/AKfr3/v9/wDWoAvUVR/sv/p+vf8Av9/9aj+y/wDp+vf+/wB/9agC9RVH+y/+n69/7/f/AFqP7L/6fr3/AL/f/WoAvUVR/sv/AKfr3/v9/wDWo/sv/p+vf+/3/wBagC9RVH+y/wDp+vf+/wB/9aj+y/8Ap+vf+/3/ANagC9RVH+y/+n69/wC/3/1qP7L/AOn69/7/AH/1qAL1FUf7L/6fr3/v9/8AWo/sv/p+vf8Av9/9agC9RVH+y/8Ap+vf+/3/ANaj+y/+n69/7/f/AFqAL1FUf7L/AOn69/7/AH/1qP7L/wCn69/7/f8A1qAL1FUf7L/6fr3/AL/f/Wo/sv8A6fr3/v8Af/WoAvUVR/sv/p+vf+/3/wBaj+y/+n69/wC/3/1qAL1FUf7L/wCn69/7/f8A1qP7L/6fr3/v9/8AWoAvUVR/sv8A6fr3/v8Af/Wo/sv/AKfr3/v9/wDWoAvUVR/sv/p+vf8Av9/9aj+y/wDp+vf+/wB/9agC9RVH+y/+n69/7/f/AFqP7L/6fr3/AL/f/WoAvUVR/sv/AKfr3/v9/wDWo/sv/p+vf+/3/wBagC9RVH+y/wDp+vf+/wB/9aj+y/8Ap+vf+/3/ANagC9RVH+y/+n69/wC/3/1qP7L/AOn69/7/AH/1qAL1FUf7L/6fr3/v9/8AWo/sv/p+vf8Av9/9agC9RVH+y/8Ap+vf+/3/ANaj+y/+n69/7/f/AFqAL1FUf7L/AOn69/7/AH/1qP7L/wCn69/7/f8A1qAL1FUf7L/6fr3/AL/f/Wo/sv8A6fr3/v8Af/WoAvUVR/sv/p+vf+/3/wBaj+y/+n69/wC/3/1qAL1FUf7L/wCn69/7/f8A1qP7L/6fr3/v9/8AWoAvUVR/sv8A6fr3/v8Af/Wo/sv/AKfr3/v9/wDWoAvUVR/sv/p+vf8Av9/9aj+y/wDp+vf+/wB/9agC9RVH+y/+n69/7/f/AFqP7L/6fr3/AL/f/WoAvUVR/sv/AKfr3/v9/wDWo/sv/p+vf+/3/wBagC9RVH+y/wDp+vf+/wB/9aj+y/8Ap+vf+/3/ANagC9RVH+y/+n69/wC/3/1qP7L/AOn69/7/AH/1qAL1FUf7L/6fr3/v9/8AWo/sv/p+vf8Av9/9agC9RVH+y/8Ap+vf+/3/ANaj+y/+n69/7/f/AFqAL1FUf7L/AOn69/7/AH/1qP7L/wCn69/7/f8A1qAL1FUf7L/6fr3/AL/f/Wo/sv8A6fr3/v8Af/WoAvUVR/sv/p+vf+/3/wBaj+y/+n69/wC/3/1qAL1FUf7L/wCn69/7/f8A1qP7L/6fr3/v9/8AWoAvUVR/sv8A6fr3/v8Af/Wo/sv/AKfr3/v9/wDWoAvUVR/sv/p+vf8Av9/9aj+y/wDp+vf+/wB/9agC9RVH+y/+n69/7/f/AFqP7L/6fr3/AL/f/WoAvUVR/sv/AKfr3/v9/wDWo/sv/p+vf+/3/wBagC9RVH+y/wDp+vf+/wB/9aj+y/8Ap+vf+/3/ANagC9RVH+y/+n69/wC/3/1qP7L/AOn69/7/AH/1qAL1FUf7L/6fr3/v9/8AWo/sv/p+vf8Av9/9agC9RVH+y/8Ap+vf+/3/ANaj+y/+n69/7/f/AFqAL1FUf7L/AOn69/7/AH/1qP7L/wCn69/7/f8A1qAL1FUf7L/6fr3/AL/f/Wo/sv8A6fr3/v8Af/WoAvUVR/sv/p+vf+/3/wBaj+y/+n69/wC/3/1qAL1FUf7L/wCn69/7/f8A1qP7L/6fr3/v9/8AWoAvUVR/sv8A6fr3/v8Af/Wo/sv/AKfr3/v9/wDWoAvUVR/sv/p+vf8Av9/9aj+y/wDp+vf+/wB/9agC9RVH+y/+n69/7/f/AFqP7L/6fr3/AL/f/WoAvUVR/sv/AKfr3/v9/wDWo/sv/p+vf+/3/wBagC9RVH+y/wDp+vf+/wB/9aj+y/8Ap+vf+/3/ANagC9RVH+y/+n69/wC/3/1qP7L/AOn69/7/AH/1qAL1FUf7L/6fr3/v9/8AWo/sv/p+vf8Av9/9agC9RVH+y/8Ap+vf+/3/ANaj+y/+n69/7/f/AFqAL1FUf7L/AOn69/7/AH/1qP7L/wCn69/7/f8A1qAL1FUf7L/6fr3/AL/f/Wo/sv8A6fr3/v8Af/WoAvUVR/sv/p+vf+/3/wBaj+y/+n69/wC/3/1qAL1FUf7L/wCn69/7/f8A1qP7L/6fr3/v9/8AWoAvUVR/sv8A6fr3/v8Af/Wo/sv/AKfr3/v9/wDWoAvUVR/sv/p+vf8Av9/9aj+y/wDp+vf+/wB/9agC9RVH+y/+n69/7/f/AFqP7L/6fr3/AL/f/WoAvUVR/sv/AKfr3/v9/wDWo/sv/p+vf+/3/wBagC9VG0/5DGof9s//AEGj+y/+n69/7/f/AFqltLFLR5HWSWRpMbmkbJ4oAs0UUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAf/9k=\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"title\": \"attachment9143\",\r\n \"contentFormat\": \"image/jpeg\",\r\n \"content\": \"/9j/4AAQSkZJRgABAQEAkACQAAD/4RCcRXhpZgAATU0AKgAAAAgABAE7AAIAAAAOAAAISodpAAQAAAABAAAIWJydAAEAAAAcAAAQeOocAAcAAAgMAAAAPgAAAAAc6gAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFNhbWlyIFNvbGFua2kAAAHqHAAHAAAIDAAACGoAAAAAHOoAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFMAYQBtAGkAcgAgAFMAbwBsAGEAbgBrAGkAAAD/4QpmaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49J++7vycgaWQ9J1c1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCc/Pg0KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyI+PHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj48cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0idXVpZDpmYWY1YmRkNS1iYTNkLTExZGEtYWQzMS1kMzNkNzUxODJmMWIiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIvPjxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSJ1dWlkOmZhZjViZGQ1LWJhM2QtMTFkYS1hZDMxLWQzM2Q3NTE4MmYxYiIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj48ZGM6Y3JlYXRvcj48cmRmOlNlcSB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPjxyZGY6bGk+U2FtaXIgU29sYW5raTwvcmRmOmxpPjwvcmRmOlNlcT4NCgkJCTwvZGM6Y3JlYXRvcj48L3JkZjpEZXNjcmlwdGlvbj48L3JkZjpSREY+PC94OnhtcG1ldGE+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIDw/eHBhY2tldCBlbmQ9J3cnPz7/2wBDAAcFBQYFBAcGBQYIBwcIChELCgkJChUPEAwRGBUaGRgVGBcbHichGx0lHRcYIi4iJSgpKywrGiAvMy8qMicqKyr/2wBDAQcICAoJChQLCxQqHBgcKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKir/wAARCALdBZMDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD6RooooAKKqzTT/axDAI/ubyXz647Uf6f/ANO//j1AFqiqv+n/APTv/wCPUf6f/wBO/wD49QBaoqr/AKf/ANO//j1H+n/9O/8A49QBaoqr/p//AE7/APj1H+n/APTv/wCPUAWqKq/6f/07/wDj1H+n/wDTv/49QBaoqr/p/wD07/8Aj1H+n/8ATv8A+PUAWqKq/wCn/wDTv/49R/p//Tv/AOPUAWqKq/6f/wBO/wD49R/p/wD07/8Aj1AFqiqv+n/9O/8A49T7SaSZJPNChkcp8vTigCeiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAKv/MW/7Yf+zVaqr/zFv+2H/s1WqACiiigAooooAKKKKACiiigAooooAKKKKACiiigAqrZf8vH/AF3arVVbL/l4/wCu7UAWqKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAq/8AMW/7Yf8As1Wqq/8AMW/7Yf8As1WqACsTxHr11o8unwafpy6hcX8zRJG1x5IGELZztPYVt1yPjU3o1jw0dKW3a7+2yeWLlmWM/uXzkqCeme1IO5oaR4iurrV30rWdKbTL7yTPEonE0csYIBIYAcgkZBFb1cd4ekur7xhezeITHDq9jB5MVrCpEQhY58xWJy+SAM4GMYxXOafpupeKtHk1WXQ7a6vbp5DFfvqjxy25DsFCKIzs246A84560+iDqz1SiuE1nSNTlOlXevaadetYLIR3llBIMrPxmZUOBJ3GOozxUOrLpupab4Pj0SaS30+TUdkZVmV0Xy5AyZPIPVfUdqdvzt+Nhefkeg0Vxd1pFj4Z8WaFJoMX2Q38729zBGx2zJ5bNuIz1UgfN155qPQdB07xbY3Wq+IYft11NdTRqJHb/RkRyqogB+XAXORzk0v6/r7x7f16/wCR3FFeYzvc33hXTrOe8mc23iQWcV1uzI0aSMFbd6gcZ9q2J9KsvDfj7QTo0JtV1ETw3SK5ImCx71ZgTywI69eaFrr/AFsn+oPTT+t3/kdtRXngsLTR9eafxfpcs8suoeZa60shdUy+Y0bB3RgcLjG00l3Bd+JPFesx3OiWurwWEqW8MV1ftCsIKBiwQIwJJJ+brwAOlC1X9eX+Y+p6JRWJ4TstT0/Qha6wV8yOVxEBOZisWcopcgFiBxnHatumIKq2X/Lx/wBd2q1VWy/5eP8Aru1IC1RRRQA2QssTtGm9wpKrnG4+me1Yh1rVRfizOjJ5zRmUD7YMbQcddvqa3ayH/wCRyi/68G/9DFb0eXXmjfTz/RnPX5rJxk1qu3V+aZpwPI9ujTxiKQjLIG3bT6Z71JXP6lYx6j4rht5y3kmyYyKrFd43jjI5xnH5U29trO4vfsdvpb37WkSRlXm2xxAjgcnk474J6VSoxdtd9fT72S60ldW209Xa+yR0VFcja3U8ugadZtM8YnvGt3kDksEBb5Q34AZrS1K0ttB0S8utKgWCYRbdyk+uM/UZzmnLD8suRvVuy++wo4nmjzpaJXf9f8MblFcvFpF5FNbTWenRW0qSK0lwLwu0i5+YN8vOa6isqlNQtZ3/AK8mzWlUlUvdW+/9UgooorI2CiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAKv8AzFv+2H/s1Wqq/wDMW/7Yf+zVaoAKo32kwahfafdzPIslhK0sQQgBiVK88dME9MVeooAzr3RLa91ix1MvLDdWe4K8TAeYjdUfIOV7+x6Gs1/BdoLq4ksdS1PT4bpzJNa2lwEjdj1I4JUnvtIro6KAMjUPD/22eOSDVtT08JEIvLtJwFZR6hlbn3GD71z/AIk0Kwt18K6RDGyWg1EgYkO/PlSNu3Zzu3c565rt6KAMXTvC9vY6oNRuL291K7RDHFLeyhvJU9QoUADOOTjJ9ahuPB9tJe3FxY6jqWm/am33EVlOESVu7YKnax7lcGugooAyH8MacdO0+xgR7e30+4S4hSJurKSfmJyTkkk9z61Pe6Nb3+radqMzyrNpzSNEqkbWLrtO7j09MVoUUAc+3hGCa5DXmqaneWyzeetnPcBogwO4fw7iAcEAsRwKk1DwrbXuqtqVre32m3kiBJpbKUL5yjpuDAg47HGfetyigCtp9lHp1jHaxPLIqZ+eaQu7EnJJY8kkmrNFFABVWy/5eP8Aru1Wqq2X/Lx/13agC1RRRQAVXNlGdTW+3N5qxGEDI24JB/PirFFNNrYTinuVzZRnU1vtzeasRhAyNuCQfz4qtcaLDPevcpcXNu0oAlWGTaJAOmeP1GK0aKpVJrZkOnCW68zMj0Cyj0o6fh2h3mRSWwyNnOQR0xUkGkrHHLHcXVzeRyJsKXDhhj8APzq/RVOrN7sSo01ay2My10OO1kixeXkkURzHDJNlF9O2SB2BJrTooqZTlN3kVCEYK0UFFFFQWFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAVsf8TbPbyP/AGarNGOc96KACiiigAooooAKKKKACiiigAooooAKKKKACiiigAqnayxxNcCSRUPnMcM2KuUx4YnbLxIx9SoNADftMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FH2mD/AJ7x/wDfYo+zQf8APCP/AL4FH2aD/nhH/wB8CgA+0wf894/++xR9pg/57x/99ij7NB/zwj/74FH2aD/nhH/3wKAD7TB/z3j/AO+xR9pg/wCe8f8A32KPs0H/ADwj/wC+BR9mg/54R/8AfAoAPtMH/PeP/vsUfaYP+e8f/fYo+zQf88I/++BR9mg/54R/98CgA+0wf894/wDvsUfaYP8AnvH/AN9ij7NB/wA8I/8AvgUfZoP+eEf/AHwKAD7TB/z3j/77FH2mD/nvH/32KPs0H/PCP/vgUfZoP+eEf/fAoAPtMH/PeP8A77FPSWOTPlur467TnFM+zQf88I/++BT0ijjz5aKmeu0YzQA6iiigAooooAKKrX2pWOlwCfU7y3s4i20SXEqxqT6ZJHPBqKw1zSdUkaPTNUsrx1GWW3uEkIHuATQBeooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAMDxOAb7w8CMj+1V/9Ey1D4ytrdbG0uoY0XU47yFbKRF/ebjIAyg9SCu7I6Yz6UvjC2jvJNBt5jIEk1RQTFK0bf6qXoykEfgarnTLfw34qsrv95PaXubUSXczTvaykZXa7ksFfBUjPXb60R/X9EOX6fqzb1TVvsMsFrbW7Xl9c58qBWC8D7zsx+6oyOeeSAATUFprF2upxWGtWEdnNcKxt5ILjzo5CoyV3FVIbHOCORnB4rN1O0nm8fw7NVudO8/TtkLQJE29lkJdf3iNzhlOBjp7VdHh6VtQsri/1+/vPssxliilS3VS21l/gjUnhjxmhbJifYG1vUbue5/sTSobuC2laF5Z7vyS7r94IAjZweMkryPTmpdU8QLpd7YW0lrJLJfK/lxxsN5ddvyAdDncecgAAk8VW1DTrzRvtmqaFdKqHdcXFjcDMMrYyxVusbHHXlc87epqve6lbS+JPCt3MpjW7hmMXmDBRnRCAfQ9vqaFsHX7y3Lruo6dNE+taVHb2Usix/abe783yixAXzFKLgEkDILYPtzVvU9Ya0u4rGxtWvb+ZS6wq4RUQHBd2P3Vzx0JJ6A81U8aMD4Tu7UczXgFtAo6tI5wuPp1+gJpLUi38fXy3Bw91Ywm3J/jEbOHA+hdSf94UbgSxa1e299Bba7pyWf2l/Lhnt7jzoi+MhGJVSpODjjB6ZzgUl94he38QNo1rYtdXbWyTxgSBQQWZSWJHyqNo55J3AAUzxcRJptpaRn/Sbi+txAo65WVXY/gqsT9KdAo/4WBetj5hpkAB9vNl/wAKFr+P5D2T+X52JbDWbp9VOm6vYJZXTRGaExT+dHKgIDYYqpyCRkEdxjNQ/wBualeSXDaLpMV3bW8rQtLNd+S0jqcMEXY2cEEZYryPTmk1Q48aaDjvHdA/98pUWoWF3oMd7quiXKiEb7m40+4GYnPVijdY2OCe657ck0r9WFr7GjqWrmye3tre1e6vrkExW6sFwB95mboqjIBPPJAAOahtNYu11OKw1qwjs5rhWNvJBcedHIVGSu4qpDY5wRyM4PFZFzHNqHjOzuIdTu9MW80sGDyo4iWIfcynzEbBwynAx0PpWkPD0rahZXF/r9/efZZjLFFKluqltrL/AARqTwx4zVW7/wBa2J9P60N2sFNc1K+8ybR9IiurKOVo/NlvPKeQqxVii7CCMggbmXOPTmt6uZ1G1uvC9peappFwHso991Pp04+X+85ifqhPJwdy5PQZpdSt9iDxJcavH4q0JbOxtZYxNIYjJeNGZD5LZDARnbjnByc+1btxe6jBZweXpguLyXh445x5URxyTIwBx9FJ9qz9YbzPEXhmUAhWuJevB5gc4qTUri7u/EMOj2t41ghtWuZJolUyP8wUKu4EAc5JwTyMYo8heZLZavdvqR07VbCO0u2iM0PlXHmxSqCA2GKqQQWXIK9+M1i6Bda63inWxNp1kEN1CJyL928oeSn3R5Xzcc87eTj3o+zQWXxI0qBLy7urj7FcvKbidpNoJjxgfdXOD0ArT0QEeJ/Eme9zCR9PIT/Chd/63Av6Xqf9pNfDyfK+yXb233s79oB3dOOvSmxaur6xqFjJH5a2MUUrSls7g+7tjjG39apeGfku9dhY/vF1N3K+gZEZT+INQ6TPDd+OPESRssixw20UncZxJkfrS15V3svyDq/X9SxY6zquorb3dto8f9nXBVkle8xN5Z6OY9mMY5xvzjtnityuYkiu/CEVubS5+1aR50cAtJx+8tw7hF8tx95QWHysCcdG4xXT1WnQNQooopAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQBXubG3vJLd7mPe1tL50R3EbXwVzx14Y9fWi+sLbUrN7W9j8yFyCV3FTkEEEEYIIIByKsUUAVdQ0yz1W2EF/As0YYOuSQyMOjKw5U+4INQWOgadp1x9ogikecAqJrieSeRQeoDSMSB7A1o0UAY8vhXR5rmWaS3kPnOXkh+0yiGRicktFu2HJ5ORzUGsWsF54m0m2uoUmgkt7lWjdcqR+77Vv0UB1uZll4d0ywuluYYZJJkBEclxcSTmMHqF3sdv4YqxqGl2WqwrFfwLKqNuRslWjb1VhgqfcEGrdFAGdYaDp2m3BuLeKR7grt864neeQL/dDSMSB7A4q0tnAt+96qYuJIliZ8nlVJIGOnVj+dT0UAQS2NvNe293LHuntgwifcRtDABuOh6DrWc/hTR5LmSZ7aRhI5keE3MvkuxOSTFu2Hnn7tbFFAFXUNMs9VtRb38CyxqwZeSCjDoysOVPuCDUFjoGnadcfaIIpHnAKia4nknkUHqA0jEgewNaNFABWOPCmji4Mv2aQgv5hha5kMO7Oc+UW2deenWtiigCpqOmWmq26w30ZdUcOjI7IyMOjKykFTyeQe9QXPh/Try2t4biKQ/ZhiGVbiRZU9cSBg/PfnnvWlRQBnWugabZXEM9tbbZoQ4WQuzMd+3cWJOWJ2ry2TxTptEsZ9UTUHjkW6UKC8czxhwpyodVID4zxuBq/RQBm32gadqN2Lq4ilS4C7DLb3EkDMvZWKMCw9jmpLTRdOsWma0tEi86NY5AudrKucDHT+I/XPNXqKOlgMi08L6TZTxywwSsYTmJZrmWVIj6ojsVU/QCteiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAopGZUQu5CqoySTgAVz/AIa8XW/iSz1G7SA21tZXDRrJI3+sQKGEmMDAIOcc8UAdDRXIjxvcpbQapdaHLBoVw6ql6Z1LqrEBZGixwpJHOScHpXTahf2+madPfXb7IIELu3sPT3oeiuw3dixRWR4W14+JfDlvqrWrWhmZwYWfcU2uV5OB6elU/Fvi5PCjae0tk9zFdSssro+DCijcz4wd2Bk446UPR6hudHRWVr2upo3he61qKMXccEIlVFk2iQHGMNg+vpUeseI4dJgtFFtNd318dtrZwYLyHGTycAKO7HgUAbNFcq3i3UtNaOTxP4efTbKRghu4btbhYiTgeYAAVHvyKk8T+I9Y0CG5vLbQYr3T7eLzHuDfiNvf5Nh/nRsG501FY+iajrN+znV9Fi06LYGjdL0T7ye2AoxUfiTX7vRpdOg07TV1C5v5mhSNrjyQMIWznaewoegLU3KKx7HVtQWyu7rxJpsOkQ267963gnBUAlicKMYxWZH4q12+hF5pXhOaewcbo5J7xIZZV/vLGQevUZIzQB1dFc1d+NLWLwVdeIbO3kmFr8slrKfKkRwwVkbg7SM+9dBPP5FlJcbd3lxl9ucZwM4oeiuxpXJaK5HVPHR07wbpOvLpb3H9otGDbRy/MgdCxwdvzEBemBn2rcudagj8MTa3Z4uoEtGuowGwJAFLAZ7ZxQ9L36CWrSXU0qK5rUfFdzbaHot7Y6Wt3cas8aR27XPlhC6F/v7TnGMdBUR8Xahps0X/AAlGgSaZayusYvIbpbiJGJwN+ACozgZxjmnZ3t8hX0udVRRRSGFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAHE+NvEFompW+gX0k9tZTJ5t7PHbySb488QrsBwWwcnsue5rBtNbsL/RfHVppTyeZMJpoE+zyIPLECL3UAdMYPPtXqlULDRrbT59QliMkh1Cfz5lkIIB2hcDjphR1zSto13T/T+v8Ahx31T7M53xM8LfB64MRBifTYxF75ChQPxIrP1XxLp8niSDTdcluILLSxHJIgtJZPtVwBkcopGxOvPVsdhW5beBtOtpYV+138tjbyiWDT5Z90ETA5GBjcQDyASQPSulqm7y5v6/r/AIBKVoqJxnww1Wzv/C32a1kdpbeeZpA0TqAHmcrgkAHj06d8Va8TRpL4v8KxyKHR57lWVhkEGBuK2tG0iDQ9MWxtHkeJXdwZSC2XcuegHdjRe6RBfanp19M8iy6e7vEFI2sWQod3Hoe2KWhXV/M898RSP4e8J694Wu2Jt/srT6VIx+9DuG6LPqhP/fJHpXRKyxfE3Tjc8LNozJak9C4kBcD327fwFa3ifwtp/izSxZan5qKr70lgYK6HocEg8EEgjFT6toFhrVhFa3yP+4IaGaNykkTAYDKw5BoW9/62f+f9XE9dP66f5FTxtJBF4F1k3RXY1nIoz3YqQo+uSKzvFEcsPwjvI7nPnJpgWTPXcFGf1q3beCrSO8huNR1LVNXNu4eGO/ud6RuOjbVABI9TmtbWNLh1rR7rTbppEhuozG7RkBgD6ZBH6Uuj8/6/UafvJ9v+B/kWLX/jzh/65r/KuU8bi+Os+GRpTW63f22TyzcqzRj9y+chSD0z3rro0EcaovRQAM1Tv9Ig1C/0+7meRZNPlaWIIQAxKFfm46YJ6Yqnq7kx0jby/Q5XxYmu/wDCvtU/t57GYq0TsLCN1BhEil87ic8A/hXawyRywRyQMrROoZGXoQRxildFljaORQ6MCGVhkEHsa5geA7SHMVjrGtWNlniyt70rEo7gZBZR7AikM5jXE+0eGviBNa827XSbSOhZEj8wj8Rz9K9C1CaMeHrmYuPL+yu2/PGNhOaW20bT7PRhpVvaRpYiMx+RjIKnqDnrnJyT1rBX4fWAjFs+qaxLpy8DTpLwmHb2TpuK+xak1ePL5fpYadmn5sxghTwV4BV1wfttnkH/AK5NRq2fCtnrmhv8ul6lZXM+mt2ik8tjJD9OrL+IrtNR0W11IWAlLxrYXKXMKxYA3KCADx056DFM8Q6BZeJdHk07UQ4ichleIgPGw6MpwcH/ABpzfMnbq3+Ngjo15Jfg2ctN/wAgHwF/19W3/ohq2vH0sEfgPVluAG823aKNO7yNwgHvuIqTUPCVrf6NpunC9vbVdNZGt57eRVkBRCoJJUjofSm2Pg6zt76K8v73UNXuIG3QNqFx5ghPqqgBQffGacrSb83/AJExvGz7L/M2bBJItOto5+ZViVX/AN4AZqeiihu7uCVlYKKKKQwooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigClqmr2ejwxS37yKJpBFGIoXlZ3IJwFQE9Ae3aq1p4n0q8vks0mmhuZATHFdWstu0mOu3zFXd+GareJyBfeHiTgf2qv/omWovF8sF1ZW2nQMsmozXUL20akF0KyKzSewVQcn8O9C1++35f5g9Pu/wAzpKKytU1O5ivrfTdLijlvp1aQtMSI4YxgF2xyeSAFGM+owTUEGoapYatbWWtm0nS8LLBc2sbRASBS2xkZm6qCQQexGKNwNyiuej1DWtWmu30eSwtre1ne3C3ULyPKyHDHKuuwZ4HDcc+1S6vrV3p2qaXZQW0c8t8soCZIG9Qp+92UAsScE8cc8EDrY3KK5281HW9EC3mqNYXWn71Wf7NC8UlurEDfyzBwM8/d459qt6jql3/aaaXo8UMl2Y/OllnJ8u3jzgEgcsSQcKCOh5GOQDXorBOo6tpN3bLrhs7m1uZVhFzaxtEYnbhQyMzZBPGQ3UjjvTb3WdS/4Sp9F02CBmNolwJpg22LLurFsH5vurhRjOTzR6AdBRWJZahqdvriaXrX2WUzwtNb3NrG0attIDIyMzYI3Ag7jnnpioYdQ1vV2uZ9HfT7e2gnkgRLqF5HlZGKsSVZQgyDjhuOfagDoaKydS1O6ivLbTdNhikv7hDIxlJ8uCMYBdscnkgADGfUYJqGDUNUsNWtrLWzaTpeFlgubWNogJApbYyMzdVBIIPYjFAG5VWxv4tQjmeFXUQzvA28AZZDgke1Wqw/DhZbHUii7mGo3JC5xk+YeM0uvy/VD6fP/M3KZJNHEUEsiIZG2IGYDc3oPU8Gufvr7xHpmny6pdjTXt7dDLNZxJJvVBy22UtgkDn7gz0461U8WjU59R0CTT7uzSB79PKEtszkP5Uh3EiQZXHbAOe/an1Qun3nXUVjXeo39lHZ2Ci3vNWui20qrRRKq/ekIJYgAFRjJJJHTPEa6hq2mahaw621ncW15J5KT2sTRGKTBKhlZmyDgjII5wMc5oA3aK506xq154g1HSdNitozaGMm6nRmVFZAQNoI3sTngFcAc9s2tK1G+OqXOlawsBuYYlnjntlKpNGxI+6SSpBHIyeo5oWobGxRWCmoatrEkr6J9jtbOKRo1ubuJpTOynDFUVlwoIIyW5weMYJkGpahZ6vp1nqgtil5HInmwBgPOX5lHJ4DIGOOxU8mgDaorN1HUZoNU06ws1jaW6kZpN4J2QoMs3B65KqPdq0qACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA5vxfa297LoNveQR3EEmqKHilQMrDypeoPBqGfT7PwlrVrf6XaxWen3jra3sUEYRFYn91JgcD5vlPruGeldNLBDO0bTRJIYn3xl1B2NgjI9DgkZ96J7eG6geC6hjmicYaORQysPcHrQtPv/yB6/d/mctrdjaf8JrbXGqXF1bW91aC2ilhvJLdRKrlgjFGHLBjjP8AdNXYtE0S31i0Vry7mvY2M0ENxqk82CAQW2M5HQkZx3rcuLaC7t3guoY5oXGGjkQMrD0IPBqCw0rT9LRk0ywtbNWOWW3hWMH64AoWgPUw9Xt7O2hvtb0fVVsLqEMZ2SUNBK6jG2WPpnjbkYbtntUOp6sttrfhm+1GL7OssExmLdLcsqcsewBwCfet9tD0l9QF++l2TXgORcG3QyZ9d2M1Vv7eSXxTpUnks8KwXCyNtyozswCenODSDqVvF1zFc6DJpVvIst3qg+zwRo2SQ3DP/uquST7UnmxaT42ne9cRRalbQx28rnCmSMvmPPqQ4IHf5vStax0fTNMZ203TrSzaT75t4FjLfXA5qxcW0F3bvBdwxzwuMNHKgZW+oPBpgYXiiaK9S00a2kV7y5uoZNiHLRxxyK7SH0AC4z6kCpoAP+E+vjjn+zbfn/trNWhYaVp+lxsmmWFtZoxyy28Kxgn3wBVgQRC4acRIJmUI0m0bioJIGfQEnj3NC0/ryDo1/W9zE1T/AJHTQP8Arndf+grVTWIbSytb/XdE1RbK4i3PMEkDwTyLwVkTpuJG3K4b3PSuleCGSaOZ4kaWIERuVBZM9cHtmqp0PSTqH286XZG8zn7SbdPMz67sZpDOb1G2t5/FNhe6zJd2MV9YLChivJLcJMGLeWxRlySGOM/3TWlFomiW+sWiteXc17GxmghuNUnmwQCC2xnI6EjOO9blxbw3du8F1DHPC4w8cihlYe4PBqCw0rT9LRk0ywtbNWOWW3hWMH64AqhFuuRF7caf4Q167sjtmivbkh9u7YPNOWx3wMnHtXXUyOCKFWEMSRh2LsFUDcx5JPuanr8v8h9Pn/mcP4s07w/a+Db2eQnUrma0kNs9xctcPI2wneoYkDH3sqAAB2rU1jCWvhiV2CpHfQ7mY4AzE6j9WA/GtiDQtItvP+zaVZQ/aVKz+Xbovmg9Q2ByD71ZntLa5tGtbm3ilt2Xa0MiBkI9CDxins7+n4C/4P4nM+I7W0bxPpd7qNxcQWTQy2pngu5IBHIWQqGZGHB2sOTjIA64q0dC0KHULNJ768luDKJbeGfVZ5NzJ82QjSEHGM9K2o7CzisfsUVpAloFK/Z1jAjx6bemKjsNH0zSt39madaWe/732eBY931wBmhaA9SjpAH/AAkmvnHPnQ8/9sVqNv8Akoi/9gpv/RorbSGKOSSSONFeUgyMqgFyBgZPfjik8iH7T9o8pPO2bPN2jdtznGeuM84pW1X9dGgeqa/rdMwfB11FBoiaTPIEvtNJgnic4bgnD47qwwQferHiCL+0vD73GmOk1xasLm2aNgQ0kZztyPXBU/U1ev8AR9M1QodT060vCn3DcQLJt+mQcVS1i9lsLMafo1lM13NHstvKgPkw9tzPjaoXrjOT2Bod7abjW+uxX8OXEeuX134giJa3lVbazJ/55ryzfi5I/wCACuhqrplhFpel21jb/wCrt41jBPU4HU+561aqnbZEq+7CiiikMKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAKGsajcadao1nptxqM8j7EigKgA4JyzMQFXjr+lUfCmuXWv+FItUuLeOO4kaUeTGx2/LIygZP8Aujmt09DXI/DmVIPh5byzMEjjkuWdj0UCZyTR0Y+i/ruLea14l0Nbe+1uHS5LCSdIZorXzPMg3sFVtzHD4JGflWrup6vqcuvDRvD6Wv2iOAXFzcXYZkiUkhVCqQSxwT1GAKrQ29z4wntL+9U22iwyLcW1sf8AWXTDlJJP7q9wnU8E46UulkQfEzXopTiS5tLWaHP8SLvVsfQ/zo8n/Wn9MXdr+tS94b1q41SO8ttSgjt9R0+fyLlImJRjgMrrnnaQQcHkVp3F9aWkiJdXUMLurMiySBSwUZYjPUAcn0rnvDQ87xh4qvIjuge5ggVh0LxxAP8AkTioPE1lBf8Aj7wrFdxrLEBduUYZViEQjI784P4Ub28/8rh3OgGvaOdP+3jVbH7GG2/aftKeXn03ZxmrK3ds9mLtLiJrYpvEwcFCvru6Y965DTdE07/hZ+tH7JFtS0gkWPYNgd94ZwvTcQoGevX1qjpmgNrHhDWNIspIoFttbmNvFKm6LCShxGyj+AnPFG/9edg2/ryudxYarp+qI7aZf2t4qHDm3mWQKffBOKt1zfhvUBJqt9p17o8GmanbxxvMbYho54zuCsrAA44bhhkV0lMAooopAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFZ9voWm2uhyaPBbbLCRZEaHzGOQ5JbknPO49+9aFFAXOXX4ceGEUBLK4UKMADULjA/8iVrat4e0vW/JOpW3mPAT5UqSNHImeoDqQ2D6ZrSooArafp1ppVjHZ6dbpb28Y+WNBwPU+59+9JPptpc6ja300W65tA4gfcRsDgBuM4OQB1q1RQBVj061h1OfUI4sXVxGkcsm4/Mq52jGcDG49KpzeGNIuLG4s5bTMFxcm6kAlcEyk5Lhgcqc+hFa1FAGfpWh6doqSjTbfyzMwaWRnaR5COm52JY49zWhRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFUtU1ez0eGKW/eRRNIIoxFC8rO5BOAqAnoD27VWtPE+lXl8lmk00NzICY4rq1lt2kx12+Yq7vwzQBrUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUxpo0mSJpEWSQEohYZYDrgd8ZFPoAKKKKACiimRTRTx74JEkTJG5GBGQcEcehGKAH0UUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAGB4nIF94eJOB/aq/+iZai8XywXVlbadAyyajNdQvbRqQXQrIrNJ7BVByfw70eL7W3vZdBt7yCO4gk1RQ8UqBlYeVL1B4NQz6fZ+Etatb/S7WKz0+8dbW9igjCIrE/upMDgfN8p9dwz0oj+v6Icv0/Vmrqmp3MV9b6bpcUct9OrSFpiRHDGMAu2OTyQAoxn1GCagg1DVLDVray1s2k6XhZYLm1jaICQKW2MjM3VQSCD2IxWdrdjaf8JrbXGqXF1bW91aC2ilhvJLdRKrlgjFGHLBjjP8AdNXYtE0S31i0Vry7mvY2M0ENxqk82CAQW2M5HQkZx3oWyf8AX9dRPe39f10Ej1DWtWmu30eSwtre1ne3C3ULyPKyHDHKuuwZ4HDcc+1S6vrV3p2qaXZQW0c8t8soCZIG9Qp+92UAsScE8cc8Gpq9vZ20N9rej6qthdQhjOyShoJXUY2yx9M8bcjDds9qh1PVlttb8M32oxfZ1lgmMxbpbllTlj2AOAT70lt939fMb3+8t3mo63ogW81RrC60/eqz/ZoXikt1Ygb+WYOBnn7vHPtVvUdUu/7TTS9HihkuzH50ss5Pl28ecAkDliSDhQR0PIxzV8XXMVzoMmlW8iy3eqD7PBGjZJDcM/8AuquST7UnmxaT42ne9cRRalbQx28rnCmSMvmPPqQ4IHf5vSmIkOo6tpN3bLrhs7m1uZVhFzaxtEYnbhQyMzZBPGQ3UjjvTb3WdS/4Sp9F02CBmNolwJpg22LLurFsH5vurhRjOTzSeKJor1LTRraRXvLm6hk2IctHHHIrtIfQALjPqQKmgA/4T6+OOf7Nt+f+2s1C1/H8h7J/L8wstQ1O31xNL1r7LKZ4Wmt7m1jaNW2kBkZGZsEbgQdxzz0xUMOoa3q7XM+jvp9vbQTyQIl1C8jysjFWJKsoQZBxw3HPtT9U/wCR00D/AK53X/oK1U1iG0srW/13RNUWyuItzzBJA8E8i8FZE6biRtyuG9z0pX6sLX2NPUtTuory203TYYpL+4QyMZSfLgjGAXbHJ5IAAxn1GCahg1DVLDVray1s2k6XhZYLm1jaICQKW2MjM3VQSCD2IxWTqNtbz+KbC91mS7sYr6wWFDFeSW4SYMW8tijLkkMcZ/umtKLRNEt9YtFa8u5r2NjNBDcapPNggEFtjOR0JGcd6q3fz/r9f+AT6HQVhLqOq6vNP/Yf2S2tIZGiF1dxtL5zKcNtRWXCggjcW5IPGOTu1zvhC5it9LbR55FjvtPkeOaJzhiC5KvjurAg5+vcGl1GW7vVLvStKg+2RQ3WpTy+RDDbkokrknH3slRtG49cAHrVeebxPYW7Xkw029jjXfJaW8UkcmB12uXIY+gKrn2pniC4hSXSNZSRZbKxu2NxJGwZUVkeMucdlYjPoM+laWo61Y2GlteSXEbxsv7oIwYzMfuqgH3iTwAKTvZtD62M/VvEcltHo0ulQreJqkuyMHI3AxM6nP8ACMgEnBwM8Zom1DW9JubWTVmsLizuZ0gc20TxvAznCnLMwcbiAeF659qoWthLptt4MsrofvrdyrjOdrfZpMj8OlaHjL/kAxf9f9p/6UJVtJSt5krVfIztai1pvH2lfZL2wjVre58kS2buUH7rcGxKNxJxgjGPete71K/F7DpWnLby3/kia4nkVhFCucBtgOSWIOF3dAcnjmHVCI/G+hSOwVWguowScZYiMgfXCk/hWffWFk/jmSTUrq7t49QtYltZIL6W3R3QvuTKMAThgQD/ALWO9Stkv66lPa5q2eoaja6xHput/ZpGuI2e2ubVGjVyuNyMjMxBwcg5ORnpjmpZavresz30OnrZ2q2d3JA1xcRPIG2twqoGXPGCW3AZOAOuJ7TR9Fttch8u8uZ9QgRpY4p9SmnKKRtLbHcgdcZxUnhgAW2oYHXUrnPv+8NHX5fqhPb5/ow0/UNSv7e/s5BbW2qWUgjZ9jSQuCAyuF3A4IPTPBB5NZvgOLVV0VGuruzktfOuAI47Vlk3ec/O4yEYznjb6c1e0r/kc/EH+7a/+gNTfBjovh4Ql18yO7uUZc8giZ+MUC6HQUUUUDCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigCOWCGdo2miSQxPvjLqDsbBGR6HBIz70T28N1A8F1DHNE4w0cihlYe4PWpKKAI7i2gu7d4LqGOaFxho5EDKw9CDwagsNK0/S0ZNMsLWzVjllt4VjB+uAKt0UAUW0PSX1AX76XZNeA5FwbdDJn13YzVW/t5JfFOlSeSzwrBcLI23KjOzAJ6c4NbFFAFOx0fTNMZ203TrSzaT75t4FjLfXA5qxcW0F3bvBdwxzwuMNHKgZW+oPBqSigCpYaVp+lxsmmWFtZoxyy28Kxgn3wBVgQRC4acRIJmUI0m0bioJIGfQEnj3NPooAjeCGSaOZ4kaWIERuVBZM9cHtmqp0PSTqH286XZG8zn7SbdPMz67sZq9RQBHcW8N3bvBdQxzwuMPHIoZWHuDwagsNK0/S0ZNMsLWzVjllt4VjB+uAKt0UAFU7/R9N1XZ/aenWl5s+59ogWTb9Mg4q5RQAyKGKCFYYY0jiQbVRFAVR6ACqdtoWkWV2bqz0qyt7hs5mit0Vznr8wGav0UAMeGKWSN5Ikd4iWjZlBKEjGQe3BI/GkmghuYwlxEkqBgwWRQwyDkHB7ggGpKKAK97YWepW5g1G0gu4SQTHPGHXPrg8UTWFnc2X2O4tIJbXaF8h4wyYHQbTxirFFAFax02x0yExabZW9nGTkpbxLGCfoBU0UMUAYQxpGGYuwRQMseST7n1p9FAEaQQxzSTJEiyy48xwoDPjpk98VCmmWEeoPfx2Vul5Iu17hYlEjD0LYyRxVqigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAKNzc3f9oi2tBD/qvMJlz647Uf8AE2/6cv8Ax+j/AJmH/t1/9nq9QBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/R/xNv8Apy/8fq9RQBR/4m3/AE5f+P0f8Tb/AKcv/H6vUUAUf+Jt/wBOX/j9H/E2/wCnL/x+r1FAFH/ibf8ATl/4/S2VzcS3NxDdCLdDt5jzg5Ge9Xao2n/IY1D/ALZ/+g0AXqKKKACiiigCj/zMP/br/wCz1eqj/wAzD/26/wDs9XqACiuV8Zvc38+meHtPvJ7OfUZHkkntpTHJHDGuSQw5GWMY/E0aJ4rij+HEWua27K9nAUvcDLebGdjjHqWHA9xSvo2HVI6qiuY8P+Jdd1bUAmp+EbrSbGVC8F1LdRyE9wHjHKEj1z6VTuvHOpzardW/hjwrda1aWMxgurxbmOFQ4+8sYbmQjocY5p9bAdnRXOeIfFNzpdzbWGi6LPrOq3ERmW0WZYRHGCAWd24Xk4A7mo7PxvA/hvVNT1TT7jT7jRwwvrJirvGQob5SDhgQRg8UdGw62OnormfDfiTW9YvCmreFptKtpIvNt7oXsVwkg44Oz7pIOR171Sfxzqdxrd1b6J4VudS0+xuTbXV4l3Ejo6/e2xH5mAz7Z7U7a2FfS52dFUtS1nTNGjSTV9RtLBJDtRrqdYgx9AWIzWJ4p8VpaeCpdU8NXNrfTTyJbWksUiyRea7hASRkHBOce1SM6iiuT0TwZqGlalDqN14u1rUJ/wDl5guJVa3kyOdsePk55GD2qld/EHUjcXc2g+E7zVtJspHjuL9LlI8lOH8uNuZACCMjHIpuyDc7miuL1T4irb3Ojw6Jo9xrDazZtc2iwyBCSNuA2eFGGJLE8Y6GpLHxlq+p6FqEll4XkbW9OuRb3GlPfRrgkBtwlxtI2tnpzR/X42D+v1Oworzj4eeJvF+pafp8eo+GZJLKWSXzNWk1SNiBvb/lnjccH5fwz0rQvPH2pHVNV07QvCtzq1zplx5cpW5WKPZsVt29h947iNgyflznmgDt6K4+5+ICyaTpE2g6Rc6rqGrwGe2sVdYiqDG5nc8KASBnuasaJry+LIdT0PX9Gm0u9iiCXljLMHDRSAgFZExuBAIyMYNFnqGnU6iiuD8AaHp/hzxZ4t0zRrf7NZwzWpSPez4zDk8sSepPeunvfFPh/TbxrTUdd0y0uUxuhnvI0dcjIypOehp9rArmrRXO+M7uZdLtNNsZ5ILrVruO0jkhcq6ITukZSOQRGrc+uKreE2Or+E73RNbeS7ls5p9NuzLIS8qAkKWbrlo2U5znmlve39f1dBppf+v6szq6K4PwBoen+HPFni3TNGt/s1nDNalI97PjMOTyxJ6k96j8WeGNItPHXh3xBb2mzVLrVkimuPNc7lEL8bSdo+6Og7U+qXe34h0b7X/A9Aorn/E3ih9CktLLTtMm1fVb7d9nsoXEeVUDczO3CqMgZPcisdfiLPBp2oHV9Am07U9OaBriykuFceVLIEEiSKCGA57dsUlqD0O4orn9b8X2Wl2GqSWm29vNMaFJrUMUIaUqEG7B67h0zVy/8TaFpNz9n1XWtOsbjaG8q5u442we+GIOKANSiuO8U3V7rGv6V4b0jU5NPhvYJLy6vLVh5vkptAWNucFiw+b0FUtOm1DwZ4luNGutVvNasJdNkv7V7+UPOjxEB0L45BDAjjildJXfn+G/5Mdu39XO+qC4vbW0khjurmGF7h/LhWSQKZG67VB6n2FcPa/Ey7uYtN1BvC15Dod68UTai86DZJIQoxGfmZNxA38Z6gU/xVfyHxrolvrHhBLrT01CJLHVm1BRsmZc58oDdxg9ePlB9Kqzul52JurN+VzvKKw/FHiRvD1vapa6fLqeoX03kWlnE6oZG2ljlm4UAA5NZHhnxnrut69qWl6p4TOlS6fAJHJ1FJcu33FwFHDAN8wyBtxS3GdZHe2s15Naw3MMlzAFMsKyAvGD03L1Ge2anrhvBl4154y1x9T8JpoGsNDBJcOL4XJnQ7gv3RtXGzt1707UPH+pJ4j1TRNC8K3Or3enMhdkukij2MgbJZhw3JAUZJwTRsHc7eisbSvEUeteD49e061mlEtu0yW3G9mGcp6ZyCKtaFqFxq2hWl9e6fNps88YZ7Sf78R9DwP5D6Cnaza7AX6KK8+8cnX/AO2rT+wvN2faYc/awnk7+dvk/wAXmdc7vk6Zqb6oOjZ6DRVDQ/M/sO1877b5mz5vt+3zs99+35c/Tir9U9GC1CiiikAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFUbT/kMah/2z/wDQavVRtP8AkMah/wBs/wD0GgC9RRRQAUUUUAUf+Zh/7df/AGer1Uf+Zh/7df8A2er1AHC6v4KvvE/ja71G+1PVtGtrW3jtrGTTLtYmmBy0hYgE43bRg4+79KoW/gDU4NB8S+Go7q4ls7mWO80/UL2ZZHebhnEmOfvoCTjkMepr0mihaKy/rr+Y93dnMeH9V8X3uoCDxB4attMt40O+6S/Wbzm7bEAyozz8xrGtIfGXhK7vdO0fQLXWtPubyW5t7s3ywGDzGLFZFIJbBJ5XqK9Aoo63F0seb/EPwNJrutWetf2BB4i8q1+zTWDXzWjA7twdHBA7sCD7Vb8IaDPovhPVF07wZBod5M/FhcambuO5AUcl+ducsMfnXe0UbJrv/X9XDdps858IaDrlt4pjvV8Op4U01EkFzZRamLiO6ZsbSsSjbHgjORjriqviTQvEmqa7cHT/AAla2d+zkW/iO01XyCq5+VpI1G58AAFTkV6hRR28g7lC+0XTtXtoYtbsLPUfK5H2m3WQBsYJAYHFZPiPwhb6j4Nn0XQ47fSmVlmtfIiCRxyq4dTtUdCw54710tFDBaHJaFq/ja61GG11zwxaWMCf6++TUFkWTAP3IwNwycfePArGtrXxv4atrrQNG0Sz1Czlmme01OS9EQgWRy2JIyNzEFj93rXo1FD13BaHEaR4Ru9E8R+GhCvnWWmaRNaTXG4DMjMhHy5zzhj04rT8OaTe2HibxPd3cPlwX95FJbvvU71EKqTgHI5BHOK6SinfW/r+LuK39eiscH4SXxZ4dnh8PXfh2K40uOeXbq8d+gAjZmcExEbieQK3PDWmXmn6t4imu4fLjvdR8+A7gd6eVGueDxypGDzxXQUUlp+X5f5Dev8AXr/mcl4o0/XLXxHY+JPDVlDqc1vbSWk9hLOITLGzKwKOeAQyjr2qDR7PxGt5rHinVdJhTU57RILPSYbpThU3MFaXG3czN16AV2lFC0Vv61B6nnXhifxnF421G91PwZ9jtNXlhMsv9qwyfZhHHszgcvnHbFdhe+FvD+pXjXeo6Fpl3cvjdNPZxu7YGBliM9BWrRTA4rxN4SvfFfi+0M17qGlabp1qzQXWnXKxSvO7YIzyQAi+gzu69ar6J4b1jwVresvpf2/X7S8sluEe/vUMr3SEr5ZcgYDLt+Yggbetd7RSWm39f1+gPX+v6/pnnXhifxnF421G91PwZ9jtNXlhMsv9qwyfZhHHszgcvnHbFO8YT+MrzX7EaX4N+12ml363UVz/AGpDH9pARlxtblOX756e9eh0UdvIO5xOs2viZ7vRvFOl6RC+pW9tJBd6PLdqCVk2khZcbdyso56EVQm8N+IPEVj4i1XW7CCw1C/0z7DZafFcCQxBdzgvJwpYuR04AFei0Uf16XH/AF9x5lN4T8QTvo909kgn1C5STW085P3IS4WZOc4faAU4z1rutQ8M6Dq119p1XRNOvZ9oXzbm0SRsDoMsCcVp0U+lifM5LxRpGr2+raXr/hW1gurnT4pLeSwkkEInhfb8qt0UgqCM8VTs9I8Q63e6hrviGwh064bTZLGx06O4ExQNyzO4wpJIUDHAAruaKlq6afn+O/5lJ2d1/VjJ8KWVxpvg7R7G9j8q5trGGKVNwO1lQAjI4PI7VyXjWXxjfa1ZRaT4O+2WemahFeRXX9qQx/aAqHK7G5XliMnPTpzXodFVJty5vmSlaPKeX/EN9W1mz8LWo06S31a4nkmOn22oLFPEyxnlLjaVG3dz65A9ak8A3c+i6lqWjXvh+/g1+a1+3F73VUvJLwL8qh5QAE5OACMdTXbeIPC2ieKrVLfX9PjvI4ySm4lWQnrhlII/A1H4d8IaD4UikTw/psVn5v8ArGBZnb2LMSSPbNJdfP8Ar+txvp5f1/WxyGj3fjdfHdxql74G+z2+oR29tK39rwP9nVGbMnHLcPnAA6e9dJoOk3tl4w8UXtzDst7+W3a2fep8wLEFbgHIwfXFdLRR0sHW5yngvTNV0D4bW1jNaouqW8UpWB5AVLlmZQWUkYOR09a3NCm1S40K0l1+2htdRaMG4hhbciN6A5P8z9TV+im3dtgFFFFIAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAqjaf8hjUP8Atn/6DV6qNp/yGNQ/7Z/+g0AXqKKKACiiigCj/wAzD/26/wDs9Xqo/wDMw/8Abr/7PV6gDF8Ua/J4f02KW0sv7QvLiYQ29r5vl+Y2Cx+bBxhVY9O1XtI1OHWdFs9Stv8AU3cKzKM9Awzj8K4fxNq2tyfEi2Tw94eOuro1oXmj+2R24jlm4U5fqQingf36w7a+1WD4U+KNGmsptOv9MnO+0jlErw2sriTCsvBwjOMj+7SWzf8AXb/gja1S/rv/AMA9StNb0rULyW1sNTs7m5h/1sMNwrvH9VByPxovdb0rTbmK31HU7O0nm/1UU9wqM/0BOT+Fc14XHw8W8sx4T/sY3ohPlfYyhn2Y534+bp13d/eub0ZvBL3mvt47Ol/23/aM4nGq7PMEQb915e/nbs2421XWwlqrnp19qNlpdqbnU7y3s4AQDLcSrGoP1JAqS3uoLu2S4tZ454HG5JY3DKw9QRwa8r+JDXH/AAm2kKT4d/s/+z2NuPEm/wCymTd82Mcb9u3G7tnFT+GdMiTwH4ni1bWtBh0y9cgyeH5y9vZ7kCtgH7vY46cnpU/Zb/rewdUj0Ww1rS9Ullj0zUrO8khOJUt51kKfUAnH40k+t6Va6hHYXOp2cN5Ljy7aS4RZHz6KTk1554LvNIsPGFnplrbeGb24mt5BHqfh/ajBVCkiaNc7d3HO4jI7Vla6/hzRNU1fUjN4Z8QJJdvNPZ3jLHqML5AZIn5LYIOFwPY1Wl0LWzPZqo6zq9noOjXOqalJ5dtbJvcgZJ9AB3JOAB6mqXiDT9b1eytv+Ed186FIDvkdrFLgupHCkOflxXN+M9N1iz+GLjVL5teurK6hu55UtlhMsSTK5GxeOFH6VL89ClrtqaeieK9f1TUoVvvBl5p2m3H+qvJLqN2HGR5kQ+ZM/jgmt661zSbG+jsr3VLK3upf9XBNcIjv9FJyaoab438M6vJaxabrljcT3X+qgjmBlPGeU+8OAeoFedWB8CtoGunxt/Zx137XdC8+27ftWd7bPLz82NmzGzinJ26CSuesXWp2Fi5S9vba3YRmUrLKqHYCAW5PQEjJ6cioW1/R10oam2rWI08nAuzcp5ROcY35x14615nYaGmt674FtPFVt9qeLQ5ZZIbgZDMDHt3g9cAjIPcVveEtE0p9Y8Y6M+m2j6ZHqMTJZPArQqTAhOEIwOeabW69fwdhX2+X4q5s+GvHuheJLS3MWo2MN5cM6rZfbEaX5WIHy5zyBnp0Na11r2kWMckl7qtlbpFL5MjS3CIEkwDsJJ4bBBx15FcD8M18GR6ZZQmLRIvEMNxPGUZIlulYSPwP4/u+narWh+FNE1zxV4uutZ06G+kXUfJQXKiRY1MMZJVTwGPqOeB6Ut9u1/y/zHtv3/z/AMju7vULOwszd313BbWwAJmmlCIAenzE4qH7cNS0eW58PXVndu0bfZpfM3wl8fLuKds4zjmvP9a0rQdC8R+F9J8TSrJ4etLCaO2bUmBhNwCu3zCQFzs3YyMVa8IT6FZ+MfEl34bltIPDsdtA08sLKtqs43FipHygBNuSOOlGj/H8O/8AXYNV+H9f15mz4O1rxBf6nrWm+KU01bvTZIVDacJPLYOm/wDjOT27CurrgfCviPRLj4ieKFt9Y0+U3k1qLYJdI3n4gAOzB+bB4OK1Na8P+Lr7V5bjR/G39l2bbdlp/ZMU2zAAPzscnJyfxp72+QI1/EOsf2Fosl6sH2mXekUMG/Z5sjsFVc4OMkjnBqDSNauPEHhL+0dOhit76SORFguHLJFOpKlHIAJAYYJABxXN+OtS1VvFOhaboWjnWp7MtqVxai5SAYUFIyWbj7zE4/2ai8C6xd6frHiOy8T2CaAS41VIJrtJEjik4kbzBxjepJ6Y3Ulqn/W39P7gelvl/X5febHg7WvEF/qetab4pTTVu9NkhUNpwk8tg6b/AOM5PbsKi1jWfFOk+MtNhZNHbQdQvFtYyBKbpSYyxJ5CdVPr2qj4V8R6JcfETxQtvrGnym8mtRbBLpG8/EAB2YPzYPBxTvHHiLRIdc8OwTaxp8c1pq6PcRvdIGhXypOXGcqORyfUU+sfl+lw6P0f6nbXl7a6favc39zDawJ9+WaQIq/UngVBFrWlz2C30OpWclozhFuEnUxliQAN2cZJIGPU1xPjC70K88W+GpvEU9rP4clgneKWZ1a0e4+XYWP3T8m/GeOtc7qFvpMx8ZSeDBb/ANkQabBPJ9iwIPtcTmQbNvy52qM49qS8/wCrf1+Q/Ty/H+vzPYLm6t7K2e4vJ47eCMZeWVwqqPcngVL16V5HrGsz6oZYp7t5tP8AE11brp0ZbKqsVykb7fZkw/uMmu11/QvFWoan52heMf7GtfLC/Zv7LiuPm5y25jnnjj2o1tcWly54n8T2/hmzgd7aa9u7uUQWlnbgGSeQ84GegHUntUOga/rF8bgeJPDcmg+UnmLI95HPG698sv3SOuD2rD8ZXK6B4q8Ja3rEm6wtTPbXN2UwsTyRgK5A6AlSPbNbl14k0XWdH1SDSNVs7+SOykdxazLLtG0jkqSBUyfLFy33/D+rjSu0tjTXXNJe8gtE1Oza5uEEkMIuELyoRkMq5yRjuKW+1rS9Mmih1LUrO0lmOIkuJ1jaT/dBPP4VxPhP4f8Ah6+8C+H7prMRX5itb036YNwZAFfHmMCdvGNvTHAxXH60Lmbxt4jTUW8ECQ3O1P8AhJ2kWYQ7Bs8s9AuO685zmrkuWXL6kx1Vz264uYLS3e4u5o4IYxl5JXCqo9STwKwND8Vw674s1Ow066srywtLaCSOe1kEmXcuGBYEjjaOPeuJuLe3stJ8B2HjC/sLzRlEwnuBNvtJZFT9xl2wGXGcZ4OKLG40+TUPHUngCGGJF0iIW5sYRGkkoEwLR7QA3PGR1IpP3bvtf8BrVLzt+Z6bb61pd3qEtja6lZz3cP8ArbeOdWkT6qDkfjTbvXtHsBKb7VbG2ELiOTzrlE2MRkKcngkc49K8T8O2Ul5caB/Z998PLOWG4hkSSxnkjv3AI3Id3LMwyCG65rtNL8MaNrnxL8YXOs6dBfvC9vHGtygdUDQgkhTxngc9eKbVvx/C3+Yk0dR4q8Y6X4V0OTULq5tnk8oyW9s1wqNc4x9zPXqOgNXtM8Q6NrJddJ1axvnjUNIttcpIUHqdpOK8uGl2mo/s4Lc3djBdXNnZTfZ5ZYVd4VEh+6xGV4UdPSu98MS+C2jll8Kf2GrmENcf2eIlYJ/thOQPrQ9G12G72X9dhui6tLq3jDUJLLxJpOpaOtughs7OVJJYZM/Mzlex+v4DHOzqGt6VpDRjVdTs7EycILm4SPf9NxGa4PQtV8H6d8ULwaLf6Ha2txpsKILSaFElm81/lG04LY28delZfjjVrS68aajaLYeD4prGGJJbnxOxLTBlLAQqOcDPUdzU30Xz/Njt7z+X5I9K1t9ak0jf4UbTmvWZSjX5cwlO5+TnPpVTwRrV94g8J2+oaslul40k0cq2wYR5SVk43En+HvWJ8OtXsNL+FOjXOr6haWcBDxrLPMI48+Y+FUuR2HA64FHwv1nS7nwcLSDUrWW4imupZIYp1aRENw5DFQcgEEEH3FN+62hLWKf9dTrI9b0qXU202LU7N75M7rVbhTKv1TOf0qxcXltaGIXdxDAZpBFF5rhfMc9FGep9hXj+iS+HvD2q6THZv4Z8RRzXiR293aFE1OJnY4ZwMmQDOCcqcdRXo3in/hGt+k/8JT5OftyfYPM3f8fHO37v9ePWn0XqHVnQVHcXMFpbSXF3NHBBEpeSWVgqoo6kk8AVJUdxbwXdtJb3cMc8EqlJIpVDK6nqCDwRSA5nSPiN4c1S7vYDq+m27W92baHffR5uRtUh0GeQSxAxnkVv3Oq6fZed9sv7a38iMSy+bMq+WhJAZsngEgjJ9K848NWngfTvE3iGx1i10G1vYtXzaRXUUKOqGOMp5e4dM5wF7n3rWvtA0zXfi9ONYtEvIrfSIXSCYboyxlkGWQ8MQM4z0yaFqo+a/S43pzeX+djsV1fTWtra5XULUwXTiO3lEy7ZmPRVOcMTg8D0qU3lsL4WRuIhdGMyiDeN5QHG7b1xk4zXnnivQ9N8H6RozWjG306PxLDeS7yBHbK24ELgAKgJHHbNPt9fsNd+MUjeH7yK9NvoEsfmwtujMnmoQAw4PUdPWjT8/wAI3/4AW/r52/4J3P8AbWlnVP7NGpWf2/Gfsvnr5v8A3xnP6Vdr5y020u9S0GCH7d4AsdQaQO1zeTyRanHOHySzNzv3fUenFfRi7tg343Y5x607aE31FooopDCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKo2n/IY1D/tn/6DV6qNp/yGNQ/7Z/8AoNAF6iiigAooooAo/wDMw/8Abr/7PV6qP/Mw/wDbr/7PV6gCGK0toJ5poLeKOW4YNNIiANIQMAsR1IHHNCWdrHdy3SW0K3EyhZZhGA7gdAW6kDJxn1oS9tZLySzjuYXuYlDyQLIC6KehK9QDiiG9tbm4ngt7mGWa3YLNGkgZoiRkBgOhxzzQBXstD0nTbmS407S7K0nl/wBZLBbojP8AUgZNF5oek6hdx3V/pdldXEX+rmmt0d0+jEZFXqyo/FXh6a++xQ69pkl1vKeQt5GZNw4I25zn2oAuX2nWWqWxt9Ts7e8gJyYriJZFz9CCKjstF0vTbSS107TbO0t5STJDBAqI5IwcqBg8cVdooAo6domlaRv/ALJ0yzsfM5f7NbrHu+u0DNNbQNHfUxqT6TYtfA5F0bZDKD/v4z+taFFABRRRQBn2mg6PYXr3ljpVjbXMmd88NsiO31YDJp1xoek3eoR391plnNeRY8u4kt0aRMejEZFXqKAIWs7Z7xLt7eJrmNCiTFAXVTjIDdQDgce1ENnbW8081vbxRS3DBpnRArSkDALEdTgAc1NRQBnnQNHOqjUzpNib8HIu/syeaDjGd+M9PercNrb28kz28EUTzv5krIgUyNgDcxHU4AGT6VDd6nZ2N3Z211NsmvpDFbrtJ3sFLEZAwOFJ5xVugCve2FnqVq1tqNpBdwN96KeMOp+oPFMTStPj0w6dHYWyWLKUNqsKiIqeo2Yxg+mKh1LxDoujzJFq+r2FhI67kS6uUiLD1AYjIpdN1/RtZkdNI1axv3jGXW1uUlKj1IUnFG4EFr4R8N2N1Hc2Ph/S7a4jOUlhso0dD6ggZFa9ZGk+JLPWdX1bTrWK5SbSpVinaWLarFhkbT3H5fkQa16OgdSFbS2S8e7W3iW5kQRvMEG9lBJClupAyePeo7nStPvZXkvLC2uJHhMDtLCrFoyclCSOVJ7dKtUUAZFr4R8N2N1Hc2Ph/S7a4jOUlhso0dD6ggZFF34S8OX93JdX3h/S7m4kOXmmso3dz7kjJrXooApyaRpsulrpsun2r2KqFW1aBTEAOg2Yxj8KdBplhbaebC2sbaGzKlDbRwqsZU9RtAxg1Jd3ltYWr3N/cQ20EYy8szhFX6k8Cksr601K1W5066hu7d/uywSB0b6EcUbhsRf2Rpvl2kf9nWmyyIa1XyFxbkDAKDHy/hirlFFADJoIrmB4biJJYnG145FDKw9CD1qpZaJpWmW8tvpumWdpDN/rI4LdI1f6gDBq9RQBHBBDa28cFtEkMMShI441CqigYAAHAA9KqaloOj6wyNq+lWN+yDCG6tkl2/TcDir9FG4FOTR9Mm0tdNm060ksFAVbVoFMQA6AJjHH0qS30+ys332lpBA/lrFuiiVTsXO1eB0GTgdsmrFFAGX/AMIxoH9oi/8A7D037aH8wXP2SPzA397djOfer0VnbQXE88FvFHNcEGaREAaUgYBYjk4HHNTUUeQEFtZWtlZraWdtDb2yghYYowqAHk4UcdzVax8P6NpjzPpukWNo042ytb2yRmQejYHP41oUUAYsXgvwvBMksPhvSI5I2DI6WEQKkcgg7eDV270XSr+8iu77TLO5uYf9VNNbq7x/RiMj8Ku0UAULjQdIu9PWxu9Ksp7RH8xbeW3Ro1bn5gpGM8nn3NN07w7omjzNNpOj2FjK67We1tUiZh1wSoHFaNFAGfbaBo9lfPe2ek2NvdyZ33EVsiyNnrlgMmrVzZWt4Yjd20M5hkEsXmxhvLcdGGehHqKmooAKKKKAM+90DR9RvI7vUNJsbu5jxsmntkd0xyMMRkVbFrbreNdiCIXLII2mCDeVByFLdcZJOPepaKAIrm1t722e2vII7iCQbXilQMrD0IPBqC00jTbAxGx0+1tjDGYozDAqbEJBKjA4BIBx7VcooAy7rwxoF9e/bL3Q9NubokHz5rSN3yOnzEZrUoooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKo2n/IY1D/tn/6DV6qNp/yGNQ/7Z/8AoNAF6iiigAooooAo/wDMw/8Abr/7PV6qP/Mw/wDbr/7PV6gDz74oXL+G1sfFOkMg1iBjapAVLfbInBJQgcnaRvHpg+tbPhWC10HwGl9aPLqzzQtfTz2yb5byVhuYqOMk9APYCrjeG/tHjNdev7oXC29v5Nla+Vhbct/rHzk7mbgZwMDjmjw14cPhoX1tbXfmadNOZrW1MePsu7lkDZ5XdyBgYyetEdmv69PnuN7p/wBf0tiDw54w/wCEivZbf/hHdf0ry49/m6nY+SjcgYB3HJ56V5VYxafqmg6xpMPgG81XVri9vEi1QWKLEGMrbT9oJyNv9MV7xWP4Z0H/AIRzSpLP7T9p8y6muN/l7MeZIX24yemcZ70rJv5fqhXaXz/RnNalceKNNvfC/h7Sb63NzcWEqXVxcpvUNGsYMuOrEZbAyAS3PSkm1Txf4V0HUk1ia31e6+0QW+l3zRLCszTEL88aH5QjH8RXU3mifa/FGm6x9o2fYYZovJ2Z3+Zt5znjG30Oc07xDoVt4k0OfTL1pI0lwyyxNteJ1IZXU9iCAabd9X8/v/yBJKy7HKx3Hi3wtr2kr4h1231uw1W6+yMq2S27W0jKWUqVPzLlcHPNNt7jxh4uvLy/0PXbXRdNtbuS2t7drFbhrny22s0jEjaCwONvar+leCtSTWLXUPFHie411rBmazhNqlukTEbdzBfvsATgnpk1FP4F1W21S6m8NeLLrRrG9mae4shaxzDe33jGzcpnrxnmjr/Xl/we4f1+f/AM34h+OX0LV7LRf7eg8PNNbG5m1BrFro/e2qiIARyQxJPYVJ4T8b6jrvg/XpdNmh13UNLytrcR27QreZTcpMZwQc5BA64461v+IfCt1qd3b6jomtz6NqlvEYBdLCsyyRkg7XRuG5GQe2TT9P0PXY/D93Y6x4plvryZiYb+Gzjt2gGBgBVyDyCeeucUvsv+uv8Al6D6r+v619TC8CazqN/q0sd/4vt9WYxFpdNm037Fc2rZH8OclRkgkj05qjrviDxBD4uure48S2/hm3hlC2UN5pm+3vl2g5a4JwpJJGAQRW9o3g3U4Nft9X8S+JZdbubNHS1AsorZYw4w2dnLcDucVFrfgrXNZubuA+MbmLRrwsJtPNjDIwVuqrKwyo9ODiq6p/1/X3iWzv8A1/XyM/4jeOG0HUrDSE1yHQPtMDXEmovZtdFQCAqJGAQSTnk8ACqWhfEyWXwZr159sg1ufSZI4re8S3a3W6MuAhZDgqQxIOOw4rqda8Hy3n2G40DWJ9F1Cxg+zRXKRrMGi4+R0bhvug/Wmx+E9Rv/AArqGjeLfED6ybz7lwlmls0IGCMBcgkMN2TS6P8Arr/l6B1X9f1qc3caV4nsvG3hSfxJ4ji1OOW9k22sVikKwP8AZ5M4cHcw6jmuj1rx1/Yury2H/CLeJdQ8vb/pNhp3mwtkA8NuGcZwfcGqdh4C1Jdb0zVtd8U3Or3Wmys0Qe3WKPYUZdoRTjd8wJc5J24rtqfYOvyOX8eaLpWo+EdWvL/TLO5uoNOnMM09uryRYRiNrEZGDzx3pfDXh+xs/B9s+hWlnpV9d6dGDeQWibg5jGGYYG/BOcHrW1rOn/2voV/p3m+T9stpIPM27tm5SucZGcZ6ZqJdNubfwummWF99muorRYIrzyQ+xgu0PsJwemcE0tk/l+odY/P9LGB4JuddTW/EGk+IdZ/th9PkgEVx9lSDh495G1Pr3J6VyFl4l8dahd6SsOrWkUesXN3ZQB7RWMQiZiZzjGWAVgE4HAznJrptB8EeJ9I8Sy6rd+Nvtq3UiPewf2TFH9oCLtUbgx24HoKt6d4E/s+XQX/tHzP7HubufHkY87z9/H3vl27+vOcdqHq0wWif9d/1t/wxyOofEm+tfCnh+K/1u30i81COY3OqtZGfb5T7PliUY3MeeeBg+1dD8NfGb+JW1Oxk1WLWv7PMZTUYrVrbzlcHhoz0YFT04IxU/wDwr6aDRdNh0vXZrDVNN84QahFArArK5ZkaNiQw6d+ozW34b0vXdMhnXxD4i/tx3YGJ/sKW3lDuMIec+9Ndb/1/XyE+liTR7fXIb/VG1q9t7m1luN1gkMe1oYsfdY45Ofr9ecDWrJ0fSLzTb/VJ7vV7jUI72486GGYfLarjGxeen5fTOSdal0Q+rPNfiLqNhH420Ky12wuNUshbTXEOnQQGY3VxlVUFOhwpY88Uz4exX2nePtZs59Ht9DtryzivU022l3rAdxTJwNoZgMkLxwK63xR4XfXns7zTtTm0nVbBmNtexRiTaGGGVkPDKcDj2FHhjwu+hSXd7qOpzavqt8V+03ssYj3Kowqqi8KoyeB3Johpv5/j/X4BLXby/r+u50FFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABVG0/5DGof9s//QavVRtP+QxqH/bP/wBBoAvUUUUAFFFFAFH/AJmH/t1/9nq9VH/mYf8At1/9nq9QAUVwOrN4q1j4iX2laF4nGjWtnZQT7Dp8Vx5jOzg8tgj7o71e8O+LLxbHWrfxUsf2/QZAlw9nGzCdGXcjqnJyR29aFqr/ANb2B72/rudhRXLaL4+sdZ1Q6dJpesaXdtG0sMWpWRhNwq9SnJzjI44rmbP4rXb+J9Til8K+KJbWOKAw2selgzQk7tzON2QG4xz/AAmgD0+iuf13xjZaDb2nnWeoXd5eJvh0+ytjLcMoA3EoOgGRnJq34f8AEVl4k09rmxE0TRSGKa3uYjHLA4AJV1PQ4IoA1aKydB8R2fiJb42MdxH9hu3tJfPj2ZdOpHqP84rWoAKK5V/Ep0zxb4gTWbwRaXYWFtdJlB+6DGQOeBubJUevtSyeJls/E+stf3qR6Pp+m29yTtBCs7S5bIGTkKoA59utA/6/L/M6miuX0Lx7p+t6ounvp2raXcSqzW66nZmAXKrySh5B45xwcVkeMviJa2um61p+k2Ws3txb28sMl7p1qzQ2kuw/ekyNpXIJIzilJ2QRV3Y7+is/w/LJN4Z0yWZ2kkeziZ3c5LEoMknua0KuS5W0RF80UwoorhNT1bxbaeN9GjupbO00m81F7ZLaFPMkmjEbsHd2+7naDtUfU1PVIro2d3RXG+P9b1LSm0y3stTh0O1vJHS41ee385bYgDYuD8o3HPLccUvgHVtW1FtTg1HU4dcs7WRFtdXhtxCtySDvUAfKdpwMrxz7ULUHodjRRXCeKfE2p6f4ieXT7ny9L0b7O2px+WreaJpMEZIyuxPn4I680dUg6Nnd0Vz3iTxrpfha6s7fUkunkvVc2620XmGRl2/IADksdwxgeuSKi0zx3pup6JqmoC1v7R9KjaS7sruDyriMBSw+UnHIHHNHS47O6Xc6aiuOs/idol9qdnbQW+pfZr11ih1FrQi1aU9IxJnls8cZGe9djTsTcKKyPENprt9axQeHdUt9LdmPm3Mtt57KuONikhc59a5fTPFuq6NoPik+JJotTm8PPtW7hiEQusoGVSo4VskA46Zqb7+RVtV5nf0V5ZceJ/EfhLW9IfxN4l02+OqTxxT6PHbLG9or8B0YEswU9261seJtX8Wad4k0tlls7PR59Wgs1jjTzJrlHBLMzNwg4xgDPvVWu0vO39feTfRvyv8A19x3dFcl8QNb1HRtPsf7Pu49MhurnybnVJbfzls12khivTlsLk8DPNVvAmr6ve6lqNne61b+I7C3RGi1aC2WFWkJO6P5SVbAAOV6Z5pLUb0O2oorzbWdf8QahNq+pad4lsPDmkaRctaIbq2WX7XKgG4MzH5Ru+Ubck80r2HY9JorjdK1nWvG/gHTNS8P31rpNzd5FzM9uZvK25VvLUkAncON3Y1J4L1LW21bW9D8Q3kOpS6W8Wy/ihEXmiRS21lHAYY7eoqrNNp9Cb6XOuorJ07xHZ6nr+qaRbx3C3GlmMTNJHhG3rkbT3/SsnxPY+L5Zri70XxHZ6VZ20XmJC1iJTMQMkSOx+UZHVR0qW7K/QpK7sdZRXDTeNtQfwPoN7bxWtvqutooU3TFYIPkLvI3OdoVSQM9xWl4LN/NFd3F74xtPE8TsojNpbxRpbkZ3DKMd2cjr0x71VtWuxN9E+509FZNn4js73xPqGhRR3C3WnxxySu8WI2DjI2t3/zjODXPeNrvVrK9SaDxvpvhy3EeYbW4tY5ZLph1++wPcDCgnmpvbUryO3orm4ZfEus+CbCW3kt9I1e5iRrhpoDIIcj5tqEj5umA3TvVLwlf6/b+KNU8O+IdRh1c2cENxHfR24gbDlhsdV4B+XIx2/Sra2Jvpc7GiivPtX13XNZ1fVodH12y8M6Po0iwXGp3MKStJMQCVAchVUbgMnnJqetij0GivNtT8T61p2laFNba/Y6sPPmlvLqyiQpdW8Q3OOMhWC5ztPUVeudb1vUPiE2m6bqQs9Nms7iC3cW6SYuEWNjLzyQPNA25xlTT62X9af0vUS1/r+vU7uivL7ew8fTeL7zQ/wDhYOPstpFc+d/YsHzb2ddu3tjZ1z3r09AQihm3MBycYyaOlw62FooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACqNp/yGNQ/wC2f/oNXqo2n/IY1D/tn/6DQBeooooAKKKKAKP/ADMP/br/AOz1eqj/AMzD/wBuv/s9XqAPO9T1i78NfFDUr3/hHdb1SC80+3ijk06zMqBlZyQzEgD7wqBtP8WW/hjxL4gtrR7TXdXnjeO0hZZJYIE2pgdjJs3HHrjvxXpdFK2lv63uPrf+trHj/hLTdRk+IWj6iLfxi9lHFcK8viSQN5bFB91B9wH1PXgDpXRanqd94S+IGp6k/h7V9WsdTtbdY5NLtxO0bx7wQy5GPvA5rvqKb1t5ErS/n/X6HmHxA0e+uPENh4hhTxOtm1h9nlj8PyiO6ibdvG5D94HOCB0Kitn4aWFvb2Go3UEfiZJbq4Xzj4kUCdyqABhjquMDJ9Pau2ooWl1/W9xvXV/10MnQdYu9XW+N7pFxphtrt4IxOf8AXovSReBwfy9zWtRRQB574h0m8v8A4oQ2v9nTTaXqFlALu58s+Uohlkk2M2MZJ2jHoTWBH4Z13V/DPiOwks7yC7thZ2tu7fuWultnJDRuf7y4w3Tca9hopWsrf1uN6u55F4S06G58Zac93F8RjPaM8kb66Q9ojbCDlsdwSAR1qVpte0rwzrvhC38L6hd3c73jRX6oPszxSlm3lxyXw2NgBJIAr1iih6qwJ2dzmp9Vm8L/AAzj1JrGS5lsNOjd7Ut5bHag3AkjjHOeM8dK19F1Nda0Kx1NImhW8t0nEb9VDKDg/nUGt+GdH8R/Zv7csI71bWTzIklJ2hsY5XOG+hyK1FVUUKgCqowABgAVbd22+pCXKkl0FrzHxl4nuX8W6OLfwn4luY9G1B5ZpoNNLpMvlsmY2B+blh1xxXp1FR1TK6WPOvGMt3qn/CP6rdeH9W1HQNjy3mkxwjz/ADCB5fmQ5+YDnK5wD1qz8ObC5ttQ1m5tdJvdE0G6aN7LTr4bXjfB8xhHk+WpOOK7yimtAeoE4BPp6CvKbXwV4s8RaZq14/iVtGg16aWSfTZtJSRwh+RVZnIYHYq8cYr1aila47tHkE+vX2mX/gS+1jRdUur63tby3mtLa1LzsyqqbwhxkHG7Poa2UtNU1rTfGWvTaRc2H9p6Z9ls7KZP9IcJHJ8zIM4JL4C9eK7S70O2vPEGnaxK8ouNPSVIlUjYwkADbhjPbjBFaVOXvLXz/FsI+61bpb8DI0XToG8K6RbX1nGTb28DCKaIfupFUYOCOGB/EGteiinJ3bZEVypI5H4g+ItX0PTraHQdK1C9nvHKPcWVobg2qDGW2dC3PygkDg56YOLZQQ+J/AOseGtJ0LXdHka3LC41m18o3EzHdvL5O5iwyT716RRU2umn1Lvqmuh43pGiNqMFpodl4O1TS7xrqGfWdW1Nd3mCNw7BJiSZNzKMYwOc4rY+IPiG5k1jTbG08L+Irv8AsrVYLuW4ttPLxSoqkkIwPJ+YDnAyDzXplFVd3X3/AJf5E2tf7vz/AMzzzxhcX2vaPoWpDQdXn0Xz3k1PSPK2XUigEIGj3fMu4ZK55yKX4f2UyeJtUv8AS9Dv/D+gXEKbLC+QRE3GTudIgTsG3A7Z49K9CooWjuhvVWCvH5tDXwz421S61LwhqviR7i6e50mWBfOt4TJyyspO2M7/AOIg8YI6c+wUVPW4+ljze5uNf8B/DjT7Ow0u61DVrqV2uHsrY3AtWkYu7bR97G7ABIBI61q+ANUtpYZdPtfD/iHTmUGee71mz8o3UhPzMWydzH07AccDFdnRTW7YnsZOnaxd3uv6pp9xpFxaW9kYxDeSH5LrcuTt47dO/wCHSuK8a+Ir+bxI+iXXhvxFc6DCqtcPplg0v25iAfL35AEYzzjJbkcDOfS6KXYfc848T26eJdG8P69/wil9c2mm3LmfRbq2CTmIqUyIicHBCkL3FT+CNOWXxbe63pnhqfw1pclmtv8AZriBbd55Q5O8xKcLgcZ75r0CiqWjv/XYl6q39b3Mmz1e7ufE+oaZLpFxBa2scbxX7n93cFhyq8dR9T744zzni/U9Ln1b+zNT8Bap4gkjTEVymmpLCNwyQsrEbe2TxjFdzRU2uUefG78Q+BvhXYQwaVdanqwPlLBbo1ybZWZmXdjlgi4XqASAMjrU/gDVoZJpbEaB4ktbuYG4u9S1iw8kXMnA5bccH0UcADA6V3VFVfVt9SeiQV5tei58Kazrtvqfha88RaDrNyLxPsVstyVkKqGSSInplQQen9PSaKnrco8u8J6HdpdaDHdaNcWdmz6pKYJIdqwJK48tWC8KSpI2/wCFbieG/wCwvEvhK30xLqazs0vUmncFzl1DbpGAxywPXqa7Wintt/X9XEczZ2lwvxR1W7aCUW0ml20aTFDsZhJKSoboSARx7iumooo6WDrcKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAqjaf8hjUP+2f/AKDV6qNp/wAhjUP+2f8A6DQBeooooAKKKKAKP/Mw/wDbr/7PV6qP/Mw/9uv/ALPV6gDMstdtb7XtR0hEljutPEbSeYAA6uMqy4JyOCOccinWmt217ruoaVAkpl09YzNIQPLy4JCg5znAyeO4rnPEUkfh/wCIeja7Iwjtb6GTTbtz0BAMkRP4q4/Gjwlotvrvgm7m1u3Mq+I5pLy4iLFSY3P7tcggjCKlCu1f+r9PvWoPR/1t1/HQ3dAuNduBf/8ACRWVvaFLt0tPIk3eZAPus3JwT+H0Fa9cR8NNLs9FTxJp2mQ+TaW+tSJFHuLbR5UXGSST+Ned+MGg1GHWPEuj+F76byJZRH4gn1zyWhkRsfu4d3KgjAXGT9aTaVvRP8EOz19T3uisDXrDT9c8Dy2viC8a0s7iBDPcCYRbOhzuPA59eK27eNIbWKKJiyIgVWZtxIA4JPf61TVm0SndJklcxb/EDQ73xVDoNg891cStInnxRHyEeMZZS5wCQP7uevOK6euM1+KOH4meDUhRY1xfnaowMmNST+dJbj6HZ1V1PVLLRtNm1DVLlLa1gG6SVzwvOP58YqS7vLawtXub64itreMZeWZwiL9SeBTmWG6gG4RzRPhhkBlbuD/I0egepj+GfFth4rjvH02K6jWzmELG5h8suSoYMAecEEdQD7VuVx/gz/kZ/GX/AGFV/wDREddhR0T8l+QdX6sKK5LxFF/ZPjbQ/ECfLHOTpd4f9mQ5iJ+kgA/4HXO3t5e2/gXxZ4wsNwvNSl22siuFKWyMIkYE8Dje+f8AazSvpf8Ar+tbjtrb+v60Z6fRXj3hXw/runeJ9LvtK8GXGi28kudQuz4gS8W6iKnJZM8nJDAj8qyfEem2/ibWPEkV74d1rX9Ua7lt9M1C0ZvstsAAFQksFXa2d2QQTmm+39dP8xLX+v67Hu9FeeLpUHh/xl4D02JEhSCyvIwocld+xCwBYknnJqlJdQXl78UpLSZJoxZIhaNsjctqwIz7EEUS0Ta8/wAHYcE5NJ6bfieoUV55ofw7tZLPQdfh1G8XW41gnlvpZWcyx7QWh2bgqoQcDA4969DqpKzsRF3SaCiiipKCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACqNp/yGNQ/wC2f/oNXqo2n/IY1D/tn/6DQBeooooAKKKKAKP/ADMP/br/AOz1eqj/AMzD/wBuv/s9XqAM7XdA0zxLpbadrdqLq0dlYxl2TkHIOVII/OjU9B03WNBfRtRtRLp7oqNAHZBtUgqMqQRjA71o0UeQdbnK6H8M/CXhzVo9S0XSfs13ECEk+0yvgEYPDMR0PpSXPwv8GXmpXN9c6DbvcXQbzW3OAS3Uhc4U+4AOea6uigChqeiadrGiyaTqdstxYyKqNCzEZAII5Bz2HerkMUdvAkMKBI41Coo6KAMAU+igAri7v4Q+B769nu7rRPMnuJGlkf7XONzMck4D4HJrtKKAMu+8N6TqXh0aFfWazaaI0jEDO3Cpjb82c8YHOc1Je6Dpuo6A2iXdqH05olhMAZlGxcYGQQR0HetCih63v1BabHI6T8LfB2hatBqWlaP5F3bsWik+1TNtOCOjOQeCeorrqKZNNFbQST3EiRRRqXeR2CqigZJJPQD1ovoFtSvqml2es6bLYalD51tNjem4qeCCCCpBBBAOQadFp1nDpaabHbx/YkhECwMNy+WBjaQeoxxzU8UqTRJLC6yRuoZHQ5DA9CD3FOot0C/U5XS/hl4Q0XW4tW0vR1tr2Ji0cizy4UkEHCltvQntXn+pfD/UZdb1F9Q8A2utz3d3JMmqR6ybVVVj8uYhg8DGcDk5PPWvaqKQ7nJW3gSy1HwRpmieM0XWJbOMbpWdwQ/s4IbAHHuBzWlZeDtA06yvbOw0yK2t76EQXEcTMokQKVxweDhjyOTnrW3RVPVvzEtLeRFbW8VnaQ21uuyGFFjjXJOFAwBk+wqWiiluC00QUVS1LWdM0aNJNX1G0sEkO1Gup1iDH0BYjNWYJ4bq3jntpUmhlUPHJGwZXUjIII4IPrQBJRRRQAUVFLd28E8ME08UctwSsMbuA0hAyQo74Azx2qWgAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKo2n/IY1D/ALZ/+g1eqjaf8hjUP+2f/oNAF6iiigAooooAo/8AMw/9uv8A7PV6qP8AzMP/AG6/+z1eoA4D4g3TeC7uLxtYqjMqi0vrUvs+1Ic+WR/tK3/jpPpWr4YtIfDfhS41nWbpJbq7U6hqN4gLqcrnC4ySqrgADsPepb7w1PrXjKG/1k28uk2EJFnaAli8zDDySAjHC8KOepPFSeEdDv8Aw5a3WlzzxT6bDMTprB2MkcR58twRj5TwCCcj0xRHZ/18vv1B7r+v6stBvhzx/wCGfFl7LaeH9S+1zxR+Y6eRImFyBnLKB1Irxq2TwQ9pq423zeNPtt39mGn/AGjzt/mt5eNvyemfavoisHwfodz4f0Wa0vXieR7y4uAYiSNskjMByBzg80re98v1QXsvn+jMa513xTH/AGZ4f0e1sbjX/wCz47m/uL92WCH+E8JyxZg3A6YqCDxxrMMq2Gs2Nnb6la6pbWl95LM8Twzg7JIySCMtgc56H8NPxHoGvHxBFr/hC8sYr/7N9lnt9RRzDNHu3Kcp8wYEn65rNm8Ea1ceH9Wnur+zm8R6jPb3AlCMlvCYWVo0HVtoweepzTvrzP8ArXp8gt0X9adfmaN542SdY00RA8y62mlzC5Qgdcuy4PI2hsH26Vy998Vb8TXWoafP4ZGlWkjqbK61HZf3AQkFkXOFzg4UjJ49a24PA19a+JdBvIbq3NlZxI18jZ3zTpHIqyLxjkytnOOgrFuPhvrOnXU8eh6X4L1KzkleWOTWtPY3CbmLbSyA7gM4BPOKWq/H9F/m/mPR/wBev/AR0WueLdUh1LQ7Xw3p8N+dYtZZo/OcoI8BCrs3ZQGJIAJPAFQDxjrmg+H9ZufGemW0d1pzRrDLZsyW135mAoV5OmGOGJ6da2ZdBnfxPoeoxC2it9OtJoJIo8rguEChBjG0bT6dqn8V+H4/FHhu50qWQRebtZHaMOFdWDKSp4YZAyO4zTlotP61/wAhR6XOT8OfEDULjxLaaXrd34avV1AuIH0O+MzQsqltsik9wD8w4z9aq+Jtf8V+IPDevz+HrPSYtBgiubeSW+kkM86orLI0YXgchgN3XFXvDHhHXNM8QwXGpaH4IhtYt3+kaZYvHdA7SAQSMD39s1Dc+CfFiWWqaDper6db6BevPIjNE32pPNJYxZ+6EySN2CcGlNXXyZUHaV/Nf1+RtjxZovhLwTolz4gvfskM1rDHG3lPJlvLBxhQT0FZvjLxBpnib4N65qOiXP2q0a3ZBJ5bJkhhkYYA12OkWklholjZzFWkt7eOJyh4JVQDj24qh4y0a48Q+DdS0myeJLi7hMcbTEhAcjqQCf0p1ve5vO5FH3VG/Sx5n4Qh0Oy8caKvh7RdZ8KmQSfaF1QSxpqA8s4RAzMrEH5uo4HGa7yy8XSw6T4hm1yOKK60OaVZEhBAkj274mAJJ+ZSB165qlY+HfFuq6lpkvjK70dLXS5xcQwaVHKTLIFKqXaToBknAHNZuoLY+JvidbQaBfwXlo8CPrYt2DoBDJuhBYcbixII64BpvV273+XW/wDwAWiv2t/w3/BOvF14g/4QkXS2lrLr7WnmC2yUi80jOzls4HTr+IrT097uTTbZ9SiSG8aJTPHG25UfHzAHuM1FrMWoz6LdxaJcRW2oPERbzTLuVH7EjB/kfoal09LuPTbZNSljmvFiUTyRrtV3x8xA7DNG7f8AXf8Ar7g6IsV4bqlh4ZuvHPiV/EHgrX9fnF+AlxpkMroi+UnykrIoznJ6dxXuVYmgaNcaVqWu3Fw8TJqN99piCEkqvlouGyBzlT0zSS96/l+qK6fP/Mi13RNJvPB0kN1pdvNDa2TG2juoRIYcR4GN2cEADnrTfB7yxfDPRZLeMSyrpULJGW2h2EQwM9snvR4vtvFF5YrbeFDpAWZJI7o6l5uQCABs2d+Wzn2rG0vwv4on+Hd54Y8QXelwf6EtnZz6d5pIULtzJvxnoOmO9K7tN97fr/mgSS5V/XQp6R491n/hLLHTNZufDF5FfytCsejXrSz2zBSw8wHqPlxkY5q1rXi/xAfGdxoegLoVu1qI28vV55I5bwMucwhRjA5GeeRWZonw61u113Rr+9tvC9iumz7mXSbNo5Jk8tly0hGSckfL0754Fa/i3w54q166ns4v+Eau9Hm+5/aVrI09tlcHZtOCc5IPBpsS31F8ZanBpniLwhqOrulnDDNcyTlmyI/9GfIz354461u+HL/WNVhmv9TtI7G0mYGytmQ+esf96U5wCeu0DgdST0zbvwY90vhi2uZo7600lJIrs3Wd1wrQGLpg5JJycnp3NX/DOk6noQuNOuLmO60qIj+z5HdjPGn/ADyfIwQvZs5xwRT05n/X9f8ADhrZf13/AK/pm9RRRSAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKo2n/ACGNQ/7Z/wDoNXqo2n/IY1D/ALZ/+g0AXqKKKACiiigCj/zMP/br/wCz1eqj/wAzD/26/wDs9XqACiuU8R+JdWi12Hw94Tsba71WSA3Mst47LBbR5wC23kknIAHpWhpN/q9potxceNhptnJbEs89pM3kMmAd3z4K9xg+lHS4dbG3RXPaB498MeKLyS00LV4rq4jBJi2MjEDqQGA3D3Gaqz/E7wba3MVvca7BHLJI0QVkf5WVip3cfKMg8tgHr0oA6uiuJ8afE3RvCOoWlhPdxi7kmiaeN4ZG8u3Ync4KjBIx0yT7VtaJ4z8P+ItLudS0jUUms7QkTzOjxLHgbjneBxjnNG6uHWxuUVz+geO/DXii8ltdC1aG6uIgS0W1kYgdSAwG4e4yKqT/ABO8G2tzFb3GuwRyySNEFZH+VlYqd3HyjIPLYB69KAOrorifGnxN0bwjqFpYT3cYu5JomnjeGRvLt2J3OCowSMdMk+1b3hzxXovi2zluvD979rhhk8t28p0w2M4wwB6Ghaq6B6GxRRWJoetXGp61r9nOkSx6bdpBCUBBZTEj5bJ5OWPTHFHWwG3RWVr/AIm0fwtYrea/fx2cLNtUsCxY+gVQSfwFRQ+L9BufDUviC31KOXS4QTJOis2zHUFQNwPI4xmgDaqtY6ZY6ZG8em2VvZo7F2W3iWMMx6kgDk+9ZGmePPDGs64+j6XrEFzfICTEm7DY67WxtbHsTVfXfiT4S8N6k1hrOsxwXSgFokiklKZ9dinB9jQG51FFcD4l+Lnh7R9Jsrixv45pb3ypYVkt5cNAZdjv90YwA5weeOlS6l8Q9M1fwHr+p+DdT864062L+Z9nZfLYgleJFAPQ9jSeib7AtWl3O5ormtG8e+HNW1OPRrbWILjVBGC8Sg/MwXLANjaSOeAex9K1bvXdNsdYstKu7tIr2/Dm2hIOZNoy3OMD8etU1Z2EndXNCiiobySeGxnks4BcXCRlooS+wSNjhd3bJ70hk1FcRY+I/Fmn+KtO0zxdYaULfVjIttLpsshaFkXftkD9cgdRxUvirWPGekSXmoaZZ6H/AGNZR+Y4vLiRZ5wFydpA2r3AznpQ9NRpXdkdlRWBqV94hvNBsrjwtZWS3d0iyONUd1SBSucEINxOTjtUfg/XtT1iPUbbXLa1ivtNufs8sllIXglO0NlSeRjdgg9KdndrsTdWT7nR0UUUhhRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABVG0/5DGof9s/8A0Gr1UbT/AJDGof8AbP8A9BoAvUUUUAFFFFAFH/mYf+3X/wBnq9VH/mYf+3X/ANnq9QB5/rurJ4K+I0uu6xDMNG1Kwjt3vIomkFvLGzEBwoJAIbr6ik8Ua1aeMfAjX+hW9zqWn2t/byzx/Z3X7VCjqzhFYAsMe3Y16DRQtF6f53H1v/W1jzb/AISDSPHHjDw63hNJbg6XcPLdXn2V4lt4vLZfKJYDliRwPSs6ysrWP4K+MJ0t4xLPLqLSvtGXKyOFJPtgY9K9aopNXTXdP8bf5Anqn2/S/wDmcJ4uma18EeH9SaKWaGwu7O6ufKQuyxr95sDk4zmq/inXLLx/8M9UbwZdyXvkyxCXy7Vi2FdXYCNwN/y87eh6V6HRTlq35u/5f5Ex0t5K39feeN+FdRtte8daP5/xD/te7sTI0VifD/2RseWQy7wAAAO3I4q1ZWVrH8FfGE6W8Ylnl1FpX2jLlZHCkn2wMeletUUpK6t5Nffb/Ia0af8AXX/M4TxdM1r4I8P6k0Us0Nhd2d1c+UhdljX7zYHJxnNbukeItF8c6Le/8I/qc0kOGt3uIEeGSJivVSygggHIOOtb1FU3dvzd/wAv8hJWtboc34d8G/8ACPag93/wkfiDVN8Rj8nU77zo1yQdwXaPm4xn0JrlbXx74a8JeNvFlr4g1L7JNNfxyIvkSPlfs8YzlVI6ivTqKWt7j0PKPH19N/buh+KLDXpdI0mTT2EWprpf2xYy5VhlGGU3LjnGeMVmRm1u/hb431K08UDxE14FM8y6cbMI6qB93oSRt5A7V7VRSsuVx9fxd/62Hf3lI4TXbO2sdW8BQ2cEcEcV6yRrGoAVfs78D24rzzWPEv2LWPFOgy6vpelWGp6hMt0NQsbia5jDAKWQouwggZUMeARzXv1cJ/wgOu2dzdR6F41uNP026nknktG0+KZg0hy+JG5HJ9OKNeZvvf8AT/IS0ivK34X/AMx/jExS/C+2udHZ9RtbV7O4V4f3jSRRyoxYY6napP51U8SeMtC8XfC/xO/h6++1i2smEuYXj2Eg4+8oz0PSuz0LRbXw9oVppOnhvs9rHsQucs3ckn1JJNaFOa5uZdwh7tn2OA1uytrBvAENlBHBHFqKKixqBtBgfI/Hv610WqavpNp4t0bT72yaXUbsTGzuBbhxDtUF/n6rken41u0U27u/nclKyt5WCqer6pbaJo13qd8WFvaRNLJsXJwBngetXKKl3toWtzynwr8QvDHiLxRbajq2rKdWmJt9O05LeYraK5xgvsw0jcZbOB0HGSZPHV78PNW8QTW+pveTeJrKPybdbCO586Nh8yhNo2E5bOTnrXqVFN62Em0cDrep6HafDvSrH4sTbXvYYxcIVlJeVArHJiGQQcegp/w0hSA6qmirer4Y3xnTFvFcEHafM2b/AJvLztxnvuru6Kd9W+4raJdgooopDCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACqNp/yGNQ/7Z/8AoNXqo2n/ACGNQ/7Z/wDoNAF6iiigAooooAo/8zD/ANuv/s9Xqo/8zD/26/8As9XqAMvXvEuj+GLIXevahFZQscKXyWc+iqMk/gKXQfEek+J9O+3aDepeW4YoWUFSrehBAIPI6iubSK3vPjbcf2gFkls9IiexR+dm6RhI6j14UZrR8cX9zpGgA6Q8dpeaheQWguigPlGRwnmEdyB0z7ULZPv/AJ2Drbt/lc6aivPV03UfBXijQxF4k1XV7XVblrW5ttTmExB8tmDxnA2gFeR6GucW18QXfgjW/E0ni3VoZNLuLx7K2hlAjxHI3EuQTIOMAE4AwKV1/Xy/zDy/rr/keuXuo2mnLAb2YRC4mWCLIJ3SMcKvHrVmvMPHugnWk8PatJresWbXl5Zwm3tbvZDGWyfMRccPzw1aeuQ3fw8+H+oz6dqusatdSSxrFLfy/apYi7KnyDAzjOQvc09k797fl/mC1at1V/zO8oryTwjqesW/jCwgtYPHE9lds63x8RWn7qP5SVdHH3PmGMdMGqq2viC78Ea34mk8W6tDJpdxePZW0MoEeI5G4lyCZBxgAnAGBQ7LcNz1y91G005YDezCIXEywRZBO6RjhV49as15h490E60nh7VpNb1iza8vLOE29rd7IYy2T5iLjh+eGrsdI0Ofwtot6tnf6rr1wQ0sSaneh3ZgvEauQAoJHfpnNGyd+jt+Qt2rdV/mb1cPL8ZPAcMzxS67tdGKsPsc/BHX+CtTw7rfifUtQeHX/CP9i2yxFluP7TiuNzZGF2qMjgk59qr69/yU3wl/1yvv/QEos7oZ0WmanaazpdvqOmy+da3KB4pNpXcvrggEfjVquW1u4utI8caJfG5m/s6+DadPCXPlpKfnifb0BJBXPuK57WtQ1KXwL4w8RwX91CsxaPTgkzKIoojs3rg8FmDnI6jFJtWb9f6/UaWqXp/X5npVFecNY6z4Y1rw/qU/ifUdTl1W9S0vLS4YfZyHRjuijA+TaVHc1zOp+I9X1fWNUukHjlJbS7mgsl0SzVrJRGxUbwf9YSRk59cU9v67W/zEtf673/yZ7bRWBbpqfiLwBEtxNPo2p3tkokkRCslvKV5IU4IIPbg/StfT7aWz022tri5ku5YYlR7iQYaUgYLH3PWm1ZtCTukyxVZdRtG1V9NWYG8SETtFg5CEkA56dQfyqzXk48BCf4m31n/wlnieM/2bHcedHqWJTulcbN237gxwOxJpfaS/rYr7Lf8AW56xRXmnj3U73SH0Pw3azeI57eS2d7i40hBNfyiMKo+Y4xktlmxnOPWpvA8mq61p+t6NqH/CTWtiqoLK91eM294u4HcA6/e2kAg9ecHijdNoW1rnotVjqNoNVGmmYfbDCZxFg58sNt3Z6dTivPvCmt6n4p8RQ6XqGoGJdBDNNJbSMn9quHaNZBjGYxtO4cgucdBVO78Ci4+Kj23/AAlXiWEzaa915kWo7XTMwHlqdvEYz936UdV53/INk/K35nq1Ys3imyhtdbufKuHh0UH7Q6KuHYJvZU55IBAOccmi9uU8I+DZJpJ7m++w2+1HuZN8079FDN3ZmIH41iahpL6L8HNVtblg922nXE11J/fmdWZz/wB9E/hipk7JtdP6/r5FQV2k+p11jdpf6fb3kIZY7iJZUDjkBgCM+/NMbUrRdWTTGmAvJIWnWLByYwQpbPTqwFeZ2llrPh2DwhrMniPULuTUbm2tJ7FmAtFikjOAkeOCoA+bOTijUfA/2n4sJb/8JR4kh+06dPdeZFqG14v3yfu0O3iP5vu+w9K0kvfsu7X3K5nF3jd9k/vdj1amTy+RbyS7Hk8tC2yMZZsDOAO5rzjxPp2qQ6xomgad4j1W3txpd29xcm4JnmCGMg7sY35IG7GQC2OtQfD681p9c0S41XW7q/8A7Y0R7mWCVv3UbI8YQovY7W+Y9zk1K97Rf1v/AJFXtv8A1t/mdd4X8Z2/ii6vrWPStV0y4sRG0sWp24hYh920gbif4T1xXR1yei/8lS8Uf9elj/KWusoDZ2/rYKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACqNp/yGNQ/7Z/+g1eqjaf8hjUP+2f/AKDQBeooooAKKKKAKP8AzMP/AG6/+z1eqj/zMP8A26/+z1eoA5/xL4M03xRJbz3Ul3Z31rkQX1hOYZoweoDen1Bplv4H0tPDV1ot/NfapBdtunmv7lpZnYYwd3YjAxjGMV0dFHSweZy+heAdP0TVE1GXUNV1a7iUpby6peGc26nghBgAZHGetWY/B+nx+FdQ8PrNc/ZL8zmVyy+YvmsWbB244LHGQfxrfooeu4bGPq/hjT9b8Opo16ZvIjCeXLHJskjZMbXDDowxVSw8FWdt4fvdH1LUdU1u1vDmQ6pdec6jA4VgBt6Z46Hmujoo3v5gtLW6HK6J4FXQ9Wjvo/EviO8SMELaXuoebBgjH3dvbtzVuPwfp8fhXUPD6zXP2S/M5lcsvmL5rFmwduOCxxkH8a36KHruGxj6v4Y0/W/DqaNembyIwnlyxybJI2TG1ww6MMUeHPD3/COWctv/AGvquq+ZJv8AM1O58504xhTgYHHStiijq33C2iQVnXei297runarK8on09ZViVSNreYAG3DGf4RjBFaNFAHE+PpbzW4m8KadouoSz3YjkGp7Nlta4fO/zM53rtztAyeKseNdGaL4T6jo+kW0sxjshBBDChd2AwAAByTxXXUUmrxce407ST7HI+Hfh/Y6Re2+pXWo6vq95BHiBtVuzN9myMHYMAA44pNU+HNjf6nPfWOs67osly/mTppV+YUlfu5XBGfcYrr6Kb1ZK0VjMvtCg1HwvLod3cXUkEtt9necy/vmGMbi2OWPc459Kt6fZR6bpttYwNI0VtEsSNI25iFGBk9zxViigYVzfiPwRZeI9Qh1A6hqel30MRhF1pl0YZGjznYTg5Gea6SigDndV8F2OsaTYWl1eaitzp6BbfUorkpdKdoUsZB1LAc5GDUdh4L+waJf6b/wkmv3QvgFa4u7wSywjGCI2K4XIPp+VdNRRvfzDt5GC3g/TFfR3svOsX0f5bZrZgCY8YaNsg7lPBPfIzkGo/Evguy8S3VtdyX2pabe2ytHHd6bcmGTYeSpODkZHpXRUUPUFoc5deGriddBsWvJLrT9NlE1xJdyl57h0H7rccYb5juJ45UcVsarp0OsaPd6bcs6w3cLwyNGQGCsMHGQRnn0q3RQ9VZgtHdGNd+F7K9sNItJZZxHpE8M8BVlyzRKVUNxyMHnGPwqv4m8G2Xiae2uZb3UNOvLUMsV3p1yYZQrY3LnByDgdq6Gih67gtNEYMXhG1SWwlmvr+6msbOWzWa4mDvIsm3cznbkt8owePpUFt4HsLO3sorW8vomstNk02GVJVV1jfbl8hfvjaMEYA9K6Wij+vz/AM2G39en+SOI0v4YW+la4mqx+KPE09wGRpRPqAZZwn3Vk+QFl5PBPc129FFAdbhRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAVRtP+QxqH/bP/wBBq9VG0/5DGof9s/8A0GgC9RRRQAUUUUAUf+Zh/wC3X/2er1Uf+Zh/7df/AGer1ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFUbT/kMah/2z/8AQavVRtP+QxqH/bP/ANBoAvUUUUAFFFFAFH/mYf8At1/9nq9VH/mYf+3X/wBnq9QAUUjMEUsxCqBkknpVbTtTs9Xslu9NuEubdmZVljOVYqSDg9+QeaALVFYPhTXbnXbXU5LyOJDaalcWiCIEZSNsAnJPPr/KuVsfihrU2jrrl74JuYtC5Zr22v452VQxBbysBsDBz9KP6+8O/wBx6RRXK6z42a3ms7PwzpUniDULy3F3HDDMsSLCejtI3Cg9vWksfH1m2h6pe65aTaRc6OQL+zlIdoyRldpHDhuxHU0AdXRXJaL4r8QanqEQvPBd5p+nXAJhu5LuNmHBI8yIfMmcY74JrIm8feMoNYg0x/h5i7uI3lij/tuH50QgMc7cDG5eCe9HWwdLnolFc7YeJrl/EFvpGt6X/ZlzdWYuYP8ASBKHYf62LIAG5MjoTkHPFZ+s+P206x1+9stK+2WujPHB5puPLFxOzKrIvynAXcMn14x3o/r9AWp2VFcbpnjfVRrVnpvivwtPoT37FLSYXkdzHI4BbaSmNpwDiq83jfxPPrGp2mgeCf7Ut9PujbNc/wBrRQ7mChvusuRww9aOv9f11A7qioraSWW0hkuIfImZFaSLcG8tiOVyOuDxmszxVr//AAjPh+XVPs32ny5I08rzNmd7qmc4PTdnpT62FfS5sUVj+Idf/sE6WPs32j+0NQisv9Zt8veG+boc429OPrXLX/jzxfY6xBpx+H++S7eRbU/21CPOCDJP3fl455pf1/X3j/r+vuPQaK5NPGd5BruiaVq+htYz6lEzz4ulkFq+SFUkDDbiMZBGCRTrTxsLvXdfsE08iLSIPNS4M3FzjcGAGPlwyMucnpSbSV/X8NwWv4fjsdVRVDQtT/trw9p+qeV5P222jn8rdu2blDYzgZxnrir9U007MSd1cKK5bxZ4s1LQtW0zTdE0D+2rvUFlZY/ti2+0RhSeWBB+96jpWa/xKktdE1abUtBnsdV0owmfT5Z1IZZXCqyyqCGHJ7dsUlqM7uisrXdb/sVNPb7P5/22+itPv7dm8n5uhzjHTj61y9z4/wBfGratDpfgx9RsNKuGhnu49SjRvlUMSI2UEnB6A0rr+vl/mg/r8/8AI72iuek8WwGx8PXlpbtLBrk8ccZdthiDxs4YjByflxj361t3ks8FjPLZ2/2q4SNmig3hPNYDhdx4GTxk9Kb0vfoC1t5k1FcJonjjxRqviSXSrnwR9kFrLGl7N/a0Un2cOu4HaFG7jnANXNX8bXya5caR4V8Oz6/dWYX7Wy3KW8UJYZC726tjnFAHX0VU0u8mv9MhubmylsZpF+e2mILRkHBBI4PTqOoqzIWEbFPvAHGR3oem4LUdRXnvhvxzrery+ERd29kq61HdvdeVE42eUTt2ZY47Zzn8K9CptWAKKKxtE1i41fU9WKpGNPtLgWtvIAd0rqP3pznGAx2jjqrUgNmisbVdYuLfxBpOk6ekbzXbPLcGQE+XboPmYYI5LMij6n0p/h/XP7dgvX+z+Q1pfTWbLv3ZMbY3ZwOvXHb1oWoPT+v67GtRXMTeK7+Swv5NI0CbUrm11B7GO3juFQSbVyXZ2wEXt35x60/w54sl1ZtQt9a0qTRL/TQjXMEsyyoqMCVYSLwRhT9MUdLgdJRXEWPj3V9XmiutH8HX11oUj7V1FrmON2XON6wn5mXv15FdZquowaRpF1qN222C1iaVz7AZx9aHorsFq7It0VR0Sa/udDs59XjjhvZYg80cQIVCedvJJ46fUVi3Xiq4gk8SXUVvHNp+h2/qVaacIXdd3IChSg6Hkn0ol7t79Aj72x1FFcDafEfVIEs7rxT4SuNH0y9ZFiv472O5RS+NpcKAUByOT61J4j8beJ9B1PyYvBP2u0multrW6/taJPPZvu/JtJXPPWh6OwJpq53VFcNqHjfxHp1jpiz+Df8AibalcyQR6f8A2pHwFTdu8zbt5APHHStHw74xl1XVpdG1vRrjRNXji88W0siypLHnG5JF4bB60bu39dwOooorH0rX/wC0/EGtaX9m8r+ypIk83zM+bvTfnGOMdOpoA2KK41vGWt3lreyeHvC39qSWepzWMkf9opDgR4/eZde+fu9vWq/h3x14g1u1OoXfg77DpYhlk+1jU45eUz8uwKG5KkZ/GldWv8/wuOzvb5fod1RXDzfEfyvhyPEv9ksbosYzp3ngEMMlhv29AgL5x0rdi8Reb4ns9I+y4+1ac1953mfdw6rsxjn7+c57dKq2tv62v+Qul/67G3RRRSAKK4qbxzq9jqUX9reELuz0ea5S2j1A3UbtudtqloR8ygkjv3rtaFqrhs7BRVHWL+fTNLkubTT7jUZlIVLa3xuck4HJIAHPJ7DmsTw54vvNU1yfRdf0GbQ9Tjg+0pE1wk6Sxbtu4OvGQcZFC1dg2VzqaKK5PxL4s1fSvENro+geG/7buZ7Vrlh9uS32KrBT94EHlh3pX1sB1lFY2na3cjw+dS8V2UPh5kYiSOe9jkSMZwCZBhec1X8GXV9eaTcT6jrena0Wu5PJuNOKmNY8jahK8bh3+vU9afUOlzoaKzj4h0USQRnV7APcsVgX7SmZSDtIUZ5III47iptQ1XT9JgE2q39rYxE4ElzMsak+mWIoAt0Vm6jc313oLz+FJtPnu5FBtpLlma3bkZJKckYz074rN8Ea1qut6TeNr6WaX1nfzWkn2IMIj5ZAyNxJ9f8ACjq0HRM6SisbxPrE+kabF/Z6Ry6heXEdraRyglS7HkkAg4VQzHnota7usUbPKwVVGWY8AAdTR0uHWw6iuS/4TC6t/h5eeKrmyjkRQ9xa26sYy8G7Ee5jn5iuGzjv0p+g+IPFmoaokOteC/7Js2Ulrr+1Yp9pxwNijPNHWwdLnVUVx/h3x8uveHtW1F9ONrPpokc2xm3eagBKuGwMBirDpwQafeeK74TeEGs7aBYddcCdZAztEpi8wBWBAzwRkj8qP+B+Owbfj+G51tFcz4S8TXGq+Ep9X1wQW/kT3CuYUYKqROy5wSTnC10Fpd299aRXVlNHPbzKHjljYMrg9wRQtVf+tQJqKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACqNp/wAhjUP+2f8A6DV6qNp/yGNQ/wC2f/oNAF6iiigAooooAo/8zD/26/8As9Xqo/8AMw/9uv8A7PV6gDjvHlnqFwLSWSKa98PxEnUtPtMrNKOx9XQd4xgn36V0uk3mn3+k29xo0sMtkyDyWhxtCjjAHbHTHbpVymRQxQIUgjSNSxYqigDJOSeO5JJoWisD11Oa8DtatZaz9jvILoHWLtpGg3fIxfO05A5AI6ZHoTXGeGfGWgaT8GYrS41G1mvzBPCunxyh5ndncKnlg7ucjt3r1W3s7a0WQWlvFAJHMjiJAu9z1Y46k9zVGy8M6Dpt19p07RNOtJ/+esFpGjfmBmk1ePK+yX3Fc1nfzuef+FZoPAviK1tfFV1FYG70G0jinuXCRh4twkj3ngEbwcZqh4klGvnxR4i0ZGvtMtZLBS8Iytz9nkMkpX+8AGAz04Nes3+mWGq2/wBn1Syt72HO7y7mJZFz64YEVNb28FpbpBawxwQxjakcahVUegA4FU2279d/xuQkkrdP+AY2m+N/DOryWsWm65Y3E91/qoI5gZTxnlPvDgHqBVDU/wDkrGgf9g28/wDQoa3LTQdHsL17yx0qxtrmTO+eG2RHb6sBk1ba0t3u47p4ImuIlZI5igLopxkBuoBwMj2FLqn/AFsHS39bnL/Eu1z4LudTt5Ggv9J/020nQcxuv8wQSCPesfxtpEOjfA+40+yYjYkBMrDLO7TIWdvUliSa9AubaC8tpLe8hjnglXbJFKgZXHoQeCKbc2Vre2jWt5bQ3Fu2MwyxhkODkcHjggH8KF/kVfVPsctpPgvUxq9nqfivxNPrstiS9pELSO2ijYjBYqn3mwTgk8ZrjI7DQ7rxT4nfVvHmoeHZhqzhbW21hLRXXy0+fY3JJORn29q9jrHuvCPhu+upLm98P6VcXEp3SSzWUbs59SSuTS+1fy/y/wAhdLf11NS2ZGtYmhl86MoCku7dvGOGz3z1zXIfFmPzfhxex7mTfNbruQ4ZczJyD612MUSQxJFCixxooVEQYCgdAB2FR3VnbX1uYL63iuYWIJjmQOpIOQcHjggGqdm7+YldI8v8Q+DP+Ef1Twzd/wDCSeIdU3a5bx+TqV/50YzuO4LtHPHX3NdZ4h/5KB4R/wB+7/8ARNdJcWdtd+V9rt4p/JkEsXmoG8tx0YZ6EZPI5pZLW3muIZ5YInmgz5UjIC0eRg7T1GRwcUdLef6Ib3v5f5nFa/p0us+O761tHjjuodFiltnkztWYXBdCcc4DRjPsapLYvpHiK9sJGV3HhUmSQf8ALSQSyF2/FnJ/GvQha263jXYgiFyyCNpgg3lQchS3XGSTj3psljaS3DTy2sLzNEYWkaMFjGTkpnrtz26VDjePL6/jf/P8Cr+9f0/C3+RyngTxRoD+D/D+nprmmte/YYIvswu4zJvEYG3bnOc9q7Kse28IeGrK6jubPw9pVvPE26OWKyjVkPqCFyDWxWkpczbIStoefeO7LUr/AOIHhaDRNW/si7MN4Vuvsyz7QFTI2Nwc1T8V+EJtJ+HniG9utQuNY1W6WGS6u5UC5SKRW2oi8KoAY4FejyWdtLdw3UtvE9xAGEUzIC8Yb7wU9RnHOOtTEZGDyKnVLTf/AINyut2efeIvFGieILnwzZaFqdtqNzJq0E/lWsokZI0BZmYD7oA9cVylzYaHda94wbWPG13oMo1FwtnHqCRxTL5afM0LDMmemO4GK9esdD0nS55JtM0uys5Zf9ZJb26Rs/1IAzUMnhjQJdQN/LoemveFt5uWtIzIW9d2M596Vtfv/G3+Qv8Agfhf/M4e61Y/8Il4B1LXPs+nAX8LSl8QxxjyZADg4CgjBx2ziu6s/Emh6jDcTafrOn3UVsm+d4LpHWJeTliD8o4PJ9Kn1HStO1e3WDVrC1voVbesdzCsihumcMCM8moLPw3oenQ3EOn6Np9rFcpsnSC1RFlXkYYAfMOTwfWqbvf1v+QJbeSt+f8Amcl4W8SaHP8AEPxQIdZ0+Q3k1oLYJdIfPIhAITn5sHjiovDHiDSfDPiPxPpPiK+t9Nu5dUkvYnu5BEs8MgG0qzYBxjGM9q6y28IeGrK6jubPw9pVvPE26OWKyjVkPqCFyDVvUdF0vVwg1bTbO+EZyn2mBZNv03A4pbfdb8v8g6W/rr/mS2GoWmqWMd5p06XFtLkxyxnKsASMg9xkVYpsUUcMSxQoscaDCogwFHoBTqACuY1/QvFWo6n5+heMf7HtdgX7N/ZcVx83OW3Mc88ce1dPRQBi+ItUm0HwrLcK32i+2LBB8uPOnchE47ZYj8Ks+H9JTQvD9npqNvMEYDyHrI55Zj7liT+NO1DR7fU73T7i5eQ/YJjPHEpGxn2lQWGMnGSRyOas3lv9ssZ7bzZIPOjZPNiIDpkYyuQRkfSi7s31DTRf1/X/AATnfCv/ABN9X1XxI/MdxJ9jsj/07xEjcP8Aefefcba4W5lmk1bX7SxaTzdD1abWnSM/e2rEVU/7waXj/Zr1nTrC30rTLaws02W9tEsUa+iqMCiPTbGG6ubmGyt457sAXEqxKGmwMDecZbA45o2d10X+Tv8Aerhute//AALfdocNol9pF34E1Ge+18aPaarql20N9HeLbvzM2Njt3wv5ZrK0O1NxZ+MdC8Pas3iCzmsC0eoyMskjXDoy+U0y8ScBTnsDivRJPDWhTabFp02i6dJZQsXitmtEMcbHOSq4wDyenqau2lnbWFslvY28VtAnCxQoEVfoBwKTSaa8rfgNSad/O/43OO8I+PPDB8I6XDLq1nZ3MMEdvJZTShJkkUBSnln5jyOwq/4n/wCJxruk+HF5ikf7dej/AKYxEFVP+9Jt+oVq2G0DR31Mak+k2LXwORdG2Qyg/wC/jP60tro9va61faoHkkubxY0YuQRGiA4VcDgZLHnPJNU3eXM/X+vmSlZWX9f0huv6smhaBealIu/7PGSkY6yOeFUe5YgfjXN6hpL6L8HNVtblg922nXE11J/fmdWZz/30T+GK6bVNHt9Y+xi7eTy7W5S5EakBZGXO0NkcgHDYGOQKtzwQ3VvJBcxJNDKpSSORQyup6gg8EVDV4td/6/r0RcXaSfb+v69Ty7xF4j0fV/hdZeG9Iv7XUdW1K2t7WG1tpRKyN8uSwUnaFAJOcdK6jxupS18OITuK61aAn15NbunaBo+juz6TpNjYs4wzWtskRb67QKtz2tvdeX9qgim8qQSR+YgbY46MM9CPWtG7y5vO/wCJmlaPL5NfejjfHN7a6d4s8HXWoXMNrbx3s++aeQIi/uGHLHgcmoIdUs/FXxY0640CdLy00eynF1dwHdGXl2hYww4J+Utxmux1LRtM1mNI9X060v0jO5FuoFlCn1AYHFTWdla6dbLbafbQ2sC/digjCKPoBxUx0d/62sVLX+vO5PXl8PhP/hI/iP4tk/t/XNK8ma2Xbpd55CyZhHLDBya9QqGKztoLieeC3ijmuCDNIiANKQMAsRycDjmjrf8AroBxnwstPsGl69afaJ7nyNcuo/OuX3ySY2jczdye5qvoMvkfAu7l/uWd63Jx/FJXd29nbWfm/ZLeKDzpDLJ5SBd7nqxx1J7nrTF06xTT2sEs7dbNlZWtxEojIbO4FcYwcnPrmlJc0beVvwKi0pX87/iee3fha4g8N3+oLLG9kdAZ0gAO/wC1G2EbP6Y8tABz1Zqfba1p+neNPDl5q1/a2MMvhkgSXEyxoWLxHALHrwePavRGt4WtjbtFGYCmwxFRtK4xtx0xjjFULzw1oWorCuoaLp10tunlwie0RxGv91cjgewqm/f5v62kv1/AhK0VH+un+Ra0/U7DVrX7Tpd7b3sG4r5ttKsi5HUZUkZqzVbT9MsNJtfs2l2VvZQbi3lW0Sxrk9ThQBmrNJ+QzybxXcaP/a8et6B4zbVdUF5E1vohvI7u3dshdqQjJQ4yd3Y5r0fXPEWleGrGO81y8SzgklWJXcE5c9BwD6HmlsPDuiaVcNPpej2FlMww0lvapGx/FQDVq8sLTUYRFqFrBdRq4cJPGHUMOhwe49aFokge7ZT8QeINP8M6HNqurTeXbQgdBkuT0UDuTXNeENS0zWfEE2s3esaXPrN5AIoLC0vY5Ta24O7Z8pO5ieWI47DgZPX3+m2Oq2pttUs7e9tyQxiuIlkQkdDhgRVSw8L6Bpd0LrTND02zuFBAmt7SONwD1GQAaFvdg9rI1K898U6D/wAJD8UtPtP7V1PS9mjzSedplx5MjYmQbS2D8vOceoFehVEbS3N4t2beI3KxmNZig3hCQSu7rjIBx7Ure8n2/wAmh30a/rcxhpmkaF4TNj4i1E3+nIf3txr06S78tkB2cAHnAGfQVz3wx1TQ/J1jTdLvtP3f2vdSW9rbzJnydw2sqKfuY6EDFdvfafZ6naNa6laQXlu5BaG4jEiNg5GVIx1qnYeGdB0q6+06XomnWU4BXzbe0jjbB6jKgGqT1bf9bf5CeyS73/P/ADPJoPC+it8GPEGsy6dBLqTSXci3UiBpIykrBdjHlQMdsd62PHOrwS6xpWmy2Php7tdOFz9t8Tv+4CsQCiDu5K5r0oaVp40+SwFhaizk3b7YQr5b7jlsrjBySSfWm32i6VqaQrqWmWd4sBzELi3WQR/7uRx+FSlay9PyaG3dt+v4tM4T4V6pZ2HgvU7rUbzTLS0j1WYCW3kMdomduBGXxhSTwD61d+HGuaTdPrlra6nZzXE2s3c8cMdwjO8ZYYcAHJX36V1s2iaVcWc1pcaZZy207+ZLC9urJI3HzMpGCeByfQVDYeGNB0q6+06XomnWU4BXzba0jjbB6jKgGqvr8rfl/kTbS3nf8/8AMy4P+J58Qpp/vWmgxeRH6G5lALn/AIDHtH/AzT/G0slzp9toNqxW41qb7MSvVIcbpm/74BH1YVraPo9volk9vbPJJ5k0k8ksxBeR3YsxJAA746dAKG0e3fxCmsSPI9xHbG3jQkbI1LbmIGM5OFBOeiil2T/rr+enoPu1/X9b+pgfEmKOD4Va1DCojjjs9iqvAUAgAVQ8H2WgWmtK+m/EHUNeuGhZRZXOtR3K44JYIOcjHXtzXcXVpb31rJbXsEVxbyjbJFMgdXHoQeDVCx8L6Bpd0LrTND02zuFBAlt7SONwD1GQAaOrbB7JL+tjy6If2P8ADqy8QL8sMlteadff7kkknlOf92TA+khr07wl/wAiXov/AF4Qf+ixVw6Vp501tONhbGyYENbeSvlkE5IK4xyeasQwx28KQwRrFFGoVERQFUDgAAdBQtE1/XX/ADB6tP1/T/IJpY4IXlndY4o1LO7nCqB1JJ6CuI8KQyXHie41HwwjWXhiYMXjmX5LuY/8tYE4Ma+rdG7L/FXcSRpNE0cqLJG4KsjDIYHqCKVVCqFUAADAAHShaO4PVWFooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKo2n/IY1D/tn/wCg1eqjaf8AIY1D/tn/AOg0AXqKKKACiiigCj/zMP8A26/+z1eqj/zMP/br/wCz1eoAKCQASTgDqa5vxP4kuNOvrHRdJijOqaluFvLdfJBEB1Yn+Nh2ReT7Dmm6noetjwitlpviea3voyZJr+e1jnaYEMWXYcBRkjGOgAFS3aLkNK7SOjgniuYEmtpUmicZSSNgysPUEday7vxJZ2fiqw0CWK5a7v4pJYnSLMahOu5ux/zxkZ4/4XaP4ji8O6HfXPin7RpTWaldL/s6NdoK/KPNB3HHr3xWgZPEelfE3TrW98Q/btL1T7U6WX2GOPyAigqu8ZZsbuvHStGrSt6kp3jc7Oa4htwhuJo4g7hELsF3MeijPUn0qHUtRtdI0y41DUZfJtbZDJLJtLbVHU4AJP4VwXxM0rXrnUNHnsPEn2K0k1K2iitfsMcnlTZOJd5OTj+6eK6/w5putaZZyx+INe/tuZpNyTfY0t9i4+7hTg88596hapv+un+Y3o0v66i+HfFOjeLLGS88P3n2uCKTynfynTDYBxhgD0IrXrlPB3/Ie8Xf9hf/ANoRV51qHxbna6vNQt/F9pYtbSSLBoT6VJIJlQkAPPj5WbHY4GR7021p5pP8EFnr62PcKKwL4alreg2GqeHr/wCw3XlrcxxTDdDMGXPlyDrjnqOQeeelZEnxIsx4Jk1loltrkT/YkinkAha4zjib7rRggkuD0B6Hih6XT6AtUmup1sep2MuoyafFe273sKh5LZZVMiKehK5yByOfeo7nWtKs7+KxvNTs4Lub/VW8twqyP9FJyfwrzHwpdaBpfxUXyvEGn3095pAFxeLdRn7TdvPkqMHr0AUcgAViWa23irRtVitfCy6zrt5cXDXuq3qeXDY/OwQLKRuyqhPlSk9En6/g7f0x21a9PxVz3VmVELuwVVGSScACoLHULLVLRbrTLuC8t2JCzW8qyISODyCRXl8Hiu11nwr4d0DWtZtrAXenx3GqXF1crE0kPQRqWIy0hHJHRc+orb+Et/pknhi4sdOu7V2hvrphBBKpKRmZth2g8KRjB6VVvea/rR2/r0Jvon/WqO9qta6lY3yzmyvbe5FvIY5jDKr+U46q2DwR6GrNeTeEidE1C6vBxaa1f39pP6LcJNI0Tf8AAl3r+C1Ddr+hVj1S2uYLy1jubOaOeCVQ0csThlcHuCOCKlry3QNR1u58K+EvDfhq8h064uNJ+1z38sImMUabVARDwWLMOvYVq2Mvi2e61Xwpd+IYY9Tt4Ybq11mKwQl4mYhg0JO3OVI47HNW1rZf1YlPS7/q53MFxDdRebbTRzR5K742DDIOCMj0IIqSvL/hjonicaRZ3jeLc6al1ceZp39mxfvMTOG/eZ3DLZb2zivUKXQfVopalrOmaNGkmr6jaWCSHajXU6xBj6AsRml03WNM1mN5NI1G0v0jO12tZ1lCn0JUnFcT8Tkkk1jwssGhw6/IbufGnTuiJN+5bqXBUY+9yO1TW+qXHhbwHqmqP4Ls/DlzG4EVlbzROs7MVVGZowB95seuBSXUbWqO8orz6Wfxn4UvNNvte1611ixvbyK1ubVLFYfsxkO0NG4OWAYj73atbQtav7xvFguZ9/8AZ9/JDa/Io8tBErAcDnknrmhuyb7X/C3+aBK7S7/8H/I6uivLx4l8V3+m+BotKv7dL3W7SVrua4gUrlUVt+0AcjJIAwCcZ4q9Y+KdY8O2viu28SXkesz6DBHcxXKQLAZhIjEKyrwMFcZHY03pe/T9BLVK3U7e/wBUs9Ma1W+m8o3dwttB8pO+RgSF4HHQ8nirdeV6rp3iuPU/Ct/4j8RQXkM+sW5/s6CxWNIHKuflkzuYAZHPXNdNq2t32seJJvC2gzf2fNDEst7fSjDpG3aBD99j0342r7ninZ287/ohXV/Kyf4s66qsGpWlzqN1YwS77i0CGdApwm8EqM4xnAzjOenqKS5uYNH0eW5vJmMFnAXklkOWKquSSe54rnNE0fVpvBc80F9/ZOt6xJ9tluTAsxgZyCE2NwdsYVPwzS7/ANf11H2OqhuIblWa3ljlVWKMUYMAwOCOO4PaszWvElnoN7pdreRXLvqlyLaEwxbgrEZy3oPz/IGuE+HeheKfIa5HjHFjFqtyJ7L+y4v35WZg535yu4gnjpnitvxNJ4j0nxdpF5b+If8AiU3+pQ2jaX9hj+UFDuPmnLHJUnt168U1ry+dvxsLpLyv+B2c9xDawNNcyxwxIMtJIwVV+pNOllSGF5ZDhEUsxxnAFcF8XNP1e58I3Fxp+t/YrOFALi0+yJJ9oJkXB3k5XHt1rf8ADWkeIdMknbxD4n/txJFURJ/Z8dt5RGcnKHnPHX0qd0PYd4b8beH/ABe1wvh3UPthtgpl/cyR7d2cffUZ6HpW9XKaX/yVbX/+wdZ/+hS1x/i74jNB4uv9LTxdb+GY9OZUVW0t7t7pioYkkDCKMgcc8E+lNtaBZ6/10PW6K5LQdTvPHXw7tL+1v2029myRcWyZXzI3IztbqjFc7Tzg4zVvwt4lm1ia+03UoEi1PTHEV01ud8Dk9Cj9j6o3zD9adrNoV9LnRUUUUhhRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABVG0/5DGof9s//AEGr1UbT/kMah/2z/wDQaAL1FFFABRRRQBR/5mH/ALdf/Z6vVR/5mH/t1/8AZ6vUAUtX0ex13TZLHU4FmgfnGcFWHRlI5Vh2I5FJpdhNY6Slle30uoMgZfPmADuuTgNjqQMDPfGavUUeQHH+GfB2s+Gb2CGHxXLc6Fbhli0yWxj3KpzgecDu4J9O2Koan4E8Wah4gj1WPx75L2rymzT+x4m8hJOq53fNwAMkdq7+igDD8ReG28ReH4rGXUJba7gkjnhvYkG5JkOQ+3p17e9V7LRPE8Hh68s7zxd9q1GZs2+of2bEn2ccceWDhuh6+tdJRR38w7eRxHhnwX4k0LXpb688Zf2hb3Uxnu7X+y44vPfZsB3BiVxhTgcce9JL4H8QWU8qeFPGk2kWEkjSizk0+K5EbMSzBWYghcknFdxRR2Ax9a0E67ZW9leX86WgP+lxQ4T7WMfdZhyqk9QMZHHSrNzoek3mnRafeaXZ3FlDjy7ea3V40wMDCkYGAcVfooA5OD4daDa+MU1y203ToY47VYo7SOxjUJKH3CYEdG7dM8dao3nw7vmu72HSfFV5pmjahK0t3p0cCOSX+/5ch5jDegB6mu6ooAxX8G+GpYoI7jQNNuBbwrBE1xaJIyoowq5YE4FV/CHg2w8I2c8dpFbNPNNJI1xFbLExRnLLGcZJCg4HPboK6KijrcLaWCuVPghG8IX+iPfNvubua7iuliwYJHlMqEDPO047jOO2a6qik0mO9jin+HssOiaJDpWuzafq2jW32aHUYoFYSIQNyvExIIOAcZ4Navhnwu+hzXd7qOpzavqt7tFxeTIseVXO1VReFUZPHqa6CiquTbSxx2k+DNY0LWt+meKpU0Q3LztpUljG/wB8lmUS53AZOeldjRRS2Vh9bmTqmh/2lrujaj9o8v8AsuWWTy9mfN3xlMZzxjOehqxrej2uv6JdaXqAY291GUfacMPQg+oOCPpV6ila6sO7vc4uw8C6mdSs5vEviq61u10+UTWlq9tHCFcDCtIy8yEdRnHPNN1L4fXl3rGoy2Hia807TNVbzL6xghQmR9oUlZTygIAyAOeea7aim9RLQ5TTvBH9nv4WI1DzP+Eft5YP9Tj7RvQLn73y4xnvU83g23u9T8RXF7cGW3122it5IFTaYgisuQ2TkndnoMY710lFD13BabHCWvw81I3mmXGteLLvVDpdzHLaxvbrGiovZgp+ZyON5z345rpNf8OWuvQxM7yWt9bNvtL6A4lt29Qe4PdTwR1rXooBaO5z3iPS77V7TTdKx51rLcI2pTkquY4/m27c/wAbBRgdia6GiigDjrLwXrGk+IJLjRvFUttpM9413NpkllHKGLNudRITuUE56dKg8TeCfEuv6wlzb+M/sNpb3KXNpa/2VHJ5EirgHeWBbqx5459q7iija3kHfzMS88PSav4Mk0LXdQe8lng8qa8jiWJnbrvCjIBzjj2qroWheJdNt7yLVfFraoZItlqzadHEbZsH5jg/P24Pp710tFHcDgdM8DeK7HxL/bFx47+0vL5SXSf2PEnnxIxITIb5fvMMgZ5rQ1fwdqsmsXOpeFfFE2hSXpVruI2kdzHIyqFDBX+6cAA464FddRQBivo2p3PhePTLzXpzeEBbjULeBIZJFzyFUZCEjjI5HWr+l6VZaLp0VjplulvbRD5UX9ST1JPUk8mrdFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAVRtP+QxqH/bP/0Gr1UbT/kMah/2z/8AQaAL1FFFABRRRQBR/wCZh/7df/Z6vVR/5mH/ALdf/Z6vUAUtX1ix0LTZL7U51hgTjOMlmPRVA5Zj2A5Ncp411y+Hwwm1Ux3WiTmaE7Wl2yRoZ1GWKnjK9R2yQa1PE/hu41G+sda0mVBqum7jbxXPzQSg9VI/gY9nXke44rL8afbvEPwxlxpF3FdyTQiSxaPzHUrOu7hc7l4JyOo5oW69V+YOxf0P4gaVr2tLpsFrqVq80bS2s15aGKO7QdWiJ5IwQeQKzTq/iyD4i6NaatLZ22nag10qWVsm9isaAqzyNzk5zhcAd81oa9ZXMvxF8J3EFtK9vbreCWVIyUi3RqF3EcDPbPWuX8Q+K7mTx/o17D4Q8USwaO93HM8emFhLvUIrRnOGGVzk44xTVrr5hbQ73X9dHh+3iu7iznmst+LmeEbvsy4++y9SvqRnHWsrx1rN7b+CBfeGdQjhnuJ7aO3ukVZVxJKq5AIIIw1X9U1bUzpNo2h6TLLeX6jYt2PLS1yuS03ORj+6Mknj3rmtV8IPongOPT9P+0X88mqWtzN5cZ27vtCM5SNeI0HJwBgDk+tK2tn3X5oL6XXZlseK728t/CUsL/Z5L7UGtNRh2g4dIpN6cjjDp1GOnvTr74o6LY308YstWurO1kMdzqVtZNJawMDhgzj074BrM1rR9QtPido/2Gynm0u7v/t8sscZZLaUQvG+4jhQ2YyM9w1U7DUNb8PeFZvBp8I6nfXwWaCC7hiU2cyuzEO8hPy8NyCP50rtpvr2+S/X/Mdknbpp+v8AwDV8bfEGbQ7nTYdL0rVrqOe4gdru1sxLDPExOY0YnlyBwP1rpvDniH/hIrOWf+yNV0ry5Nnl6nbeS78ZyoycjnrXOa7omo6V8P8AQLextpNSuNDntJZYYeXlWLhtgPU+gro/DniH/hIrOW4/sjVdK8uTZ5ep23ku/GcqMnI561Wi5ku/4aE66Py/zNivKLnXNXvfEuuQv8TNP8Nx2d+1vBZXNpbMxQKpDAuVJGWI79Oter1w3h/wjpl9q/iW51/w/aXEsmru0Et7ZK7PH5ceCpZeVzu6cZzUr4/k/wA0V9n5/wCZsa54ts/DFvZw3i3mqX9wn7q20+382afaBucIOAPxxzVeD4haRP4Y1HWhDexjS+Lyymg8u4hPoUYgZ59cVR8RtfeHfG1v4jt9GvNWsW082MsWnxiSaAiTerBMjIPQ46YFZFzomseJ9E8Y6oNKm06XWLSKCysrnCzOIgSGcZwrMTgAnjFDfut+oJK6Xp/wf6/zO6v9ftdOu9Kt545mfVZvJgKKCFbYX+bJ4GFPTNc3efFfRLS5vYEsNXun0+eSG8NrZ+YtuEODI7A4CHBx346VknVtZ8TeJPCkieFdW06x0+8JuJr6HYwfyXHCjJ2f7ZwMkCtHRNMu4PDPjZJLKaOa71G/eFWiIaZWX5SoxlgexHWh6KT7X/T/ADYR1sn5fr/kjf1rxlpei6bZ3bfaL1r8Zs7ayhMs1wNu75VHsc5OKx/AviC48Q+I/E08sOpWkKS2whs9RQxvB+65+QkhckZ465zWNFHqfhu28Ha42iajqEVroosbq1tId1xA7LGQfLOD1Ug+lavhWz1HVtW8Vz67plzpceqeR5cYkZXCeUV++uPmwBnaeCcVbVnK3n+f+WpKe1/60OgtfEsGo+IZdM0uCS7itsi7vUI8mB+0ef4m9QPu96h8ZX9xbaKllpshj1DVJlsrV1OGQv8Aecf7qBm/Cqvhez1LwzNF4cntRc6ZGhNlqECKm1RzsmUYw/P3gMN3wadaf8Tv4gXV4fmtNDi+yQ+huJAGlb/gK7F/4E1TZOy/r+ug7tXf9f11Mrxbr6+FfF3hj7Rd3hsvs9yjwRs8j3ThUCDaPvvk8Z7kmtjS/F//AAkei6hNoNhcR6nZnY2n6mht5EkIyocc4BHOah1uxnn+Jfhe6S1kkt7eG88yYRkpEWRQuW6AnnFV9P8AtOkeMPG2qTadezQFbWSFYICzXGyHkR9AxzxgHrRvHXz/ADC2unkL4M1PxBceJPEOneJby3uZLE2xRbWHZHH5kZYqufmI6cse3ati78Swab4hi0zVIJLSK5AFpeuR5M0nePP8LegPXtXE+F/E9yfiDrNzN4T8TW8GtS2yQyz6aUWHZHsJkOcKM85GeK6bxRZ6l4mlk8OwWgt9MkQG91CdFfKn+CFTnL8feIwvbJxTfT+ugaao6qioLK0jsLGC0haRo4ECKZZC7EAY5Y8k1PSYBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAVRtP8AkMah/wBs/wD0Gr1UbT/kMah/2z/9BoAvUUUUAFFFFAFH/mYf+3X/ANnq9VH/AJmH/t1/9nq9QAUUUyKaKdC8EiSKGKlkYEZBwRx3BBFAD6KKZHNHKziKRHMbbXCsDtOM4PocEfnQA+iuV8U+PYPCdyyXmg67eQJCJpLuysxJAgyeGcsACMc/UVTl+JAHhnUdXXw3rNoLEw4j1SD7N53mOF+RvmzjOTx6etC12A7aigHIBooAKKKKACiiigAooooAKKKKACiiigAqK3tbe0V1tYI4Vd2kYRoFDMxyWOOpJ5JqrousW2vaWt/YiQQtJJGPMXByjlDx9VNX6ACiisnTdc/tDxDrOl/Z/L/st4V83fnzfMj39McY6dTQBrUUVm6LrttrsN3JaJKi2l3LaSeaAMvGcEjBPHp/KgDSorj7r4k6fb6LpOo2+k6xfDVvM+z29nbLJN8n3sqG/kTWn4e8Xaf4ksbqezjureWzbZc2l3CYpoWxnDKfUe9G1/IO3mbtFUdE1aDXtDs9Vs0kSC8iWWNZQAwBHcAkZ/Gr1D00BO+oUUUUAFFFFABRRRQAUUUUAFFUdb1e20DRLrVL4SG3tY/MkEa5Yj2FXQdygjuM0ALRRWH4o8Rt4etbUWunzanf3s/kWtpE4QyPtLHLHhQApJNAG5RWX4fv9W1HTTNr2i/2NciQqLb7UlxlcDDbl45549q1KACiiigAoorJXXM+Mn0H7P8AdsFvPP39cyFNu3HtnOfwo62Dpc1qKKKACiiigAooqhfaxbafqmnWE4kM2pSPHDtXIBVC5ye3AoAv0Vj+JNe/4R6ztJ/s32j7Tew2m3zNm3zG27uhzjrjv61sUbq/9f1qAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFUdZ1P+x9Jnv/ALFeX/kgH7PYxebM+SB8q5GeufoDXPeGviHb+J9UNla+H9ftArOklxeWQSGN06ozBjhu2PWhauyB6K7OvormPEfiy+0vVodI0DQZdc1KSA3LwrcJAkUW7buLtxkngD2Nb2mz3VzplvPqFn9hupIw0tt5ok8pu67hwceoo3Vw2dizRRRQAUUUUAFFFFABRRRQAUUVR0XV7bXdJi1GyEgglLBfMGD8rFTx9QaAL1FFFABRRRQAUVFczfZrSafbu8tGfbnGcDOKp+H9V/t3w5p+q+T5H2y3Sfyt+7ZuGcZwM/XFAGjRRVDRdYtte0tb+xEghaSSMeYuDlHKHj6qaAL9FY+h69/bV5rEH2byf7MvTabvM3eZhVbd0GPvYxz061sUdLgFFFFABRWbo2u22uC+NokqfYbySzk80AZdMZIwTxzx0PtWJe/EXT7TQdO1SLTNVvV1Kd4ILa0t1kmLJuz8u7p8hPBNAHW0Vg+G/GGn+Jorv7LDeWlzZEC5s72AxTQ5GRlfcA96v6Jq8Gv6Ha6pZpIkF1H5iLKAGA9wCR+tAF+iiigAooooAKKKKACiiigAorlPEnizV/D+tWkS+G/tWlXE0MDaj9uRPLeR9uPKwWOMitnXr7VNP0tp9D0j+17sOALX7SsGQep3txx6UdLh1saVFYvhLX5PE3hq31Sey+wySvIj2/m+ZsKSMhG4AZ+76VtUbAFFFFABRRXJ+HfFmr6n4muNF17w3/Y00VqLpD9uS48xC+wfdGByD37ULV2DZXOsooooAKKKKACiiigAooooAKKx01/f41l8P/ZseXYLefaPM65cpt249s5z+FbFHS4dbBRRRQAUVlHW8eMF0L7P1sTeefv9HCbduPfOc/hWrR0uHWwUUUUAFFFFABRRRQAUUUUAFFFFABRRVXUp7q10y4n06z+3XUaForbzRH5rdl3HgfU0AWqK53wh4kvfEUOoDVNI/si7sLr7NLb/AGlZ+ditncoA6N2zVWTxZq9r45tNEvvDfkWF9LJHbal9uRvM2Rl8+UBkdMckUdbB0udZRVDXZtTg0K7l0C2iutSSMm3hmbajv6E5H8x9RU9g91Jp1s+oxJFdtEpnjjbcqPj5gD3AOaALFFFFABRRRQAUUUUAFFFZOm65/aHiHWdL+z+X/Zbwr5u/Pm+ZHv6Y4x06mgDWooqgdYth4hXRsSfamtTdZx8uwMF6+uTR5AX6KKKACiiigAooooAKKKKACiob1rhLCd7GNJblY2MMbthWfHygnsM4qroM2q3Gg2kviG2htdSaPNxDA25Eb0Byf5n6mgDQooooAKKKYs0TyvGkiNJHjegYErnkZHagB9FZesa1/Zl1ptpFB9pudQuRCke/btUAs7k4PCqM+5IHGa1KACiiigAqjaf8hjUP+2f/AKDV6qNp/wAhjUP+2f8A6DQBeooooAKKKKAKP/Mw/wDbr/7PV6qP/Mw/9uv/ALPV6gDjvHl5qFuLSKSSay8PykjUr+0+aaIdh/sIe8gyR7dapfECysbD4SyW2hiO2tFktvIa3xgAzIQwPc989+td6yh1KsAykYII61x/jPwkt38O7nQPD2noEkmjZbaNwi485XfBJAAxuOM/Sku3mvzH1uY6eHNM8H/EHw8ug3Fz9s1Jpl1BZrp5WuoxEW81wT1DAcgAc1e8UhdK8UW9x4TY/wDCSXZUzWEQzFdRA4LzjOEA7Sde2G6VueHfA/hvwnJJJoGlR2kso2vJvaRyPTc5JA9q1bXS7Kyurq5tLaOKe8cPcSqPmkIGBk+wHSq7f18vQnv/AF8/UwviIWPwy10yAK/2F9wU5AOOx4zWf8Tgx+Et8EbYxW3wwHQ+bHzXXalp1rq+m3Gn6hF51rcIY5Y9xXcp6jIII/Co9T0ex1jSX03UYPOtH27o97LnaQw5BB6gd6X/AACk7NeX/AOCTwzZ+D/iH4Zk0mW7afVDcRahNPcvI13ti3hmBOM7hngCuMTT/EHicXur2/hG6v8AWPtEyQaxH4hWFrVlchVWHIChcAbT159a9xutJsr3ULG+uYd9zYM7Wz72Hlll2twDg5HHOawNZ+GHg7X9Skv9U0SOW6kOXkjlki3n1IRgCfelrdB0/rzOi05rptLtTqCBLswoZ1BB2vtG4ccdc1hfEf8A5Jrr+P8Anyk/lXSRxrDEkcYwiKFUZ6AVBqWnWur6bcafqEXnWtwhjlj3FdynqMggj8Kctbih7trnJab8OrOz1XTNes9QvBqsbB726mmeRr1CpBRlLBVGSCMDjA4rz6aw1vxVqWr6gvhG51bUIb2eC21KPxAts1nsYqipFkbduAeevXvXuyKERUUYVRgD2rl9c+GvhHxHqLX+r6LHNdP9+VJZIi/udjDJ9zQ99AjpGzOfvLGbxP4g0Lw740aVIv7F+13VolwY1ubkMqsGKH5gvJwDjnNYH2XTLP4efEWz8PsH063uAkASUyqoEUe4BiSSAd3evStZ8E+HfEGnWdjrGmR3MFkAtuGdg0YAAwGBDYwBxnnHNUvDfhdNNufElpcadDFpV7coLeABSjwiBEI2joMhhg4oevMl1v8An/SBaOL7W/IzvE17av4o8CWyXEbTteGURqwJKeQ43Y9Mkc1w13Y6z4q1vWb0+ELnWby2vp7e2v4/EC2rWQRiqBIsjbgAHnqTnvXp+k/Drwnoc8M+laNFbzQzefHKHdnV9pX7xYnGGPy9Pam678N/CXiTUDfazo0c90ww0qSyRF/rsYZPuaT3v6/p/kC0VvT9f8zI1/Qta1/wboNpqYhmvY0V9R0uW9MAviI8MvmR55DEHuM9aPDOheG9Z8M6n4Wn0e8tLe2uV+1aXdXbSeSxCsuyRXJ2HAPB654ro9W8F+H9c0e10vVdNS5s7NQtujOwMYAwMMCG6Ad+ataH4e0nw1p/2LQrGKzt924qmSWPqSckn3JqtG5eYtbLyPP/AIYeAvC39l22tppw/tS1vLhRMLiTKFZXVQV3Y4XHUVzl3Y6z4q1vWb0+ELnWby2vp7e2v4/EC2rWQRiqBIsjbgAHnqTnvXqK/D3wsniZfEEekRx6mshlE8crqN56tsDbSTk9qj134b+EvEmoG+1nRo57phhpUlkiL/XYwyfc1Oul/wCttSurt/W+hz19aXmv6j4W8N+Mnlijn0ySe+t459n2q4QINjMh5AyzYB/lU/w2sNH0vxN4tsvDewafBcW6IElMgVvK+YbiSThs966bVvBnh/XNGtdK1XTY7mzswq26M7AxgDAwwO7oB3571b0nw/pWheb/AGRZR2glVFdYydpCDC8ZwOD2696u+r+f53/4BFtv66GjXE+AbmC2sPEwuJo4zb63ePNuYDy1LZBPoMc121c1rHw78Ka9qw1PVtFguLzjMm5l346bgpAb8Qajv5q35f5FaW+d/wA/8zz7TRrI8O/Dw+HBZDUCt20X9oB/KKlSSTs5+70/Cuo8B+bcQeJb7V5c69LcGLUYFj2JAUTCKgycqV5DE85rsX0fT3urC4NsqyacGFrsJURBl2kBRxjHHI4pE0Wwj1W61JLfbd3cSwzyB2AkVc4yucZGTzjPbNOWvNbrccXazfQx/hx/yTTw/wD9eMf8q6auMsfhH4I03ULe9stE8u4tpVlif7XOdrKcg4L4PI712dVJ3dyIqyscP4vvH0TxjYarD/rJtLu7aMf35QY3jX8Tmsm01lpNYS/8Qzs0+gaLdpfyQqFbzPNCF1A4BYRFh2+YV32qaDputTWUup2q3D2E4uLYlmHlyDo3BGfocioo/DOjxajqV8thGbjVUWO9ZiWEygYAKk46HsOe9RZ2t6/jf/N/gX/wP0/y/M8f022fSvFvhvUNP8K3WhLqN9Gpv5tb+0SXsTqch4ck89c9j+FdR4y8L/2h4mu9W1PTG8R6dCibIbbUmgn04quWKpuCtnhuSD+ldHpnwz8H6PdpdadokMM8cyzJL5jsyOOmCWOB7dPapdZ+HfhTxBq39p6vo0NxecZk3uu/HA3BSA3A7g03srf1t/XQS3bfb+v61NbQby21Dw9p93YSyy201ujRPMfnZdowW9/X3qp4y/5EXXf+wdcf+i2rXggitreOC3jSKGNQiRooVVUcAADoKZeWcGoWM9neJ5lvcRtFKmSNysMEZHI4PalU95O3UdN8rTfQ8kj8MWnh/RvBviO1nu5NZuryyhnu5bl28yKUYaPbnaFAOAAOwrXTw5o/jnxX4jbxZJLcyaXdiC1tftLxLaxeWrCQBSOWJY7jnpXcTeH9MuNPsbGa23W+nyRS2yeYw8to/uHOcnHvnPes/XvAXhjxPfR3muaRDdXMYAEu5kJA6A7SNw9jmqk7t+r+W3+T+8mKtFLyX6/18jzjVtFsfEHwWutT1YSalcaObqLTb6SZ9zRLNtVzggNwo5IPSvRfCvgnw14X33fhqxFs13EoeRZ5JA69R95iO/atr+zLH+yzpotIRY+V5P2YIBHsxjbt6YxWV4d8DeHfCd1cXHh/ThZy3KhZSJpHDAHIGGYgfhR1/r+tQeq/r+tDfry/xr4N+0+NdCm/4SPxBD/aN/INkV9tW1xC5zCNvyHjHfgmvUKqXemWd9d2dzdQ75rGQy27biNjFSpOAcHhiOc0utx9GjhvEmlDTLLw54Zu9b1ObTdQv3jvLu7uiZpRsZ1iMgAwGYBeMccVTOiWHhHxZcaL4WaWOyvNFupruw895ViZcBJAGJILbiPevQ9X0fT9e02Sw1i0ju7WT70cg4z2I7g+45ql4e8H6B4Vgli0DTIrRZv9YwLOz+xZiSR7ZqWrprvf8rDvZp/1vc4G/vrVPg34Oga4jEs8+nLEm4Zcq6FsD2wc1Z/4RDTfFvxM8Wx661xPZwfZCLRJ3jjZzCPnbaQSRjj6mult/hl4OtLiWe20K3jlklWUuGfKsrBht5+UZA4XAPTpW9baTZWep3uoW8Oy6v8AZ9pk3sd+xdq8E4GB6Yq27tt9b/jb/IlaaLsl+J5dp93c6l4B8IaRf39xHaahqM1ldTrKVkkjjaXZGX6jdsUccnpWp4T0Pw/4d+Leo6f4YjSKJNIQ3EaztLslMx4JYkg428V1svg3QJ/Df9gT6akmmb2cQO7HDFixIbO4HLHkHvT9F8JaF4edH0XTo7Rkh8gFGblN27nJ5Oe5596E/ev6/lYJaqy/rW/5aGzXnV1oOl+N/H+u2Xip5bmLS1gFnY/aHiRVZNzS4UgsSxIz2xivRawPEPgfw34rmim1/SoruWEYSTcyMB6EqQSPY8VPUroea3Mc1/4V07SotTumtIPFwsrK/WXMvkAMAVfuRllB9q6fw/oVl4R+KjaVoQmgsrzSGupoXneQNKswXf8AMTyQxzXXN4a0drGwsxYRx22nTrcWsURKLFIucHCkZ6nrkHPNWDpNk2trq5h/05Lc2yy724jLBiuM46gHOM1Sdn/Wvu2/PUT1/r+83+Whcry/xz4F8MXvj/QLnUdPDNq13LHeObiRRLtgOwcMNvKr0xmvUKzde8O6T4m077DrtlHeW+4MEckFW9QQQQeexqX3GcT428MadoXgTTtG8PpJptu2s2uxo5Gdo2aQZYFiTnvRZaFaeC/iRBb+HxcLHf6VcTXMctw8vnyxsm1zuJ+b5jyPWuqs/BXh+w0SDSLTT/Lsbe5W6ii86Q7ZVbcGyWyeexOK0pNKsptYg1WSHN7bxPDFLvb5UYgsMZwclR2os9de/wD6Tb8xf1+N/wAjwvStN8Ta1plv4g0nwjcz65MRMuvDxCmWbdkgwkgBf4dhxgcV7+pJQFhhscj0NclefCzwZf6q2pXGhx/amfzC8U0kYLZznarAZz7V11VfSwutzE8YWN1qfhW7srC+SxuZwqRyySFFJ3D5Cw5G4ZXI55rlvBNpp3hvXLvSYNAutD1KW1NwbcXzXVvcqrY3qxYkNkgchTg967jVdJsNc0yXT9WtUurSYAPFJ0ODkfQ57is7w74K8O+EzIfD+lxWjyjDybmdyPTcxJx7ZxUrqN7I8b03TvEuvaaniDTvCN1c67MTImur4hQFW3Z2+SSAFH3dh7cV6B4g0ZPEXxK06w1Ka4htn0WV7mC3lMfnASoPLZl525OTgjOK1NQ+FvgzVNUfUbzQ4zdO+9njmkjDNnOSqsBnPtXRHS7NtYj1Uw/6bHA1usu48RlgxXGcdVHOM09NL9L/AJNA+v8AXVHEal4D/sLwZfw6HPJKLG8XVNKtnLH7M0YBMQYkkhsN/wB9/jV6yuYfFvjmz1G3PmWGk2CzRHPBnuFyPxWMf+P12nWs7RdB03w9aSW2j2otoZJDK6h2bLEAdWJPQAAdABgUa/16W/L8ge39ev8AXqeI22n+I/E1rPrdr4QurzW3ll8nWU8QpG1u4cgKIcgKq4xtPX8a7zXdHbxD480Gy1aa4t1k0edryG2l2eb88W6MsvO3d1wecdcVr6t8L/BuualJf6locclzKd0kkc0kW8+pCMAT710B0myOqQaiYf8ASreBreKTe3yxsQSMZweVHJ54ojZJX/rRoJattf1qmZnhXwpB4RhvbTTriQ6dNMJba1cswtRtAZQzEkgkE/jWxZ39pqMJl0+6guo1coXgkDqGHUZHcelTkAgg8g1m6H4e0rw1ZSWmh2aWkEkrTOisTlz1PJPoPyp77h6GlRRRSAK5LwCN1r4hGSM69ecj/fFb+s6NYeINJn0zV4PtFnOAJI97LuwQRypBHIHesTQvhr4T8NaqmpaJpP2a7RWVZPtMr4BGDwzEfpQt3ftb8v8AIHsrd7/mv1ONHw/3fE2Ww/4S3xSMaSs/2kal++5mYbN237nGceteq2lv9ksobfzpZ/JjVPNmbc74GMse5Pc1ENLsxrLaqIf9Na3FsZdx/wBWGLBcZx1JOcZq3T+yl/W7B6yb/rZGH4y0V9e8J3lpbnbdqontXHVZkO5D+YA/GsHTtQj8ceINCukX/RdNtBfzJ/duZAURD7qBIfriun1+91Ww03zdB0katdFwvkNcrAAp6sWYdvTrVDwV4bfw5o8wuxD9vv7mS8vDACIxI5ztXPO0DAH596Ud3/Wv9fkge39bf1+bOIsPDWh+LND1XxL4mvbj+1oLm5U3IvHjOneW7BFVQQFwoU8jnNXPDt/dX3ijwTeaqx+1XOgTl2fgyNmI5+pHNdPqPw68JavrX9rajodvPe5DNISwDn1ZQdrfiDV3xB4R0HxTawW2u6bHdRW5zENzIU9gVIIHA46cUo6Jf10a/UJat/11T/Qw/A91Be+LPGc9pMk0R1GJQ8bZBIhUHn2IIrtazdH8PaT4fE40axjs1nKmRYshSVUKOOg4Hbr1PNaVPol5L8hHhE1hrfirUtX1BfCNzq2oQ3s8FtqUfiBbZrPYxVFSLI27cA89eveum1PRLjxF4v8ACmn+JnnhlfRZW1CGCbZ5zAxbo2ZD90tycHnFdRrnw18I+I9Ra/1fRY5rp/vypLJEX9zsYZPua2YtB02G+s7yO22z2NsbW3fzG+SI4yuM4P3RycniiOiSf9aNDlq21/WqZw/hrwrpF6nirwjeW8k+iWeoRG3tXuJP3YMSPgNu3Y3c4zVf4XeBPCw0bT9fg08f2rBNMPPFxIdjLI6YK7tv3eOleiWelWVhe3t3aQ+XPfyLJcPvY72ChQcE4HAA4xWPF8PfC1v4mXxBb6RHFqayGQTRyuo3EEE7A23Jye1C3XyFbR/13PLrux1nxVres3p8IXOs3ltfT29tfx+IFtWsgjFUCRZG3AAPPUnPeus1ux1LUz4DsNcuLiyv5zIl69tKBJuFuS4DLnGcEEj1ODXQ678N/CXiTUDfazo0c90ww0qSyRF/rsYZPua1xoOmq2mEW3OlAiz/AHjfugU2evPynHOaSXu8r8vw/r59SnrJv1/E4rVvDf8Awrvwn4l1DwncTQW8topisy7OIJQSGlDux5IYH225+mB4X0DXrHxFpOoaR4NuNIjkmU398fEKXa3cLAhi6Z5OSGBHcdK9jlijnheKZFkjdSro4yGB6gjuK5bTvhj4P0jW4tX03Rlt72Fy8ciTy4UkEcLu29CeMU43UrsUtY2OSudF0DxTF4p1rxrK0smm309tAkt28UdoiABMKrAZbrznJNdv4A/5J14f/wCwfD/6AKW98CeGdR8QDW73R4JtRAH75t3JHAJXO0kepGeK2NPsLbS9Ot7Cwj8q2to1iiTcW2qBgDJyT+NEdI29Pwv+YS1lf1/H/Ir65oWneJNJl0zWrf7TZylS8e9kyQQRypB6gd689+GHgLwt/ZdtraacP7Utby4UTC4kyhWV1UFd2OFx1FepVza/D3wsniZfEEekRx6mshlE8crqN56tsDbSTk9qFpK4PWNjibfwZpnibVPGlzrL3UyW2oyfZ4EnaNIpBEh8wBSMt0HORx0qjq+o6trPhXwPp8lhNrcWo2LS3VqNRFmbt0RAA0h6/eLbQck89q9atdFsLM35trfZ/aEpmuvnY+Y5UKTyeOAOmKpXfg3w/feHLfQbzTI5tNtlCwwuzExgDAw2dwOO+c1KVopeS/Bajb96/r+Jznw10vW9IuNSt77QpdD0lhG1nZyakt4I25D7WByAflOD3zXfVieG/Bug+EY7hPD1j9jW5KmUedJJuIzj77HHU9K26tu5KOK8BTw2/wDwlaTypG0OuXUkgZgNinBDH0BHOa5C2bVH8I+BH8PfZPtz6jcvbm+DiEgrMctt+bG08Y9q9A1r4eeFfEOqLqOsaNDcXYxmXcyb8dNwUgN+Oa1pNF06WTT2a1Rf7NbdaKhKLCdpTgDAxtJGDxSWyv0t+A3u/O/4nH+A/tNzqXiS91+VP+Eh8xLe8t4o9kUKIpMfl8ksrBidx5PTHFa/w2/5Jtof/XqP5mtkaNYDWZNVWDbeywC3klDsN8YOQCucHBJ5xn3rmrT4R+CLG/hvbXRNlxBKssb/AGuc7WByDgvjrQvPy/C4HZ15z8QNHh13xppNleSSi1/su9kmjjcp5wUxEKSMHG7B98V6NVK50exvNQivrmDfcxQyQI+9hhHxvGAcc7Rz14qZJvbz/Joadvw/M8m8FiDQJ9J1q7u7uRr3wzNdX8rys7OI2j2YBOBtUkDH9TWdYW507xJ4d1XTfC13oqahfwqNTuNcE8t5E/UPDknkHJ9K9gtvCui2qWqQ2K7LS0ayhV3ZwIGxuQgk7gdo65NZmnfDLwdpV2t1YaHDFOkyzpJ5jsyOpyMEscDPYcH0rS/vJ/1u3+RFvda/rZL8zmY/B2m+LfiF4vXXWuZ7SCW32WiTvHHvMK/vCFIywwAM8daqaPezXXh74bXF9O0jjUZIjLI2ScRyqoJPU4AFen2uk2VlqF7e20Oy4v2Rrl97HzCq7V4JwMD0xWdP4K8PXPhmPw/caYkulxHdHAzudhyTkNncDknnPepWiSXl+BT1vfz/ABMG21OzT4t+IbgXCPHZaNCLgxnd5ZV5GIOO4BHFefLH9l1LRNf0nwte6Yt7qFv5etXWuCSa6jdwCHg3HO4HkDpXsOj+DvD+gFjo+lw2u+AW7hckOgJOGBPJyTyeT61nWnwu8GWN0bm00GCObzVmVxI5KMrBgVy3y8gcDAPTpTjpJPt/m3/X6g9U13/ysL8Q/wDkA2H/AGF7L/0etdXXLa78NfCfiXVX1LW9J+03cihWk+0ypkAYHCsB+lSz/D/wzc+F7fw7Npm7SraQyxW/2iUbWyxzu3bj95up70l8NvP/AC/yG7X/AK8yh4As4dQ+Gxs7pA8FxNexSKe6tcSgj9aw7R5tV8N6d4GunL3UF8bK/wAnk2tuQ+4+zqYl/wCB10em+B9D8FRXuo+ENC3agbdlWH7Y487uE3SMQuSBzik8KaFfjXNS8T+ILK3stT1FUiW1gk8zyIkHAZ+jMT1I4wFoW/8AXTb+vMTb/F/jv/XkdaAFAAGAOABXDfE61N8nhu0FzNa+frUUZmt32yIDG4O09jjvXc1yPxA8MN4rt9FsntPtdnHqcct4nm7MQhWDHOQe46c0dV6r8x7J+j/IzPD+i6b4U+J50jw28kdpcaY1xe2pneUJKJFCOdxJDMC31xWqn/JZZv8AsAp/6UNWnoPhHQvDFnLa6Fp0dpFN/rdpZmf6sxLHqe/esK3+D3gW1uYriDQ9ksTh0b7XOcMDkHl6admvK/43/K5L2fnb8LfnY5XxjDqHiL4iajps3haTxJa2EMJt7YayLJYty5Mm3ILEnIz0G3FaLy32l/C6HTfGGm6g91dX32S0sItQUzSqWLRxtOp6YGCcg4Fdj4i8EeHPFjRP4g0uO7kiGEk3sjgem5SDj2pv/CC+Gz4WXw42lo+koxdbd5HbaxJOQxO4HJPOe9SlaNv63/ruU9Xf+tv67HD/AA3t5tH+IF7pS6C/hy3bThM2n/2qL1S4kAEmcnacEjFRHQrXw/rqeIPEljPf7r4PF4jsNTdiqvL8iSQlgAvIU7QwxXoGheCfDvhmcTaFpcVnL5RhLozEspIOCSTu5A5OTVOD4aeD7bW/7Xh0K3W83+YHLMVDZzkITtBzzwKpPWL7f5k9Gu/+RxfjaG/8Q/EO70uXwxJ4ktLK1heC0GsCyWMtkmTGQXORjPQY967X4e22t2fhf7N4itZbSaK4kEEM10tw6QZyimRT82MkZ64Aq34i8FeHvFnlHxBpkd20Qwj7mR1HpuUg49s1c0LQdN8NaSmm6LbfZrSNmZY/MZ8EnJ5Yk9felHRNf1uOWrT/AK2NGvL/AAv4Y0TxfYyeJ/EdzPcawt1Lul+2PH/Z5SQhY1UMAoAAPI5znvXqFc1ffDrwnqWujWLzRIJL4OHMm5lDMO7KDtY/UGhaSuD1jY53W/Ddp4o+L81lqsk5sV0WN5baKVo1n/fOAHKkHAznAPXFc/Pe3+k/Du/0nSvPmt4fEr6ZHH9s8l1tt3EYmb7oPC5PQNXra6TZLrb6usOL54BbNLvbmMNuC4zjqeuM1WHhnRhp9/YtYRyWuozvcXUUhLrJI5BZuSccgdMY7UraW/r4r/loNu7v/Xw2/PU4PwHoWuaL4sRrbwjN4c0aW3kFzE2sreJJJwUcLnKtwRkdQaXwv4Y0TxfYyeJ/EdzPcawt1Lul+2PH/Z5SQhY1UMAoAAPI5znvXV+H/h54X8Lak2oaDpf2S5eMxl/Plf5SQSMMxHYdqL74deE9S10axeaJBJfBw5k3MoZh3ZQdrH6g1V9U/wCtybaNHNeN7/VdN8cSXGiRFphomJZUTzHgiNwN8ip/GyjkLn8+h7Hwpp2k6d4egGgyCe1nHnm6372uWbkyM38THv8AlxjFXjplodYGqGH/AEwQfZ/N3H/V7t23Gcde+M0zStFsNEimi0uD7PFNK0zRiRigZjk7VJIUE84XApR0jb+t2/68/wAG9Xf+tkv6/q90gMpDDIIwQe9eYI02neH9U8BW7lLpr8WVkc/MLSfMm8f7iCUf8Ar06VnSF2jTzHCkqmcbj6Z7Vx3h/R9V1Txa3ivxRpVvpd1Fa/ZLSzjnE7opJLO7gYJ5wAOgJ9aFq9duv9fh8x3stN/6/wCH+Rmah4f0rxF48/4RjWzIdK03S4XstNSZoklJZlZztILbQqgc8Z965/Ugtj4H8W6TZ3UlzpOmapapaSSymTygXiZ49x7Kx/DNemeIvB+geLI4k8QabHeeT/q2LMjL6gMpBx7ZqaDw1o1t4fbQ4NNt00x0KNbBPlYHrn1Pv1oTa1/re/8AwBNJ6dP+BY5zxBd28vxZ8IW0c8bzxxXkjxqwLKrRjaSPQ4OPpWHo/gTTvFy+IpdZuLuQx6zeJZos7JHaNvz5iqpGWyc5OegFdho3gDwv4engn0fSIraa3ZmjlDuzgsu05YkkjHY5A7Vsafpdnpa3C2EPlC5uHuZfmLbpHOWbknGfQcUafg/zuF3a3n+j/wAx2m201lpVpa3V013PDCkclwy7TKwABYjJxk89ap+J7a4vfDGoWtnfrp1xPCY4rpm2iNjwOeoyeMjnnitWq+oafaarp81jqMCXFrOu2SJxkMKJXlccfdaPP/BWmad4X8Vrp82hXGi6ne28hDRag11a3oUqWb5m3Bh1GVHBPJrnLXwpo134D1zxDq95dJd2d1fNZTG7dFs3WV9uxQQMlueckk16X4e8CeGvCtxJPoOkxWs0g2tLuaR8egZiSB7Cua8KfC3Ronm1TxFocb6s1/PMryzF1KGVih2hin3cds/jQ9X8v1Wwlovn+j3MTxZPq+val4f0m80GXXYZtHS7m08amLESzEgMzE4Lbf7o6bs11nw2sNb0zT7+11jS5dKtFnDWFpNfLdmKMqMqJAc4DDIB6Zrd8QeFdE8VWiW+v6fHeRxnKbiVZD3wykEfgap2fgDwzp/hy70G003y9NvW3zwefId54/iLbh90dD2p338/87/1uK23l/l/T6Ffwd/yHvF3/YX/APaEVJ4n/wCR68G/9fdz/wCkz0aL8MPCHh7V4dT0fSPs95Bny5ftMz7cgqeGcjoT2qG/+EvgnVNRuL++0Xzbm5kaWV/tcy7mY5JwHAHPpS6JdkvwK7+d/wAbjviV4Y0jX/CN9d6tafaJ9Ns7ia1fzXXy32ZzhSAeVHXPSqXir/kg0+OD/ZEX/oK1s6z8PvDHiC1sLfV9M+0RafF5Nqv2iVPLTAGMqwz90dc9KNP+H/hnS9CvdHsNM8qwvzm5h+0St5n/AAIsSPwIpNe7KPf/AIP+YJ+9Fvp/wP8AI5Q+F7Pwn4s8J3+nT3b3+pXLQX9zPcu5u1MLN8wJx1AIwBiuX8R6bb+JtY8SRXvh3Wtf1RruW30zULRm+y2wAAVCSwVdrZ3ZBBOa9qutHsb2exmuYN8mnyebbHew8ttpXPB54JHOa8i1L4f6jLreovqHgG11ue7u5Jk1SPWTaqqsflzEMHgYzgcnJ560PWX3/p93UUdF936/8A9Y8O6RFoPhyw0yCNYktoVQorFgG6tgkk4yTUfirUbXSfCepXuoPOltHbtva2OJORj5D2bJ4PY0nhXTL3RvCun6fql2by7t4QksxJO4+mTyQOmT6VoXtlbajYzWd9Ck9vOhSSKQZVgexqql22KnaKR434es5dD+ImgG18Kz+G01CSVZXfWvtTXieUzDfHkkcgHPrU9v4N07XdN8aapqsl1NLZ6nfNZItw6JbOvzb1VSAWJxyc9BXe6R8OPCeg3cN1pOjRW9xBIZI5hI7OrFSp5LE4wx46d8cVrW+gaba2d/awW22HUZZJrpfMY+Y8gw5yTkZ9sY7UparTez/QpPXXuv1/zOBbPi5vBuj+ILmY2F/oxvLiNJjH9smCx/KzAgkAMzYB/lV34bWGj6X4m8W2XhvYNPguLdECSmQK3lfMNxJJw2e9dJqfgnw7rGh2ekalpkdxY2SqttGzuDEFGAA4O7oB3571d0nw/pWheb/ZFlHaCVUV1jJ2kIMLxnA4Pbr3qm1dtdb/nf8NiLaL+uho15Re/DbwdcfFb7Fd6WDFd6dJeNGbqUeZN5wywIfPQ9Bx7V6vWJ4j8HaB4tjiTxDpsd55JPlsXZGXPUBlIOPbNR1T/rYvo0c14u0C2jm8G6Hpss+nWiXjwo1vIRIkYt5MqHOSMjIz15q3b/AAx0uwtdasNOmlh0vVrURPZM7yCObn98GZicnI4/2RXQweG9JtrfS4IbTbHpJzZL5jnyvlKevzfKSOc1PrF1f2WkzXGkad/ad4gHl2nnrD5nIB+duBgZP4U3az8wV7r+upwthezeL7bw3ot6MzWcjT6uh7PbNsCn/elw3uFNej1y/g3w/dadNqes6xBbwarrE4mnitzuSFVGFTd/EepJ7kmuopu/Xfd+pKt026ehw/xKms7mHTdEm0m71q6vpHaDT7e8+ypMEX5vMkyPlAOcetc14MubrSNF8bWsVt/wj6afAslvaSX/ANsSzcxMSRIM9wDjtXo3iLwponiu0jtvEGnpeRxNujyzKyHvhlII/Osu88EWOn+E9YsPB9ja2Fzf2vkjcCY2IBA3A5HRjzjnPOah3UZeZatzRPNPD/g7Ttf1rQJovCGt2l1byLcarqGpyOsc+EzlWL5Yl8EbQPcYrV8bxWfiDxDqs1r4Tu9dfS8RT3sutCyitHCA/u1LYOMgk461V0z4d6idSsf7P8FR+F7m2mjd9XXXGnJVSNwWMHksARzxzXo2pfDzwprGuf2vqWiW9xenG6Ri2HxxllB2sfqDVSV9vP8AT+uhEXbfy/r+rmZpOiWHjf4U6EvimFtQ/wBEjnJeV1YyBCNxKkEnBPWqujgL+z0QOg0SYD/vhq6HUvAfhvV9CstG1DTfOsLDH2aHz5F8vAwOQwJ4PcmotH+HfhbQbW/t9J0v7PFqMPkXS/aJW8xMEY+ZjjqeRg0S97m8yoPlcW+hwkfhi08P6N4N8R2s93JrN1eWUM93Lcu3mRSjDR7c7QoBwAB2FetXV/aWTQreXUFuZ3EcQlkC+Y56Kuep9hVSbw/plxp9jYzW2630+SKW2TzGHltH9w5zk498570av4e0rXZbOTVrNLl7GYT25YkeW478HnoODxVN3b9fw0/4JCVkvT8dSl4yu9bs/D7y+HYPNn3ASui75Yov4njjOA7gdFJH49Cvg600SHQUuPD032uK6JkmvHbdLcSd2kY87s8YOMdMDpW9VGLSbWza+m0yGK0ub075ZVTIaTGA5XIyfyzU7XK3sYukf8TvxtqWrn5rbTVOm2noXyGnYfjtT/gBrll8JaT4p8f+L/8AhIpJ5LK1lt2FsLloogxgXMjbSMkAcZOBzXoGgaPHoOhWumxSGbyU+eVhgyuTlnPuWJP41xx+Gml654717VvFOjrcxyywGxkadgGURANlVb+8P4hRbW3l+q/4cL9TY+G1zNdeA7NpriS6VJJooZ5DlpYllZUYnv8AKBzXVVHBBFa28cFtEkUMShEjRcKqjgAAdBUlNu7Egqjaf8hjUP8Atn/6DV6qNp/yGNQ/7Z/+g0hl6iiigAooooAo/wDMw/8Abr/7PV6qP/Mw/wDbr/7PV6gAorH8QSa5bJBeaCkN2sBJuLBxta4X/Yf+Fh2B4OcHHWp9D12x8Q6aLzTZCyhjHJG67XhkH3kdTyrD0o3A0aKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACqNp/yGNQ/7Z/+g1eqjaf8hjUP+2f/AKDQBeooooAKKKKAKP8AzMP/AG6/+z1eqj/zMP8A26/+z1eoAx9f0vUNYSCztNRNhZOT9seEETuvZEbomect19Mdav6dp1npOnxWOm28dtbQrtSOMYA/+v796s0UAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABVG0/5DGof9s//AEGr1UbT/kMah/2z/wDQaAL1FFFABRRRQBR/5mH/ALdf/Z6vVUudPS4uBN500ThNmYn28Zz6Uz+y/wDp+vf+/wB/9agC9RVH+y/+n69/7/f/AFqP7L/6fr3/AL/f/WoAvUVR/sv/AKfr3/v9/wDWo/sv/p+vf+/3/wBagC9RVH+y/wDp+vf+/wB/9aj+y/8Ap+vf+/3/ANagC9RVH+y/+n69/wC/3/1qP7L/AOn69/7/AH/1qAL1FUf7L/6fr3/v9/8AWo/sv/p+vf8Av9/9agC9RVH+y/8Ap+vf+/3/ANaj+y/+n69/7/f/AFqAL1FUf7L/AOn69/7/AH/1qP7L/wCn69/7/f8A1qAL1FUf7L/6fr3/AL/f/Wo/sv8A6fr3/v8Af/WoAvUVR/sv/p+vf+/3/wBaj+y/+n69/wC/3/1qAL1FUf7L/wCn69/7/f8A1qP7L/6fr3/v9/8AWoAvUVR/sv8A6fr3/v8Af/Wo/sv/AKfr3/v9/wDWoAvUVR/sv/p+vf8Av9/9aj+y/wDp+vf+/wB/9agC9RVH+y/+n69/7/f/AFqP7L/6fr3/AL/f/WoAvUVR/sv/AKfr3/v9/wDWo/sv/p+vf+/3/wBagC9RVH+y/wDp+vf+/wB/9aj+y/8Ap+vf+/3/ANagC9RVH+y/+n69/wC/3/1qP7L/AOn69/7/AH/1qAL1FUf7L/6fr3/v9/8AWo/sv/p+vf8Av9/9agC9RVH+y/8Ap+vf+/3/ANaj+y/+n69/7/f/AFqAL1FUf7L/AOn69/7/AH/1qP7L/wCn69/7/f8A1qAL1FUf7L/6fr3/AL/f/Wo/sv8A6fr3/v8Af/WoAvUVR/sv/p+vf+/3/wBaj+y/+n69/wC/3/1qAL1FUf7L/wCn69/7/f8A1qP7L/6fr3/v9/8AWoAvUVR/sv8A6fr3/v8Af/Wo/sv/AKfr3/v9/wDWoAvUVR/sv/p+vf8Av9/9aj+y/wDp+vf+/wB/9agC9RVH+y/+n69/7/f/AFqP7L/6fr3/AL/f/WoAvUVR/sv/AKfr3/v9/wDWo/sv/p+vf+/3/wBagC9RVH+y/wDp+vf+/wB/9aj+y/8Ap+vf+/3/ANagC9RVH+y/+n69/wC/3/1qP7L/AOn69/7/AH/1qAL1FUf7L/6fr3/v9/8AWo/sv/p+vf8Av9/9agC9RVH+y/8Ap+vf+/3/ANaj+y/+n69/7/f/AFqAL1FUf7L/AOn69/7/AH/1qP7L/wCn69/7/f8A1qAL1FUf7L/6fr3/AL/f/Wo/sv8A6fr3/v8Af/WoAvUVR/sv/p+vf+/3/wBaj+y/+n69/wC/3/1qAL1FUf7L/wCn69/7/f8A1qP7L/6fr3/v9/8AWoAvUVR/sv8A6fr3/v8Af/Wo/sv/AKfr3/v9/wDWoAvUVR/sv/p+vf8Av9/9aj+y/wDp+vf+/wB/9agC9RVH+y/+n69/7/f/AFqP7L/6fr3/AL/f/WoAvUVR/sv/AKfr3/v9/wDWo/sv/p+vf+/3/wBagC9RVH+y/wDp+vf+/wB/9aj+y/8Ap+vf+/3/ANagC9RVH+y/+n69/wC/3/1qP7L/AOn69/7/AH/1qAL1FUf7L/6fr3/v9/8AWo/sv/p+vf8Av9/9agC9RVH+y/8Ap+vf+/3/ANaj+y/+n69/7/f/AFqAL1FUf7L/AOn69/7/AH/1qP7L/wCn69/7/f8A1qAL1FUf7L/6fr3/AL/f/Wo/sv8A6fr3/v8Af/WoAvUVR/sv/p+vf+/3/wBaj+y/+n69/wC/3/1qAL1FUf7L/wCn69/7/f8A1qP7L/6fr3/v9/8AWoAvUVR/sv8A6fr3/v8Af/Wo/sv/AKfr3/v9/wDWoAvUVR/sv/p+vf8Av9/9aj+y/wDp+vf+/wB/9agC9RVH+y/+n69/7/f/AFqP7L/6fr3/AL/f/WoAvUVR/sv/AKfr3/v9/wDWo/sv/p+vf+/3/wBagC9RVH+y/wDp+vf+/wB/9aj+y/8Ap+vf+/3/ANagC9RVH+y/+n69/wC/3/1qP7L/AOn69/7/AH/1qAL1FUf7L/6fr3/v9/8AWo/sv/p+vf8Av9/9agC9RVH+y/8Ap+vf+/3/ANaj+y/+n69/7/f/AFqAL1FUf7L/AOn69/7/AH/1qP7L/wCn69/7/f8A1qAL1FUf7L/6fr3/AL/f/Wo/sv8A6fr3/v8Af/WoAvUVR/sv/p+vf+/3/wBaj+y/+n69/wC/3/1qAL1FUf7L/wCn69/7/f8A1qP7L/6fr3/v9/8AWoAvUVR/sv8A6fr3/v8Af/Wo/sv/AKfr3/v9/wDWoAvUVR/sv/p+vf8Av9/9aj+y/wDp+vf+/wB/9agC9RVH+y/+n69/7/f/AFqP7L/6fr3/AL/f/WoAvUVR/sv/AKfr3/v9/wDWo/sv/p+vf+/3/wBagC9RVH+y/wDp+vf+/wB/9aj+y/8Ap+vf+/3/ANagC9RVH+y/+n69/wC/3/1qP7L/AOn69/7/AH/1qAL1FUf7L/6fr3/v9/8AWo/sv/p+vf8Av9/9agC9RVH+y/8Ap+vf+/3/ANaj+y/+n69/7/f/AFqAL1FUf7L/AOn69/7/AH/1qP7L/wCn69/7/f8A1qAL1FUf7L/6fr3/AL/f/Wo/sv8A6fr3/v8Af/WoAvUVR/sv/p+vf+/3/wBaj+y/+n69/wC/3/1qAL1FUf7L/wCn69/7/f8A1qP7L/6fr3/v9/8AWoAvUVR/sv8A6fr3/v8Af/Wo/sv/AKfr3/v9/wDWoAvUVR/sv/p+vf8Av9/9aj+y/wDp+vf+/wB/9agC9RVH+y/+n69/7/f/AFqP7L/6fr3/AL/f/WoAvUVR/sv/AKfr3/v9/wDWo/sv/p+vf+/3/wBagC9RVH+y/wDp+vf+/wB/9aj+y/8Ap+vf+/3/ANagC9RVH+y/+n69/wC/3/1qP7L/AOn69/7/AH/1qAL1FUf7L/6fr3/v9/8AWo/sv/p+vf8Av9/9agC9RVH+y/8Ap+vf+/3/ANaj+y/+n69/7/f/AFqAL1FUf7L/AOn69/7/AH/1qP7L/wCn69/7/f8A1qAL1FUf7L/6fr3/AL/f/Wo/sv8A6fr3/v8Af/WoAvUVR/sv/p+vf+/3/wBaj+y/+n69/wC/3/1qAL1FUf7L/wCn69/7/f8A1qP7L/6fr3/v9/8AWoAvUVR/sv8A6fr3/v8Af/Wo/sv/AKfr3/v9/wDWoAvUVR/sv/p+vf8Av9/9aj+y/wDp+vf+/wB/9agC9RVH+y/+n69/7/f/AFqP7L/6fr3/AL/f/WoAvUVR/sv/AKfr3/v9/wDWo/sv/p+vf+/3/wBagC9VG0/5DGof9s//AEGj+y/+n69/7/f/AFqltLFLR5HWSWRpMbmkbJ4oAs0UUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAf/9k=\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a3ae8138-54a8-476a-b807-ac8d6f93cb13" + "daa86b6f-b9cc-4ff0-b361-2b47d7dc9e49" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1141,34 +1150,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANfU=\"" + "\"AAAAAAAAbXc=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "edc95552-eacb-4798-80b5-b2fbde1a7b45" + "f21eb3c1-bfe3-4bd9-9197-17f38ed0d71a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1195" ], "x-ms-correlation-request-id": [ - "fbefb11f-d47b-4e4f-bfad-22acd92f533d" + "7874ed80-cd2f-4d3e-a467-c9149d1d5e1f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192301Z:fbefb11f-d47b-4e4f-bfad-22acd92f533d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213830Z:7874ed80-cd2f-4d3e-a467-c9149d1d5e1f" ], "Date": [ - "Wed, 25 Mar 2020 19:23:01 GMT" + "Thu, 08 Apr 2021 21:38:29 GMT" ], "Content-Length": [ - "556" + "558" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1177,26 +1186,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180/attachments/newattachment7379\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/issues/attachments\",\r\n \"name\": \"newattachment7379\",\r\n \"properties\": {\r\n \"title\": \"attachment2708\",\r\n \"contentFormat\": \"link\",\r\n \"content\": \"https://apimstefvgp0mngpmb4egru0.blob.core.windows.net/content/issue/newIssue3180/attachment/newattachment7379/attachment2708\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391/attachments/newattachment4859\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/issues/attachments\",\r\n \"name\": \"newattachment4859\",\r\n \"properties\": {\r\n \"title\": \"attachment9143\",\r\n \"contentFormat\": \"link\",\r\n \"content\": \"https://apimstl8mwklev40ebgc8w3k.blob.core.windows.net/content/issue/newIssue1391/attachment/newattachment4859/attachment9143\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180/attachments/newattachment7379?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9pc3N1ZXMvbmV3SXNzdWUzMTgwL2F0dGFjaG1lbnRzL25ld2F0dGFjaG1lbnQ3Mzc5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391/attachments/newattachment4859?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2lzc3Vlcy9uZXdJc3N1ZTEzOTEvYXR0YWNobWVudHMvbmV3YXR0YWNobWVudDQ4NTk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0cb0cd24-02db-48fb-9a22-80126e64d4f5" + "c36f6e57-9f5f-45d1-a246-7a828555d1db" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1207,31 +1216,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANfU=\"" + "\"AAAAAAAAbXc=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "580d9f48-a4c3-4169-9604-bb704093d589" + "845d31d4-61cd-4833-b0f9-996b45ed2e7c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" + "11989" ], "x-ms-correlation-request-id": [ - "455cf1e2-dd2d-49a8-9318-e733e3a07422" + "ead8ea34-8eee-42df-8d65-c5a7c32fa4ce" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192301Z:455cf1e2-dd2d-49a8-9318-e733e3a07422" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213830Z:ead8ea34-8eee-42df-8d65-c5a7c32fa4ce" ], "Date": [ - "Wed, 25 Mar 2020 19:23:01 GMT" + "Thu, 08 Apr 2021 21:38:29 GMT" ], "Content-Length": [ "0" @@ -1244,25 +1253,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180/attachments/newattachment7379?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9pc3N1ZXMvbmV3SXNzdWUzMTgwL2F0dGFjaG1lbnRzL25ld2F0dGFjaG1lbnQ3Mzc5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391/attachments/newattachment4859?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2lzc3Vlcy9uZXdJc3N1ZTEzOTEvYXR0YWNobWVudHMvbmV3YXR0YWNobWVudDQ4NTk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "992a5be3-5fb2-4a64-a3f7-235f45b0e051" + "de979c9e-f052-4228-81ab-5b1b6119f3d2" ], "If-Match": [ - "\"AAAAAAAANfU=\"" + "\"AAAAAAAAbXc=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1275,26 +1284,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "8d6ed791-1bda-45c9-b69a-3b1d45d2a9a1" + "fe639484-4a46-4453-8c82-e11f153734a6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" + "14998" ], "x-ms-correlation-request-id": [ - "408391e3-c90b-4b4a-9392-effbd9e0ec4f" + "443ca49c-05ce-4f08-8953-7282f41d12e5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192302Z:408391e3-c90b-4b4a-9392-effbd9e0ec4f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213830Z:443ca49c-05ce-4f08-8953-7282f41d12e5" ], "Date": [ - "Wed, 25 Mar 2020 19:23:01 GMT" + "Thu, 08 Apr 2021 21:38:30 GMT" ], "Expires": [ "-1" @@ -1307,13 +1316,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180/attachments/newattachment7379?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9pc3N1ZXMvbmV3SXNzdWUzMTgwL2F0dGFjaG1lbnRzL25ld2F0dGFjaG1lbnQ3Mzc5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391/attachments/newattachment4859?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2lzc3Vlcy9uZXdJc3N1ZTEzOTEvYXR0YWNobWVudHMvbmV3YXR0YWNobWVudDQ4NTk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "17948c48-1977-424e-b6b4-0d5b979ec4b1" + "161cb533-c66e-4036-80a3-be45fef26e39" ], "If-Match": [ "*" @@ -1322,10 +1331,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1338,26 +1347,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "79a07956-f3c1-4e62-a9ae-10dd9dcdaa90" + "4610028c-7296-4668-912e-febf492a47d4" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14989" + "14996" ], "x-ms-correlation-request-id": [ - "ed8d6259-3f5b-4e0b-99aa-ba96c040ce5c" + "0156eb4c-8450-4b62-b68a-87f9338d6e1f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192304Z:ed8d6259-3f5b-4e0b-99aa-ba96c040ce5c" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213831Z:0156eb4c-8450-4b62-b68a-87f9338d6e1f" ], "Date": [ - "Wed, 25 Mar 2020 19:23:03 GMT" + "Thu, 08 Apr 2021 21:38:30 GMT" ], "Expires": [ "-1" @@ -1367,22 +1376,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180/attachments/newattachment7379?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9pc3N1ZXMvbmV3SXNzdWUzMTgwL2F0dGFjaG1lbnRzL25ld2F0dGFjaG1lbnQ3Mzc5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391/attachments/newattachment4859?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2lzc3Vlcy9uZXdJc3N1ZTEzOTEvYXR0YWNobWVudHMvbmV3YXR0YWNobWVudDQ4NTk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2713ea75-8992-47a1-9682-a08d58166f10" + "77d1171c-a9c5-4637-a105-05173ad26aeb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1395,26 +1404,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "d3f74f98-6460-4e22-aaaa-ebdd114c13a8" + "a7e64738-59f1-4b25-800f-4d8439654fe1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" + "11988" ], "x-ms-correlation-request-id": [ - "a4611475-b653-42d8-a161-8da8618ce415" + "afc3961e-10a8-4a48-bc9d-f325c01275e2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192302Z:a4611475-b653-42d8-a161-8da8618ce415" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213831Z:afc3961e-10a8-4a48-bc9d-f325c01275e2" ], "Date": [ - "Wed, 25 Mar 2020 19:23:02 GMT" + "Thu, 08 Apr 2021 21:38:30 GMT" ], "Content-Length": [ "92" @@ -1430,22 +1439,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9pc3N1ZXMvbmV3SXNzdWUzMTgwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2lzc3Vlcy9uZXdJc3N1ZTEzOTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b49b4026-53fc-41be-b498-016b53163d08" + "86f66e70-402f-404b-ac98-87e521d8e838" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1456,31 +1465,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANfM=\"" + "\"AAAAAAAAbXU=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "eea350b0-5249-4b79-99e5-7348cf621471" + "3b6b86cd-7527-4a52-a03a-d326ea310f2f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" + "11987" ], "x-ms-correlation-request-id": [ - "e6919f25-7f85-43f3-9d03-3f6998a5ba8d" + "7707ac26-9c8b-41c4-9461-71f06a4131e8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192302Z:e6919f25-7f85-43f3-9d03-3f6998a5ba8d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213831Z:7707ac26-9c8b-41c4-9461-71f06a4131e8" ], "Date": [ - "Wed, 25 Mar 2020 19:23:02 GMT" + "Thu, 08 Apr 2021 21:38:30 GMT" ], "Content-Length": [ "0" @@ -1493,25 +1502,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9pc3N1ZXMvbmV3SXNzdWUzMTgwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2lzc3Vlcy9uZXdJc3N1ZTEzOTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "18d350ea-f5a5-4f54-bab3-73ed0e27fc51" + "31a77c17-84c9-406d-beb1-1cf0661b567e" ], "If-Match": [ - "\"AAAAAAAANfM=\"" + "\"AAAAAAAAbXU=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1524,26 +1533,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "9aed4a25-305a-4c76-a687-a3abff89d0d4" + "dede08cd-225a-49e0-aa49-776046c263e9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" + "14997" ], "x-ms-correlation-request-id": [ - "dd34186d-15f5-4842-9a8d-2d74714fcd3f" + "386220ee-380e-4974-8494-0d99099541d6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192303Z:dd34186d-15f5-4842-9a8d-2d74714fcd3f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213831Z:386220ee-380e-4974-8494-0d99099541d6" ], "Date": [ - "Wed, 25 Mar 2020 19:23:03 GMT" + "Thu, 08 Apr 2021 21:38:30 GMT" ], "Expires": [ "-1" @@ -1556,13 +1565,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/issues/newIssue3180?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9pc3N1ZXMvbmV3SXNzdWUzMTgwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/issues/newIssue1391?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL2lzc3Vlcy9uZXdJc3N1ZTEzOTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7b76112-4566-4d10-bc0b-1bf538d7564b" + "15801077-5b29-4209-a107-5ecda186106d" ], "If-Match": [ "*" @@ -1571,10 +1580,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1587,26 +1596,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "296e6915-24ef-4acf-aa02-db3a39dfa60e" + "b474debd-8547-4a74-ada8-6069ec5d2b4b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" + "14994" ], "x-ms-correlation-request-id": [ - "37262fd7-adf9-44ba-bd88-503f50e9bcf6" + "f1619c62-70b7-4d94-b0ed-c0cf284cb698" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192304Z:37262fd7-adf9-44ba-bd88-503f50e9bcf6" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213831Z:f1619c62-70b7-4d94-b0ed-c0cf284cb698" ], "Date": [ - "Wed, 25 Mar 2020 19:23:04 GMT" + "Thu, 08 Apr 2021 21:38:31 GMT" ], "Expires": [ "-1" @@ -1618,24 +1627,24 @@ ], "Names": { "CreateUpdateDelete": [ - "newIssue3180", - "newComment4321", - "newattachment7379", - "title7178", - "description577", - "updatedTitle5328", - "updateddescription8513", - "issuecommenttext5731", - "attachment2708" + "newIssue1391", + "newComment8460", + "newattachment4859", + "title3690", + "description6211", + "updatedTitle4743", + "updateddescription2619", + "issuecommenttext7949", + "attachment9143" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/LoggerTests/CreateListUpdateDeleteApplicationInsights.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/LoggerTests/CreateListUpdateDeleteApplicationInsights.json index dbb47c4f45263..a7766309d484e 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/LoggerTests/CreateListUpdateDeleteApplicationInsights.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/LoggerTests/CreateListUpdateDeleteApplicationInsights.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "227c5246-cad2-455f-938d-79d876612c55" + "3f31fec4-ffed-4d36-a80c-fa6ac4883ce4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "342" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVONE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "08d3ce3d-e4bf-442e-a4cd-2932d46ec359", - "a3f4a622-cdde-4d98-8dd9-00fa61f013c5" + "ba1bf298-2bf7-45b6-8871-caf2b7cb9910", + "610f0ffe-d661-4fd8-87ad-ae435c220230" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-correlation-request-id": [ - "10b68dc3-2bd3-4ada-a8c4-7ef32a7a3102" + "d9c290da-636f-4ace-9ffb-7a2a31bc0ea2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191835Z:10b68dc3-2bd3-4ada-a8c4-7ef32a7a3102" + "WESTUS:20210502T184803Z:d9c290da-636f-4ace-9ffb-7a2a31bc0ea2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:18:35 GMT" + "Sun, 02 May 2021 18:48:03 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cb3a7df0-0d8f-493d-88a5-73fecb3743be" + "0053443d-8dd7-46de-990b-9c8dd3afb804" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVONE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e278faf7-693d-4a63-977e-68291a763d01" + "84733c36-ab7e-4b4f-add7-616e83eff7db" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "11999" ], "x-ms-correlation-request-id": [ - "2efc0e92-d206-4492-a6a6-caf3802cf0a7" + "56896a75-2f46-462c-b438-edbc8f50d713" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191835Z:2efc0e92-d206-4492-a6a6-caf3802cf0a7" + "WESTUS:20210502T184803Z:56896a75-2f46-462c-b438-edbc8f50d713" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:18:35 GMT" + "Sun, 02 May 2021 18:48:03 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/applicationInsight8942?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9hcHBsaWNhdGlvbkluc2lnaHQ4OTQyP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/applicationInsight4531?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL2FwcGxpY2F0aW9uSW5zaWdodDQ1MzE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"description\": \"newloggerDescription9951\",\r\n \"credentials\": {\r\n \"instrumentationKey\": \"93078bb1-a1ac-4ead-b348-36d70553c552\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"description\": \"newloggerDescription6191\",\r\n \"credentials\": {\r\n \"instrumentationKey\": \"78bbf44a-2ed6-4cf1-85f3-47978853c590\"\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "687519f2-15cc-4304-a406-b951cda91a75" + "98b0d81f-ce7b-40f4-b7d9-cd4ed45fe3a8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -172,34 +172,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANbs=\"" + "\"AAAAAAAAfww=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "3001ee5a-cc11-495f-a091-994f9877f560" + "169d2191-5618-431e-a2f6-1a0b8ceb29a6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-correlation-request-id": [ - "5f3cac18-d52f-4863-b774-138f7ad41589" + "8eab3df4-296d-43f9-8128-b11f616a7d1f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191838Z:5f3cac18-d52f-4863-b774-138f7ad41589" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184808Z:8eab3df4-296d-43f9-8128-b11f616a7d1f" ], "Date": [ - "Wed, 25 Mar 2020 19:18:38 GMT" + "Sun, 02 May 2021 18:48:07 GMT" ], "Content-Length": [ - "554" + "557" ], "Content-Type": [ "application/json; charset=utf-8" @@ -208,26 +208,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/applicationInsight8942\",\r\n \"type\": \"Microsoft.ApiManagement/service/loggers\",\r\n \"name\": \"applicationInsight8942\",\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"description\": \"newloggerDescription9951\",\r\n \"credentials\": {\r\n \"instrumentationKey\": \"{{Logger-Credentials-5e7bae8e07b43d0e3879468c}}\"\r\n },\r\n \"isBuffered\": true,\r\n \"resourceId\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/applicationInsight4531\",\r\n \"type\": \"Microsoft.ApiManagement/service/loggers\",\r\n \"name\": \"applicationInsight4531\",\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"description\": \"newloggerDescription6191\",\r\n \"credentials\": {\r\n \"instrumentationKey\": \"{{Logger-Credentials--608ef3e7093a9d0afcfd56e4}}\"\r\n },\r\n \"isBuffered\": true,\r\n \"resourceId\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13352159-d496-4882-b405-fe9fad20749a" + "1ea69aa5-1e59-4cb8-b77a-a0b6cc9265a8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -240,29 +240,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "b939c0de-3b6d-4377-a86b-674ca4ec104a" + "88cd2e14-a38f-4546-abcd-ed192fc5b204" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "11998" ], "x-ms-correlation-request-id": [ - "c06579fb-2ab8-432a-9c43-afcdf4255b0e" + "cee357fc-afbf-468c-9020-0244c9aabbbd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191839Z:c06579fb-2ab8-432a-9c43-afcdf4255b0e" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184810Z:cee357fc-afbf-468c-9020-0244c9aabbbd" ], "Date": [ - "Wed, 25 Mar 2020 19:18:38 GMT" + "Sun, 02 May 2021 18:48:10 GMT" ], "Content-Length": [ - "650" + "653" ], "Content-Type": [ "application/json; charset=utf-8" @@ -271,26 +271,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/applicationInsight8942\",\r\n \"type\": \"Microsoft.ApiManagement/service/loggers\",\r\n \"name\": \"applicationInsight8942\",\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"description\": \"newloggerDescription9951\",\r\n \"credentials\": {\r\n \"instrumentationKey\": \"{{Logger-Credentials-5e7bae8e07b43d0e3879468c}}\"\r\n },\r\n \"isBuffered\": true,\r\n \"resourceId\": null\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/applicationInsight4531\",\r\n \"type\": \"Microsoft.ApiManagement/service/loggers\",\r\n \"name\": \"applicationInsight4531\",\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"description\": \"newloggerDescription6191\",\r\n \"credentials\": {\r\n \"instrumentationKey\": \"{{Logger-Credentials--608ef3e7093a9d0afcfd56e4}}\"\r\n },\r\n \"isBuffered\": true,\r\n \"resourceId\": null\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/applicationInsight8942?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9hcHBsaWNhdGlvbkluc2lnaHQ4OTQyP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/applicationInsight4531?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL2FwcGxpY2F0aW9uSW5zaWdodDQ1MzE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "467e60ff-9f99-4bcc-a05f-9de75c0813bd" + "afc5790e-549e-4f59-90cd-df8913c829f8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -301,31 +301,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANbs=\"" + "\"AAAAAAAAfww=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "b44914fb-64f5-4eda-ab0e-35748353034b" + "6d12e5d8-3581-491b-b3e5-53b25212be15" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "11997" ], "x-ms-correlation-request-id": [ - "ff55bca0-c002-4434-ae5a-b6612dd45d32" + "2a6dbb04-1fde-43dd-a9ad-9c639318c4d5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191839Z:ff55bca0-c002-4434-ae5a-b6612dd45d32" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184812Z:2a6dbb04-1fde-43dd-a9ad-9c639318c4d5" ], "Date": [ - "Wed, 25 Mar 2020 19:18:38 GMT" + "Sun, 02 May 2021 18:48:11 GMT" ], "Content-Length": [ "0" @@ -338,22 +338,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/applicationInsight8942?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9hcHBsaWNhdGlvbkluc2lnaHQ4OTQyP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/applicationInsight4531?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL2FwcGxpY2F0aW9uSW5zaWdodDQ1MzE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d60f753f-919f-49aa-b183-4791c8577ee7" + "83f2fbe7-5d3b-4f72-9ee9-b34e2eb21c7f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -364,31 +364,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANb0=\"" + "\"AAAAAAAAfw4=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "6198020b-a764-4ce5-a805-a337ee3dd445" + "80e67c28-4340-4581-aa71-e66cae110e0c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "11995" ], "x-ms-correlation-request-id": [ - "47bd54cc-e528-406a-8251-39819b910e9e" + "d1a1b5c1-15f1-4120-96b7-162fa11c1cc2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191840Z:47bd54cc-e528-406a-8251-39819b910e9e" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184813Z:d1a1b5c1-15f1-4120-96b7-162fa11c1cc2" ], "Date": [ - "Wed, 25 Mar 2020 19:18:40 GMT" + "Sun, 02 May 2021 18:48:13 GMT" ], "Content-Length": [ "0" @@ -401,25 +401,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/applicationInsight8942?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9hcHBsaWNhdGlvbkluc2lnaHQ4OTQyP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/applicationInsight4531?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL2FwcGxpY2F0aW9uSW5zaWdodDQ1MzE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"description\": \"patchedDescription5486\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"description\": \"patchedDescription2038\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d19494fb-bd31-4d14-8856-1cf87a20fb7a" + "58b6fc98-d5d4-4f3e-afb0-a13792318f74" ], "If-Match": [ - "\"AAAAAAAANbs=\"" + "\"AAAAAAAAfww=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -435,54 +435,63 @@ "Pragma": [ "no-cache" ], + "ETag": [ + "\"AAAAAAAAfw4=\"" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "6947fa1f-3a31-47e6-bfef-aa122f6674b0" + "d7275eb6-2caa-474f-9d43-e5754b280f22" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1197" ], "x-ms-correlation-request-id": [ - "f9095107-f86b-48de-a315-2d5e5b2f804e" + "ed867961-3b5d-465b-81dc-0c6b7bc06346" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191840Z:f9095107-f86b-48de-a315-2d5e5b2f804e" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184812Z:ed867961-3b5d-465b-81dc-0c6b7bc06346" ], "Date": [ - "Wed, 25 Mar 2020 19:18:40 GMT" + "Sun, 02 May 2021 18:48:12 GMT" + ], + "Content-Length": [ + "555" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 204 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/applicationInsight4531\",\r\n \"type\": \"Microsoft.ApiManagement/service/loggers\",\r\n \"name\": \"applicationInsight4531\",\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"description\": \"patchedDescription2038\",\r\n \"credentials\": {\r\n \"instrumentationKey\": \"{{Logger-Credentials--608ef3e7093a9d0afcfd56e4}}\"\r\n },\r\n \"isBuffered\": true,\r\n \"resourceId\": null\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/applicationInsight8942?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9hcHBsaWNhdGlvbkluc2lnaHQ4OTQyP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/applicationInsight4531?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL2FwcGxpY2F0aW9uSW5zaWdodDQ1MzE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b21a2a65-9f59-4847-8b02-be8b90c70bc5" + "f4600564-c904-4083-8575-849fa5a52e1c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -493,34 +502,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANb0=\"" + "\"AAAAAAAAfw4=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "6c293636-4195-4200-8dc1-fe945f157fee" + "4b832a6f-931f-474e-b279-e706bebdae71" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "11996" ], "x-ms-correlation-request-id": [ - "dd1c9075-f9b6-41bf-b14c-f257bd4b7a56" + "eadab3f4-6010-444b-a8c9-499f8e706e3b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191840Z:dd1c9075-f9b6-41bf-b14c-f257bd4b7a56" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184813Z:eadab3f4-6010-444b-a8c9-499f8e706e3b" ], "Date": [ - "Wed, 25 Mar 2020 19:18:40 GMT" + "Sun, 02 May 2021 18:48:12 GMT" ], "Content-Length": [ - "552" + "555" ], "Content-Type": [ "application/json; charset=utf-8" @@ -529,26 +538,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/applicationInsight8942\",\r\n \"type\": \"Microsoft.ApiManagement/service/loggers\",\r\n \"name\": \"applicationInsight8942\",\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"description\": \"patchedDescription5486\",\r\n \"credentials\": {\r\n \"instrumentationKey\": \"{{Logger-Credentials-5e7bae8e07b43d0e3879468c}}\"\r\n },\r\n \"isBuffered\": true,\r\n \"resourceId\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/applicationInsight4531\",\r\n \"type\": \"Microsoft.ApiManagement/service/loggers\",\r\n \"name\": \"applicationInsight4531\",\r\n \"properties\": {\r\n \"loggerType\": \"applicationInsights\",\r\n \"description\": \"patchedDescription2038\",\r\n \"credentials\": {\r\n \"instrumentationKey\": \"{{Logger-Credentials--608ef3e7093a9d0afcfd56e4}}\"\r\n },\r\n \"isBuffered\": true,\r\n \"resourceId\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/applicationInsight8942?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9hcHBsaWNhdGlvbkluc2lnaHQ4OTQyP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/applicationInsight4531?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL2FwcGxpY2F0aW9uSW5zaWdodDQ1MzE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f39ceff-4550-4205-9369-03f460ac9dba" + "c59c6eed-9619-4337-b9e9-3437d6c96429" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -561,26 +570,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "1f303cb7-1235-4d21-b98c-6643aa4494ef" + "01afc675-6212-4b76-97c9-13504cf3d02c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "11994" ], "x-ms-correlation-request-id": [ - "5f1216a5-8a06-414a-8481-e061db21dd57" + "b5d62e9f-c7a2-4573-9215-915190d2fc7a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191841Z:5f1216a5-8a06-414a-8481-e061db21dd57" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184816Z:b5d62e9f-c7a2-4573-9215-915190d2fc7a" ], "Date": [ - "Wed, 25 Mar 2020 19:18:41 GMT" + "Sun, 02 May 2021 18:48:16 GMT" ], "Content-Length": [ "82" @@ -596,25 +605,25 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/applicationInsight8942?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9hcHBsaWNhdGlvbkluc2lnaHQ4OTQyP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/applicationInsight4531?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL2FwcGxpY2F0aW9uSW5zaWdodDQ1MzE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fad55400-0521-4a2f-8995-bcd769388b48" + "6b53162f-d26d-4c6c-97d0-df517efa95d4" ], "If-Match": [ - "\"AAAAAAAANb0=\"" + "\"AAAAAAAAfw4=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -627,26 +636,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "7946c0cf-ddde-49ff-ad91-fb107aede32d" + "841dc049-ca45-4ae1-979b-0fe81bf88d71" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "14999" ], "x-ms-correlation-request-id": [ - "23270127-7ff7-4258-a713-47d753c361da" + "4b4c0d87-68af-4558-94f9-fce0a5279837" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191841Z:23270127-7ff7-4258-a713-47d753c361da" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184816Z:4b4c0d87-68af-4558-94f9-fce0a5279837" ], "Date": [ - "Wed, 25 Mar 2020 19:18:41 GMT" + "Sun, 02 May 2021 18:48:15 GMT" ], "Expires": [ "-1" @@ -659,13 +668,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/applicationInsight8942?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9hcHBsaWNhdGlvbkluc2lnaHQ4OTQyP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/applicationInsight4531?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL2FwcGxpY2F0aW9uSW5zaWdodDQ1MzE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4aceebb7-5215-4cdd-bb69-3267a61bd925" + "1457f8e9-a6dc-4683-a053-2550a34c76fc" ], "If-Match": [ "*" @@ -674,10 +683,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -690,26 +699,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c2fc17f8-1f02-4585-b819-d729fce7ed70" + "eeeb5626-2ed9-482c-b4b1-13b2a572ce2c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" + "14998" ], "x-ms-correlation-request-id": [ - "ff305904-4368-4c0e-b721-eeb8146a644f" + "8264ace2-ece9-4ed2-8925-5d5d45e1038e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191842Z:ff305904-4368-4c0e-b721-eeb8146a644f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184816Z:8264ace2-ece9-4ed2-8925-5d5d45e1038e" ], "Date": [ - "Wed, 25 Mar 2020 19:18:42 GMT" + "Sun, 02 May 2021 18:48:16 GMT" ], "Expires": [ "-1" @@ -719,22 +728,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d551fd54-78b0-4a25-b8ba-127618d4d79c" + "13b1989d-d57c-40ae-86c9-6e53b0b01956" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -747,29 +756,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "bd5d7e00-d690-467a-b4ad-d668d0186669" + "92efe064-aab3-4182-95fc-deec8e950221" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "11993" ], "x-ms-correlation-request-id": [ - "9fec5573-fa6a-4e3d-a945-cacef51bcc6e" + "4284bfbe-8597-4569-bbed-e8142da2ed7b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191842Z:9fec5573-fa6a-4e3d-a945-cacef51bcc6e" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184816Z:4284bfbe-8597-4569-bbed-e8142da2ed7b" ], "Date": [ - "Wed, 25 Mar 2020 19:18:42 GMT" + "Sun, 02 May 2021 18:48:16 GMT" ], "Content-Length": [ - "504" + "34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -778,90 +787,27 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/5e7bae8e07b43d0e3879468b\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"5e7bae8e07b43d0e3879468b\",\r\n \"properties\": {\r\n \"displayName\": \"Logger-Credentials-5e7bae8e07b43d0e3879468c\",\r\n \"tags\": null,\r\n \"secret\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/5e7bae8e07b43d0e3879468b?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXMvNWU3YmFlOGUwN2I0M2QwZTM4Nzk0NjhiP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "697ef2e0-0caa-49f8-a6d5-a2cfc3d49328" - ], - "If-Match": [ - "*" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.27817.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "03362b07-55c9-4e69-a96f-ef52b095a547" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14993" - ], - "x-ms-correlation-request-id": [ - "de51a0a6-78e7-4376-a5f1-04033f86ab6e" - ], - "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191843Z:de51a0a6-78e7-4376-a5f1-04033f86ab6e" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Wed, 25 Mar 2020 19:18:43 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"value\": [],\r\n \"count\": 0\r\n}", "StatusCode": 200 } ], "Names": { "CreateListUpdateDeleteApplicationInsights": [ - "applicationInsight8942", - "newloggerDescription9951", - "patchedDescription5486" + "applicationInsight4531", + "newloggerDescription6191", + "patchedDescription2038" ], "appInsights": [ - "93078bb1-a1ac-4ead-b348-36d70553c552" + "78bbf44a-2ed6-4cf1-85f3-47978853c590" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/LoggerTests/CreateListUpdateDeleteEventHub.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/LoggerTests/CreateListUpdateDeleteEventHub.json index b6046a2d3f0a6..a7f01aac8c1b0 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/LoggerTests/CreateListUpdateDeleteEventHub.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/LoggerTests/CreateListUpdateDeleteEventHub.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ad75364a-c93b-4a82-8f1a-b726911ba4fa" + "aa73b186-ddd5-4426-a120-87b40127c0d3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "342" ] }, "ResponseHeaders": { @@ -33,14 +33,14 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVONE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "57566c02-85b1-4fa0-be25-890c7b9bad8f", - "34e40c5f-8358-4dc2-ba3a-935393382aaf" + "ec72e3c3-79be-49e5-a764-5a48c2c65ece", + "6343b75a-7869-4afc-8592-ab11b7c39b08" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -49,19 +49,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "fb9352c5-ca07-46e6-8dc1-7062b12eeaf8" + "28e8227f-ec4e-4bfa-b010-87e9e4f8b56d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T211903Z:fb9352c5-ca07-46e6-8dc1-7062b12eeaf8" + "WESTUS:20210502T184820Z:28e8227f-ec4e-4bfa-b010-87e9e4f8b56d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 21:19:03 GMT" + "Sun, 02 May 2021 18:48:20 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "257f46e7-ba41-443a-83da-172928686329" + "762d2281-8528-4ced-ab6d-a8de2528d857" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVONE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4583d94b-785a-4568-af47-8a99a210064b" + "84e8c5a9-cb2b-4a31-8c1b-2b3a226cd34f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "11999" ], "x-ms-correlation-request-id": [ - "82f4facf-7028-43fc-bd41-8e429c8a8ff5" + "3f23ff37-6519-44ff-863c-fd09230e5630" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T211904Z:82f4facf-7028-43fc-bd41-8e429c8a8ff5" + "WESTUS:20210502T184821Z:3f23ff37-6519-44ff-863c-fd09230e5630" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 21:19:04 GMT" + "Sun, 02 May 2021 18:48:20 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,32 +136,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6112?api-version=2015-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWJOYW1lc3BhY2U2MTEyP2FwaS12ZXJzaW9uPTIwMTUtMDgtMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6069?api-version=2015-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWJOYW1lc3BhY2U2MDY5P2FwaS12ZXJzaW9uPTIwMTUtMDgtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus\"\r\n}", + "RequestBody": "{\r\n \"location\": \"CentralUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "914846c6-9362-4016-904b-e73e84bf4fd5" + "46156810-10ff-4394-a16c-67df36d1910c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.EventHub.EventHubManagementClient/1.2.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "28" + "31" ] }, "ResponseHeaders": { @@ -172,7 +172,7 @@ "no-cache" ], "x-ms-request-id": [ - "5fe5681f-ec25-40f2-9957-1aee6d31f858_M3SN1_M3SN1" + "68ba6532-910a-4ea4-9bf2-e0e3fc27da34_M8SN1_M8SN1" ], "Server-SB": [ "Service-Bus-Resource-Provider/SN1" @@ -181,14 +181,14 @@ "Service-Bus-Resource-Provider/SN1", "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "49" ], "x-ms-correlation-request-id": [ - "47b10b55-e3a5-48e2-8deb-8a45965221cb" + "864c7a0c-366c-4eb5-815b-70729b70eb27" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T211909Z:47b10b55-e3a5-48e2-8deb-8a45965221cb" + "WESTUS:20210502T184823Z:864c7a0c-366c-4eb5-815b-70729b70eb27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -197,10 +197,10 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 21:19:08 GMT" + "Sun, 02 May 2021 18:48:23 GMT" ], "Content-Length": [ - "451" + "460" ], "Content-Type": [ "application/json; charset=utf-8" @@ -209,19 +209,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6112\",\r\n \"name\": \"eventHubNamespace6112\",\r\n \"type\": \"Microsoft.EventHub/namespaces\",\r\n \"location\": \"East US\",\r\n \"kind\": \"EventHub\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"provisioningState\": \"Unknown\",\r\n \"metricId\": \"74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3:eventhubnamespace6112\",\r\n \"enabled\": false,\r\n \"namespaceType\": \"EventHub\",\r\n \"messagingSku\": 2\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6069\",\r\n \"name\": \"eventHubNamespace6069\",\r\n \"type\": \"Microsoft.EventHub/namespaces\",\r\n \"location\": \"Central US\",\r\n \"kind\": \"EventHub\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"provisioningState\": \"Unknown\",\r\n \"metricId\": \"bab08e11-7b12-4354-9fd1-4b5d64d40b68:eventhubnamespace6069\",\r\n \"enabled\": false,\r\n \"namespaceType\": \"EventHub\",\r\n \"messagingSku\": 2\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6112?api-version=2015-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWJOYW1lc3BhY2U2MTEyP2FwaS12ZXJzaW9uPTIwMTUtMDgtMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6069?api-version=2015-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWJOYW1lc3BhY2U2MDY5P2FwaS12ZXJzaW9uPTIwMTUtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.EventHub.EventHubManagementClient/1.2.0.0" ] }, @@ -233,7 +233,7 @@ "no-cache" ], "x-ms-request-id": [ - "91481be1-d840-4b1c-9bd7-e7991c72f2bd_M3SN1_M3SN1" + "801e8a5f-aa18-4fee-86a4-0fe60566a096_M8SN1_M8SN1" ], "Server-SB": [ "Service-Bus-Resource-Provider/SN1" @@ -243,13 +243,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "11999" ], "x-ms-correlation-request-id": [ - "0a09d13f-3e5c-49bb-8abf-a8935fd16b06" + "a90e1933-8f86-434d-a988-a661cff440ac" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T211939Z:0a09d13f-3e5c-49bb-8abf-a8935fd16b06" + "WESTUS:20210502T184853Z:a90e1933-8f86-434d-a988-a661cff440ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -258,10 +258,10 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 21:19:39 GMT" + "Sun, 02 May 2021 18:48:52 GMT" ], "Content-Length": [ - "727" + "773" ], "Content-Type": [ "application/json; charset=utf-8" @@ -270,19 +270,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6112\",\r\n \"name\": \"eventHubNamespace6112\",\r\n \"type\": \"Microsoft.EventHub/namespaces\",\r\n \"location\": \"East US\",\r\n \"kind\": \"EventHub\",\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Created\",\r\n \"metricId\": \"74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3:eventhubnamespace6112\",\r\n \"status\": \"Created\",\r\n \"createdAt\": \"2020-03-25T21:19:08.397Z\",\r\n \"serviceBusEndpoint\": \"https://eventHubNamespace6112.servicebus.windows-int.net:443/\",\r\n \"enabled\": true,\r\n \"critical\": false,\r\n \"updatedAt\": \"2020-03-25T21:19:08.397Z\",\r\n \"eventHubEnabled\": true,\r\n \"namespaceType\": \"EventHub\",\r\n \"messagingSku\": 2\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6069\",\r\n \"name\": \"eventHubNamespace6069\",\r\n \"type\": \"Microsoft.EventHub/namespaces\",\r\n \"location\": \"Central US\",\r\n \"kind\": \"EventHub\",\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Created\",\r\n \"metricId\": \"bab08e11-7b12-4354-9fd1-4b5d64d40b68:eventhubnamespace6069\",\r\n \"status\": \"Created\",\r\n \"createdAt\": \"2021-05-02T18:48:22.847Z\",\r\n \"serviceBusEndpoint\": \"https://eventHubNamespace6069.servicebus.windows.net:443/\",\r\n \"enabled\": true,\r\n \"critical\": false,\r\n \"scaleUnit\": \"DM2-513\",\r\n \"dataCenter\": \"DM2\",\r\n \"updatedAt\": \"2021-05-02T18:48:22.847Z\",\r\n \"eventHubEnabled\": true,\r\n \"namespaceType\": \"EventHub\",\r\n \"messagingSku\": 2\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6112?api-version=2015-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWJOYW1lc3BhY2U2MTEyP2FwaS12ZXJzaW9uPTIwMTUtMDgtMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6069?api-version=2015-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWJOYW1lc3BhY2U2MDY5P2FwaS12ZXJzaW9uPTIwMTUtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.EventHub.EventHubManagementClient/1.2.0.0" ] }, @@ -294,23 +294,23 @@ "no-cache" ], "x-ms-request-id": [ - "755cb60b-d916-400d-9f11-3fe5de743249_M3SN1_M3SN1" + "1d0c99cf-6643-4c17-9f09-52b6a4b73fae_M8SN1_M8SN1" ], "Server-SB": [ "Service-Bus-Resource-Provider/SN1" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" - ], "Server": [ "Service-Bus-Resource-Provider/SN1", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], "x-ms-correlation-request-id": [ - "bc23ccf6-0408-480c-9830-2c709f1bb8ef" + "8fc0c2f2-3ff1-436a-9e72-2da5a83e42e1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T212009Z:bc23ccf6-0408-480c-9830-2c709f1bb8ef" + "WESTUS:20210502T184923Z:8fc0c2f2-3ff1-436a-9e72-2da5a83e42e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -319,10 +319,10 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 21:20:09 GMT" + "Sun, 02 May 2021 18:49:22 GMT" ], "Content-Length": [ - "728" + "774" ], "Content-Type": [ "application/json; charset=utf-8" @@ -331,32 +331,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6112\",\r\n \"name\": \"eventHubNamespace6112\",\r\n \"type\": \"Microsoft.EventHub/namespaces\",\r\n \"location\": \"East US\",\r\n \"kind\": \"EventHub\",\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"metricId\": \"74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3:eventhubnamespace6112\",\r\n \"status\": \"Active\",\r\n \"createdAt\": \"2020-03-25T21:19:08.397Z\",\r\n \"serviceBusEndpoint\": \"https://eventHubNamespace6112.servicebus.windows-int.net:443/\",\r\n \"enabled\": true,\r\n \"critical\": false,\r\n \"updatedAt\": \"2020-03-25T21:19:57.773Z\",\r\n \"eventHubEnabled\": true,\r\n \"namespaceType\": \"EventHub\",\r\n \"messagingSku\": 2\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6069\",\r\n \"name\": \"eventHubNamespace6069\",\r\n \"type\": \"Microsoft.EventHub/namespaces\",\r\n \"location\": \"Central US\",\r\n \"kind\": \"EventHub\",\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"metricId\": \"bab08e11-7b12-4354-9fd1-4b5d64d40b68:eventhubnamespace6069\",\r\n \"status\": \"Active\",\r\n \"createdAt\": \"2021-05-02T18:48:22.847Z\",\r\n \"serviceBusEndpoint\": \"https://eventHubNamespace6069.servicebus.windows.net:443/\",\r\n \"enabled\": true,\r\n \"critical\": false,\r\n \"scaleUnit\": \"DM2-513\",\r\n \"dataCenter\": \"DM2\",\r\n \"updatedAt\": \"2021-05-02T18:49:09.007Z\",\r\n \"eventHubEnabled\": true,\r\n \"namespaceType\": \"EventHub\",\r\n \"messagingSku\": 2\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6112/eventhubs/eventhubname644?api-version=2015-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWJOYW1lc3BhY2U2MTEyL2V2ZW50aHVicy9ldmVudGh1Ym5hbWU2NDQ/YXBpLXZlcnNpb249MjAxNS0wOC0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6069/eventhubs/eventhubname4159?api-version=2015-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWJOYW1lc3BhY2U2MDY5L2V2ZW50aHVicy9ldmVudGh1Ym5hbWU0MTU5P2FwaS12ZXJzaW9uPTIwMTUtMDgtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus\"\r\n}", + "RequestBody": "{\r\n \"location\": \"CentralUS\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "441a05b3-ed15-4dde-916e-5c44c37788cf" + "c3387b23-33f7-4086-aa03-2e5a667f8656" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.EventHub.EventHubManagementClient/1.2.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "28" + "31" ] }, "ResponseHeaders": { @@ -367,7 +367,7 @@ "no-cache" ], "x-ms-request-id": [ - "44479388-7daf-4aea-8f90-3b66e40d4055_M0SN1_M0SN1" + "9232575c-5ed3-4ff3-9eea-f7c6921f4499_M8SN1_M8SN1" ], "Server-SB": [ "Service-Bus-Resource-Provider/SN1" @@ -377,13 +377,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "61bdffc5-485b-4343-9b58-a2c5e8871bf4" + "350c1d7b-5b32-4217-b2ac-677034dc57bd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T212018Z:61bdffc5-485b-4343-9b58-a2c5e8871bf4" + "WESTUS:20210502T184931Z:350c1d7b-5b32-4217-b2ac-677034dc57bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -392,10 +392,10 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 21:20:18 GMT" + "Sun, 02 May 2021 18:49:31 GMT" ], "Content-Length": [ - "489" + "501" ], "Content-Type": [ "application/json; charset=utf-8" @@ -404,25 +404,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6112/eventhubs/eventhubname644\",\r\n \"name\": \"eventhubname644\",\r\n \"type\": \"Microsoft.EventHub/EventHubs\",\r\n \"location\": \"East US\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"path\": \"eventhubname644\",\r\n \"messageRetentionInDays\": 7,\r\n \"status\": \"Active\",\r\n \"createdAt\": \"2020-03-25T21:20:12.167Z\",\r\n \"updatedAt\": \"2020-03-25T21:20:12.68Z\",\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6069/eventhubs/eventhubname4159\",\r\n \"name\": \"eventhubname4159\",\r\n \"type\": \"Microsoft.EventHub/EventHubs\",\r\n \"location\": \"Central US\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"path\": \"eventhubname4159\",\r\n \"messageRetentionInDays\": 7,\r\n \"status\": \"Active\",\r\n \"createdAt\": \"2021-05-02T18:49:25.443Z\",\r\n \"updatedAt\": \"2021-05-02T18:49:25.69Z\",\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6112/eventhubs/eventhubname644/authorizationRules/sendPolicy253?api-version=2015-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWJOYW1lc3BhY2U2MTEyL2V2ZW50aHVicy9ldmVudGh1Ym5hbWU2NDQvYXV0aG9yaXphdGlvblJ1bGVzL3NlbmRQb2xpY3kyNTM/YXBpLXZlcnNpb249MjAxNS0wOC0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6069/eventhubs/eventhubname4159/authorizationRules/sendPolicy9329?api-version=2015-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWJOYW1lc3BhY2U2MDY5L2V2ZW50aHVicy9ldmVudGh1Ym5hbWU0MTU5L2F1dGhvcml6YXRpb25SdWxlcy9zZW5kUG9saWN5OTMyOT9hcGktdmVyc2lvbj0yMDE1LTA4LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"rights\": [\r\n \"Send\"\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "89cbe0d3-d76c-4df3-90c5-d70d0b26de8e" + "0f3cd598-e496-41f1-a51d-23804f5d5d7b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.EventHub.EventHubManagementClient/1.2.0.0" ], "Content-Type": [ @@ -440,7 +440,7 @@ "no-cache" ], "x-ms-request-id": [ - "232a4c23-9070-4f75-9610-7b40666c8076_M0SN1_M0SN1" + "ddab4e04-6fd9-4196-8a89-42dfb7e073d2_M8SN1_M8SN1" ], "Server-SB": [ "Service-Bus-Resource-Provider/SN1" @@ -450,13 +450,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "3b99a537-5b9d-4328-909a-2ff5acc4db94" + "ac8a414a-fa78-42fd-8d31-1b45cfdd622c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T212023Z:3b99a537-5b9d-4328-909a-2ff5acc4db94" + "WESTUS:20210502T184936Z:ac8a414a-fa78-42fd-8d31-1b45cfdd622c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -465,10 +465,10 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 21:20:23 GMT" + "Sun, 02 May 2021 18:49:36 GMT" ], "Content-Length": [ - "348" + "360" ], "Content-Type": [ "application/json; charset=utf-8" @@ -477,25 +477,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6112/eventhubs/eventhubname644/authorizationRules/sendPolicy253\",\r\n \"name\": \"sendPolicy253\",\r\n \"type\": \"Microsoft.EventHub/AuthorizationRules\",\r\n \"location\": \"East US\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"rights\": [\r\n \"Send\"\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6069/eventhubs/eventhubname4159/authorizationRules/sendPolicy9329\",\r\n \"name\": \"sendPolicy9329\",\r\n \"type\": \"Microsoft.EventHub/AuthorizationRules\",\r\n \"location\": \"Central US\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"rights\": [\r\n \"Send\"\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6112/eventhubs/eventhubname644/authorizationRules/sendPolicy253/ListKeys?api-version=2015-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWJOYW1lc3BhY2U2MTEyL2V2ZW50aHVicy9ldmVudGh1Ym5hbWU2NDQvYXV0aG9yaXphdGlvblJ1bGVzL3NlbmRQb2xpY3kyNTMvTGlzdEtleXM/YXBpLXZlcnNpb249MjAxNS0wOC0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6069/eventhubs/eventhubname4159/authorizationRules/sendPolicy9329/ListKeys?api-version=2015-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWJOYW1lc3BhY2U2MDY5L2V2ZW50aHVicy9ldmVudGh1Ym5hbWU0MTU5L2F1dGhvcml6YXRpb25SdWxlcy9zZW5kUG9saWN5OTMyOS9MaXN0S2V5cz9hcGktdmVyc2lvbj0yMDE1LTA4LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "717d085c-ce90-4607-9fcf-c46f8c5ea0e2" + "d1692dd8-bfe4-44f8-a538-0db8d0daf40c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.EventHub.EventHubManagementClient/1.2.0.0" ] }, @@ -507,7 +507,7 @@ "no-cache" ], "x-ms-request-id": [ - "f9f4c061-d311-410b-af45-5c84c8c50530_M0SN1_M0SN1" + "42e3104c-4a78-4c07-a594-c730401c61a7_M8SN1_M8SN1" ], "Server-SB": [ "Service-Bus-Resource-Provider/SN1" @@ -520,10 +520,10 @@ "1199" ], "x-ms-correlation-request-id": [ - "c248f84e-ab3d-427c-b266-9f5c5bb4f143" + "53b836f2-f6df-45be-ac68-6c465fe7cd75" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T212024Z:c248f84e-ab3d-427c-b266-9f5c5bb4f143" + "WESTUS:20210502T184937Z:53b836f2-f6df-45be-ac68-6c465fe7cd75" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -532,10 +532,10 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 21:20:23 GMT" + "Sun, 02 May 2021 18:49:37 GMT" ], "Content-Length": [ - "579" + "576" ], "Content-Type": [ "application/json; charset=utf-8" @@ -544,32 +544,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryConnectionString\": \"Endpoint=sb://eventhubnamespace6112.servicebus.windows-int.net/;SharedAccessKeyName=sendPolicy253;SharedAccessKey=/DmXvQz3bFRABn2pSPxnS6erARbWmQIjM3X8RmjwYYc=;EntityPath=eventhubname644\",\r\n \"secondaryConnectionString\": \"Endpoint=sb://eventhubnamespace6112.servicebus.windows-int.net/;SharedAccessKeyName=sendPolicy253;SharedAccessKey=fr5mHDovhyIti9a/jugEibvzuLCrUi0/COyW5pSD74g=;EntityPath=eventhubname644\",\r\n \"primaryKey\": \"/DmXvQz3bFRABn2pSPxnS6erARbWmQIjM3X8RmjwYYc=\",\r\n \"secondaryKey\": \"fr5mHDovhyIti9a/jugEibvzuLCrUi0/COyW5pSD74g=\",\r\n \"keyName\": \"sendPolicy253\"\r\n}", + "ResponseBody": "{\r\n \"primaryConnectionString\": \"Endpoint=sb://eventhubnamespace6069.servicebus.windows.net/;SharedAccessKeyName=sendPolicy9329;SharedAccessKey=0fJI4DUyBEnHWeVRBn3/Lr4GPy2ygDFIYHKI/N96bvg=;EntityPath=eventhubname4159\",\r\n \"secondaryConnectionString\": \"Endpoint=sb://eventhubnamespace6069.servicebus.windows.net/;SharedAccessKeyName=sendPolicy9329;SharedAccessKey=Fp7wrWUjPyri+XcezuoJLcWbl1Ru+flQm7yDg6+vlVI=;EntityPath=eventhubname4159\",\r\n \"primaryKey\": \"0fJI4DUyBEnHWeVRBn3/Lr4GPy2ygDFIYHKI/N96bvg=\",\r\n \"secondaryKey\": \"Fp7wrWUjPyri+XcezuoJLcWbl1Ru+flQm7yDg6+vlVI=\",\r\n \"keyName\": \"sendPolicy9329\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/newlogger6814?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9uZXdsb2dnZXI2ODE0P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/newlogger9582?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL25ld2xvZ2dlcjk1ODI/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"loggerType\": \"azureEventHub\",\r\n \"description\": \"newloggerDescription5568\",\r\n \"credentials\": {\r\n \"name\": \"eventhubname644\",\r\n \"connectionString\": \"Endpoint=sb://eventhubnamespace6112.servicebus.windows-int.net/;SharedAccessKeyName=sendPolicy253;SharedAccessKey=/DmXvQz3bFRABn2pSPxnS6erARbWmQIjM3X8RmjwYYc=;EntityPath=eventhubname644\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"loggerType\": \"azureEventHub\",\r\n \"description\": \"newloggerDescription3579\",\r\n \"credentials\": {\r\n \"name\": \"eventhubname4159\",\r\n \"connectionString\": \"Endpoint=sb://eventhubnamespace6069.servicebus.windows.net/;SharedAccessKeyName=sendPolicy9329;SharedAccessKey=0fJI4DUyBEnHWeVRBn3/Lr4GPy2ygDFIYHKI/N96bvg=;EntityPath=eventhubname4159\"\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "95965068-9ea6-4140-8ca1-70ed12573678" + "24a0ca54-0e9e-464d-91ca-17f670326b44" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "390" + "389" ] }, "ResponseHeaders": { @@ -580,13 +580,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANi4=\"" + "\"AAAAAAAAfxU=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "9787a9f0-95cf-4284-8435-4eaa9b845547" + "ce9445a5-7e41-4347-b0eb-02d328ab9174" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -595,19 +598,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "da8769c8-34ec-4a25-9010-501cf0b2a3d8" + "94213bac-e3d4-49b9-a143-3bc05a99cf30" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T212026Z:da8769c8-34ec-4a25-9010-501cf0b2a3d8" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184942Z:94213bac-e3d4-49b9-a143-3bc05a99cf30" ], "Date": [ - "Wed, 25 Mar 2020 21:20:25 GMT" + "Sun, 02 May 2021 18:49:42 GMT" ], "Content-Length": [ - "562" + "566" ], "Content-Type": [ "application/json; charset=utf-8" @@ -616,26 +616,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/newlogger6814\",\r\n \"type\": \"Microsoft.ApiManagement/service/loggers\",\r\n \"name\": \"newlogger6814\",\r\n \"properties\": {\r\n \"loggerType\": \"azureEventHub\",\r\n \"description\": \"newloggerDescription5568\",\r\n \"credentials\": {\r\n \"name\": \"eventhubname644\",\r\n \"connectionString\": \"{{Logger-Credentials-5e7bcb1907b43d0e387946cc}}\"\r\n },\r\n \"isBuffered\": true,\r\n \"resourceId\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/newlogger9582\",\r\n \"type\": \"Microsoft.ApiManagement/service/loggers\",\r\n \"name\": \"newlogger9582\",\r\n \"properties\": {\r\n \"loggerType\": \"azureEventHub\",\r\n \"description\": \"newloggerDescription3579\",\r\n \"credentials\": {\r\n \"name\": \"eventhubname4159\",\r\n \"connectionString\": \"{{Logger-Credentials--608ef446093a9d0afcfd56ea}}\"\r\n },\r\n \"isBuffered\": true,\r\n \"resourceId\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae626953-ef48-4cc4-abab-c004e9c3e449" + "78c97583-4d4d-4495-b8d0-70265fcc52f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -648,29 +648,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0bfb6444-b831-4835-95ca-ec25c1d86931" + "01a9d78f-64a2-4e8f-a66f-7b96a391af0b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "11998" ], "x-ms-correlation-request-id": [ - "970f05ba-fe6f-4910-807e-b61252931c96" + "15de17c6-3687-4468-8092-5fb6d7680928" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T212026Z:970f05ba-fe6f-4910-807e-b61252931c96" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184942Z:15de17c6-3687-4468-8092-5fb6d7680928" ], "Date": [ - "Wed, 25 Mar 2020 21:20:26 GMT" + "Sun, 02 May 2021 18:49:42 GMT" ], "Content-Length": [ - "662" + "666" ], "Content-Type": [ "application/json; charset=utf-8" @@ -679,26 +679,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/newlogger6814\",\r\n \"type\": \"Microsoft.ApiManagement/service/loggers\",\r\n \"name\": \"newlogger6814\",\r\n \"properties\": {\r\n \"loggerType\": \"azureEventHub\",\r\n \"description\": \"newloggerDescription5568\",\r\n \"credentials\": {\r\n \"name\": \"eventhubname644\",\r\n \"connectionString\": \"{{Logger-Credentials-5e7bcb1907b43d0e387946cc}}\"\r\n },\r\n \"isBuffered\": true,\r\n \"resourceId\": null\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/newlogger9582\",\r\n \"type\": \"Microsoft.ApiManagement/service/loggers\",\r\n \"name\": \"newlogger9582\",\r\n \"properties\": {\r\n \"loggerType\": \"azureEventHub\",\r\n \"description\": \"newloggerDescription3579\",\r\n \"credentials\": {\r\n \"name\": \"eventhubname4159\",\r\n \"connectionString\": \"{{Logger-Credentials--608ef446093a9d0afcfd56ea}}\"\r\n },\r\n \"isBuffered\": true,\r\n \"resourceId\": null\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/newlogger6814?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9uZXdsb2dnZXI2ODE0P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/newlogger9582?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL25ld2xvZ2dlcjk1ODI/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9003a34d-a9ef-4b1c-9b52-a3977fe7abc6" + "a808b0f2-ad8f-48ad-ab36-a1c1a18907b1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -709,31 +709,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANi4=\"" + "\"AAAAAAAAfxU=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "e4378955-d79b-4328-b0c6-7b399fdf20f7" + "901a29b1-4b2d-4a08-8a77-8500fad557d8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "11997" ], "x-ms-correlation-request-id": [ - "5133493a-a22c-4ce2-856b-473c346dc274" + "0faf27c8-11e3-41c8-813f-27ce0d4f1422" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T212026Z:5133493a-a22c-4ce2-856b-473c346dc274" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184943Z:0faf27c8-11e3-41c8-813f-27ce0d4f1422" ], "Date": [ - "Wed, 25 Mar 2020 21:20:26 GMT" + "Sun, 02 May 2021 18:49:42 GMT" ], "Content-Length": [ "0" @@ -746,22 +746,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/newlogger6814?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9uZXdsb2dnZXI2ODE0P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/newlogger9582?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL25ld2xvZ2dlcjk1ODI/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0d8c4a0f-b943-43b1-a660-4591237f2e5f" + "ea47c9ea-5984-4e78-88d4-2c7f243f7317" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -772,31 +772,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANjA=\"" + "\"AAAAAAAAfxc=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "14849df2-3317-4ce8-80fe-0dde82f5a1c6" + "4743ce75-e99b-4982-96e9-95b822312c6c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "11995" ], "x-ms-correlation-request-id": [ - "bbdd98a8-8053-4010-860d-b2e7bb579ef7" + "66876eb6-fe71-4f9f-9c8a-9a33430ab752" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T212027Z:bbdd98a8-8053-4010-860d-b2e7bb579ef7" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184943Z:66876eb6-fe71-4f9f-9c8a-9a33430ab752" ], "Date": [ - "Wed, 25 Mar 2020 21:20:27 GMT" + "Sun, 02 May 2021 18:49:43 GMT" ], "Content-Length": [ "0" @@ -809,25 +809,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/newlogger6814?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9uZXdsb2dnZXI2ODE0P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/newlogger9582?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL25ld2xvZ2dlcjk1ODI/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"loggerType\": \"azureEventHub\",\r\n \"description\": \"patchedDescription4017\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"loggerType\": \"azureEventHub\",\r\n \"description\": \"patchedDescription3877\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "89daa1d2-5157-426f-8f4c-f3edda1a3a50" + "b9a7a19c-2719-44a9-8af5-9cf59e8d329a" ], "If-Match": [ - "\"AAAAAAAANi4=\"" + "\"AAAAAAAAfxU=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -843,11 +843,17 @@ "Pragma": [ "no-cache" ], + "ETag": [ + "\"AAAAAAAAfxc=\"" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "93e2f1f6-9313-4618-ae32-54abafbb6110" + "4ab79964-4a73-4f1a-8032-51ac023723f9" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -856,41 +862,44 @@ "1197" ], "x-ms-correlation-request-id": [ - "c56d5b9e-81ab-457b-b8e4-df32c46a91ae" + "e7eebd07-b306-496c-9a9f-d5b104b4f42e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T212027Z:c56d5b9e-81ab-457b-b8e4-df32c46a91ae" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184943Z:e7eebd07-b306-496c-9a9f-d5b104b4f42e" ], "Date": [ - "Wed, 25 Mar 2020 21:20:26 GMT" + "Sun, 02 May 2021 18:49:42 GMT" + ], + "Content-Length": [ + "564" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 204 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/newlogger9582\",\r\n \"type\": \"Microsoft.ApiManagement/service/loggers\",\r\n \"name\": \"newlogger9582\",\r\n \"properties\": {\r\n \"loggerType\": \"azureEventHub\",\r\n \"description\": \"patchedDescription3877\",\r\n \"credentials\": {\r\n \"name\": \"eventhubname4159\",\r\n \"connectionString\": \"{{Logger-Credentials--608ef446093a9d0afcfd56ea}}\"\r\n },\r\n \"isBuffered\": true,\r\n \"resourceId\": null\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/newlogger6814?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9uZXdsb2dnZXI2ODE0P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/newlogger9582?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL25ld2xvZ2dlcjk1ODI/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ef99d53-24f5-41d1-8882-a1d811dacf20" + "3b2964c8-cafe-49db-a9bb-7e16b525f2c7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -901,34 +910,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANjA=\"" + "\"AAAAAAAAfxc=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "7ca9c98e-5d2f-4313-a1c3-1cf0f969e25f" + "2a266c69-343f-4c4c-9c65-73de1c5ebab2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "11996" ], "x-ms-correlation-request-id": [ - "755cf645-e1ac-4509-9b3c-57ba6cd588dd" + "6157d503-c3bc-4e7c-ab6e-926d242c84ab" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T212027Z:755cf645-e1ac-4509-9b3c-57ba6cd588dd" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184943Z:6157d503-c3bc-4e7c-ab6e-926d242c84ab" ], "Date": [ - "Wed, 25 Mar 2020 21:20:27 GMT" + "Sun, 02 May 2021 18:49:43 GMT" ], "Content-Length": [ - "560" + "564" ], "Content-Type": [ "application/json; charset=utf-8" @@ -937,26 +946,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/newlogger6814\",\r\n \"type\": \"Microsoft.ApiManagement/service/loggers\",\r\n \"name\": \"newlogger6814\",\r\n \"properties\": {\r\n \"loggerType\": \"azureEventHub\",\r\n \"description\": \"patchedDescription4017\",\r\n \"credentials\": {\r\n \"name\": \"eventhubname644\",\r\n \"connectionString\": \"{{Logger-Credentials-5e7bcb1907b43d0e387946cc}}\"\r\n },\r\n \"isBuffered\": true,\r\n \"resourceId\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/newlogger9582\",\r\n \"type\": \"Microsoft.ApiManagement/service/loggers\",\r\n \"name\": \"newlogger9582\",\r\n \"properties\": {\r\n \"loggerType\": \"azureEventHub\",\r\n \"description\": \"patchedDescription3877\",\r\n \"credentials\": {\r\n \"name\": \"eventhubname4159\",\r\n \"connectionString\": \"{{Logger-Credentials--608ef446093a9d0afcfd56ea}}\"\r\n },\r\n \"isBuffered\": true,\r\n \"resourceId\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/newlogger6814?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9uZXdsb2dnZXI2ODE0P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/newlogger9582?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL25ld2xvZ2dlcjk1ODI/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ed05a727-e7dd-419d-bafd-71f3e59baa4c" + "307a7859-cf37-45aa-af77-6c3548e7a5c8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -969,26 +978,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "04188a03-104b-4824-b083-2eedcc677f84" + "563ea57b-1495-478a-b638-3dff2c8c2934" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "11994" ], "x-ms-correlation-request-id": [ - "215fdf22-3b97-4fd0-a2f3-f34121c57e0b" + "16098631-8fe1-4da2-a049-efa0e7895ca6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T212028Z:215fdf22-3b97-4fd0-a2f3-f34121c57e0b" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184943Z:16098631-8fe1-4da2-a049-efa0e7895ca6" ], "Date": [ - "Wed, 25 Mar 2020 21:20:28 GMT" + "Sun, 02 May 2021 18:49:43 GMT" ], "Content-Length": [ "82" @@ -1004,25 +1013,25 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/newlogger6814?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9uZXdsb2dnZXI2ODE0P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/newlogger9582?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL25ld2xvZ2dlcjk1ODI/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f2d4067a-ae85-4767-ad20-af87659efdf8" + "c7b1a5b5-de90-4cf7-8237-54befa82a107" ], "If-Match": [ - "\"AAAAAAAANjA=\"" + "\"AAAAAAAAfxc=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1035,8 +1044,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "e0c2eb7b-211b-445c-8237-dfa022b6bfa4" + "83dbde27-b1e2-489e-b865-908570807dad" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1045,16 +1057,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "366609d6-8a39-47ad-aed6-d39d70f7a5a0" + "6d649ea3-94a2-4cd2-9726-2b742b8706b5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T212028Z:366609d6-8a39-47ad-aed6-d39d70f7a5a0" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184943Z:6d649ea3-94a2-4cd2-9726-2b742b8706b5" ], "Date": [ - "Wed, 25 Mar 2020 21:20:27 GMT" + "Sun, 02 May 2021 18:49:43 GMT" ], "Expires": [ "-1" @@ -1067,13 +1076,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/loggers/newlogger6814?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbG9nZ2Vycy9uZXdsb2dnZXI2ODE0P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/loggers/newlogger9582?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9sb2dnZXJzL25ld2xvZ2dlcjk1ODI/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b602405-0f86-402c-83e7-387930c23b7a" + "19836148-15e9-4aaa-85c9-7215f3405862" ], "If-Match": [ "*" @@ -1082,10 +1091,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1098,8 +1107,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "529eecd0-002f-4a63-a43a-d906a137193d" + "f3d070da-3dfb-44c0-86e5-486c0f24fb65" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1108,16 +1120,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "c7a25e7c-096f-4ca7-85bb-8d4a4586e1ae" + "0a11fc44-1d42-475d-8d92-666e54107b82" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T212028Z:c7a25e7c-096f-4ca7-85bb-8d4a4586e1ae" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184944Z:0a11fc44-1d42-475d-8d92-666e54107b82" ], "Date": [ - "Wed, 25 Mar 2020 21:20:28 GMT" + "Sun, 02 May 2021 18:49:43 GMT" ], "Expires": [ "-1" @@ -1127,22 +1136,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a35a281d-d6c3-4224-a615-c6161e671fe6" + "6e000715-86c0-4f3b-b424-b1b90f06fe00" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1155,29 +1164,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "3e0176d4-9e50-4a3f-ba2e-28b7d913de20" + "0b4abd2a-5aa6-4a37-bb7e-f640fd7e74ad" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "11993" ], "x-ms-correlation-request-id": [ - "c4408138-0beb-4cbc-94d3-db6b433719bb" + "d66ce2e5-9c94-4272-816d-4d26eb84040e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T212029Z:c4408138-0beb-4cbc-94d3-db6b433719bb" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184944Z:d66ce2e5-9c94-4272-816d-4d26eb84040e" ], "Date": [ - "Wed, 25 Mar 2020 21:20:28 GMT" + "Sun, 02 May 2021 18:49:43 GMT" ], "Content-Length": [ - "504" + "507" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1186,17 +1195,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/5e7bcb1907b43d0e387946cb\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"5e7bcb1907b43d0e387946cb\",\r\n \"properties\": {\r\n \"displayName\": \"Logger-Credentials-5e7bcb1907b43d0e387946cc\",\r\n \"tags\": null,\r\n \"secret\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/608ef446093a9d0afcfd56e9\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"608ef446093a9d0afcfd56e9\",\r\n \"properties\": {\r\n \"displayName\": \"Logger-Credentials--608ef446093a9d0afcfd56ea\",\r\n \"tags\": null,\r\n \"secret\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/5e7bcb1907b43d0e387946cb?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXMvNWU3YmNiMTkwN2I0M2QwZTM4Nzk0NmNiP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/608ef446093a9d0afcfd56e9?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy82MDhlZjQ0NjA5M2E5ZDBhZmNmZDU2ZTk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "401f881d-7c33-4aa1-b358-f49d1b90d571" + "327820ba-0003-4894-bd8f-e56d7dc60351" ], "If-Match": [ "*" @@ -1205,10 +1214,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1221,8 +1230,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "b02d265c-b557-41c7-97c1-05b196f1492e" + "f51d4178-5b09-4825-baf3-dc317edda284" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1231,16 +1243,13 @@ "14997" ], "x-ms-correlation-request-id": [ - "68e17a64-109c-4e52-8ebd-af8ab8f536d1" + "55f33677-c444-4fac-b588-6f9e09df78ad" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T212029Z:68e17a64-109c-4e52-8ebd-af8ab8f536d1" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184944Z:55f33677-c444-4fac-b588-6f9e09df78ad" ], "Date": [ - "Wed, 25 Mar 2020 21:20:29 GMT" + "Sun, 02 May 2021 18:49:43 GMT" ], "Expires": [ "-1" @@ -1253,21 +1262,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6112/eventhubs/eventhubname644?api-version=2015-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWJOYW1lc3BhY2U2MTEyL2V2ZW50aHVicy9ldmVudGh1Ym5hbWU2NDQ/YXBpLXZlcnNpb249MjAxNS0wOC0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6069/eventhubs/eventhubname4159?api-version=2015-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWJOYW1lc3BhY2U2MDY5L2V2ZW50aHVicy9ldmVudGh1Ym5hbWU0MTU5P2FwaS12ZXJzaW9uPTIwMTUtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2c88a17c-49e7-4cd8-921a-1dac9df5f3c9" + "e4f28c06-7cbe-42cf-80bd-822683a2a65d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.EventHub.EventHubManagementClient/1.2.0.0" ] }, @@ -1292,19 +1301,19 @@ "14999" ], "x-ms-request-id": [ - "2d5d6c45-5acc-4b0d-87c8-210d63d3ed86" + "a1bd063b-2d1d-4d7a-a71b-875363bb7cd1" ], "x-ms-correlation-request-id": [ - "2d5d6c45-5acc-4b0d-87c8-210d63d3ed86" + "a1bd063b-2d1d-4d7a-a71b-875363bb7cd1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T212031Z:2d5d6c45-5acc-4b0d-87c8-210d63d3ed86" + "WESTUS:20210502T184946Z:a1bd063b-2d1d-4d7a-a71b-875363bb7cd1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 21:20:30 GMT" + "Sun, 02 May 2021 18:49:46 GMT" ], "Expires": [ "-1" @@ -1317,21 +1326,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6112?api-version=2015-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWJOYW1lc3BhY2U2MTEyP2FwaS12ZXJzaW9uPTIwMTUtMDgtMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6069?api-version=2015-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWJOYW1lc3BhY2U2MDY5P2FwaS12ZXJzaW9uPTIwMTUtMDgtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b7faf80-6852-4014-a7dd-38160059c0fa" + "e5bbd097-ae41-41fb-99e5-d3dd23c87a2c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.EventHub.EventHubManagementClient/1.2.0.0" ] }, @@ -1343,10 +1352,10 @@ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6112/operationresults/eventHubNamespace6112?api-version=2015-08-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6069/operationresults/eventHubNamespace6069?api-version=2015-08-01" ], "x-ms-request-id": [ - "253af120-71f4-4a35-aca4-ee950e0019cc_M0SN1_M0SN1" + "410506d1-a10a-481c-9d01-9f24e0c73469_M8SN1_M8SN1" ], "Server-SB": [ "Service-Bus-Resource-Provider/SN1" @@ -1359,10 +1368,10 @@ "14998" ], "x-ms-correlation-request-id": [ - "edc44d3b-d17f-46f8-9f19-537d380a7899" + "9e86ff16-57f6-4938-8f5f-5cdb3a1fc04e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T212032Z:edc44d3b-d17f-46f8-9f19-537d380a7899" + "WESTUS:20210502T184947Z:9e86ff16-57f6-4938-8f5f-5cdb3a1fc04e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1371,7 +1380,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 21:20:32 GMT" + "Sun, 02 May 2021 18:49:47 GMT" ], "Expires": [ "-1" @@ -1384,15 +1393,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6112/operationresults/eventHubNamespace6112?api-version=2015-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWJOYW1lc3BhY2U2MTEyL29wZXJhdGlvbnJlc3VsdHMvZXZlbnRIdWJOYW1lc3BhY2U2MTEyP2FwaS12ZXJzaW9uPTIwMTUtMDgtMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6069/operationresults/eventHubNamespace6069?api-version=2015-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWJOYW1lc3BhY2U2MDY5L29wZXJhdGlvbnJlc3VsdHMvZXZlbnRIdWJOYW1lc3BhY2U2MDY5P2FwaS12ZXJzaW9uPTIwMTUtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.EventHub.EventHubManagementClient/1.2.0.0" ] }, @@ -1404,7 +1413,7 @@ "no-cache" ], "x-ms-request-id": [ - "b460f2b3-68b6-4093-affd-06166ab90e43_M0SN1_M0SN1" + "edeecf26-ef45-4413-b5ae-7b08f8604f2d_M1SN1_M1SN1" ], "Server-SB": [ "Service-Bus-Resource-Provider/SN1" @@ -1414,13 +1423,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "11997" ], "x-ms-correlation-request-id": [ - "3788f583-a8d9-4add-97bf-c9031ca20eaf" + "aa26afcc-befc-4a34-8e12-b8cdd1721f80" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T212103Z:3788f583-a8d9-4add-97bf-c9031ca20eaf" + "WESTUS:20210502T185018Z:aa26afcc-befc-4a34-8e12-b8cdd1721f80" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1429,7 +1438,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 21:21:02 GMT" + "Sun, 02 May 2021 18:50:17 GMT" ], "Expires": [ "-1" @@ -1442,15 +1451,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6112/operationresults/eventHubNamespace6112?api-version=2015-08-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWJOYW1lc3BhY2U2MTEyL29wZXJhdGlvbnJlc3VsdHMvZXZlbnRIdWJOYW1lc3BhY2U2MTEyP2FwaS12ZXJzaW9uPTIwMTUtMDgtMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.EventHub/namespaces/eventHubNamespace6069/operationresults/eventHubNamespace6069?api-version=2015-08-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWJOYW1lc3BhY2U2MDY5L29wZXJhdGlvbnJlc3VsdHMvZXZlbnRIdWJOYW1lc3BhY2U2MDY5P2FwaS12ZXJzaW9uPTIwMTUtMDgtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.19042.", "Microsoft.Azure.Management.EventHub.EventHubManagementClient/1.2.0.0" ] }, @@ -1462,7 +1471,7 @@ "no-cache" ], "x-ms-request-id": [ - "01105aa7-550e-4db6-9ee1-2efb012d7941_M0SN1_M0SN1" + "49929ba7-9a95-43cb-b0b9-7f986fa60468_M1SN1_M1SN1" ], "Server-SB": [ "Service-Bus-Resource-Provider/SN1" @@ -1472,13 +1481,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "11996" ], "x-ms-correlation-request-id": [ - "83b707e6-d30d-45cd-a0d3-2fcf7e457140" + "98ba7865-d2e1-4792-9ff5-115f2ac8e4c7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T212103Z:83b707e6-d30d-45cd-a0d3-2fcf7e457140" + "WESTUS:20210502T185018Z:98ba7865-d2e1-4792-9ff5-115f2ac8e4c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1487,7 +1496,7 @@ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 21:21:02 GMT" + "Sun, 02 May 2021 18:50:17 GMT" ], "Expires": [ "-1" @@ -1502,21 +1511,21 @@ ], "Names": { "CreateListUpdateDeleteEventHub": [ - "newlogger6814", - "eventHubNamespace6112", - "eventhubname644", - "sendPolicy253", - "newloggerDescription5568", - "patchedDescription4017" + "newlogger9582", + "eventHubNamespace6069", + "eventhubname4159", + "sendPolicy9329", + "newloggerDescription3579", + "patchedDescription3877" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/NotificationTests/UpdateDeleteRecipientEmail.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/NotificationTests/UpdateDeleteRecipientEmail.json index c9e4c49914783..3171054e7f4a3 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/NotificationTests/UpdateDeleteRecipientEmail.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/NotificationTests/UpdateDeleteRecipientEmail.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d3272f02-ee86-49b9-9cf8-3594fadd0b1c" + "844ac46c-c666-4c6d-990b-3daf07602dca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "342" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVONE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "efdc08ee-3fd0-4fa3-b51d-cdb09c0dc944", - "4e3e26aa-0474-4369-b966-995b15814c66" + "af048971-e34d-44b4-b6e1-51077781b1c6", + "1d511e7b-4d24-424c-a97d-c851e734ca21" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "b8d2d95a-eb30-4c11-8d55-5efefcbfc2bc" + "cda4a84b-a822-4ada-b50c-86c85fa2feaf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191022Z:b8d2d95a-eb30-4c11-8d55-5efefcbfc2bc" + "WESTUS:20210502T185040Z:cda4a84b-a822-4ada-b50c-86c85fa2feaf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:10:22 GMT" + "Sun, 02 May 2021 18:50:40 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3f3c9fd7-7b92-4e48-9e1d-de91442f47fe" + "4fa9c671-86e1-4af4-b933-ec910cd6a219" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVONE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "af9df675-4ef0-4b0d-b0de-7645a0d9c059" + "150ba811-ec97-4e5c-9b48-95ae14bf8f98" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "11999" ], "x-ms-correlation-request-id": [ - "697292f9-76d2-4b90-a366-cdb3056d4c65" + "8e8d5316-5229-4b6b-b270-7a708171ff75" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191022Z:697292f9-76d2-4b90-a366-cdb3056d4c65" + "WESTUS:20210502T185040Z:8e8d5316-5229-4b6b-b270-7a708171ff75" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:10:22 GMT" + "Sun, 02 May 2021 18:50:40 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbm90aWZpY2F0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ub3RpZmljYXRpb25zP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a9772ace-fe7f-4be8-bd76-88ba034c3b4d" + "3116d605-4e49-487f-86ff-0e5ffa07249d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,29 +168,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "de72c41e-68ef-4a15-8102-b687f56e8627" + "0b15a954-aceb-4d01-b053-943f1fed9700" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "11998" ], "x-ms-correlation-request-id": [ - "952bfa90-7b4e-43af-9107-989c661b4394" + "0bea9cb3-cb6d-471c-8ba3-db0cbf93b944" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191023Z:952bfa90-7b4e-43af-9107-989c661b4394" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185040Z:0bea9cb3-cb6d-471c-8ba3-db0cbf93b944" ], "Date": [ - "Wed, 25 Mar 2020 19:10:23 GMT" + "Sun, 02 May 2021 18:50:40 GMT" ], "Content-Length": [ - "4551" + "4565" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,26 +199,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/RequestPublisherNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"RequestPublisherNotificationMessage\",\r\n \"properties\": {\r\n \"title\": \"Subscription requests (requiring approval)\",\r\n \"description\": \"The following email recipients and users will receive email notifications about subscription requests for API products requiring approval.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/PurchasePublisherNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"PurchasePublisherNotificationMessage\",\r\n \"properties\": {\r\n \"title\": \"New subscriptions\",\r\n \"description\": \"The following email recipients and users will receive email notifications about new API product subscriptions.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/NewApplicationNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"NewApplicationNotificationMessage\",\r\n \"properties\": {\r\n \"title\": \"Application gallery requests\",\r\n \"description\": \"The following email recipients and users will receive email notifications when new applications are submitted to the application gallery.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/BCC\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"BCC\",\r\n \"properties\": {\r\n \"title\": \"BCC\",\r\n \"description\": \"The following recipients will receive blind carbon copies of all emails sent to developers.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/NewIssuePublisherNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"NewIssuePublisherNotificationMessage\",\r\n \"properties\": {\r\n \"title\": \"New issue or comment\",\r\n \"description\": \"The following email recipients and users will receive email notifications when a new issue or comment is submitted on the developer portal.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/AccountClosedPublisher\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"AccountClosedPublisher\",\r\n \"properties\": {\r\n \"title\": \"Close account message\",\r\n \"description\": \"The following email recipients and users will receive email notifications when developer closes his account\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/QuotaLimitApproachingPublisherNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"QuotaLimitApproachingPublisherNotificationMessage\",\r\n \"properties\": {\r\n \"title\": \"Approaching subscription quota limit\",\r\n \"description\": \"The following email recipients and users will receive email notifications when subscription usage gets close to usage quota.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n }\r\n ],\r\n \"count\": 7\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/RequestPublisherNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"RequestPublisherNotificationMessage\",\r\n \"properties\": {\r\n \"title\": \"Subscription requests (requiring approval)\",\r\n \"description\": \"The following email recipients and users will receive email notifications about subscription requests for API products requiring approval.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/PurchasePublisherNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"PurchasePublisherNotificationMessage\",\r\n \"properties\": {\r\n \"title\": \"New subscriptions\",\r\n \"description\": \"The following email recipients and users will receive email notifications about new API product subscriptions.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/NewApplicationNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"NewApplicationNotificationMessage\",\r\n \"properties\": {\r\n \"title\": \"Application gallery requests\",\r\n \"description\": \"The following email recipients and users will receive email notifications when new applications are submitted to the application gallery.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/BCC\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"BCC\",\r\n \"properties\": {\r\n \"title\": \"BCC\",\r\n \"description\": \"The following recipients will receive blind carbon copies of all emails sent to developers.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/NewIssuePublisherNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"NewIssuePublisherNotificationMessage\",\r\n \"properties\": {\r\n \"title\": \"New issue or comment\",\r\n \"description\": \"The following email recipients and users will receive email notifications when a new issue or comment is submitted on the developer portal.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/AccountClosedPublisher\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"AccountClosedPublisher\",\r\n \"properties\": {\r\n \"title\": \"Close account message\",\r\n \"description\": \"The following email recipients and users will receive email notifications when developer closes his account\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/QuotaLimitApproachingPublisherNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"QuotaLimitApproachingPublisherNotificationMessage\",\r\n \"properties\": {\r\n \"title\": \"Approaching subscription quota limit\",\r\n \"description\": \"The following email recipients and users will receive email notifications when subscription usage gets close to usage quota.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n }\r\n ],\r\n \"count\": 7\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/RequestPublisherNotificationMessage/recipientEmails/contoso%40microsoft.com?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbm90aWZpY2F0aW9ucy9SZXF1ZXN0UHVibGlzaGVyTm90aWZpY2F0aW9uTWVzc2FnZS9yZWNpcGllbnRFbWFpbHMvY29udG9zbyU0MG1pY3Jvc29mdC5jb20/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/RequestPublisherNotificationMessage/recipientEmails/contoso%40microsoft.com?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ub3RpZmljYXRpb25zL1JlcXVlc3RQdWJsaXNoZXJOb3RpZmljYXRpb25NZXNzYWdlL3JlY2lwaWVudEVtYWlscy9jb250b3NvJTQwbWljcm9zb2Z0LmNvbT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b5ae6d3-89f0-4b7f-aefb-8b2b31836dc3" + "56ddf9f9-4534-49ba-88e6-b883dcf2860a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -231,29 +231,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "2f44db1d-5876-4468-bb99-8a67e9062c77" + "3393baf1-623b-425b-8d12-0638fe763e09" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1198" ], "x-ms-correlation-request-id": [ - "563185c7-4b03-4f18-a043-87bad43a1ec2" + "36864fd1-0208-44d5-8607-b71e18b1a977" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191023Z:563185c7-4b03-4f18-a043-87bad43a1ec2" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185040Z:36864fd1-0208-44d5-8607-b71e18b1a977" ], "Date": [ - "Wed, 25 Mar 2020 19:10:23 GMT" + "Sun, 02 May 2021 18:50:40 GMT" ], "Content-Length": [ - "422" + "424" ], "Content-Type": [ "application/json; charset=utf-8" @@ -262,26 +262,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/RequestPublisherNotificationMessage/recipientEmails/contoso@microsoft.com\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications/recipientEmails\",\r\n \"name\": \"contoso@microsoft.com\",\r\n \"properties\": {\r\n \"email\": \"contoso@microsoft.com\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/RequestPublisherNotificationMessage/recipientEmails/contoso@microsoft.com\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications/recipientEmails\",\r\n \"name\": \"contoso@microsoft.com\",\r\n \"properties\": {\r\n \"email\": \"contoso@microsoft.com\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/RequestPublisherNotificationMessage/recipientEmails/contoso%40microsoft.com?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbm90aWZpY2F0aW9ucy9SZXF1ZXN0UHVibGlzaGVyTm90aWZpY2F0aW9uTWVzc2FnZS9yZWNpcGllbnRFbWFpbHMvY29udG9zbyU0MG1pY3Jvc29mdC5jb20/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/RequestPublisherNotificationMessage/recipientEmails/contoso%40microsoft.com?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ub3RpZmljYXRpb25zL1JlcXVlc3RQdWJsaXNoZXJOb3RpZmljYXRpb25NZXNzYWdlL3JlY2lwaWVudEVtYWlscy9jb250b3NvJTQwbWljcm9zb2Z0LmNvbT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de6406af-155e-445d-bb39-8f0331ba316d" + "7aa9d5cf-b297-4538-ad5f-fd64fe48e4ea" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -294,26 +294,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "980a3e11-b024-437f-92f5-3409f2b04027" + "2dcdfb69-4ed3-4a32-b04b-c5be70b5dd8c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "11997" ], "x-ms-correlation-request-id": [ - "20b89afd-7a6d-435e-9b85-7801988825a7" + "05d3e665-8970-41bd-9f81-240f7413d4b3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191024Z:20b89afd-7a6d-435e-9b85-7801988825a7" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185041Z:05d3e665-8970-41bd-9f81-240f7413d4b3" ], "Date": [ - "Wed, 25 Mar 2020 19:10:23 GMT" + "Sun, 02 May 2021 18:50:41 GMT" ], "Content-Length": [ "0" @@ -326,22 +326,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/RequestPublisherNotificationMessage/recipientEmails/contoso%40microsoft.com?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbm90aWZpY2F0aW9ucy9SZXF1ZXN0UHVibGlzaGVyTm90aWZpY2F0aW9uTWVzc2FnZS9yZWNpcGllbnRFbWFpbHMvY29udG9zbyU0MG1pY3Jvc29mdC5jb20/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/RequestPublisherNotificationMessage/recipientEmails/contoso%40microsoft.com?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ub3RpZmljYXRpb25zL1JlcXVlc3RQdWJsaXNoZXJOb3RpZmljYXRpb25NZXNzYWdlL3JlY2lwaWVudEVtYWlscy9jb250b3NvJTQwbWljcm9zb2Z0LmNvbT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d29426b4-4dea-44a7-b0a5-092b78408c54" + "5823a3aa-03b9-46f2-bae3-2f7d57761e73" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -354,26 +354,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "324e4b65-e33a-49d7-b753-bed893adff1b" + "f330b85d-2387-48de-a0c4-20a5626437b0" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "11995" ], "x-ms-correlation-request-id": [ - "8f240050-d30c-43db-8398-3180909844b7" + "e2b86888-7a6c-4d2b-ba74-a743bd21924d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191025Z:8f240050-d30c-43db-8398-3180909844b7" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185041Z:e2b86888-7a6c-4d2b-ba74-a743bd21924d" ], "Date": [ - "Wed, 25 Mar 2020 19:10:24 GMT" + "Sun, 02 May 2021 18:50:41 GMT" ], "Content-Length": [ "0" @@ -386,22 +386,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/RequestPublisherNotificationMessage?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbm90aWZpY2F0aW9ucy9SZXF1ZXN0UHVibGlzaGVyTm90aWZpY2F0aW9uTWVzc2FnZT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/RequestPublisherNotificationMessage?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ub3RpZmljYXRpb25zL1JlcXVlc3RQdWJsaXNoZXJOb3RpZmljYXRpb25NZXNzYWdlP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "80aabab6-f83d-4bca-a252-9ea82857cfd0" + "94193908-c269-49a3-a527-f697aca10b94" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -414,29 +414,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "b6f9fad9-0b87-4620-badf-5fab79dede5f" + "168b72a1-5bc5-400c-a863-e2951ade0e65" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "11996" ], "x-ms-correlation-request-id": [ - "3d4fc720-0fe7-4b00-92a5-105a09beccfb" + "ba05b9c6-8579-4b21-bb2d-6cb34283d3eb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191024Z:3d4fc720-0fe7-4b00-92a5-105a09beccfb" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185041Z:ba05b9c6-8579-4b21-bb2d-6cb34283d3eb" ], "Date": [ - "Wed, 25 Mar 2020 19:10:24 GMT" + "Sun, 02 May 2021 18:50:41 GMT" ], "Content-Length": [ - "835" + "839" ], "Content-Type": [ "application/json; charset=utf-8" @@ -445,26 +445,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/RequestPublisherNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"RequestPublisherNotificationMessage\",\r\n \"properties\": {\r\n \"title\": \"Subscription requests (requiring approval)\",\r\n \"description\": \"The following email recipients and users will receive email notifications about subscription requests for API products requiring approval.\",\r\n \"recipients\": {\r\n \"emails\": [\r\n \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/recipientEmails/contoso@microsoft.com\"\r\n ],\r\n \"users\": []\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/RequestPublisherNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"RequestPublisherNotificationMessage\",\r\n \"properties\": {\r\n \"title\": \"Subscription requests (requiring approval)\",\r\n \"description\": \"The following email recipients and users will receive email notifications about subscription requests for API products requiring approval.\",\r\n \"recipients\": {\r\n \"emails\": [\r\n \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/recipientEmails/contoso@microsoft.com\"\r\n ],\r\n \"users\": []\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/RequestPublisherNotificationMessage/recipientEmails/contoso%40microsoft.com?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbm90aWZpY2F0aW9ucy9SZXF1ZXN0UHVibGlzaGVyTm90aWZpY2F0aW9uTWVzc2FnZS9yZWNpcGllbnRFbWFpbHMvY29udG9zbyU0MG1pY3Jvc29mdC5jb20/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/RequestPublisherNotificationMessage/recipientEmails/contoso%40microsoft.com?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ub3RpZmljYXRpb25zL1JlcXVlc3RQdWJsaXNoZXJOb3RpZmljYXRpb25NZXNzYWdlL3JlY2lwaWVudEVtYWlscy9jb250b3NvJTQwbWljcm9zb2Z0LmNvbT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8e2dc71-8729-4ab5-ba31-6d1c8ee544df" + "ceba183c-36db-4992-8217-014ce62a7b19" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -477,26 +477,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "ce745694-079d-473d-8957-daf3ff6e463d" + "66b044cd-cfa3-4a57-a1cd-a4ddce62b8ce" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14999" ], "x-ms-correlation-request-id": [ - "1744237b-06a2-4279-a751-cc6e9376af5c" + "2261081c-618c-45fe-875c-29d0e2e909e6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191024Z:1744237b-06a2-4279-a751-cc6e9376af5c" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185041Z:2261081c-618c-45fe-875c-29d0e2e909e6" ], "Date": [ - "Wed, 25 Mar 2020 19:10:24 GMT" + "Sun, 02 May 2021 18:50:41 GMT" ], "Expires": [ "-1" @@ -511,12 +511,12 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/NotificationTests/UpdateDeleteRecipientUser.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/NotificationTests/UpdateDeleteRecipientUser.json index e7f478dbc2f45..3d34b9d180a78 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/NotificationTests/UpdateDeleteRecipientUser.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/NotificationTests/UpdateDeleteRecipientUser.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6c50cb33-fe10-4a84-8891-a80742dac3eb" + "d3ea5620-7f7b-48c4-96e2-bd9f075c723a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "342" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVONE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7aac7aa1-5553-49a0-a521-1411be77ca52", - "af8a6983-a1e6-4b60-872c-bb43fcfc448d" + "33eacbda-aa8a-4bc3-a518-33fd5f1c941b", + "902edd67-ca63-4b28-97e8-0b69a52af3d3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-correlation-request-id": [ - "8a3fd6e0-51f5-489c-b38b-b7bbf81109c1" + "f979322e-f3c6-4519-b053-bde12bb78cb2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191015Z:8a3fd6e0-51f5-489c-b38b-b7bbf81109c1" + "WESTUS:20210502T185033Z:f979322e-f3c6-4519-b053-bde12bb78cb2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:10:14 GMT" + "Sun, 02 May 2021 18:50:32 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d53d69a5-5d56-4d90-8bf6-2de3d72ae3dc" + "b826ba40-c65c-479a-b880-7d94b510da88" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVONE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "54cef6ef-df93-4fc7-9340-732e59952a85" + "f2859a18-f601-4d9a-a5c1-e0a50ff2690c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "11999" ], "x-ms-correlation-request-id": [ - "ba9138a4-9bd9-4097-8d68-24a344ce0d05" + "c101120d-2a31-4da9-bec8-fcd36e6611fe" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191015Z:ba9138a4-9bd9-4097-8d68-24a344ce0d05" + "WESTUS:20210502T185033Z:c101120d-2a31-4da9-bec8-fcd36e6611fe" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:10:14 GMT" + "Sun, 02 May 2021 18:50:32 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbm90aWZpY2F0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ub3RpZmljYXRpb25zP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d43e157a-e53f-4d43-ba05-79db137e2f93" + "8dcfa39d-7e36-4e72-9cc4-157f5e537b9c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,29 +168,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "344d54bb-33ce-46c2-b742-aa6332bc41d6" + "83cacc60-f8ab-4b43-8f35-06ec8e81ad95" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "11998" ], "x-ms-correlation-request-id": [ - "37809b57-cc3a-4a1a-bbf4-44f7dd045781" + "9ecd1758-55a2-47d1-9cbb-9e09b6602050" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191015Z:37809b57-cc3a-4a1a-bbf4-44f7dd045781" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185034Z:9ecd1758-55a2-47d1-9cbb-9e09b6602050" ], "Date": [ - "Wed, 25 Mar 2020 19:10:15 GMT" + "Sun, 02 May 2021 18:50:33 GMT" ], "Content-Length": [ - "4551" + "4565" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,26 +199,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/RequestPublisherNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"RequestPublisherNotificationMessage\",\r\n \"properties\": {\r\n \"title\": \"Subscription requests (requiring approval)\",\r\n \"description\": \"The following email recipients and users will receive email notifications about subscription requests for API products requiring approval.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/PurchasePublisherNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"PurchasePublisherNotificationMessage\",\r\n \"properties\": {\r\n \"title\": \"New subscriptions\",\r\n \"description\": \"The following email recipients and users will receive email notifications about new API product subscriptions.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/NewApplicationNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"NewApplicationNotificationMessage\",\r\n \"properties\": {\r\n \"title\": \"Application gallery requests\",\r\n \"description\": \"The following email recipients and users will receive email notifications when new applications are submitted to the application gallery.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/BCC\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"BCC\",\r\n \"properties\": {\r\n \"title\": \"BCC\",\r\n \"description\": \"The following recipients will receive blind carbon copies of all emails sent to developers.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/NewIssuePublisherNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"NewIssuePublisherNotificationMessage\",\r\n \"properties\": {\r\n \"title\": \"New issue or comment\",\r\n \"description\": \"The following email recipients and users will receive email notifications when a new issue or comment is submitted on the developer portal.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/AccountClosedPublisher\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"AccountClosedPublisher\",\r\n \"properties\": {\r\n \"title\": \"Close account message\",\r\n \"description\": \"The following email recipients and users will receive email notifications when developer closes his account\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/QuotaLimitApproachingPublisherNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"QuotaLimitApproachingPublisherNotificationMessage\",\r\n \"properties\": {\r\n \"title\": \"Approaching subscription quota limit\",\r\n \"description\": \"The following email recipients and users will receive email notifications when subscription usage gets close to usage quota.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n }\r\n ],\r\n \"count\": 7\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/RequestPublisherNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"RequestPublisherNotificationMessage\",\r\n \"properties\": {\r\n \"title\": \"Subscription requests (requiring approval)\",\r\n \"description\": \"The following email recipients and users will receive email notifications about subscription requests for API products requiring approval.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/PurchasePublisherNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"PurchasePublisherNotificationMessage\",\r\n \"properties\": {\r\n \"title\": \"New subscriptions\",\r\n \"description\": \"The following email recipients and users will receive email notifications about new API product subscriptions.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/NewApplicationNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"NewApplicationNotificationMessage\",\r\n \"properties\": {\r\n \"title\": \"Application gallery requests\",\r\n \"description\": \"The following email recipients and users will receive email notifications when new applications are submitted to the application gallery.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/BCC\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"BCC\",\r\n \"properties\": {\r\n \"title\": \"BCC\",\r\n \"description\": \"The following recipients will receive blind carbon copies of all emails sent to developers.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/NewIssuePublisherNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"NewIssuePublisherNotificationMessage\",\r\n \"properties\": {\r\n \"title\": \"New issue or comment\",\r\n \"description\": \"The following email recipients and users will receive email notifications when a new issue or comment is submitted on the developer portal.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/AccountClosedPublisher\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"AccountClosedPublisher\",\r\n \"properties\": {\r\n \"title\": \"Close account message\",\r\n \"description\": \"The following email recipients and users will receive email notifications when developer closes his account\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/QuotaLimitApproachingPublisherNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"QuotaLimitApproachingPublisherNotificationMessage\",\r\n \"properties\": {\r\n \"title\": \"Approaching subscription quota limit\",\r\n \"description\": \"The following email recipients and users will receive email notifications when subscription usage gets close to usage quota.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": []\r\n }\r\n }\r\n }\r\n ],\r\n \"count\": 7\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdXNlcnM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "55cc6130-f952-4843-b841-a01a009ccea2" + "d6e83363-f19b-4606-a57c-562f48bb1e3f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -231,29 +231,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "73a7f242-d97a-4c84-b74f-8dc1f6018378" + "53947b3b-a979-4a9c-b421-043db7a2624b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "11997" ], "x-ms-correlation-request-id": [ - "6b500493-594f-41ce-af3a-879faeffd733" + "7a5bb334-ac76-41d8-b881-822cb4a7f6f2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191016Z:6b500493-594f-41ce-af3a-879faeffd733" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185035Z:7a5bb334-ac76-41d8-b881-822cb4a7f6f2" ], "Date": [ - "Wed, 25 Mar 2020 19:10:15 GMT" + "Sun, 02 May 2021 18:50:34 GMT" ], "Content-Length": [ - "680" + "682" ], "Content-Type": [ "application/json; charset=utf-8" @@ -262,26 +262,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"type\": \"Microsoft.ApiManagement/service/users\",\r\n \"name\": \"1\",\r\n \"properties\": {\r\n \"firstName\": \"Administrator\",\r\n \"lastName\": \"\",\r\n \"email\": \"apim@autorestsdk.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2020-01-15T02:14:45.177Z\",\r\n \"note\": null,\r\n \"identities\": [\r\n {\r\n \"provider\": \"Azure\",\r\n \"id\": \"apim@autorestsdk.com\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"type\": \"Microsoft.ApiManagement/service/users\",\r\n \"name\": \"1\",\r\n \"properties\": {\r\n \"firstName\": \"Administrator\",\r\n \"lastName\": \"\",\r\n \"email\": \"apim@autorestsdk.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2019-08-23T10:28:33.027Z\",\r\n \"note\": null,\r\n \"identities\": [\r\n {\r\n \"provider\": \"Azure\",\r\n \"id\": \"apim@autorestsdk.com\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/RequestPublisherNotificationMessage/recipientUsers/1?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbm90aWZpY2F0aW9ucy9SZXF1ZXN0UHVibGlzaGVyTm90aWZpY2F0aW9uTWVzc2FnZS9yZWNpcGllbnRVc2Vycy8xP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/RequestPublisherNotificationMessage/recipientUsers/1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ub3RpZmljYXRpb25zL1JlcXVlc3RQdWJsaXNoZXJOb3RpZmljYXRpb25NZXNzYWdlL3JlY2lwaWVudFVzZXJzLzE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "49c867ae-f23c-4946-9551-67204d3c9d8e" + "67401f21-9e03-4781-9dc0-c0727b1e2afb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -294,29 +294,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c7384c73-cd48-4171-9770-bb7b1ce5de66" + "bbc6c2ef-2157-401e-a6ce-288945f717ea" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1198" ], "x-ms-correlation-request-id": [ - "7c40116d-e278-442b-a77b-1faad8179e2d" + "7512daae-b60e-4cb3-bf34-43a014ae693b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191017Z:7c40116d-e278-442b-a77b-1faad8179e2d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185036Z:7512daae-b60e-4cb3-bf34-43a014ae693b" ], "Date": [ - "Wed, 25 Mar 2020 19:10:16 GMT" + "Sun, 02 May 2021 18:50:35 GMT" ], "Content-Length": [ - "511" + "515" ], "Content-Type": [ "application/json; charset=utf-8" @@ -325,26 +325,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/RequestPublisherNotificationMessage/recipientUsers/1\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications/recipientUsers\",\r\n \"name\": \"1\",\r\n \"properties\": {\r\n \"userId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/RequestPublisherNotificationMessage/recipientUsers/1\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications/recipientUsers\",\r\n \"name\": \"1\",\r\n \"properties\": {\r\n \"userId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/RequestPublisherNotificationMessage/recipientUsers/1?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbm90aWZpY2F0aW9ucy9SZXF1ZXN0UHVibGlzaGVyTm90aWZpY2F0aW9uTWVzc2FnZS9yZWNpcGllbnRVc2Vycy8xP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/RequestPublisherNotificationMessage/recipientUsers/1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ub3RpZmljYXRpb25zL1JlcXVlc3RQdWJsaXNoZXJOb3RpZmljYXRpb25NZXNzYWdlL3JlY2lwaWVudFVzZXJzLzE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dd6d050a-015a-437d-aa9a-ae22839108f8" + "b6a23ef7-1bb6-4455-a84c-ab982028232e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -357,26 +357,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "9e23bf5c-6c90-45e8-8ed7-994726cf9284" + "32c66dc2-fcaa-4e68-a1a7-eceb43164060" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "11996" ], "x-ms-correlation-request-id": [ - "d3c4e054-55fb-4dd9-a513-79cc2f316219" + "41f25625-cab4-4518-850d-608e458ffc5d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191017Z:d3c4e054-55fb-4dd9-a513-79cc2f316219" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185036Z:41f25625-cab4-4518-850d-608e458ffc5d" ], "Date": [ - "Wed, 25 Mar 2020 19:10:17 GMT" + "Sun, 02 May 2021 18:50:36 GMT" ], "Content-Length": [ "0" @@ -389,22 +389,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/RequestPublisherNotificationMessage/recipientUsers/1?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbm90aWZpY2F0aW9ucy9SZXF1ZXN0UHVibGlzaGVyTm90aWZpY2F0aW9uTWVzc2FnZS9yZWNpcGllbnRVc2Vycy8xP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/RequestPublisherNotificationMessage/recipientUsers/1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ub3RpZmljYXRpb25zL1JlcXVlc3RQdWJsaXNoZXJOb3RpZmljYXRpb25NZXNzYWdlL3JlY2lwaWVudFVzZXJzLzE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6b655754-c199-4cd2-b304-bc6eab68b29c" + "21c072b4-d9b1-4096-a93c-2ba5b88a76f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -417,26 +417,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0bfd544f-5dc0-4a28-9e6c-490d7a4cee53" + "d2e67c02-fc92-4976-a139-881f04e6b115" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "11994" ], "x-ms-correlation-request-id": [ - "d8dc4b06-3ed5-457f-8d4c-f989e2b4e738" + "4053764b-4639-4e12-b93e-c0bbd6ba42fd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191019Z:d8dc4b06-3ed5-457f-8d4c-f989e2b4e738" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185037Z:4053764b-4639-4e12-b93e-c0bbd6ba42fd" ], "Date": [ - "Wed, 25 Mar 2020 19:10:18 GMT" + "Sun, 02 May 2021 18:50:36 GMT" ], "Content-Length": [ "0" @@ -449,22 +449,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/RequestPublisherNotificationMessage?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbm90aWZpY2F0aW9ucy9SZXF1ZXN0UHVibGlzaGVyTm90aWZpY2F0aW9uTWVzc2FnZT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/RequestPublisherNotificationMessage?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ub3RpZmljYXRpb25zL1JlcXVlc3RQdWJsaXNoZXJOb3RpZmljYXRpb25NZXNzYWdlP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "47f8dadb-079e-4b73-b6ec-49a421a983d5" + "0192db3c-c12f-4e96-b6fe-1ca82d325656" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -477,29 +477,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "066dec60-7fa7-4447-b9eb-caf00ab1538b" + "d14f969c-f439-4e97-a7ce-62189357e6e7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "11995" ], "x-ms-correlation-request-id": [ - "bd3dce41-9276-4eae-b037-58e843bb78ac" + "2787bfa2-0af7-4f4c-945e-03006d69f3ab" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191018Z:bd3dce41-9276-4eae-b037-58e843bb78ac" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185036Z:2787bfa2-0af7-4f4c-945e-03006d69f3ab" ], "Date": [ - "Wed, 25 Mar 2020 19:10:17 GMT" + "Sun, 02 May 2021 18:50:36 GMT" ], "Content-Length": [ - "805" + "809" ], "Content-Type": [ "application/json; charset=utf-8" @@ -508,26 +508,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/RequestPublisherNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"RequestPublisherNotificationMessage\",\r\n \"properties\": {\r\n \"title\": \"Subscription requests (requiring approval)\",\r\n \"description\": \"The following email recipients and users will receive email notifications about subscription requests for API products requiring approval.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": [\r\n \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\"\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/RequestPublisherNotificationMessage\",\r\n \"type\": \"Microsoft.ApiManagement/service/notifications\",\r\n \"name\": \"RequestPublisherNotificationMessage\",\r\n \"properties\": {\r\n \"title\": \"Subscription requests (requiring approval)\",\r\n \"description\": \"The following email recipients and users will receive email notifications about subscription requests for API products requiring approval.\",\r\n \"recipients\": {\r\n \"emails\": [],\r\n \"users\": [\r\n \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\"\r\n ]\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/notifications/RequestPublisherNotificationMessage/recipientUsers/1?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbm90aWZpY2F0aW9ucy9SZXF1ZXN0UHVibGlzaGVyTm90aWZpY2F0aW9uTWVzc2FnZS9yZWNpcGllbnRVc2Vycy8xP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/notifications/RequestPublisherNotificationMessage/recipientUsers/1?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ub3RpZmljYXRpb25zL1JlcXVlc3RQdWJsaXNoZXJOb3RpZmljYXRpb25NZXNzYWdlL3JlY2lwaWVudFVzZXJzLzE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "93aee0f6-21ad-490f-b1ba-aba206fcbb77" + "8e50295b-c941-44fd-872f-2a8c0a6b7bbe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -540,26 +540,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "ee98a87a-4229-41f5-afc0-86d3d49f658a" + "619ab821-9eb2-4ddd-8c23-4c09554c7449" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "14999" ], "x-ms-correlation-request-id": [ - "16c7101c-585a-410e-9d78-8ffa49dda671" + "7ec601a4-7d77-4ea6-8c53-749efc045274" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191018Z:16c7101c-585a-410e-9d78-8ffa49dda671" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185037Z:7ec601a4-7d77-4ea6-8c53-749efc045274" ], "Date": [ - "Wed, 25 Mar 2020 19:10:17 GMT" + "Sun, 02 May 2021 18:50:36 GMT" ], "Expires": [ "-1" @@ -574,12 +574,12 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/OpenIdConnectProviderTests/CreateListUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/OpenIdConnectProviderTests/CreateListUpdateDelete.json index 1c0e8dc4e550f..38632beee6ad7 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/OpenIdConnectProviderTests/CreateListUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/OpenIdConnectProviderTests/CreateListUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d6089579-c778-4d26-ab17-b20ca73e3294" + "93839245-38ca-4a03-854a-8d0a5d422edc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,14 +33,14 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2b5f757e-4233-4366-b0e8-2bf4bfbb9f0b", - "8aab6f50-c53f-498a-b015-439aa1f3918c" + "0f0d2574-6c66-44c7-ab8c-469c7be0ed18", + "e7b84f94-1b32-4773-8e85-531ed2d0cb9f" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -49,19 +49,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "74666c98-98fb-449b-b0d0-98c1769cf6c5" + "a3d46e83-901f-46d4-9eca-67e6d06a5f54" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191029Z:74666c98-98fb-449b-b0d0-98c1769cf6c5" + "WESTCENTRALUS:20210408T214307Z:a3d46e83-901f-46d4-9eca-67e6d06a5f54" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:10:29 GMT" + "Thu, 08 Apr 2021 21:43:06 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "593abdc0-0d0a-4a6e-a89a-232a9ea85bd4" + "5fe0a926-fe10-46be-aaec-56b34d29a5ed" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "20b108ac-e41d-4600-b039-1228a167ba80" + "7158eed5-0142-437a-9b52-2d3a1b9b69d6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "11999" ], "x-ms-correlation-request-id": [ - "fba0412c-5fc7-4d92-ba22-b4acb529eb68" + "54dc560d-6067-4874-a89c-9f08ef924ddb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191030Z:fba0412c-5fc7-4d92-ba22-b4acb529eb68" + "WESTCENTRALUS:20210408T214307Z:54dc560d-6067-4874-a89c-9f08ef924ddb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:10:29 GMT" + "Thu, 08 Apr 2021 21:43:06 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,32 +136,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId2377?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvb3BlbmlkQ29ubmVjdFByb3ZpZGVycy9vcGVuSWQyMzc3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId9351?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL29wZW5JZDkzNTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"openIdName6558\",\r\n \"metadataEndpoint\": \"https://provider1951.endpoint9973\",\r\n \"clientId\": \"clientId628\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"openIdName8687\",\r\n \"metadataEndpoint\": \"https://provider7038.endpoint7220\",\r\n \"clientId\": \"clientId5083\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "71cdd8aa-bc0c-40bd-a550-fcd9e6f48329" + "95be9775-f6da-449a-a59d-8a25beaa33b7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "159" + "160" ] }, "ResponseHeaders": { @@ -172,13 +172,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANLg=\"" + "\"AAAAAAAAbbA=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "d4bc6ff6-69b3-4ffc-b4e5-2e5d0b3fcaf0" + "0c11de59-73ea-4380-bc8f-15e79548e6a5" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -187,19 +190,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "8ea5902a-be35-49c9-988a-aaedc163693d" + "4c0277a1-545c-42b2-9eda-4e5156c84232" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191030Z:8ea5902a-be35-49c9-988a-aaedc163693d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214308Z:4c0277a1-545c-42b2-9eda-4e5156c84232" ], "Date": [ - "Wed, 25 Mar 2020 19:10:29 GMT" + "Thu, 08 Apr 2021 21:43:07 GMT" ], "Content-Length": [ - "469" + "472" ], "Content-Type": [ "application/json; charset=utf-8" @@ -208,26 +208,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId2377\",\r\n \"type\": \"Microsoft.ApiManagement/service/openidConnectProviders\",\r\n \"name\": \"openId2377\",\r\n \"properties\": {\r\n \"displayName\": \"openIdName6558\",\r\n \"description\": null,\r\n \"metadataEndpoint\": \"https://provider1951.endpoint9973\",\r\n \"clientId\": \"clientId628\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId9351\",\r\n \"type\": \"Microsoft.ApiManagement/service/openidConnectProviders\",\r\n \"name\": \"openId9351\",\r\n \"properties\": {\r\n \"displayName\": \"openIdName8687\",\r\n \"description\": null,\r\n \"metadataEndpoint\": \"https://provider7038.endpoint7220\",\r\n \"clientId\": \"clientId5083\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId2377?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvb3BlbmlkQ29ubmVjdFByb3ZpZGVycy9vcGVuSWQyMzc3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId9351?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL29wZW5JZDkzNTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d615a524-552f-4f55-a426-abe4290cf20e" + "9f757897-e4af-44ae-8487-55bae9e7008a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -238,34 +238,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANLg=\"" + "\"AAAAAAAAbbA=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "06be4fe1-73b6-4c61-adbd-8838f92b19ba" + "130b71db-2eb0-41fc-82e9-8fff4fb2d10b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "11998" ], "x-ms-correlation-request-id": [ - "bfac95ef-65f6-4e9e-bab6-531bedaa6110" + "70e5ca64-7dc8-4edb-991e-a663902e7091" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191031Z:bfac95ef-65f6-4e9e-bab6-531bedaa6110" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214308Z:70e5ca64-7dc8-4edb-991e-a663902e7091" ], "Date": [ - "Wed, 25 Mar 2020 19:10:31 GMT" + "Thu, 08 Apr 2021 21:43:07 GMT" ], "Content-Length": [ - "469" + "472" ], "Content-Type": [ "application/json; charset=utf-8" @@ -274,26 +274,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId2377\",\r\n \"type\": \"Microsoft.ApiManagement/service/openidConnectProviders\",\r\n \"name\": \"openId2377\",\r\n \"properties\": {\r\n \"displayName\": \"openIdName6558\",\r\n \"description\": null,\r\n \"metadataEndpoint\": \"https://provider1951.endpoint9973\",\r\n \"clientId\": \"clientId628\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId9351\",\r\n \"type\": \"Microsoft.ApiManagement/service/openidConnectProviders\",\r\n \"name\": \"openId9351\",\r\n \"properties\": {\r\n \"displayName\": \"openIdName8687\",\r\n \"description\": null,\r\n \"metadataEndpoint\": \"https://provider7038.endpoint7220\",\r\n \"clientId\": \"clientId5083\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId2377?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvb3BlbmlkQ29ubmVjdFByb3ZpZGVycy9vcGVuSWQyMzc3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId9351?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL29wZW5JZDkzNTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f2420d47-5ee8-4add-86e8-b6e9355903f1" + "18c3a0e8-d237-4476-84dd-53490949c35d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -306,26 +306,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "f070801f-706d-406f-9cb4-f1245cc663d5" + "87d321aa-7af4-4f6b-a028-9f15b471f4b6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "11993" ], "x-ms-correlation-request-id": [ - "b8bba38f-2383-4875-ba4f-45ee6f5a18c5" + "25855aeb-e933-4ec6-8ec6-4064d9756846" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191033Z:b8bba38f-2383-4875-ba4f-45ee6f5a18c5" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214310Z:25855aeb-e933-4ec6-8ec6-4064d9756846" ], "Date": [ - "Wed, 25 Mar 2020 19:10:33 GMT" + "Thu, 08 Apr 2021 21:43:09 GMT" ], "Content-Length": [ "97" @@ -341,22 +341,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId8807?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvb3BlbmlkQ29ubmVjdFByb3ZpZGVycy9vcGVuSWQ4ODA3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId963?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL29wZW5JZDk2Mz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"openIdName9924\",\r\n \"description\": \"description1552\",\r\n \"metadataEndpoint\": \"https://provider1396.endpoint9380\",\r\n \"clientId\": \"clientId1337\",\r\n \"clientSecret\": \"clientSecret3103\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"openIdName7434\",\r\n \"description\": \"description4918\",\r\n \"metadataEndpoint\": \"https://provider3306.endpoint6973\",\r\n \"clientId\": \"clientId8979\",\r\n \"clientSecret\": \"clientSecret1859\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1fb77dae-149f-4c78-bd2a-dd3101a99e62" + "364eef28-9033-4e84-b795-118c53c3b5c5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -373,13 +373,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANLk=\"" + "\"AAAAAAAAbbE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "f0615bfd-1087-43d5-8b0b-e0f6a90e2780" + "bb67b5f5-80de-4058-9ffd-05abe83f5ca3" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -388,16 +391,13 @@ "1197" ], "x-ms-correlation-request-id": [ - "d1cb99db-b42f-4e16-a752-6484fa311edd" + "020237be-cf80-4572-a8a1-b6c95b7c1af9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191031Z:d1cb99db-b42f-4e16-a752-6484fa311edd" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214308Z:020237be-cf80-4572-a8a1-b6c95b7c1af9" ], "Date": [ - "Wed, 25 Mar 2020 19:10:31 GMT" + "Thu, 08 Apr 2021 21:43:07 GMT" ], "Content-Length": [ "524" @@ -409,26 +409,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId8807\",\r\n \"type\": \"Microsoft.ApiManagement/service/openidConnectProviders\",\r\n \"name\": \"openId8807\",\r\n \"properties\": {\r\n \"displayName\": \"openIdName9924\",\r\n \"description\": \"description1552\",\r\n \"metadataEndpoint\": \"https://provider1396.endpoint9380\",\r\n \"clientId\": \"clientId1337\",\r\n \"clientSecret\": \"clientSecret3103\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId963\",\r\n \"type\": \"Microsoft.ApiManagement/service/openidConnectProviders\",\r\n \"name\": \"openId963\",\r\n \"properties\": {\r\n \"displayName\": \"openIdName7434\",\r\n \"description\": \"description4918\",\r\n \"metadataEndpoint\": \"https://provider3306.endpoint6973\",\r\n \"clientId\": \"clientId8979\",\r\n \"clientSecret\": \"clientSecret1859\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId8807?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvb3BlbmlkQ29ubmVjdFByb3ZpZGVycy9vcGVuSWQ4ODA3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId963?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL29wZW5JZDk2Mz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b74f8f67-0422-4168-8a4b-51f33d4b53e4" + "ab6a46ef-857d-4feb-bcd8-751f91a87d8a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -439,31 +439,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANLk=\"" + "\"AAAAAAAAbbE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "4bc40923-5578-4e9b-b53d-41dc2991451d" + "2521de9d-d216-41aa-a52c-5cc1dad614f1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "11997" ], "x-ms-correlation-request-id": [ - "5736903d-ba23-4cbf-bc0f-62129dd5818e" + "483480e5-3cf3-4170-a074-831afcf19001" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191031Z:5736903d-ba23-4cbf-bc0f-62129dd5818e" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214308Z:483480e5-3cf3-4170-a074-831afcf19001" ], "Date": [ - "Wed, 25 Mar 2020 19:10:31 GMT" + "Thu, 08 Apr 2021 21:43:07 GMT" ], "Content-Length": [ "483" @@ -475,26 +475,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId8807\",\r\n \"type\": \"Microsoft.ApiManagement/service/openidConnectProviders\",\r\n \"name\": \"openId8807\",\r\n \"properties\": {\r\n \"displayName\": \"openIdName9924\",\r\n \"description\": \"description1552\",\r\n \"metadataEndpoint\": \"https://provider1396.endpoint9380\",\r\n \"clientId\": \"clientId1337\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId963\",\r\n \"type\": \"Microsoft.ApiManagement/service/openidConnectProviders\",\r\n \"name\": \"openId963\",\r\n \"properties\": {\r\n \"displayName\": \"openIdName7434\",\r\n \"description\": \"description4918\",\r\n \"metadataEndpoint\": \"https://provider3306.endpoint6973\",\r\n \"clientId\": \"clientId8979\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId8807?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvb3BlbmlkQ29ubmVjdFByb3ZpZGVycy9vcGVuSWQ4ODA3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId963?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL29wZW5JZDk2Mz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "62764e39-1100-407b-8699-b47b77582cae" + "73a720dc-6963-47a5-bc0b-5ede66c0f9e5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -505,34 +505,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANLo=\"" + "\"AAAAAAAAbbI=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "24d36a54-5d9d-4e4e-a812-af4fbcc7ef80" + "813d4a90-2484-4597-8ef9-30c5935c0b2b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "11991" ], "x-ms-correlation-request-id": [ - "1ab60943-149e-4144-8939-b22abcbd4315" + "fd2d80ad-7e19-45f1-bdb0-5d4962df863d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191034Z:1ab60943-149e-4144-8939-b22abcbd4315" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214311Z:fd2d80ad-7e19-45f1-bdb0-5d4962df863d" ], "Date": [ - "Wed, 25 Mar 2020 19:10:34 GMT" + "Thu, 08 Apr 2021 21:43:10 GMT" ], "Content-Length": [ - "487" + "488" ], "Content-Type": [ "application/json; charset=utf-8" @@ -541,26 +541,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId8807\",\r\n \"type\": \"Microsoft.ApiManagement/service/openidConnectProviders\",\r\n \"name\": \"openId8807\",\r\n \"properties\": {\r\n \"displayName\": \"openIdName9924\",\r\n \"description\": \"description1552\",\r\n \"metadataEndpoint\": \"https://provider8662.endpoint3698\",\r\n \"clientId\": \"updatedClient777\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId963\",\r\n \"type\": \"Microsoft.ApiManagement/service/openidConnectProviders\",\r\n \"name\": \"openId963\",\r\n \"properties\": {\r\n \"displayName\": \"openIdName7434\",\r\n \"description\": \"description4918\",\r\n \"metadataEndpoint\": \"https://provider3279.endpoint1255\",\r\n \"clientId\": \"updatedClient5072\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId8807?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvb3BlbmlkQ29ubmVjdFByb3ZpZGVycy9vcGVuSWQ4ODA3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId963?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL29wZW5JZDk2Mz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6fc22acf-7449-470e-ab96-755cd523f01a" + "df6ed603-4390-4fdb-a7ef-452c393045b5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -573,26 +573,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "67cd86d8-bc66-4632-a022-9932ea3ba0ed" + "491a1585-a1af-442b-8c9d-8b4471713cd2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "11990" ], "x-ms-correlation-request-id": [ - "80b64879-8f72-4c9a-a541-d3b8632300db" + "a7d08b24-f94f-4e24-b7e0-e09c48f0d0ed" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191035Z:80b64879-8f72-4c9a-a541-d3b8632300db" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214311Z:a7d08b24-f94f-4e24-b7e0-e09c48f0d0ed" ], "Date": [ - "Wed, 25 Mar 2020 19:10:35 GMT" + "Thu, 08 Apr 2021 21:43:11 GMT" ], "Content-Length": [ "97" @@ -608,22 +608,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId8807/listSecrets?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvb3BlbmlkQ29ubmVjdFByb3ZpZGVycy9vcGVuSWQ4ODA3L2xpc3RTZWNyZXRzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId963/listSecrets?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL29wZW5JZDk2My9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "28802549-0f56-43a3-a4f3-4197edf2f738" + "c246ddc3-504a-4f50-95a0-a68039942c03" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -634,13 +634,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANLk=\"" + "\"AAAAAAAAbbE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "5800c832-9bc6-4be9-abdb-7b261a44226e" + "85f0bd04-615e-4c12-bbb1-3996d0265125" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -649,16 +652,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "4bc29d36-4f81-4221-af08-36a8fe310483" + "bfc4480b-e3be-42ff-b444-bb8fcbd59a41" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191032Z:4bc29d36-4f81-4221-af08-36a8fe310483" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214308Z:bfc4480b-e3be-42ff-b444-bb8fcbd59a41" ], "Date": [ - "Wed, 25 Mar 2020 19:10:32 GMT" + "Thu, 08 Apr 2021 21:43:08 GMT" ], "Content-Length": [ "35" @@ -670,26 +670,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"clientSecret\": \"clientSecret3103\"\r\n}", + "ResponseBody": "{\r\n \"clientSecret\": \"clientSecret1859\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId8807/listSecrets?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvb3BlbmlkQ29ubmVjdFByb3ZpZGVycy9vcGVuSWQ4ODA3L2xpc3RTZWNyZXRzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId963/listSecrets?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL29wZW5JZDk2My9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83156133-791e-4edf-a953-7d505c268173" + "37f213a0-5c37-47ba-9162-69f1987bd575" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -700,13 +700,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANLo=\"" + "\"AAAAAAAAbbI=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "a567c745-b213-49ea-be73-a0d5f5d89462" + "77c89a56-61c1-49b8-910e-313bf59cbd62" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -715,16 +718,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "d501c9d4-d096-4a5a-80c8-941645e68a11" + "c10ee42a-37c5-46bb-8088-952c54b82e43" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191034Z:d501c9d4-d096-4a5a-80c8-941645e68a11" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214311Z:c10ee42a-37c5-46bb-8088-952c54b82e43" ], "Date": [ - "Wed, 25 Mar 2020 19:10:34 GMT" + "Thu, 08 Apr 2021 21:43:10 GMT" ], "Content-Length": [ "35" @@ -736,26 +736,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"clientSecret\": \"clientSecret3103\"\r\n}", + "ResponseBody": "{\r\n \"clientSecret\": \"clientSecret1859\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvb3BlbmlkQ29ubmVjdFByb3ZpZGVycz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9vcGVuaWRDb25uZWN0UHJvdmlkZXJzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "31b9dbaf-9960-44d5-ad8c-f65f0a5bc630" + "b334d8c2-7b1a-4d11-a2c1-c70218d66e2c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -768,29 +768,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "cac06541-4a40-4fad-a222-5453b37f0656" + "3ae57ee2-5497-4a60-9824-fb72f51abd7a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "11996" ], "x-ms-correlation-request-id": [ - "e322aac7-3fae-4082-b5c9-325459c595f4" + "1bd7d8e6-3718-49ca-ae6c-1c396b7d8f4c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191032Z:e322aac7-3fae-4082-b5c9-325459c595f4" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214309Z:1bd7d8e6-3718-49ca-ae6c-1c396b7d8f4c" ], "Date": [ - "Wed, 25 Mar 2020 19:10:32 GMT" + "Thu, 08 Apr 2021 21:43:08 GMT" ], "Content-Length": [ - "1083" + "1086" ], "Content-Type": [ "application/json; charset=utf-8" @@ -799,26 +799,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId2377\",\r\n \"type\": \"Microsoft.ApiManagement/service/openidConnectProviders\",\r\n \"name\": \"openId2377\",\r\n \"properties\": {\r\n \"displayName\": \"openIdName6558\",\r\n \"description\": null,\r\n \"metadataEndpoint\": \"https://provider1951.endpoint9973\",\r\n \"clientId\": \"clientId628\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId8807\",\r\n \"type\": \"Microsoft.ApiManagement/service/openidConnectProviders\",\r\n \"name\": \"openId8807\",\r\n \"properties\": {\r\n \"displayName\": \"openIdName9924\",\r\n \"description\": \"description1552\",\r\n \"metadataEndpoint\": \"https://provider1396.endpoint9380\",\r\n \"clientId\": \"clientId1337\"\r\n }\r\n }\r\n ],\r\n \"count\": 2\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId963\",\r\n \"type\": \"Microsoft.ApiManagement/service/openidConnectProviders\",\r\n \"name\": \"openId963\",\r\n \"properties\": {\r\n \"displayName\": \"openIdName7434\",\r\n \"description\": \"description4918\",\r\n \"metadataEndpoint\": \"https://provider3306.endpoint6973\",\r\n \"clientId\": \"clientId8979\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId9351\",\r\n \"type\": \"Microsoft.ApiManagement/service/openidConnectProviders\",\r\n \"name\": \"openId9351\",\r\n \"properties\": {\r\n \"displayName\": \"openIdName8687\",\r\n \"description\": null,\r\n \"metadataEndpoint\": \"https://provider7038.endpoint7220\",\r\n \"clientId\": \"clientId5083\"\r\n }\r\n }\r\n ],\r\n \"count\": 2\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders?$top=1&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvb3BlbmlkQ29ubmVjdFByb3ZpZGVycz8kdG9wPTEmYXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders?$top=1&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9vcGVuaWRDb25uZWN0UHJvdmlkZXJzPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "74db3571-80a0-498a-a2da-777d8268c9d4" + "00f6bd8f-bd4d-45af-8cfb-d3ee56e2bb3b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -831,29 +831,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "eaf48645-d643-4d11-b068-a511476da849" + "8ebfe034-2003-4bf7-b70d-da1d8ec87c9a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "11995" ], "x-ms-correlation-request-id": [ - "7b1cfe9a-8bd8-48ab-86da-23b7a9b02e76" + "8bf4bd03-b1d2-4bf4-a5bf-6ec94521115a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191032Z:7b1cfe9a-8bd8-48ab-86da-23b7a9b02e76" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214309Z:8bf4bd03-b1d2-4bf4-a5bf-6ec94521115a" ], "Date": [ - "Wed, 25 Mar 2020 19:10:32 GMT" + "Thu, 08 Apr 2021 21:43:08 GMT" ], "Content-Length": [ - "829" + "828" ], "Content-Type": [ "application/json; charset=utf-8" @@ -862,26 +862,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId2377\",\r\n \"type\": \"Microsoft.ApiManagement/service/openidConnectProviders\",\r\n \"name\": \"openId2377\",\r\n \"properties\": {\r\n \"displayName\": \"openIdName6558\",\r\n \"description\": null,\r\n \"metadataEndpoint\": \"https://provider1951.endpoint9973\",\r\n \"clientId\": \"clientId628\"\r\n }\r\n }\r\n ],\r\n \"count\": 2,\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net:443/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders?%24top=1&api-version=2019-12-01&%24skip=1\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId963\",\r\n \"type\": \"Microsoft.ApiManagement/service/openidConnectProviders\",\r\n \"name\": \"openId963\",\r\n \"properties\": {\r\n \"displayName\": \"openIdName7434\",\r\n \"description\": \"description4918\",\r\n \"metadataEndpoint\": \"https://provider3306.endpoint6973\",\r\n \"clientId\": \"clientId8979\"\r\n }\r\n }\r\n ],\r\n \"count\": 2,\r\n \"nextLink\": \"https://management.azure.com:443/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders?%24top=1&api-version=2020-12-01&%24skip=1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId2377?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvb3BlbmlkQ29ubmVjdFByb3ZpZGVycy9vcGVuSWQyMzc3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId9351?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL29wZW5JZDkzNTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "384a1dd6-bb7d-4ac2-81b6-8ed715f83c84" + "5f76504d-5dd0-45ff-b5b4-7d2e79d5e922" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -892,31 +892,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANLg=\"" + "\"AAAAAAAAbbA=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "b542ac2d-cf75-4508-b750-762ff12c8205" + "f4411b26-aea5-4a5c-a0c4-324047d54098" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "11994" ], "x-ms-correlation-request-id": [ - "feac062f-f396-4470-8f02-36f4d34202b1" + "5dede5e3-c497-4588-a1fc-8bb41e152657" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191032Z:feac062f-f396-4470-8f02-36f4d34202b1" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214309Z:5dede5e3-c497-4588-a1fc-8bb41e152657" ], "Date": [ - "Wed, 25 Mar 2020 19:10:32 GMT" + "Thu, 08 Apr 2021 21:43:08 GMT" ], "Content-Length": [ "0" @@ -929,25 +929,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId2377?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvb3BlbmlkQ29ubmVjdFByb3ZpZGVycy9vcGVuSWQyMzc3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId9351?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL29wZW5JZDkzNTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0299a627-582d-40d4-998e-4a9ba2e741e9" + "7490bd8b-0fba-4786-96e0-35d18cfe3406" ], "If-Match": [ - "\"AAAAAAAANLg=\"" + "\"AAAAAAAAbbA=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -960,8 +960,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "104606b8-7eb0-485a-ab40-de2f987338f4" + "9e9f3c85-85fb-4792-959e-a1f54d90ef91" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -970,16 +973,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "64f3074c-aaa6-43b0-9916-4e135608239c" + "f2259ce3-6c51-42b0-bc20-d6043367a5ef" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191033Z:64f3074c-aaa6-43b0-9916-4e135608239c" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214310Z:f2259ce3-6c51-42b0-bc20-d6043367a5ef" ], "Date": [ - "Wed, 25 Mar 2020 19:10:33 GMT" + "Thu, 08 Apr 2021 21:43:09 GMT" ], "Expires": [ "-1" @@ -992,13 +992,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId2377?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvb3BlbmlkQ29ubmVjdFByb3ZpZGVycy9vcGVuSWQyMzc3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId9351?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL29wZW5JZDkzNTE/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8147db94-8558-4677-abd4-7bbd82002f26" + "1f26ac4c-723e-49c5-be63-a902ab9ad01b" ], "If-Match": [ "*" @@ -1007,10 +1007,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1023,8 +1023,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "e338d25f-1a67-46c7-8877-4db12cd36758" + "29df11a1-bbd4-4d9b-bc5a-7ec2ddd0db92" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1033,16 +1036,13 @@ "14997" ], "x-ms-correlation-request-id": [ - "c3d43404-c787-47b7-80f8-c080223ae3f0" + "18ddba85-09dc-45d5-a441-346ee121d825" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191035Z:c3d43404-c787-47b7-80f8-c080223ae3f0" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214312Z:18ddba85-09dc-45d5-a441-346ee121d825" ], "Date": [ - "Wed, 25 Mar 2020 19:10:35 GMT" + "Thu, 08 Apr 2021 21:43:11 GMT" ], "Expires": [ "-1" @@ -1052,22 +1052,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId8807?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvb3BlbmlkQ29ubmVjdFByb3ZpZGVycy9vcGVuSWQ4ODA3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId963?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL29wZW5JZDk2Mz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1583657f-2b30-48a9-bfca-6a6f01bf3373" + "930eee09-9b60-46fa-95cb-aa772bfeb30d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1078,31 +1078,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANLk=\"" + "\"AAAAAAAAbbE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "1ce35d34-4fd4-4dea-af36-6cc67406b35d" + "bb2b6f4a-e4e0-40c8-90e4-2cb1609632fe" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "11992" ], "x-ms-correlation-request-id": [ - "2305aa45-31f7-437e-97f0-1180100d437c" + "9d80200b-ec44-4407-888d-3c0d0dd6fd21" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191033Z:2305aa45-31f7-437e-97f0-1180100d437c" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214310Z:9d80200b-ec44-4407-888d-3c0d0dd6fd21" ], "Date": [ - "Wed, 25 Mar 2020 19:10:33 GMT" + "Thu, 08 Apr 2021 21:43:09 GMT" ], "Content-Length": [ "0" @@ -1115,31 +1115,31 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId8807?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvb3BlbmlkQ29ubmVjdFByb3ZpZGVycy9vcGVuSWQ4ODA3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId963?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL29wZW5JZDk2Mz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"metadataEndpoint\": \"https://provider8662.endpoint3698\",\r\n \"clientId\": \"updatedClient777\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"metadataEndpoint\": \"https://provider3279.endpoint1255\",\r\n \"clientId\": \"updatedClient5072\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "775359c4-b621-4947-83d5-bacf78d52826" + "03cf78c5-b076-48c9-bc08-e3bd2041912a" ], "If-Match": [ - "\"AAAAAAAANLk=\"" + "\"AAAAAAAAbbE=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "126" + "127" ] }, "ResponseHeaders": { @@ -1149,11 +1149,17 @@ "Pragma": [ "no-cache" ], + "ETag": [ + "\"AAAAAAAAbbI=\"" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "e66cc1b1-7bbd-4eea-a0c1-a179bf41aa48" + "921a9c65-fe8d-42ab-b6ef-c70926592f09" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1162,44 +1168,47 @@ "1196" ], "x-ms-correlation-request-id": [ - "068c3af6-21bd-47b6-b147-d3c18e439e29" + "0f6dc3e9-ddb1-4e93-a5bc-cfc5043ca695" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191034Z:068c3af6-21bd-47b6-b147-d3c18e439e29" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214311Z:0f6dc3e9-ddb1-4e93-a5bc-cfc5043ca695" ], "Date": [ - "Wed, 25 Mar 2020 19:10:33 GMT" + "Thu, 08 Apr 2021 21:43:10 GMT" + ], + "Content-Length": [ + "529" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 204 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId963\",\r\n \"type\": \"Microsoft.ApiManagement/service/openidConnectProviders\",\r\n \"name\": \"openId963\",\r\n \"properties\": {\r\n \"displayName\": \"openIdName7434\",\r\n \"description\": \"description4918\",\r\n \"metadataEndpoint\": \"https://provider3279.endpoint1255\",\r\n \"clientId\": \"updatedClient5072\",\r\n \"clientSecret\": \"clientSecret1859\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId8807?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvb3BlbmlkQ29ubmVjdFByb3ZpZGVycy9vcGVuSWQ4ODA3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId963?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL29wZW5JZDk2Mz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "51b584e0-70e5-45d4-bc11-f8d0db794df4" + "0803ce73-039e-4a5b-aeda-0a25159d14d5" ], "If-Match": [ - "\"AAAAAAAANLo=\"" + "\"AAAAAAAAbbI=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1212,8 +1221,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "ca4da1c8-a6d9-4dc0-bbb5-1efea1a1ce96" + "c6232306-a801-4cc1-afc4-fb8206c18a0d" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1222,16 +1234,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "3e6d4e45-55fd-4890-a733-36bf9500aa4b" + "054394bc-3b9a-41ac-bc1d-62aa9eece345" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191035Z:3e6d4e45-55fd-4890-a733-36bf9500aa4b" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214311Z:054394bc-3b9a-41ac-bc1d-62aa9eece345" ], "Date": [ - "Wed, 25 Mar 2020 19:10:34 GMT" + "Thu, 08 Apr 2021 21:43:10 GMT" ], "Expires": [ "-1" @@ -1244,13 +1253,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/openidConnectProviders/openId8807?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvb3BlbmlkQ29ubmVjdFByb3ZpZGVycy9vcGVuSWQ4ODA3P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/openidConnectProviders/openId963?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9vcGVuaWRDb25uZWN0UHJvdmlkZXJzL29wZW5JZDk2Mz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "05addf91-54cd-4ae6-ab1f-6ddab2e007c1" + "b96a33bc-e685-4122-8e11-68bd9f926913" ], "If-Match": [ "*" @@ -1259,10 +1268,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1275,8 +1284,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "e16bc449-859f-472b-8c0d-aaa3e02e2c9e" + "10bbb08b-83cf-4299-ac5e-98464cff29e2" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1285,16 +1297,13 @@ "14996" ], "x-ms-correlation-request-id": [ - "258c7e04-31ec-45fc-8ef2-f322de31f700" + "7b2f8eb4-a42f-4725-97cb-877479735e38" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191036Z:258c7e04-31ec-45fc-8ef2-f322de31f700" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214312Z:7b2f8eb4-a42f-4725-97cb-877479735e38" ], "Date": [ - "Wed, 25 Mar 2020 19:10:36 GMT" + "Thu, 08 Apr 2021 21:43:11 GMT" ], "Expires": [ "-1" @@ -1306,32 +1315,32 @@ ], "Names": { "CreateListUpdateDelete": [ - "openId2377", - "openId8807", - "openIdName6558", - "clientId628", - "openIdName9924", - "clientId1337", - "clientSecret3103", - "description1552", - "updatedClient777" + "openId9351", + "openId963", + "openIdName8687", + "clientId5083", + "openIdName7434", + "clientId8979", + "clientSecret1859", + "description4918", + "updatedClient5072" ], "GetOpenIdMetadataEndpointUrl": [ - "provider1951", - "endpoint9973", - "provider1396", - "endpoint9380", - "provider8662", - "endpoint3698" + "provider7038", + "endpoint7220", + "provider3306", + "endpoint6973", + "provider3279", + "endpoint1255" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/PolicyTests/CreateListUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/PolicyTests/CreateListUpdateDelete.json index fa8090fe1de7e..abbc6c5874b57 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/PolicyTests/CreateListUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/PolicyTests/CreateListUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4b21a988-4816-480c-9829-e19f20d6eaf3" + "a1b0947f-809d-4b13-b4b5-930261a04959" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f61a467c-6254-4d2f-b5ae-bbd0dff86003", - "585d758a-269d-4812-a8a7-a2d92ff6be85" + "032f657b-2173-46bc-a7d7-81473535a86f", + "c8fa3fd8-5ab6-456f-925f-a5106759cc44" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1199" ], "x-ms-correlation-request-id": [ - "1d6d28a5-0370-41ac-ba1e-c590ff4be0f8" + "8107a514-a22b-4008-8af3-f547c972c90f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191320Z:1d6d28a5-0370-41ac-ba1e-c590ff4be0f8" + "WESTCENTRALUS:20210408T214331Z:8107a514-a22b-4008-8af3-f547c972c90f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:13:20 GMT" + "Thu, 08 Apr 2021 21:43:30 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4cbf90a9-b3f6-4cd6-9db1-be08c312ee51" + "40fac40b-0088-4537-9693-a80a988d6fe5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0602b22f-0df5-48a4-b154-4d3ea70052f0" + "0e4cd0f0-5c08-4a8b-ba2f-7955d2b47c71" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "11999" ], "x-ms-correlation-request-id": [ - "3e71cbce-f2b4-4823-a691-91aceb68f43e" + "0f44f241-7104-42b7-8407-83c1308d1af1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191320Z:3e71cbce-f2b4-4823-a691-91aceb68f43e" + "WESTCENTRALUS:20210408T214331Z:0f44f241-7104-42b7-8407-83c1308d1af1" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:13:20 GMT" + "Thu, 08 Apr 2021 21:43:30 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3268fa25-4c86-4e4c-a4a8-2af0e06133af" + "821a9045-3c06-49c1-9116-64661ad8416e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -166,34 +166,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAMi0=\"" + "\"AAAAAAAAZss=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "6a2fc28c-9db3-4463-a93b-6cd3a430c74d" + "5685a272-12b2-43b2-8906-37f0b8abda03" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" + "11998" ], "x-ms-correlation-request-id": [ - "582753ce-01d0-490e-b958-4c810ce78317" + "9dc364c2-9946-4e0f-bf36-1efc2659bb27" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191320Z:582753ce-01d0-490e-b958-4c810ce78317" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214332Z:9dc364c2-9946-4e0f-bf36-1efc2659bb27" ], "Date": [ - "Wed, 25 Mar 2020 19:13:20 GMT" + "Thu, 08 Apr 2021 21:43:31 GMT" ], "Content-Length": [ - "1326" + "1328" ], "Content-Type": [ "application/json; charset=utf-8" @@ -202,26 +202,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b83b7d6a-2e60-4be0-b866-658d6aace38e" + "f1efa489-656f-46b6-8369-85f9c6bd3572" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -234,26 +234,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "941832f1-fb89-4834-b416-2d9ae21f2ce7" + "01105809-ff35-40ba-978b-740a7dbde66e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" + "11995" ], "x-ms-correlation-request-id": [ - "15517c5c-80b6-43fb-9e1c-6ea1fd3d0491" + "5aa485b5-b2d4-4af5-afb2-f2ecafd4ebef" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191322Z:15517c5c-80b6-43fb-9e1c-6ea1fd3d0491" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214334Z:5aa485b5-b2d4-4af5-afb2-f2ecafd4ebef" ], "Date": [ - "Wed, 25 Mar 2020 19:13:22 GMT" + "Thu, 08 Apr 2021 21:43:33 GMT" ], "Content-Length": [ "97" @@ -269,22 +269,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"value\": \"\\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f1d4bacf-7954-4c78-bffd-92e7fe9bb5f7" + "b35b7d5f-7aac-487d-85d2-5f5685f3313d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -301,34 +301,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAMi0=\"" + "\"AAAAAAAAZss=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "027d0ec6-1dd7-4cbf-8534-685d1578503a" + "7b82a718-9e43-4bd6-97b9-ce226d2d67f4" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1198" ], "x-ms-correlation-request-id": [ - "3647b43c-af7a-43ef-9d9a-cd2959057927" + "ccabbed7-9069-4ec8-9ae8-84b9d56c91ca" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191321Z:3647b43c-af7a-43ef-9d9a-cd2959057927" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214333Z:ccabbed7-9069-4ec8-9ae8-84b9d56c91ca" ], "Date": [ - "Wed, 25 Mar 2020 19:13:20 GMT" + "Thu, 08 Apr 2021 21:43:32 GMT" ], "Content-Length": [ - "1326" + "1328" ], "Content-Type": [ "application/json; charset=utf-8" @@ -337,26 +337,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"value\": \"\\r\\n\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c95e7f31-ea51-48d1-a544-5943dab641a9" + "bcacee3b-625d-48c6-860a-da7c09f239c1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -373,34 +373,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANSY=\"" + "\"AAAAAAAAbcs=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "4fe36536-b8b2-49d3-992b-da2ffc8780f1" + "517bd105-a77d-4ff9-9ce9-12d10a63fab0" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1197" ], "x-ms-correlation-request-id": [ - "71db0cde-ca53-4683-878c-084d081f8b22" + "0e2e51e7-e4d4-4cbf-a0a6-4aceafff0de8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191323Z:71db0cde-ca53-4683-878c-084d081f8b22" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214334Z:0e2e51e7-e4d4-4cbf-a0a6-4aceafff0de8" ], "Date": [ - "Wed, 25 Mar 2020 19:13:22 GMT" + "Thu, 08 Apr 2021 21:43:33 GMT" ], "Content-Length": [ - "1326" + "1328" ], "Content-Type": [ "application/json; charset=utf-8" @@ -409,26 +409,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/policies/policy?format=xml&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcG9saWNpZXMvcG9saWN5P2Zvcm1hdD14bWwmYXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/policies/policy?format=xml&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb2xpY2llcy9wb2xpY3k/Zm9ybWF0PXhtbCZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6155c8b3-5642-4914-b2b0-fe4a645f81e1" + "614e7ade-9d0e-4753-a315-6b16386fbb31" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -439,34 +439,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAMi0=\"" + "\"AAAAAAAAZss=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "a59f82b0-ca9c-44b4-91a9-98437327c0fe" + "317f3a54-9bd8-4450-99f2-b481c1b078f2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" + "11997" ], "x-ms-correlation-request-id": [ - "6d925d6f-7eec-41aa-81e4-43e130982c2b" + "f053d971-1e1e-4f08-b563-b33d84639af9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191321Z:6d925d6f-7eec-41aa-81e4-43e130982c2b" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214333Z:f053d971-1e1e-4f08-b563-b33d84639af9" ], "Date": [ - "Wed, 25 Mar 2020 19:13:21 GMT" + "Thu, 08 Apr 2021 21:43:32 GMT" ], "Content-Length": [ - "1326" + "1328" ], "Content-Type": [ "application/json; charset=utf-8" @@ -475,26 +475,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dcd9b98f-60e5-4de9-b2fd-169b9050d6ff" + "afcd4517-1397-4cc9-b89a-e0eb7f3f0aca" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -505,31 +505,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAMi0=\"" + "\"AAAAAAAAZss=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "3c0737d2-146a-430f-ad32-d1ebdced0ebc" + "e927d842-add7-4918-9671-b7b4f39a140d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" + "11996" ], "x-ms-correlation-request-id": [ - "9c73c578-a092-4836-8538-e56b22a6a9f6" + "86c873a2-6930-49ae-9aa4-e1c6926fdaf1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191321Z:9c73c578-a092-4836-8538-e56b22a6a9f6" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214333Z:86c873a2-6930-49ae-9aa4-e1c6926fdaf1" ], "Date": [ - "Wed, 25 Mar 2020 19:13:21 GMT" + "Thu, 08 Apr 2021 21:43:32 GMT" ], "Content-Length": [ "0" @@ -542,25 +542,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "69e21369-3106-4829-aeb5-85b925169d39" + "840ee7b9-d03b-478e-a3fc-5273d851d5e7" ], "If-Match": [ - "\"AAAAAAAAMi0=\"" + "\"AAAAAAAAZss=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -573,26 +573,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "1c3971c6-7f65-4bdf-bd7e-bf0e33be1118" + "32d1e2fe-3213-49b1-9a90-8551811f334e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14988" + "14999" ], "x-ms-correlation-request-id": [ - "106aabe0-8aa7-43bc-8b4e-6243bf1ce494" + "cf923baf-ea96-48e1-a941-5f422c4520d4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191322Z:106aabe0-8aa7-43bc-8b4e-6243bf1ce494" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214334Z:cf923baf-ea96-48e1-a941-5f422c4520d4" ], "Date": [ - "Wed, 25 Mar 2020 19:13:21 GMT" + "Thu, 08 Apr 2021 21:43:33 GMT" ], "Expires": [ "-1" @@ -605,22 +605,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "00b0857c-7a6f-46be-ad6c-06f477330ed2" + "064856f5-2453-48bf-9c4a-276a867e64f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -633,29 +633,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0d458640-5772-4b1e-b1f2-4b3638e7a086" + "e8bb5a6d-c437-4d2b-8fc9-68aa9eb6021f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" + "11994" ], "x-ms-correlation-request-id": [ - "6e6b0c78-8958-4eb2-b0c0-6a6e94c15796" + "3b6c6de9-0121-49ea-8a8b-9eec772d24ce" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191323Z:6e6b0c78-8958-4eb2-b0c0-6a6e94c15796" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214334Z:3b6c6de9-0121-49ea-8a8b-9eec772d24ce" ], "Date": [ - "Wed, 25 Mar 2020 19:13:22 GMT" + "Thu, 08 Apr 2021 21:43:33 GMT" ], "Content-Length": [ - "728" + "730" ], "Content-Type": [ "application/json; charset=utf-8" @@ -664,26 +664,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/%2Fsubscriptions%2F74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3%2FresourceGroups%2FApiM-SDK-EastUS%2Fproviders%2FMicrosoft.ApiManagement%2Fservice%2Fsdktestservicemapi%2Fapis%2Fecho-api/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy8lMkZzdWJzY3JpcHRpb25zJTJGNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzJTJGcmVzb3VyY2VHcm91cHMlMkZBcGlNLVNESy1FYXN0VVMlMkZwcm92aWRlcnMlMkZNaWNyb3NvZnQuQXBpTWFuYWdlbWVudCUyRnNlcnZpY2UlMkZzZGt0ZXN0c2VydmljZW1hcGklMkZhcGlzJTJGZWNoby1hcGkvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/%2Fsubscriptions%2Fbab08e11-7b12-4354-9fd1-4b5d64d40b68%2FresourceGroups%2FApi-Default-CentralUS%2Fproviders%2FMicrosoft.ApiManagement%2Fservice%2Fsdktestservice%2Fapis%2Fecho-api/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzLyUyRnN1YnNjcmlwdGlvbnMlMkZiYWIwOGUxMS03YjEyLTQzNTQtOWZkMS00YjVkNjRkNDBiNjglMkZyZXNvdXJjZUdyb3VwcyUyRkFwaS1EZWZhdWx0LUNlbnRyYWxVUyUyRnByb3ZpZGVycyUyRk1pY3Jvc29mdC5BcGlNYW5hZ2VtZW50JTJGc2VydmljZSUyRnNka3Rlc3RzZXJ2aWNlJTJGYXBpcyUyRmVjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7d075c76-50fd-4ef3-a2be-9cff9c26a86f" + "b0bcb3da-4f6d-42af-9fd0-bcbe89d1bb67" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -696,26 +696,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "ebb6bdd5-c4ff-4bc2-bddf-dd12f59274a5" + "df2cc0c4-d828-4ab9-ac2c-4a882f7d754d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" + "11993" ], "x-ms-correlation-request-id": [ - "6b0de5e0-e9a2-491a-80a4-d73e23c1ee93" + "0eb9bc00-011c-4dce-bdeb-9135def070f9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191323Z:6b0de5e0-e9a2-491a-80a4-d73e23c1ee93" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214334Z:0eb9bc00-011c-4dce-bdeb-9135def070f9" ], "Date": [ - "Wed, 25 Mar 2020 19:13:23 GMT" + "Thu, 08 Apr 2021 21:43:33 GMT" ], "Expires": [ "-1" @@ -728,13 +728,13 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"value\": \"\\r\\n \\r\\n \\r\\n true\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eef44f13-2afa-4f3f-8d5a-a5d6c12b928a" + "4077b527-b3af-479a-b8d0-1a46b7cb32dc" ], "If-Match": [ "*" @@ -743,10 +743,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -763,34 +763,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANSo=\"" + "\"AAAAAAAAbc8=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "98d698f7-2d88-47bb-a795-0c64bfe970ef" + "2e15363a-35b2-4e6c-b6e4-9b944a2a6205" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1196" ], "x-ms-correlation-request-id": [ - "718324bb-e513-43a1-b88f-8a424d9c5a46" + "ea054015-ca6e-40a9-8e0e-196c751b35ee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191324Z:718324bb-e513-43a1-b88f-8a424d9c5a46" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214335Z:ea054015-ca6e-40a9-8e0e-196c751b35ee" ], "Date": [ - "Wed, 25 Mar 2020 19:13:23 GMT" + "Thu, 08 Apr 2021 21:43:34 GMT" ], "Content-Length": [ - "617" + "619" ], "Content-Type": [ "application/json; charset=utf-8" @@ -799,26 +799,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\ttrue\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\ttrue\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "403963e7-a5a2-46c4-9e10-720049f66b0c" + "05f84849-3e50-4f1d-ab27-f428b9b24a97" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -829,34 +829,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANSo=\"" + "\"AAAAAAAAbc8=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "241adeba-4bec-4c1b-a772-cdaa78a42334" + "727a50f0-1325-4382-9a32-e68c11bc001b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" + "11992" ], "x-ms-correlation-request-id": [ - "75f6eb02-5ea2-4521-bcbf-83741c5d23a0" + "13862d04-c4ee-4c6c-841c-9d94f2b3ac61" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191324Z:75f6eb02-5ea2-4521-bcbf-83741c5d23a0" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214336Z:13862d04-c4ee-4c6c-841c-9d94f2b3ac61" ], "Date": [ - "Wed, 25 Mar 2020 19:13:23 GMT" + "Thu, 08 Apr 2021 21:43:36 GMT" ], "Content-Length": [ - "617" + "619" ], "Content-Type": [ "application/json; charset=utf-8" @@ -865,26 +865,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\ttrue\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\ttrue\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "38477df0-c6ef-4d71-90f0-12daefa7e5ea" + "1325eed4-e10a-405f-bd84-aaa804ac4adb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -897,26 +897,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "b3fc8b3e-79b3-4473-b05d-be771c45ce26" + "18f63783-b849-4b73-9825-8af0585f9113" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" + "11989" ], "x-ms-correlation-request-id": [ - "65ab1c90-0b27-40f3-9eab-f352160ca991" + "da755add-470c-466c-99ae-fe6e9af27fa9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191325Z:65ab1c90-0b27-40f3-9eab-f352160ca991" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214336Z:da755add-470c-466c-99ae-fe6e9af27fa9" ], "Date": [ - "Wed, 25 Mar 2020 19:13:25 GMT" + "Thu, 08 Apr 2021 21:43:36 GMT" ], "Content-Length": [ "97" @@ -932,22 +932,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/policies/policy?format=rawxml&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9wb2xpY2llcy9wb2xpY3k/Zm9ybWF0PXJhd3htbCZhcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/policies/policy?format=rawxml&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9cmF3eG1sJmFwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "abe631c2-5717-4a4e-aabc-6982feb46a23" + "482157e1-acf4-457f-8608-36299ef7b49c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -958,34 +958,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANSo=\"" + "\"AAAAAAAAbc8=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "4fd394d4-6b68-4c93-a072-c83639cc26e4" + "b65e188e-341d-4fdb-9645-dcd45ee07dba" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" + "11991" ], "x-ms-correlation-request-id": [ - "9423adb2-4fca-41f5-89ba-fc879faffe08" + "f141720c-35bb-4607-8558-96f7065f236f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191324Z:9423adb2-4fca-41f5-89ba-fc879faffe08" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214336Z:f141720c-35bb-4607-8558-96f7065f236f" ], "Date": [ - "Wed, 25 Mar 2020 19:13:24 GMT" + "Thu, 08 Apr 2021 21:43:36 GMT" ], "Content-Length": [ - "620" + "622" ], "Content-Type": [ "application/json; charset=utf-8" @@ -994,26 +994,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"rawxml\",\r\n \"value\": \"\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\ttrue\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"rawxml\",\r\n \"value\": \"\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\ttrue\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d42c977e-71db-4039-acc1-648a31cde7c1" + "3eaa1528-eb73-43a3-a93f-35621f61de6c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1024,31 +1024,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANSo=\"" + "\"AAAAAAAAbc8=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "23469dc8-57f1-4b7d-8f99-cf2a09d25a7e" + "e02a4f50-4ee6-4b1d-8fad-240eee81f57d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" + "11990" ], "x-ms-correlation-request-id": [ - "c550bb16-99ba-47e2-94d0-87839bdad365" + "e864c191-1499-4045-b4de-1b1866385c4f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191325Z:c550bb16-99ba-47e2-94d0-87839bdad365" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214336Z:e864c191-1499-4045-b4de-1b1866385c4f" ], "Date": [ - "Wed, 25 Mar 2020 19:13:24 GMT" + "Thu, 08 Apr 2021 21:43:36 GMT" ], "Content-Length": [ "0" @@ -1061,25 +1061,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "501da9d6-4243-43eb-95a1-2b4aebedf426" + "72341506-41f7-4835-8b81-5c27feeded9a" ], "If-Match": [ - "\"AAAAAAAANSo=\"" + "\"AAAAAAAAbc8=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1092,26 +1092,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "6f2af887-e53c-4a92-83e7-bb9d81ee6de7" + "0ded5fb0-8c4a-4c17-8746-856096424bdc" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" + "14998" ], "x-ms-correlation-request-id": [ - "b9f21bb2-3bee-427b-8fde-5d9eda8a444e" + "7fa85235-d50a-4c5b-b351-842f797ead2f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191325Z:b9f21bb2-3bee-427b-8fde-5d9eda8a444e" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214336Z:7fa85235-d50a-4c5b-b351-842f797ead2f" ], "Date": [ - "Wed, 25 Mar 2020 19:13:24 GMT" + "Thu, 08 Apr 2021 21:43:36 GMT" ], "Expires": [ "-1" @@ -1124,22 +1124,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a94a2225-8035-4958-83a9-0492f9eaa2ca" + "5253ed5c-1643-4edc-8b7e-a0bec5a4665c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1152,29 +1152,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "902d3505-e92d-423e-80a3-81c54a8729cf" + "3cbd8f07-488b-4f9d-b238-2342f4a23a5c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" + "11988" ], "x-ms-correlation-request-id": [ - "1ae50b4b-52ca-4514-b890-6b0b560ed717" + "31ded7ba-bab1-4bd8-9ce6-fda22af8b691" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191326Z:1ae50b4b-52ca-4514-b890-6b0b560ed717" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214337Z:31ded7ba-bab1-4bd8-9ce6-fda22af8b691" ], "Date": [ - "Wed, 25 Mar 2020 19:13:25 GMT" + "Thu, 08 Apr 2021 21:43:36 GMT" ], "Content-Length": [ - "7417" + "7429" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1183,26 +1183,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/create-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"create-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Create resource\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a POST call based on the echo backend above. The request body is expected to contain JSON-formatted data (see example below). A policy is used to automatically transform any request sent in JSON directly to XML. In a real-world scenario this could be used to enable modern clients to speak to a legacy backend.\",\r\n \"request\": {\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"{\\r\\n\\t\\\"vehicleType\\\": \\\"train\\\",\\r\\n\\t\\\"maxSpeed\\\": 125,\\r\\n\\t\\\"avgSpeed\\\": 90,\\r\\n\\t\\\"speedUnit\\\": \\\"mph\\\"\\r\\n}\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/modify-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"modify-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Modify Resource\",\r\n \"method\": \"PUT\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a PUT call handled by the same \\\"echo\\\" backend as above. You can now specify a request body in addition to headers and it will be returned as well.\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/remove-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"remove-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Remove resource\",\r\n \"method\": \"DELETE\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a DELETE call which traditionally deletes the resource. It is based on the same \\\"echo\\\" backend as in all other operations so nothing is actually deleted.\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/retrieve-header-only\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"retrieve-header-only\",\r\n \"properties\": {\r\n \"displayName\": \"Retrieve header only\",\r\n \"method\": \"HEAD\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"The HEAD operation returns only headers. In this demonstration a policy is used to set additional headers when the response is returned and to enable JSONP.\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/retrieve-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"retrieve-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Retrieve resource\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a GET call on a sample resource. It is handled by an \\\"echo\\\" backend which returns a response equal to the request (the supplied headers and body are being returned as received).\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"description\": \"A sample parameter that is required and has a default value of \\\"sample\\\".\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"sample\",\r\n \"required\": true,\r\n \"values\": [\r\n \"sample\"\r\n ]\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"description\": \"Another sample parameter, set to not required.\",\r\n \"type\": \"number\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"Returned in all cases.\",\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/retrieve-resource-cached\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"retrieve-resource-cached\",\r\n \"properties\": {\r\n \"displayName\": \"Retrieve resource (cached)\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/resource-cached\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a GET call with caching enabled on the same \\\"echo\\\" backend as above. Cache TTL is set to 1 hour. When you make the first request the headers you supplied will be cached. Subsequent calls will return the same headers as the first time even if you change them in your request.\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"description\": \"A sample parameter that is required and has a default value of \\\"sample\\\".\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"sample\",\r\n \"required\": true,\r\n \"values\": [\r\n \"sample\"\r\n ]\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"description\": \"Another sample parameter, set to not required.\",\r\n \"type\": \"string\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n }\r\n ],\r\n \"count\": 6\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/create-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"create-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Create resource\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a POST call based on the echo backend above. The request body is expected to contain JSON-formatted data (see example below). A policy is used to automatically transform any request sent in JSON directly to XML. In a real-world scenario this could be used to enable modern clients to speak to a legacy backend.\",\r\n \"request\": {\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"{\\r\\n\\t\\\"vehicleType\\\": \\\"train\\\",\\r\\n\\t\\\"maxSpeed\\\": 125,\\r\\n\\t\\\"avgSpeed\\\": 90,\\r\\n\\t\\\"speedUnit\\\": \\\"mph\\\"\\r\\n}\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/modify-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"modify-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Modify Resource\",\r\n \"method\": \"PUT\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a PUT call handled by the same \\\"echo\\\" backend as above. You can now specify a request body in addition to headers and it will be returned as well.\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/remove-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"remove-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Remove resource\",\r\n \"method\": \"DELETE\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a DELETE call which traditionally deletes the resource. It is based on the same \\\"echo\\\" backend as in all other operations so nothing is actually deleted.\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/retrieve-header-only\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"retrieve-header-only\",\r\n \"properties\": {\r\n \"displayName\": \"Retrieve header only\",\r\n \"method\": \"HEAD\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"The HEAD operation returns only headers. In this demonstration a policy is used to set additional headers when the response is returned and to enable JSONP.\",\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/retrieve-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"retrieve-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Retrieve resource\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a GET call on a sample resource. It is handled by an \\\"echo\\\" backend which returns a response equal to the request (the supplied headers and body are being returned as received).\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"description\": \"A sample parameter that is required and has a default value of \\\"sample\\\".\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"sample\",\r\n \"required\": true,\r\n \"values\": [\r\n \"sample\"\r\n ]\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"description\": \"Another sample parameter, set to not required.\",\r\n \"type\": \"number\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"description\": \"Returned in all cases.\",\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/retrieve-resource-cached\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"retrieve-resource-cached\",\r\n \"properties\": {\r\n \"displayName\": \"Retrieve resource (cached)\",\r\n \"method\": \"GET\",\r\n \"urlTemplate\": \"/resource-cached\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a GET call with caching enabled on the same \\\"echo\\\" backend as above. Cache TTL is set to 1 hour. When you make the first request the headers you supplied will be cached. Subsequent calls will return the same headers as the first time even if you change them in your request.\",\r\n \"request\": {\r\n \"queryParameters\": [\r\n {\r\n \"name\": \"param1\",\r\n \"description\": \"A sample parameter that is required and has a default value of \\\"sample\\\".\",\r\n \"type\": \"string\",\r\n \"defaultValue\": \"sample\",\r\n \"required\": true,\r\n \"values\": [\r\n \"sample\"\r\n ]\r\n },\r\n {\r\n \"name\": \"param2\",\r\n \"description\": \"Another sample parameter, set to not required.\",\r\n \"type\": \"string\",\r\n \"values\": []\r\n }\r\n ],\r\n \"headers\": [],\r\n \"representations\": []\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n }\r\n ],\r\n \"count\": 6\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/modify-resource/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zL21vZGlmeS1yZXNvdXJjZS9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/modify-resource/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvbW9kaWZ5LXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b1efbfc0-93d6-4c2e-a874-7200305cc1f3" + "7c75352a-d620-483b-9201-69e0fdad0326" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1215,26 +1215,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "5b4f99d9-c9c4-4010-a250-d25a413c218f" + "5436210d-9546-42b4-a9e7-10269865d42b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" + "11987" ], "x-ms-correlation-request-id": [ - "0812dde5-0258-42b0-959a-294d7f808fb0" + "9d4c93f0-3071-4799-89f3-52578553960e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191326Z:0812dde5-0258-42b0-959a-294d7f808fb0" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214337Z:9d4c93f0-3071-4799-89f3-52578553960e" ], "Date": [ - "Wed, 25 Mar 2020 19:13:25 GMT" + "Thu, 08 Apr 2021 21:43:37 GMT" ], "Content-Length": [ "97" @@ -1250,22 +1250,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/modify-resource/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zL21vZGlmeS1yZXNvdXJjZS9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/modify-resource/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvbW9kaWZ5LXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "56923ecf-2b6a-4d96-956c-2dc7d653fd78" + "3006f352-7690-419c-bee3-0834e0758ef7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1278,26 +1278,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "1f5948a2-1ee1-4e8c-9ec6-e8545726a08e" + "6172716b-05cd-4f32-8d2d-50333fa7827f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" + "11984" ], "x-ms-correlation-request-id": [ - "b097f960-5503-404a-a7f5-9f473c731ba5" + "ee7d5621-e5ea-4b67-a3d9-483793d1adfd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191329Z:b097f960-5503-404a-a7f5-9f473c731ba5" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214339Z:ee7d5621-e5ea-4b67-a3d9-483793d1adfd" ], "Date": [ - "Wed, 25 Mar 2020 19:13:28 GMT" + "Thu, 08 Apr 2021 21:43:39 GMT" ], "Content-Length": [ "97" @@ -1313,13 +1313,13 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/modify-resource/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zL21vZGlmeS1yZXNvdXJjZS9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/modify-resource/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvbW9kaWZ5LXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"value\": \"\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4de909f7-c707-4b20-a736-2e70a5ca60d0" + "06459c9a-a6a2-4e08-a87a-c1238019508d" ], "If-Match": [ "*" @@ -1328,10 +1328,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1348,34 +1348,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANTE=\"" + "\"AAAAAAAAbdg=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "1df60e2a-861e-490a-b1c5-8daff3982073" + "ce3efd82-418f-411b-9681-e4bb732a06b8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1195" ], "x-ms-correlation-request-id": [ - "c86b97c9-030f-4ae6-9b76-8e5652a03e44" + "587b70ce-ab98-41fa-a493-d03f218e0f04" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191327Z:c86b97c9-030f-4ae6-9b76-8e5652a03e44" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214338Z:587b70ce-ab98-41fa-a493-d03f218e0f04" ], "Date": [ - "Wed, 25 Mar 2020 19:13:26 GMT" + "Thu, 08 Apr 2021 21:43:38 GMT" ], "Content-Length": [ - "586" + "588" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1384,26 +1384,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/modify-resource/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/modify-resource/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/modify-resource/policies/policy?format=xml&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zL21vZGlmeS1yZXNvdXJjZS9wb2xpY2llcy9wb2xpY3k/Zm9ybWF0PXhtbCZhcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/modify-resource/policies/policy?format=xml&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvbW9kaWZ5LXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9eG1sJmFwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0539a119-110c-4c01-8f73-56665def964b" + "141adca2-4826-4490-971a-029816e0ed81" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1414,34 +1414,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANTE=\"" + "\"AAAAAAAAbdg=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "b4810020-bc42-4c4f-b52e-a41bab64bcab" + "874984ae-fe2a-400e-963f-2e024a17c686" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" + "11986" ], "x-ms-correlation-request-id": [ - "b0106b29-8525-45b8-8317-45c4775a75c4" + "a1ac59c6-e7f1-426a-bec9-902924466b57" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191327Z:b0106b29-8525-45b8-8317-45c4775a75c4" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214338Z:a1ac59c6-e7f1-426a-bec9-902924466b57" ], "Date": [ - "Wed, 25 Mar 2020 19:13:26 GMT" + "Thu, 08 Apr 2021 21:43:38 GMT" ], "Content-Length": [ - "586" + "588" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1450,26 +1450,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/modify-resource/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/modify-resource/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/modify-resource/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zL21vZGlmeS1yZXNvdXJjZS9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/modify-resource/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvbW9kaWZ5LXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2320f86a-36a7-4711-9d46-3e031965aace" + "4835b460-c8d1-441a-820c-157d88a7bb9c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1480,31 +1480,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANTE=\"" + "\"AAAAAAAAbdg=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "27800225-57ac-417b-9da5-46115526880d" + "b327815c-a458-4c72-bab5-c4ca4ed4114b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" + "11985" ], "x-ms-correlation-request-id": [ - "0e197603-4ade-40aa-809d-2f76d9b7200a" + "48305ecf-6a98-4dfa-a1ee-745d7ee4e861" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191327Z:0e197603-4ade-40aa-809d-2f76d9b7200a" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214339Z:48305ecf-6a98-4dfa-a1ee-745d7ee4e861" ], "Date": [ - "Wed, 25 Mar 2020 19:13:26 GMT" + "Thu, 08 Apr 2021 21:43:39 GMT" ], "Content-Length": [ "0" @@ -1517,25 +1517,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/modify-resource/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zL21vZGlmeS1yZXNvdXJjZS9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/modify-resource/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvbW9kaWZ5LXJlc291cmNlL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a161314-72ea-4b65-b1fd-ce16f5fa6fc6" + "a2bc7069-6921-4372-893d-4c5021f87bc0" ], "If-Match": [ - "\"AAAAAAAANTE=\"" + "\"AAAAAAAAbdg=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1548,26 +1548,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "ddf09cc4-a9e8-4b97-86bb-0763e7c75b3e" + "0dcf39f8-1652-4302-94b6-c1226f589985" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14986" + "14997" ], "x-ms-correlation-request-id": [ - "038deef6-fde6-49de-9bfb-47f9eab368ea" + "05c01c3e-caa0-434e-bcb4-26153cc6cbd6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191328Z:038deef6-fde6-49de-9bfb-47f9eab368ea" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214339Z:05c01c3e-caa0-434e-bcb4-26153cc6cbd6" ], "Date": [ - "Wed, 25 Mar 2020 19:13:28 GMT" + "Thu, 08 Apr 2021 21:43:39 GMT" ], "Expires": [ "-1" @@ -1580,22 +1580,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products?$filter=name%20eq%20'Unlimited'&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHM/JGZpbHRlcj1uYW1lJTIwZXElMjAnVW5saW1pdGVkJyZhcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products?$filter=name%20eq%20'Unlimited'&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cz8kZmlsdGVyPW5hbWUlMjBlcSUyMCdVbmxpbWl0ZWQnJmFwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "20f7b2a0-5012-4b3d-8137-184a4b784ac8" + "b24abec4-21dc-48f0-b779-b6a9f16496d1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1608,29 +1608,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "9ac5d129-f3be-4a31-9b37-8d5cb6d6c26c" + "63095d0e-7ac6-4025-9471-59eaac546fcd" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" + "11983" ], "x-ms-correlation-request-id": [ - "291f568c-9421-41af-9ee4-1ee78da8a398" + "959e854d-5249-4c17-adee-53f61bddfa8d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191329Z:291f568c-9421-41af-9ee4-1ee78da8a398" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214339Z:959e854d-5249-4c17-adee-53f61bddfa8d" ], "Date": [ - "Wed, 25 Mar 2020 19:13:29 GMT" + "Thu, 08 Apr 2021 21:43:39 GMT" ], "Content-Length": [ - "669" + "671" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1639,26 +1639,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"unlimited\",\r\n \"properties\": {\r\n \"displayName\": \"Unlimited\",\r\n \"description\": \"Subscribers have completely unlimited access to the API. Administrator approval is required.\",\r\n \"terms\": null,\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 1,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"unlimited\",\r\n \"properties\": {\r\n \"displayName\": \"Unlimited\",\r\n \"description\": \"Subscribers have completely unlimited access to the API. Administrator approval is required.\",\r\n \"terms\": null,\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 1,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvdW5saW1pdGVkL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b0aaecae-dd0d-40b2-af47-8263ad2cd158" + "318151be-4561-41c4-9e75-1df999e10e5a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1671,26 +1671,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "5a4ed627-62f6-4067-873b-3c701b575452" + "6c02f479-fcf6-457d-9d2f-56fc7af96a03" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" + "11982" ], "x-ms-correlation-request-id": [ - "a55c963f-186a-4c41-96f3-b3b5dd8509c0" + "d899914d-6444-4fce-bcae-33d0553a47f8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191329Z:a55c963f-186a-4c41-96f3-b3b5dd8509c0" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214340Z:d899914d-6444-4fce-bcae-33d0553a47f8" ], "Date": [ - "Wed, 25 Mar 2020 19:13:29 GMT" + "Thu, 08 Apr 2021 21:43:40 GMT" ], "Content-Length": [ "97" @@ -1706,22 +1706,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvdW5saW1pdGVkL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db3582cf-25bf-4f71-833e-52ca45656657" + "d0b3fde5-15c0-4ac9-8b45-533109eb8c54" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1732,34 +1732,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANTg=\"" + "\"AAAAAAAAbd8=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "80d98bc3-5a2c-4479-b555-68753835c6a4" + "1e1c89c5-d296-4255-abe7-eebdd3f09ed5" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" + "11981" ], "x-ms-correlation-request-id": [ - "b701dd59-abef-47a7-88dd-d357e3833f46" + "cd093c85-b1d2-48fa-bf82-5fab17d4fa11" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191330Z:b701dd59-abef-47a7-88dd-d357e3833f46" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214341Z:cd093c85-b1d2-48fa-bf82-5fab17d4fa11" ], "Date": [ - "Wed, 25 Mar 2020 19:13:30 GMT" + "Thu, 08 Apr 2021 21:43:41 GMT" ], "Content-Length": [ - "624" + "626" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1768,26 +1768,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvdW5saW1pdGVkL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5ba535f7-3420-417a-b3d9-fd801a8aeeab" + "fb61eb97-0a1c-4e55-bf8c-313b1003303b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1800,26 +1800,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "f4cc30f6-edab-404b-b8cf-e662dfe96851" + "52e0ff98-58f2-4ae8-83d8-6a8453825f70" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" + "11978" ], "x-ms-correlation-request-id": [ - "e53526e3-ee3f-4bbb-962b-b2d6aa70430c" + "e842b809-3687-4339-a283-ca959112cef3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191331Z:e53526e3-ee3f-4bbb-962b-b2d6aa70430c" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214342Z:e842b809-3687-4339-a283-ca959112cef3" ], "Date": [ - "Wed, 25 Mar 2020 19:13:31 GMT" + "Thu, 08 Apr 2021 21:43:41 GMT" ], "Content-Length": [ "97" @@ -1835,22 +1835,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvdW5saW1pdGVkL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"value\": \"\\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n \\r\\n\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c81b5176-4243-447e-a8eb-e7e502b8ff31" + "3e789b4b-d5de-4480-a320-858262efeab0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1867,34 +1867,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANTg=\"" + "\"AAAAAAAAbd8=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "d1fdbbd0-b1c6-418b-a048-09de869c65f9" + "39f4f93a-d941-49ed-b0c8-4c6deb8f29e1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1194" ], "x-ms-correlation-request-id": [ - "19f57783-0af8-492b-b30b-5add917539f2" + "64544430-3dd3-4188-8c12-eae922fc925a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191330Z:19f57783-0af8-492b-b30b-5add917539f2" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214341Z:64544430-3dd3-4188-8c12-eae922fc925a" ], "Date": [ - "Wed, 25 Mar 2020 19:13:29 GMT" + "Thu, 08 Apr 2021 21:43:41 GMT" ], "Content-Length": [ - "624" + "626" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1903,26 +1903,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited/policies/policy?format=xml&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvdW5saW1pdGVkL3BvbGljaWVzL3BvbGljeT9mb3JtYXQ9eG1sJmFwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited/policies/policy?format=xml&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2Zvcm1hdD14bWwmYXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8f5568b0-ced2-4c10-955e-d9fb637ded24" + "a70f5840-ef2f-4e8a-b8cc-4d4b77b57611" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1933,34 +1933,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANTg=\"" + "\"AAAAAAAAbd8=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "a67c26a2-7e10-45e6-a2fb-0cd05ba8f472" + "98a7d4a4-4f91-4da0-a4e4-dd2c34b84d15" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" + "11980" ], "x-ms-correlation-request-id": [ - "1feacfd5-f48f-4178-bc3f-35441086a180" + "a2c0cac3-641e-417f-9b28-45cf14c80043" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191330Z:1feacfd5-f48f-4178-bc3f-35441086a180" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214341Z:a2c0cac3-641e-417f-9b28-45cf14c80043" ], "Date": [ - "Wed, 25 Mar 2020 19:13:30 GMT" + "Thu, 08 Apr 2021 21:43:41 GMT" ], "Content-Length": [ - "624" + "626" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1969,26 +1969,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvdW5saW1pdGVkL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2e86f671-c540-4f07-b86d-f0e7f64ba40b" + "a9984552-a05a-4072-b8bc-5cf736e3ed0f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1999,31 +1999,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANTg=\"" + "\"AAAAAAAAbd8=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "e9c778f3-0054-49db-8de1-a56c1f5ec180" + "beb1ab72-698f-4a25-898c-a048231498e2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" + "11979" ], "x-ms-correlation-request-id": [ - "9f29ad97-7db5-4e61-907c-eb01177cfa79" + "5800b193-9bad-4289-81f6-378a697d24bc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191330Z:9f29ad97-7db5-4e61-907c-eb01177cfa79" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214341Z:5800b193-9bad-4289-81f6-378a697d24bc" ], "Date": [ - "Wed, 25 Mar 2020 19:13:30 GMT" + "Thu, 08 Apr 2021 21:43:41 GMT" ], "Content-Length": [ "0" @@ -2036,25 +2036,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvdW5saW1pdGVkL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "15e01db0-6ce7-46c8-9c9e-d185bf81fdd6" + "a2abf210-e646-44ed-8e8c-8768930c4331" ], "If-Match": [ - "\"AAAAAAAANTg=\"" + "\"AAAAAAAAbd8=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -2067,26 +2067,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "ef7d1c7d-de59-49a2-82be-bac028110c43" + "1e6c3c50-f99e-4129-9a15-3ab22c22992d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14985" + "14996" ], "x-ms-correlation-request-id": [ - "336c90ba-2508-43a4-885b-76b698e72671" + "da876c06-0cfd-4f33-9a0a-347fdb891eb4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191331Z:336c90ba-2508-43a4-885b-76b698e72671" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214341Z:da876c06-0cfd-4f33-9a0a-347fdb891eb4" ], "Date": [ - "Wed, 25 Mar 2020 19:13:31 GMT" + "Thu, 08 Apr 2021 21:43:41 GMT" ], "Expires": [ "-1" @@ -2101,12 +2101,12 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/PolicyUriTests/CreateListUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/PolicyUriTests/CreateListUpdateDelete.json index 96ee81c17a65f..f3a92b7196177 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/PolicyUriTests/CreateListUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/PolicyUriTests/CreateListUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "66a7c933-0d13-4478-98ce-bbbf0504b219" + "84ab29e2-4a3a-41b0-92a8-17876882de84" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,14 +33,14 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d554da1d-5f41-4d83-8dd0-648c5a0c664c", - "512ec4e2-c056-48f8-9160-0c42cd4f430e" + "cf90ccb5-1110-40b9-8fb3-97def6d77332", + "aa9a33c3-5c2c-4e62-ba1e-ae16e8f25db7" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -49,19 +49,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "63623309-37b8-4a21-8e30-a26e0c7b47dd" + "5f980e7c-de53-48e8-a0ef-d02959d0eb5a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T185845Z:63623309-37b8-4a21-8e30-a26e0c7b47dd" + "WESTCENTRALUS:20210408T232837Z:5f980e7c-de53-48e8-a0ef-d02959d0eb5a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 18:58:44 GMT" + "Thu, 08 Apr 2021 23:28:37 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e62701d7-5e43-46dd-a9f8-7125d3a56516" + "61067e1a-e692-48d1-96d9-3fd90725b698" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "035f154e-da6f-4e2a-b58b-257baa195c38" + "2843af11-31d5-441d-b77c-eb0bedcf736d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "11999" ], "x-ms-correlation-request-id": [ - "19e33d05-02e4-46c4-b5ac-522810a3ff61" + "36e835ef-96d0-4741-8700-7a57d6c5bcb0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T185846Z:19e33d05-02e4-46c4-b5ac-522810a3ff61" + "WESTCENTRALUS:20210408T232837Z:36e835ef-96d0-4741-8700-7a57d6c5bcb0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 18:58:46 GMT" + "Thu, 08 Apr 2021 23:28:37 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb2xpY2llcy9wb2xpY3k/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ecc0e853-38cd-4ab2-98eb-e2fb00aed070" + "b6dbf69f-1e64-4cfe-816b-c70910348ee6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -166,34 +166,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAMi0=\"" + "\"AAAAAAAAbcs=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "de88a0e4-4c75-42f2-a290-32259cfa16c8" + "57691d20-7801-4ff9-b6ac-0e4c1c21af90" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "11998" ], "x-ms-correlation-request-id": [ - "cb17a2d0-e97f-4674-b9c2-db5bc998aab4" + "62712758-9eb5-48cc-8e7e-14c4cde61263" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T185846Z:cb17a2d0-e97f-4674-b9c2-db5bc998aab4" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232838Z:62712758-9eb5-48cc-8e7e-14c4cde61263" ], "Date": [ - "Wed, 25 Mar 2020 18:58:46 GMT" + "Thu, 08 Apr 2021 23:28:37 GMT" ], "Content-Length": [ - "1326" + "1328" ], "Content-Type": [ "application/json; charset=utf-8" @@ -202,32 +202,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/policyapi6975?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9wb2xpY3lhcGk2OTc1P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/policyapi2837?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL3BvbGljeWFwaTI4Mzc/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"description1035\",\r\n \"displayName\": \"display7798\",\r\n \"serviceUrl\": \"https://echoapi.cloudapp.net/echo\",\r\n \"path\": \"path186\",\r\n \"protocols\": [\r\n \"https\",\r\n \"http\"\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"description6265\",\r\n \"displayName\": \"display8513\",\r\n \"serviceUrl\": \"https://echoapi.cloudapp.net/echo\",\r\n \"path\": \"path6396\",\r\n \"protocols\": [\r\n \"https\",\r\n \"http\"\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6714f0a0-9980-428c-bb9d-66aa8d2e840e" + "d12597d5-d72e-4eb4-b32f-fc6f11b14b63" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "239" + "240" ] }, "ResponseHeaders": { @@ -238,13 +238,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAM4Q=\"" + "\"AAAAAAAAdmw=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0d35301c-e9dc-4973-9a16-4f095c403fa8" + "efa2782b-8c70-4f1f-97f4-553bb9a7bc2b" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -253,19 +256,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "61466446-7f62-446f-85cd-8e0c445314de" + "6bb7a1bc-1cb8-4f33-8721-c045b62fe697" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T185847Z:61466446-7f62-446f-85cd-8e0c445314de" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232838Z:6bb7a1bc-1cb8-4f33-8721-c045b62fe697" ], "Date": [ - "Wed, 25 Mar 2020 18:58:47 GMT" + "Thu, 08 Apr 2021 23:28:38 GMT" ], "Content-Length": [ - "792" + "795" ], "Content-Type": [ "application/json; charset=utf-8" @@ -274,20 +274,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/policyapi6975\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"policyapi6975\",\r\n \"properties\": {\r\n \"displayName\": \"display7798\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"description1035\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"https://echoapi.cloudapp.net/echo\",\r\n \"path\": \"path186\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/policyapi2837\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"policyapi2837\",\r\n \"properties\": {\r\n \"displayName\": \"display8513\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"description6265\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"https://echoapi.cloudapp.net/echo\",\r\n \"path\": \"path6396\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/policyapi6975?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9wb2xpY3lhcGk2OTc1P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/policyapi2837?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL3BvbGljeWFwaTI4Mzc/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -298,34 +298,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAM4Q=\"" + "\"AAAAAAAAdmw=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "e0fbccef-c7f1-4940-8f94-688f655819ac" + "13af6765-5528-4c67-bda8-38893be03cd7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "11997" ], "x-ms-correlation-request-id": [ - "0b3ce086-d2eb-486c-b3ec-58dd645a04f9" + "77f434cb-e819-4e78-a6a5-b165bbe7c368" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T185918Z:0b3ce086-d2eb-486c-b3ec-58dd645a04f9" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232908Z:77f434cb-e819-4e78-a6a5-b165bbe7c368" ], "Date": [ - "Wed, 25 Mar 2020 18:59:17 GMT" + "Thu, 08 Apr 2021 23:29:08 GMT" ], "Content-Length": [ - "792" + "795" ], "Content-Type": [ "application/json; charset=utf-8" @@ -334,26 +334,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/policyapi6975\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"policyapi6975\",\r\n \"properties\": {\r\n \"displayName\": \"display7798\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"description1035\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"https://echoapi.cloudapp.net/echo\",\r\n \"path\": \"path186\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/policyapi2837\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"policyapi2837\",\r\n \"properties\": {\r\n \"displayName\": \"display8513\",\r\n \"apiRevision\": \"1\",\r\n \"description\": \"description6265\",\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"https://echoapi.cloudapp.net/echo\",\r\n \"path\": \"path6396\",\r\n \"protocols\": [\r\n \"http\",\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/policyapi6975/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9wb2xpY3lhcGk2OTc1L3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/policyapi2837/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL3BvbGljeWFwaTI4MzcvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"value\": \"https://raw.githubusercontent.com/Azure/api-management-samples/master/sdkClientResources/ApiPolicy.xml\",\r\n \"format\": \"xml-link\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8d03e422-2ebe-4e3f-8af8-c4c310879433" + "ac44c697-ef9c-4a7f-a3dc-60a4a69ca774" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -370,13 +370,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAM4k=\"" + "\"AAAAAAAAdnE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "9961b86c-ee40-4d7d-b5f0-6ce6b463fbeb" + "2a4db4d1-0476-4c9f-a1b0-40239153833e" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -385,19 +388,16 @@ "1197" ], "x-ms-correlation-request-id": [ - "968995b3-6216-4c2e-84c2-649a49f7600d" + "8d77ded7-a7e6-4fb8-9494-5118d8ee8106" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T185919Z:968995b3-6216-4c2e-84c2-649a49f7600d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232910Z:8d77ded7-a7e6-4fb8-9494-5118d8ee8106" ], "Date": [ - "Wed, 25 Mar 2020 18:59:18 GMT" + "Thu, 08 Apr 2021 23:29:09 GMT" ], "Content-Length": [ - "802" + "804" ], "Content-Type": [ "application/json; charset=utf-8" @@ -406,26 +406,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/policyapi6975/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/policyapi2837/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/policyapi6975/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9wb2xpY3lhcGk2OTc1L3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/policyapi2837/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL3BvbGljeWFwaTI4MzcvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9084a3c5-7af2-49d5-a9b0-ae04a9dd0158" + "35ad1255-9466-478b-afb8-64b7ca5a5827" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -436,31 +436,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAM4k=\"" + "\"AAAAAAAAdnE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "38453c61-7432-448a-be45-0d1618127e4c" + "8d21b5de-055c-4091-a639-ec02f8f1af26" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "11996" ], "x-ms-correlation-request-id": [ - "511fb8d6-a36b-4b27-9820-be23b624efd7" + "3e7c925e-3cb9-44a7-ae9e-c567803769de" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T185919Z:511fb8d6-a36b-4b27-9820-be23b624efd7" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232910Z:3e7c925e-3cb9-44a7-ae9e-c567803769de" ], "Date": [ - "Wed, 25 Mar 2020 18:59:19 GMT" + "Thu, 08 Apr 2021 23:29:09 GMT" ], "Content-Length": [ "0" @@ -473,25 +473,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/policyapi6975/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9wb2xpY3lhcGk2OTc1L3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/policyapi2837/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL3BvbGljeWFwaTI4MzcvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "078e51df-fe68-4816-b022-36b680163c18" + "42e46147-4618-4233-b956-c91ebef7323c" ], "If-Match": [ - "\"AAAAAAAAM4k=\"" + "\"AAAAAAAAdnE=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -504,8 +504,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "98c34204-b0ff-48f7-b38e-5dcc9c1fc380" + "76576a5b-d826-4458-8829-4d0e50cb9fd4" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -514,16 +517,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "f0b851c5-29e3-448c-b877-da3f07ebab01" + "cb3946b9-f49f-45fc-b5d7-d67181098921" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T185920Z:f0b851c5-29e3-448c-b877-da3f07ebab01" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232910Z:cb3946b9-f49f-45fc-b5d7-d67181098921" ], "Date": [ - "Wed, 25 Mar 2020 18:59:19 GMT" + "Thu, 08 Apr 2021 23:29:09 GMT" ], "Expires": [ "-1" @@ -536,22 +536,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/policyapi6975/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9wb2xpY3lhcGk2OTc1L3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/policyapi2837/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL3BvbGljeWFwaTI4MzcvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "df702dd5-251c-4868-a13b-5541728712ea" + "d1cd29f7-db5e-461d-8a74-bbff68b840e3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -564,26 +564,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "d151af0f-54cc-4caf-b236-dc26a3ae10a4" + "cb273e79-cf6b-4c67-96d6-fa20f492e950" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "11995" ], "x-ms-correlation-request-id": [ - "87379fe4-e414-4440-996e-54ebb765c1df" + "7e8111b0-6beb-452b-8bb4-2f4922d2a8c6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T185920Z:87379fe4-e414-4440-996e-54ebb765c1df" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232910Z:7e8111b0-6beb-452b-8bb4-2f4922d2a8c6" ], "Date": [ - "Wed, 25 Mar 2020 18:59:19 GMT" + "Thu, 08 Apr 2021 23:29:09 GMT" ], "Content-Length": [ "97" @@ -599,13 +599,13 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/policyapi6975?deleteRevisions=true&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9wb2xpY3lhcGk2OTc1P2RlbGV0ZVJldmlzaW9ucz10cnVlJmFwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/policyapi2837?deleteRevisions=true&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL3BvbGljeWFwaTI4Mzc/ZGVsZXRlUmV2aXNpb25zPXRydWUmYXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7fe401f3-076c-4788-9323-334be0c0cc4a" + "04e5cd08-5fa3-40a9-bac5-54f64220bde7" ], "If-Match": [ "*" @@ -614,10 +614,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -630,8 +630,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "4fdf0f1f-08e6-49a9-a6e1-e46b5bac359b" + "d502b142-4b36-4a88-8019-796d3c3f1873" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -640,16 +643,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "87110e09-6a47-4689-92fa-9595541cb8ba" + "d55cad4e-e8bc-4dca-846c-3defc79acd36" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T185921Z:87110e09-6a47-4689-92fa-9595541cb8ba" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232911Z:d55cad4e-e8bc-4dca-846c-3defc79acd36" ], "Date": [ - "Wed, 25 Mar 2020 18:59:21 GMT" + "Thu, 08 Apr 2021 23:29:10 GMT" ], "Expires": [ "-1" @@ -662,22 +662,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products?$filter=name%20eq%20'Unlimited'&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHM/JGZpbHRlcj1uYW1lJTIwZXElMjAnVW5saW1pdGVkJyZhcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products?$filter=name%20eq%20'Unlimited'&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cz8kZmlsdGVyPW5hbWUlMjBlcSUyMCdVbmxpbWl0ZWQnJmFwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "20507994-c00b-492e-9bbf-3317a92434bf" + "8caffb48-a889-41ce-9620-7804fd0591a7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -690,29 +690,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "e12a4f36-3c80-4dfd-af81-728b69515cc9" + "12380567-1647-49d1-bfba-9973b048c453" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "11994" ], "x-ms-correlation-request-id": [ - "39dd5c9c-d658-4f3c-bc1c-c3af36958143" + "f60eb394-ce08-408e-b4d0-3b833c7716a5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T185922Z:39dd5c9c-d658-4f3c-bc1c-c3af36958143" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232911Z:f60eb394-ce08-408e-b4d0-3b833c7716a5" ], "Date": [ - "Wed, 25 Mar 2020 18:59:21 GMT" + "Thu, 08 Apr 2021 23:29:10 GMT" ], "Content-Length": [ - "669" + "671" ], "Content-Type": [ "application/json; charset=utf-8" @@ -721,26 +721,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"unlimited\",\r\n \"properties\": {\r\n \"displayName\": \"Unlimited\",\r\n \"description\": \"Subscribers have completely unlimited access to the API. Administrator approval is required.\",\r\n \"terms\": null,\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 1,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"unlimited\",\r\n \"properties\": {\r\n \"displayName\": \"Unlimited\",\r\n \"description\": \"Subscribers have completely unlimited access to the API. Administrator approval is required.\",\r\n \"terms\": null,\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 1,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvdW5saW1pdGVkL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "401f9ed6-642f-458b-94b2-9b581bd8b167" + "64b65062-ddc9-4ec8-b1a4-3a878e2a22b8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -753,26 +753,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "4e41d37c-acc6-4867-bde4-6de670b5f54e" + "65be8e4b-a275-4291-b61d-9fbe1efd34a5" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "11993" ], "x-ms-correlation-request-id": [ - "e78cc3b3-1485-4ee4-8855-3291d588fa5d" + "535a50bb-336b-443c-a3de-a62473dfe8a2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T185922Z:e78cc3b3-1485-4ee4-8855-3291d588fa5d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232911Z:535a50bb-336b-443c-a3de-a62473dfe8a2" ], "Date": [ - "Wed, 25 Mar 2020 18:59:21 GMT" + "Thu, 08 Apr 2021 23:29:11 GMT" ], "Content-Length": [ "97" @@ -788,22 +788,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvdW5saW1pdGVkL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b290cf75-f040-47c3-8a6c-747ac72c2984" + "26f47b4d-c333-4f7c-bf33-dacc9652a837" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -814,34 +814,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAM5I=\"" + "\"AAAAAAAAdno=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "aa74e8c4-d86d-4f8f-a543-58c544042d70" + "338e980b-14b2-48fc-85b6-b8bfea7e0ee2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "11992" ], "x-ms-correlation-request-id": [ - "62432791-2902-4ef6-b71b-d839aeef6b11" + "1055cda3-8142-4bc1-8df1-7028d85180e5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T185923Z:62432791-2902-4ef6-b71b-d839aeef6b11" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232913Z:1055cda3-8142-4bc1-8df1-7028d85180e5" ], "Date": [ - "Wed, 25 Mar 2020 18:59:22 GMT" + "Thu, 08 Apr 2021 23:29:12 GMT" ], "Content-Length": [ - "569" + "571" ], "Content-Type": [ "application/json; charset=utf-8" @@ -850,26 +850,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvdW5saW1pdGVkL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "26a9280a-92c0-433c-9493-f628c089931f" + "31b4e023-62db-4e19-914d-51dbc5b10905" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -882,26 +882,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "f661f7e6-42a1-4415-af59-de30295829b3" + "20bfb2ca-4046-48a9-81ed-bbc9aa1b103c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "11990" ], "x-ms-correlation-request-id": [ - "0e1b8476-a952-4e43-b831-8b9b0bf10998" + "d8cb4117-b69d-4d31-ad22-5f731093132c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T185924Z:0e1b8476-a952-4e43-b831-8b9b0bf10998" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232913Z:d8cb4117-b69d-4d31-ad22-5f731093132c" ], "Date": [ - "Wed, 25 Mar 2020 18:59:24 GMT" + "Thu, 08 Apr 2021 23:29:12 GMT" ], "Content-Length": [ "97" @@ -917,22 +917,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvdW5saW1pdGVkL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"value\": \"https://raw.githubusercontent.com/Azure/api-management-samples/master/sdkClientResources/ProductPolicy.xml\",\r\n \"format\": \"xml-link\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "aff4acef-a4bb-4341-946b-be41bbbaf307" + "876aa1d7-7e8c-426b-b7a6-4d47c3a07d30" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -949,13 +949,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAM5I=\"" + "\"AAAAAAAAdno=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "bd508b5c-56d7-4af8-bc28-480edea917bb" + "2658ca39-9c67-43f5-a1fc-6f51f904fb0f" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -964,19 +967,16 @@ "1196" ], "x-ms-correlation-request-id": [ - "11dbb221-84a2-41ee-892c-1d682b30b286" + "ee360442-6e75-4f5d-a92b-e39300aaf883" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T185923Z:11dbb221-84a2-41ee-892c-1d682b30b286" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232912Z:ee360442-6e75-4f5d-a92b-e39300aaf883" ], "Date": [ - "Wed, 25 Mar 2020 18:59:22 GMT" + "Thu, 08 Apr 2021 23:29:12 GMT" ], "Content-Length": [ - "569" + "571" ], "Content-Type": [ "application/json; charset=utf-8" @@ -985,26 +985,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited/policies/policy\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/policies\",\r\n \"name\": \"policy\",\r\n \"properties\": {\r\n \"format\": \"xml\",\r\n \"value\": \"\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n\\t\\t\\r\\n\\t\\r\\n\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvdW5saW1pdGVkL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8478d078-417e-4268-b92c-c5eaa80e0c69" + "e9dd215e-ce92-42af-b6b8-791c0fffa633" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1015,31 +1015,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAM5I=\"" + "\"AAAAAAAAdno=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0b9a629a-51b3-40c9-8cf2-f9c15c26adc3" + "cfcf4350-1ea1-41d9-96d2-2f9b3b0907cb" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "11991" ], "x-ms-correlation-request-id": [ - "8353e86c-bf88-4e33-9921-d0c68656c975" + "0da4454c-7e93-4a02-bedb-0625e4554a29" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T185923Z:8353e86c-bf88-4e33-9921-d0c68656c975" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232913Z:0da4454c-7e93-4a02-bedb-0625e4554a29" ], "Date": [ - "Wed, 25 Mar 2020 18:59:22 GMT" + "Thu, 08 Apr 2021 23:29:12 GMT" ], "Content-Length": [ "0" @@ -1052,25 +1052,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited/policies/policy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvdW5saW1pdGVkL3BvbGljaWVzL3BvbGljeT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited/policies/policy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy91bmxpbWl0ZWQvcG9saWNpZXMvcG9saWN5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c8ad9f8d-b37f-407c-832c-d2d08ce495eb" + "6bbc2fe7-a6f9-4961-bf08-6c57ee152db3" ], "If-Match": [ - "\"AAAAAAAAM5I=\"" + "\"AAAAAAAAdno=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1083,8 +1083,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "8fd6630b-ad65-4858-b90b-b03513e70c7e" + "5b8bdd87-afce-40da-9482-a09ab38c1402" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1093,16 +1096,13 @@ "14997" ], "x-ms-correlation-request-id": [ - "ebeb8e53-c0ee-46f6-9312-a4db22c53556" + "5f2d8e89-ec84-4253-a0e4-d920f91d88a3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T185924Z:ebeb8e53-c0ee-46f6-9312-a4db22c53556" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232913Z:5f2d8e89-ec84-4253-a0e4-d920f91d88a3" ], "Date": [ - "Wed, 25 Mar 2020 18:59:24 GMT" + "Thu, 08 Apr 2021 23:29:12 GMT" ], "Expires": [ "-1" @@ -1117,19 +1117,19 @@ ], "Names": { "CreateListUpdateDelete": [ - "policyapi6975", - "display7798", - "description1035", - "path186" + "policyapi2837", + "display8513", + "description6265", + "path6396" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/PortalTests/CreateListUpdateDeletePortalSetting.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/PortalTests/CreateListUpdateDeletePortalSetting.json new file mode 100644 index 0000000000000..7110296a9dd28 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/PortalTests/CreateListUpdateDeletePortalSetting.json @@ -0,0 +1,217 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "48e08311-8dc9-43df-899a-c6ec4c25faed" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "342" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAV4qQ=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "0ba4448f-a819-40e3-8921-4d47256d3fd4", + "28f50cd4-f045-40d8-98ef-92146286fdd2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "20fbb709-5420-497b-a232-7574a684c78a" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210505T205917Z:20fbb709-5420-497b-a232-7574a684c78a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 05 May 2021 20:59:17 GMT" + ], + "Content-Length": [ + "2344" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAV4qQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0ee45c52-e89b-4322-8200-82f06d637a17" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAV4qQ=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a00b2027-4649-41d0-93c2-a1d365560720" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "d4c9df36-ebb0-4996-affc-b5a991c7c9ea" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210505T205918Z:d4c9df36-ebb0-4996-affc-b5a991c7c9ea" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 05 May 2021 20:59:18 GMT" + ], + "Content-Length": [ + "2344" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAV4qQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb3J0YWxzZXR0aW5ncz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b609d894-fd1e-4484-8cec-86a0ae7c26a0" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "4fd3b2b4-313f-4160-bb73-dda15d7b00c3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "ce4cb341-8844-423a-adb3-d0ffe363b710" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210505T205918Z:ce4cb341-8844-423a-adb3-d0ffe363b710" + ], + "Date": [ + "Wed, 05 May 2021 20:59:18 GMT" + ], + "Content-Length": [ + "1716" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/delegation\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalsettings\",\r\n \"name\": \"delegation\",\r\n \"properties\": {\r\n \"url\": null,\r\n \"validationKey\": null,\r\n \"subscriptions\": {\r\n \"enabled\": false\r\n },\r\n \"userRegistration\": {\r\n \"enabled\": false\r\n },\r\n \"enabled\": false,\r\n \"termsOfService\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/signin\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalsettings\",\r\n \"name\": \"signin\",\r\n \"properties\": {\r\n \"url\": null,\r\n \"validationKey\": null,\r\n \"subscriptions\": null,\r\n \"userRegistration\": null,\r\n \"enabled\": true,\r\n \"termsOfService\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/signup\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalsettings\",\r\n \"name\": \"signup\",\r\n \"properties\": {\r\n \"url\": null,\r\n \"validationKey\": null,\r\n \"subscriptions\": null,\r\n \"userRegistration\": null,\r\n \"enabled\": true,\r\n \"termsOfService\": {\r\n \"text\": null,\r\n \"enabled\": false,\r\n \"consentRequired\": false\r\n }\r\n }\r\n }\r\n ],\r\n \"count\": 3\r\n}", + "StatusCode": 200 + } + ], + "Names": {}, + "Variables": { + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", + "TestCertificatePassword": "Password", + "testKeyVaultSecretUrl": "https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1", + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" + } +} \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/PortalTests/CreateListUpdatePortalRevision.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/PortalTests/CreateListUpdatePortalRevision.json new file mode 100644 index 0000000000000..6cc748180a5f0 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/PortalTests/CreateListUpdatePortalRevision.json @@ -0,0 +1,491 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7aba357a-b684-4f20-b6b8-064396ce9eb3" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "342" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAV4qQ=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "adc4194e-1921-444f-874c-392da50f4772", + "e81457ce-9b9d-4590-b61d-eba5a6114449" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "9c58a350-cd6a-44cf-b85d-36ef8330ab3a" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210508T000840Z:9c58a350-cd6a-44cf-b85d-36ef8330ab3a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 08 May 2021 00:08:39 GMT" + ], + "Content-Length": [ + "2344" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAV4qQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9c4c4cf5-6e79-4861-9620-7f0bb4a00c1f" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAV4qQ=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "21ef656a-7295-4558-a8c0-690207cf05e1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "93e732df-d12f-49e2-a700-1a528386dfb8" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210508T000840Z:93e732df-d12f-49e2-a700-1a528386dfb8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sat, 08 May 2021 00:08:39 GMT" + ], + "Content-Length": [ + "2344" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAV4qQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalRevisions/revisionId4949?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb3J0YWxSZXZpc2lvbnMvcmV2aXNpb25JZDQ5NDk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6bd7e760-783b-456e-b58b-eb9e59490d2e" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "150" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalRevisions/revisionId4949?api-version=2020-12-01&asyncId=6095d688093a9d19e07081ea&asyncCode=201" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "90b50ea7-bddb-4212-8fc0-a5fc031efc2a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "81eb3f2b-279e-42db-b893-8540bbc8f21f" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210508T000841Z:81eb3f2b-279e-42db-b893-8540bbc8f21f" + ], + "Date": [ + "Sat, 08 May 2021 00:08:40 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalRevisions/revisionId4949?api-version=2020-12-01&asyncId=6095d688093a9d19e07081ea&asyncCode=201", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb3J0YWxSZXZpc2lvbnMvcmV2aXNpb25JZDQ5NDk/YXBpLXZlcnNpb249MjAyMC0xMi0wMSZhc3luY0lkPTYwOTVkNjg4MDkzYTlkMTllMDcwODFlYSZhc3luY0NvZGU9MjAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAAgNE=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "4747abde-cb6f-4ce5-8e2d-0fb7cee74ed1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "ea6ff0f2-6c82-4971-b1d6-ee20852af9bd" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210508T000911Z:ea6ff0f2-6c82-4971-b1d6-ee20852af9bd" + ], + "Date": [ + "Sat, 08 May 2021 00:09:10 GMT" + ], + "Content-Length": [ + "614" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalRevisions/revisionId4949\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalRevisions\",\r\n \"name\": \"revisionId4949\",\r\n \"properties\": {\r\n \"description\": \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\",\r\n \"statusDetails\": null,\r\n \"status\": \"completed\",\r\n \"isCurrent\": true,\r\n \"createdDateTime\": \"2021-05-08T00:08:40.863Z\",\r\n \"updatedDateTime\": \"2021-05-08T00:09:01.043Z\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalRevisions/revisionId4949?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb3J0YWxSZXZpc2lvbnMvcmV2aXNpb25JZDQ5NDk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b2d643f4-066c-4186-bf6f-4e19d4e0185e" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAAgNE=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "4f2bbe3d-d1b6-42bf-8024-700ad356b2e2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "6bae36aa-0f3b-449c-a7be-9ebfc06909c6" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210508T000911Z:6bae36aa-0f3b-449c-a7be-9ebfc06909c6" + ], + "Date": [ + "Sat, 08 May 2021 00:09:10 GMT" + ], + "Content-Length": [ + "614" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalRevisions/revisionId4949\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalRevisions\",\r\n \"name\": \"revisionId4949\",\r\n \"properties\": {\r\n \"description\": \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\",\r\n \"statusDetails\": null,\r\n \"status\": \"completed\",\r\n \"isCurrent\": true,\r\n \"createdDateTime\": \"2021-05-08T00:08:40.863Z\",\r\n \"updatedDateTime\": \"2021-05-08T00:09:01.043Z\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalRevisions/revisionId4949?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb3J0YWxSZXZpc2lvbnMvcmV2aXNpb25JZDQ5NDk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"Updated aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ca2bb1b6-8272-403b-9969-7aa6550dafb7" + ], + "If-Match": [ + "*" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "158" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAAgNI=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "4b8d6c86-0cda-4ad1-a3bf-6df94cc6de26" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-correlation-request-id": [ + "7bd25437-7e0b-4f34-b038-2f8ddc523c15" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210508T000911Z:7bd25437-7e0b-4f34-b038-2f8ddc523c15" + ], + "Date": [ + "Sat, 08 May 2021 00:09:10 GMT" + ], + "Content-Length": [ + "622" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalRevisions/revisionId4949\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalRevisions\",\r\n \"name\": \"revisionId4949\",\r\n \"properties\": {\r\n \"description\": \"Updated aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\",\r\n \"statusDetails\": null,\r\n \"status\": \"completed\",\r\n \"isCurrent\": true,\r\n \"createdDateTime\": \"2021-05-08T00:08:40.863Z\",\r\n \"updatedDateTime\": \"2021-05-08T00:09:01.043Z\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalRevisions?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb3J0YWxSZXZpc2lvbnM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "081f0cf2-83af-492e-81cd-9b50ef000a80" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "142c2b65-dd06-46eb-ab43-2276555a9395" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "a961adff-ab8c-4e01-873d-98c4bb2f709d" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210508T000911Z:a961adff-ab8c-4e01-873d-98c4bb2f709d" + ], + "Date": [ + "Sat, 08 May 2021 00:09:10 GMT" + ], + "Content-Length": [ + "8741" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalRevisions/revisionId8666\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalRevisions\",\r\n \"name\": \"revisionId8666\",\r\n \"properties\": {\r\n \"description\": \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\",\r\n \"statusDetails\": null,\r\n \"status\": \"failed\",\r\n \"isCurrent\": false,\r\n \"createdDateTime\": \"2021-05-05T22:17:48.31Z\",\r\n \"updatedDateTime\": \"2021-05-05T22:17:59.337Z\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalRevisions/revisionId4205\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalRevisions\",\r\n \"name\": \"revisionId4205\",\r\n \"properties\": {\r\n \"description\": \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\",\r\n \"statusDetails\": null,\r\n \"status\": \"failed\",\r\n \"isCurrent\": false,\r\n \"createdDateTime\": \"2021-05-05T22:24:23.463Z\",\r\n \"updatedDateTime\": \"2021-05-05T22:24:37.19Z\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalRevisions/revisionId2249\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalRevisions\",\r\n \"name\": \"revisionId2249\",\r\n \"properties\": {\r\n \"description\": \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\",\r\n \"statusDetails\": null,\r\n \"status\": \"failed\",\r\n \"isCurrent\": false,\r\n \"createdDateTime\": \"2021-05-07T17:48:20.16Z\",\r\n \"updatedDateTime\": \"2021-05-07T17:48:33.957Z\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalRevisions/revisionId9915\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalRevisions\",\r\n \"name\": \"revisionId9915\",\r\n \"properties\": {\r\n \"description\": \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\",\r\n \"statusDetails\": null,\r\n \"status\": \"failed\",\r\n \"isCurrent\": false,\r\n \"createdDateTime\": \"2021-05-07T17:49:19.84Z\",\r\n \"updatedDateTime\": \"2021-05-07T17:49:34.537Z\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalRevisions/revisionId3459\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalRevisions\",\r\n \"name\": \"revisionId3459\",\r\n \"properties\": {\r\n \"description\": \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\",\r\n \"statusDetails\": null,\r\n \"status\": \"failed\",\r\n \"isCurrent\": false,\r\n \"createdDateTime\": \"2021-05-07T18:45:04.443Z\",\r\n \"updatedDateTime\": \"2021-05-07T18:45:14.723Z\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalRevisions/revisionId4343\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalRevisions\",\r\n \"name\": \"revisionId4343\",\r\n \"properties\": {\r\n \"description\": \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\",\r\n \"statusDetails\": null,\r\n \"status\": \"completed\",\r\n \"isCurrent\": false,\r\n \"createdDateTime\": \"2021-05-07T18:49:26.25Z\",\r\n \"updatedDateTime\": \"2021-05-07T23:42:05.647Z\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalRevisions/revisionId114\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalRevisions\",\r\n \"name\": \"revisionId114\",\r\n \"properties\": {\r\n \"description\": \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\",\r\n \"statusDetails\": null,\r\n \"status\": \"completed\",\r\n \"isCurrent\": false,\r\n \"createdDateTime\": \"2021-05-07T23:41:30.163Z\",\r\n \"updatedDateTime\": \"2021-05-07T23:43:42.977Z\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalRevisions/revisionId2438\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalRevisions\",\r\n \"name\": \"revisionId2438\",\r\n \"properties\": {\r\n \"description\": \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\",\r\n \"statusDetails\": null,\r\n \"status\": \"completed\",\r\n \"isCurrent\": false,\r\n \"createdDateTime\": \"2021-05-07T23:43:14.52Z\",\r\n \"updatedDateTime\": \"2021-05-07T23:47:51.22Z\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalRevisions/revisionId3081\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalRevisions\",\r\n \"name\": \"revisionId3081\",\r\n \"properties\": {\r\n \"description\": \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\",\r\n \"statusDetails\": null,\r\n \"status\": \"completed\",\r\n \"isCurrent\": false,\r\n \"createdDateTime\": \"2021-05-07T23:47:24.1Z\",\r\n \"updatedDateTime\": \"2021-05-08T00:04:13.333Z\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalRevisions/revisionId5285\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalRevisions\",\r\n \"name\": \"revisionId5285\",\r\n \"properties\": {\r\n \"description\": \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\",\r\n \"statusDetails\": null,\r\n \"status\": \"completed\",\r\n \"isCurrent\": false,\r\n \"createdDateTime\": \"2021-05-08T00:03:53.013Z\",\r\n \"updatedDateTime\": \"2021-05-08T00:06:01.68Z\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalRevisions/revisionId664\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalRevisions\",\r\n \"name\": \"revisionId664\",\r\n \"properties\": {\r\n \"description\": \"Updated aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\",\r\n \"statusDetails\": null,\r\n \"status\": \"completed\",\r\n \"isCurrent\": false,\r\n \"createdDateTime\": \"2021-05-08T00:05:34.453Z\",\r\n \"updatedDateTime\": \"2021-05-08T00:07:50.043Z\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalRevisions/revisionId6387\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalRevisions\",\r\n \"name\": \"revisionId6387\",\r\n \"properties\": {\r\n \"description\": \"Updated aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\",\r\n \"statusDetails\": null,\r\n \"status\": \"completed\",\r\n \"isCurrent\": false,\r\n \"createdDateTime\": \"2021-05-08T00:07:28.71Z\",\r\n \"updatedDateTime\": \"2021-05-08T00:09:01.043Z\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalRevisions/revisionId4949\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalRevisions\",\r\n \"name\": \"revisionId4949\",\r\n \"properties\": {\r\n \"description\": \"Updated aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\",\r\n \"statusDetails\": null,\r\n \"status\": \"completed\",\r\n \"isCurrent\": true,\r\n \"createdDateTime\": \"2021-05-08T00:08:40.863Z\",\r\n \"updatedDateTime\": \"2021-05-08T00:09:11.583Z\"\r\n }\r\n }\r\n ],\r\n \"count\": 13\r\n}", + "StatusCode": 200 + } + ], + "Names": { + "CreateListUpdatePortalRevision": [ + "revisionId4949" + ] + }, + "Variables": { + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", + "TestCertificatePassword": "Password", + "testKeyVaultSecretUrl": "https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1", + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" + } +} \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/PortalTests/ListPortalSetting.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/PortalTests/ListPortalSetting.json new file mode 100644 index 0000000000000..47fa5cbd5607b --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/PortalTests/ListPortalSetting.json @@ -0,0 +1,217 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "438e6ea9-0de8-49c4-830e-e0732b969fa3" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "342" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAV4qQ=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "ffaca945-ba45-4ad0-8674-30a3f48368d2", + "9c6456cd-1e79-4fc6-821e-8a6129210188" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "bf4551ce-7073-410a-b80b-df3120ac47d5" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210505T214805Z:bf4551ce-7073-410a-b80b-df3120ac47d5" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 05 May 2021 21:48:05 GMT" + ], + "Content-Length": [ + "2344" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAV4qQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a2d68924-0769-4f18-8983-fac35a14dd2d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAV4qQ=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "06925737-03a5-404a-8717-eab018b151fc" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "669e1c11-fbfb-43b2-af04-ba2c36901d9d" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210505T214806Z:669e1c11-fbfb-43b2-af04-ba2c36901d9d" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Wed, 05 May 2021 21:48:05 GMT" + ], + "Content-Length": [ + "2344" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAV4qQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb3J0YWxzZXR0aW5ncz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b91505ea-d8b5-4527-b653-076304e84f1c" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "3a8ba80a-fe20-41bd-aecf-53b5618005b4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "35d0fcea-a291-4b6e-b19a-6a24b67b9240" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20210505T214806Z:35d0fcea-a291-4b6e-b19a-6a24b67b9240" + ], + "Date": [ + "Wed, 05 May 2021 21:48:05 GMT" + ], + "Content-Length": [ + "1716" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/delegation\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalsettings\",\r\n \"name\": \"delegation\",\r\n \"properties\": {\r\n \"url\": null,\r\n \"validationKey\": null,\r\n \"subscriptions\": {\r\n \"enabled\": false\r\n },\r\n \"userRegistration\": {\r\n \"enabled\": false\r\n },\r\n \"enabled\": false,\r\n \"termsOfService\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/signin\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalsettings\",\r\n \"name\": \"signin\",\r\n \"properties\": {\r\n \"url\": null,\r\n \"validationKey\": null,\r\n \"subscriptions\": null,\r\n \"userRegistration\": null,\r\n \"enabled\": true,\r\n \"termsOfService\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/signup\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalsettings\",\r\n \"name\": \"signup\",\r\n \"properties\": {\r\n \"url\": null,\r\n \"validationKey\": null,\r\n \"subscriptions\": null,\r\n \"userRegistration\": null,\r\n \"enabled\": true,\r\n \"termsOfService\": {\r\n \"text\": null,\r\n \"enabled\": false,\r\n \"consentRequired\": false\r\n }\r\n }\r\n }\r\n ],\r\n \"count\": 3\r\n}", + "StatusCode": 200 + } + ], + "Names": {}, + "Variables": { + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", + "TestCertificatePassword": "Password", + "testKeyVaultSecretUrl": "https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1", + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" + } +} \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ProductTests/ApisListAddRemove.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ProductTests/ApisListAddRemove.json index 032d26a403a28..d17b9980594cd 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ProductTests/ApisListAddRemove.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ProductTests/ApisListAddRemove.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7084d019-99b5-4797-bcc7-b399744454de" + "0c2f92e0-2316-4b1d-9607-cfea41c57671" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "73a0787d-23f7-4506-a662-3785618bcb0d", - "3978d752-e59d-4347-beee-f138ed5350f6" + "1c0b49ae-6007-42c8-8c1d-c7de42403dfb", + "b16ec9a8-6571-4c0f-8cd8-7db47d82ffe2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1199" ], "x-ms-correlation-request-id": [ - "f0c0018a-b00f-44ae-b727-13483619545c" + "1d4d5467-ad3b-4265-8602-1521c65ec255" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192329Z:f0c0018a-b00f-44ae-b727-13483619545c" + "WESTCENTRALUS:20210408T214415Z:1d4d5467-ad3b-4265-8602-1521c65ec255" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:23:28 GMT" + "Thu, 08 Apr 2021 21:44:14 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f2e853e2-165d-4f93-901b-77962a62843d" + "b909a739-9c5a-424f-95a2-3a7d5c288365" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2f45c3d9-2c50-42fe-bc80-c2c3426a353b" + "d626c185-8bd2-4fc9-965b-1270a956ee30" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14956" + "11999" ], "x-ms-correlation-request-id": [ - "03a8bab5-47ef-4c7e-b0f6-c787d624f32e" + "2446fdea-4a27-4f41-94aa-fcce90a75f57" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192329Z:03a8bab5-47ef-4c7e-b0f6-c787d624f32e" + "WESTCENTRALUS:20210408T214415Z:2446fdea-4a27-4f41-94aa-fcce90a75f57" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:23:28 GMT" + "Thu, 08 Apr 2021 21:44:14 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products?$filter=name%20eq%20'Starter'&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHM/JGZpbHRlcj1uYW1lJTIwZXElMjAnU3RhcnRlcicmYXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products?$filter=name%20eq%20'Starter'&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cz8kZmlsdGVyPW5hbWUlMjBlcSUyMCdTdGFydGVyJyZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39ac2261-fd79-4695-8018-030786918924" + "c0c3200f-05d5-4b04-ab94-36733cf65fba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,29 +168,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "faf8600b-43a9-4a8d-a527-212c368dcc05" + "54982bfd-e33e-4fe0-a8ec-f6c541a6f2a0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], "x-ms-correlation-request-id": [ - "3af27e94-b00b-4781-a08c-1682029b3aa4" + "2b9d92a7-1d9d-403f-a393-2685297688f5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192330Z:3af27e94-b00b-4781-a08c-1682029b3aa4" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214415Z:2b9d92a7-1d9d-403f-a393-2685297688f5" ], "Date": [ - "Wed, 25 Mar 2020 19:23:30 GMT" + "Thu, 08 Apr 2021 21:44:14 GMT" ], "Content-Length": [ - "660" + "662" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,26 +199,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"starter\",\r\n \"properties\": {\r\n \"displayName\": \"Starter\",\r\n \"description\": \"Subscribers will be able to run 5 calls/minute up to a maximum of 100 calls/week.\",\r\n \"terms\": \"\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": false,\r\n \"subscriptionsLimit\": 2147483647,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"starter\",\r\n \"properties\": {\r\n \"displayName\": \"Starter\",\r\n \"description\": \"Subscribers will be able to run 5 calls/minute up to a maximum of 100 calls/week.\",\r\n \"terms\": \"\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": false,\r\n \"subscriptionsLimit\": 2147483647,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/apis?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvc3RhcnRlci9hcGlzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/apis?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9zdGFydGVyL2FwaXM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2d2e16a6-ad6f-4cad-a819-07f8ee972df9" + "7e91d7a3-da42-4c62-94ea-d240784783b0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -231,29 +231,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "140ab046-f395-4b55-9ce6-be16104342bc" + "6c91b9db-0589-49d9-a190-ca0c7b022f91" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" + "11997" ], "x-ms-correlation-request-id": [ - "09178fb5-433c-464f-a15b-3de6f896adf0" + "d18100af-762d-4f12-9511-069b14be5302" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192330Z:09178fb5-433c-464f-a15b-3de6f896adf0" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214416Z:d18100af-762d-4f12-9511-069b14be5302" ], "Date": [ - "Wed, 25 Mar 2020 19:23:30 GMT" + "Thu, 08 Apr 2021 21:44:15 GMT" ], "Content-Length": [ - "754" + "756" ], "Content-Type": [ "application/json; charset=utf-8" @@ -262,26 +262,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/apis?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvc3RhcnRlci9hcGlzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/apis?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9zdGFydGVyL2FwaXM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "56151f8c-a1eb-4c80-9c30-f8fd18bb8996" + "f08be941-c2de-494b-b4ef-80f4a9791a90" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -294,26 +294,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "3016ca03-c38f-4cdf-baa2-64eb610884d7" + "1495e772-9a5a-4751-92d8-b79522cb2a00" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14952" + "11995" ], "x-ms-correlation-request-id": [ - "3aac8398-ce5d-400a-b423-ccb4454ab583" + "bd1e4772-4f2a-4fe3-848c-c7e593ea088b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192331Z:3aac8398-ce5d-400a-b423-ccb4454ab583" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214417Z:bd1e4772-4f2a-4fe3-848c-c7e593ea088b" ], "Date": [ - "Wed, 25 Mar 2020 19:23:31 GMT" + "Thu, 08 Apr 2021 21:44:16 GMT" ], "Content-Length": [ "34" @@ -329,22 +329,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/apis?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvc3RhcnRlci9hcGlzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/apis?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9zdGFydGVyL2FwaXM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2d262321-241d-4461-96d0-1aa2e8591bb9" + "ce5e8d30-e564-4100-b8d3-1db3451ea7ce" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -357,29 +357,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "ce75f334-4280-420d-8a24-573399809259" + "899987b1-593e-4f6e-9f61-350ad204bdbe" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14951" + "11994" ], "x-ms-correlation-request-id": [ - "addd9121-a439-431c-99e7-a0b19e9f58d2" + "c617cdf5-7b36-4e4a-a545-9c8611c3a9fa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192333Z:addd9121-a439-431c-99e7-a0b19e9f58d2" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214417Z:c617cdf5-7b36-4e4a-a545-9c8611c3a9fa" ], "Date": [ - "Wed, 25 Mar 2020 19:23:32 GMT" + "Thu, 08 Apr 2021 21:44:16 GMT" ], "Content-Length": [ - "754" + "756" ], "Content-Type": [ "application/json; charset=utf-8" @@ -388,26 +388,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a641870a-12e0-4a8b-9c1d-b69deefafce0" + "5a7d1329-5228-48cc-a897-583e512e3873" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -418,34 +418,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANS0=\"" + "\"AAAAAAAAbdI=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "056af669-b0b9-4ece-90a3-60f31f64d9ae" + "bed6005f-8e36-4b13-baf5-8ecb11794abb" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" + "11996" ], "x-ms-correlation-request-id": [ - "d9e2b303-dfac-4ec1-b5d2-ec6f75b4589f" + "544cc572-140a-4156-8b9b-9236619422f4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192330Z:d9e2b303-dfac-4ec1-b5d2-ec6f75b4589f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214416Z:544cc572-140a-4156-8b9b-9236619422f4" ], "Date": [ - "Wed, 25 Mar 2020 19:23:30 GMT" + "Thu, 08 Apr 2021 21:44:15 GMT" ], "Content-Length": [ - "746" + "748" ], "Content-Type": [ "application/json; charset=utf-8" @@ -454,26 +454,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": {\r\n \"oAuth2\": null,\r\n \"openid\": null\r\n },\r\n \"subscriptionKeyParameterNames\": {\r\n \"header\": \"Ocp-Apim-Subscription-Key\",\r\n \"query\": \"subscription-key\"\r\n },\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/apis/echo-api?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvc3RhcnRlci9hcGlzL2VjaG8tYXBpP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/apis/echo-api?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9zdGFydGVyL2FwaXMvZWNoby1hcGk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "27233f7d-4382-4877-8730-d7b6da6c4e70" + "a9f9c660-c9b7-4582-b9fd-5c06dc5e93f1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -486,26 +486,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "4e25fddf-1649-4a5f-899c-1e6983af0e41" + "9f530d4e-32a6-4a61-b341-8afa7b008d53" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14986" + "14999" ], "x-ms-correlation-request-id": [ - "86470d1e-8644-4021-818f-2b450121c421" + "fa9e2262-fa80-4609-97ae-c68152736817" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192331Z:86470d1e-8644-4021-818f-2b450121c421" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214416Z:fa9e2262-fa80-4609-97ae-c68152736817" ], "Date": [ - "Wed, 25 Mar 2020 19:23:31 GMT" + "Thu, 08 Apr 2021 21:44:16 GMT" ], "Expires": [ "-1" @@ -518,22 +518,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/apis/echo-api?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvc3RhcnRlci9hcGlzL2VjaG8tYXBpP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/apis/echo-api?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9zdGFydGVyL2FwaXMvZWNoby1hcGk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "577070a6-aada-4e5c-b608-fc5f8922a1c1" + "60a60d00-230f-40dc-b996-e2f01025472f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -544,34 +544,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANS0=\"" + "\"AAAAAAAAbdI=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "b51e3ae3-abf0-479d-b102-77f03150517c" + "bb5e8fb5-7a7e-4149-ab7d-612f8267c6e6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1198" ], "x-ms-correlation-request-id": [ - "35319c7d-ed62-4091-af99-4615d70ab8c0" + "5b514d9b-cf0e-45ac-886d-a54940f52420" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192332Z:35319c7d-ed62-4091-af99-4615d70ab8c0" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214417Z:5b514d9b-cf0e-45ac-886d-a54940f52420" ], "Date": [ - "Wed, 25 Mar 2020 19:23:32 GMT" + "Thu, 08 Apr 2021 21:44:16 GMT" ], "Content-Length": [ - "619" + "621" ], "Content-Type": [ "application/json; charset=utf-8" @@ -580,18 +580,18 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": null,\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": null,\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n}", "StatusCode": 201 } ], "Names": {}, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ProductTests/CreateListUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ProductTests/CreateListUpdateDelete.json index 3a9be186325f4..11677dba80935 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ProductTests/CreateListUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ProductTests/CreateListUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b9f5f0f5-1c5b-401d-9256-239d841d9dc9" + "418f5883-16f8-40c5-b3a9-c0b6f8e44011" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "01c2f52e-b83a-478d-af92-f73e85c180e3", - "cb35b563-9fb9-41b7-8c43-00d4c1394766" + "cda7dbe0-2c5c-4e33-bf7d-9631c1d14d51", + "28a137ed-30be-4dc6-bc70-d7d22a4f26ee" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1199" ], "x-ms-correlation-request-id": [ - "fa2fc902-0aee-4edb-9f9b-d5b2e12a7065" + "be5af2fa-7f8c-4661-9633-b89ea086120a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192315Z:fa2fc902-0aee-4edb-9f9b-d5b2e12a7065" + "WESTCENTRALUS:20210408T214407Z:be5af2fa-7f8c-4661-9633-b89ea086120a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:23:15 GMT" + "Thu, 08 Apr 2021 21:44:06 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e1cf0217-4c7b-48d4-becd-bca2884a8e5a" + "14366f72-952c-472e-a38d-9ce8dc61e99d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "70ff9adf-2927-4a3f-a64f-fbe286b15750" + "85834332-c30e-4548-9775-dd2ea17e66aa" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" + "11998" ], "x-ms-correlation-request-id": [ - "4a41aa59-6091-4271-a1e1-70518a889c01" + "61040b14-e7ff-4d8e-9780-366fe30ca543" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192315Z:4a41aa59-6091-4271-a1e1-70518a889c01" + "WESTCENTRALUS:20210408T214407Z:61040b14-e7ff-4d8e-9780-366fe30ca543" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:23:15 GMT" + "Thu, 08 Apr 2021 21:44:06 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "32289e9c-e0c8-4b26-9a47-96784d722088" + "3310ab9e-81f4-40bf-b7c2-635270dba5fe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,29 +168,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "aec7a33a-dc85-4790-bb17-ef7261b008ec" + "1a77d551-d811-47ba-a450-b80f326c4af0" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" + "11997" ], "x-ms-correlation-request-id": [ - "c213faef-11ec-42f4-a29a-ee2f916fa8ef" + "99f643df-59a4-41e9-ac9d-c77c044fccbf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192315Z:c213faef-11ec-42f4-a29a-ee2f916fa8ef" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214407Z:99f643df-59a4-41e9-ac9d-c77c044fccbf" ], "Date": [ - "Wed, 25 Mar 2020 19:23:15 GMT" + "Thu, 08 Apr 2021 21:44:07 GMT" ], "Content-Length": [ - "1292" + "1296" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,26 +199,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"starter\",\r\n \"properties\": {\r\n \"displayName\": \"Starter\",\r\n \"description\": \"Subscribers will be able to run 5 calls/minute up to a maximum of 100 calls/week.\",\r\n \"terms\": \"\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": false,\r\n \"subscriptionsLimit\": 2147483647,\r\n \"state\": \"published\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"unlimited\",\r\n \"properties\": {\r\n \"displayName\": \"Unlimited\",\r\n \"description\": \"Subscribers have completely unlimited access to the API. Administrator approval is required.\",\r\n \"terms\": null,\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 1,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 2\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"starter\",\r\n \"properties\": {\r\n \"displayName\": \"Starter\",\r\n \"description\": \"Subscribers will be able to run 5 calls/minute up to a maximum of 100 calls/week.\",\r\n \"terms\": \"\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": false,\r\n \"subscriptionsLimit\": 2147483647,\r\n \"state\": \"published\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"unlimited\",\r\n \"properties\": {\r\n \"displayName\": \"Unlimited\",\r\n \"description\": \"Subscribers have completely unlimited access to the API. Administrator approval is required.\",\r\n \"terms\": null,\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 1,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 2\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/newproduct7078?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvbmV3cHJvZHVjdDcwNzg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/newproduct666?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9uZXdwcm9kdWN0NjY2P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"productDescription4528\",\r\n \"terms\": \"productTerms8595\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 10,\r\n \"state\": \"notPublished\",\r\n \"displayName\": \"productName6527\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"productDescription3148\",\r\n \"terms\": \"productTerms3947\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 10,\r\n \"state\": \"notPublished\",\r\n \"displayName\": \"productName1677\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fe1fbdb0-b59d-4f69-8012-6ba0caeae57c" + "f160b914-8b89-4013-b16a-8842fdc6198c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -235,34 +235,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANf8=\"" + "\"AAAAAAAAbf0=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "2de1759b-784f-41a7-b0ae-f2dab917baa7" + "9a435b6d-0be2-4110-b9a1-f7e0ba31379c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1198" ], "x-ms-correlation-request-id": [ - "edbba09b-846d-4b1b-8f5f-67f7871fd7a6" + "7f402eec-1297-4edd-81ca-fe2d8ddcc667" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192317Z:edbba09b-846d-4b1b-8f5f-67f7871fd7a6" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214408Z:7f402eec-1297-4edd-81ca-fe2d8ddcc667" ], "Date": [ - "Wed, 25 Mar 2020 19:23:16 GMT" + "Thu, 08 Apr 2021 21:44:08 GMT" ], "Content-Length": [ - "1050" + "1052" ], "Content-Type": [ "application/json; charset=utf-8" @@ -271,26 +271,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/newproduct7078\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"newproduct7078\",\r\n \"properties\": {\r\n \"displayName\": \"productName6527\",\r\n \"description\": \"productDescription4528\",\r\n \"terms\": \"productTerms8595\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 10,\r\n \"state\": \"notPublished\",\r\n \"groups\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/administrators\",\r\n \"name\": \"Administrators\",\r\n \"description\": \"Administrators is a built-in group. Its membership is managed by the system. Microsoft Azure subscription administrators fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/newproduct666\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"newproduct666\",\r\n \"properties\": {\r\n \"displayName\": \"productName1677\",\r\n \"description\": \"productDescription3148\",\r\n \"terms\": \"productTerms3947\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 10,\r\n \"state\": \"notPublished\",\r\n \"groups\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/administrators\",\r\n \"name\": \"Administrators\",\r\n \"description\": \"Administrators is a built-in group. Its membership is managed by the system. Microsoft Azure subscription administrators fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/newproduct7078?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvbmV3cHJvZHVjdDcwNzg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/newproduct666?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9uZXdwcm9kdWN0NjY2P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "531ab8e8-0954-4539-b135-186f72532f36" + "691007d9-a561-4f98-9e97-8eca0a8f1d0c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -301,31 +301,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANf8=\"" + "\"AAAAAAAAbf0=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "6de06d1d-9c0f-4c1c-a29a-d7cb7369aad9" + "13c4d787-991f-4a8a-bb5c-0628893868b9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" + "11996" ], "x-ms-correlation-request-id": [ - "c4a92a0e-1102-4d58-b722-e7435708a380" + "f2f9fad1-285b-4a1f-9ecc-6e17d6a0d583" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192317Z:c4a92a0e-1102-4d58-b722-e7435708a380" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214409Z:f2f9fad1-285b-4a1f-9ecc-6e17d6a0d583" ], "Date": [ - "Wed, 25 Mar 2020 19:23:16 GMT" + "Thu, 08 Apr 2021 21:44:08 GMT" ], "Content-Length": [ "0" @@ -338,22 +338,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/newproduct7078?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvbmV3cHJvZHVjdDcwNzg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/newproduct666?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9uZXdwcm9kdWN0NjY2P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d7609617-2636-4c38-b06d-67228f29bd59" + "d29011c3-f5ec-49db-b52f-d640ad8d8f00" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -364,31 +364,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANgU=\"" + "\"AAAAAAAAbgQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "13aaf480-e1c8-4842-859d-2b1407891c82" + "4a890684-d658-4005-9f04-778427124898" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14961" + "11991" ], "x-ms-correlation-request-id": [ - "6ee12f68-d770-45cb-8389-b5eca85e5d0a" + "a9e27cce-6df6-4646-a37d-eebaddb1ab5b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192319Z:6ee12f68-d770-45cb-8389-b5eca85e5d0a" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214410Z:a9e27cce-6df6-4646-a37d-eebaddb1ab5b" ], "Date": [ - "Wed, 25 Mar 2020 19:23:18 GMT" + "Thu, 08 Apr 2021 21:44:09 GMT" ], "Content-Length": [ "0" @@ -401,31 +401,31 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/newproduct7078?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvbmV3cHJvZHVjdDcwNzg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/newproduct666?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9uZXdwcm9kdWN0NjY2P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"productDescription834\",\r\n \"terms\": \"productTerms5337\",\r\n \"displayName\": \"productName2160\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"productDescription2669\",\r\n \"terms\": \"productTerms7938\",\r\n \"displayName\": \"productName2074\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b5b028f7-66ea-4023-96c5-9d76c89c7446" + "90b44a48-1c60-40dc-b327-8e89ed244c01" ], "If-Match": [ - "\"AAAAAAAANf8=\"" + "\"AAAAAAAAbf0=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "145" + "146" ] }, "ResponseHeaders": { @@ -435,54 +435,63 @@ "Pragma": [ "no-cache" ], + "ETag": [ + "\"AAAAAAAAbgQ=\"" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "56d70993-292c-4994-9c00-fc3ae6934ab9" + "7e3922ef-2c02-4727-9416-b8fbfe5bcfe9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1197" ], "x-ms-correlation-request-id": [ - "8b0b4047-d182-4b35-a117-629f4575aa80" + "fa97a15d-40f1-4ae3-a367-58fe21dfa1c8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192317Z:8b0b4047-d182-4b35-a117-629f4575aa80" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214409Z:fa97a15d-40f1-4ae3-a367-58fe21dfa1c8" ], "Date": [ - "Wed, 25 Mar 2020 19:23:17 GMT" + "Thu, 08 Apr 2021 21:44:09 GMT" + ], + "Content-Length": [ + "556" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 204 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/newproduct666\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"newproduct666\",\r\n \"properties\": {\r\n \"displayName\": \"productName2074\",\r\n \"description\": \"productDescription2669\",\r\n \"terms\": \"productTerms7938\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 10,\r\n \"state\": \"notPublished\",\r\n \"groups\": []\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/newproduct7078?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvbmV3cHJvZHVjdDcwNzg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/newproduct666?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9uZXdwcm9kdWN0NjY2P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "27a4f5ac-407b-4bf4-a1ce-f6ca683109b8" + "c35f7068-502c-4a87-bfff-d1cc82f981a5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -493,34 +502,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANgU=\"" + "\"AAAAAAAAbgQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "e01459a4-8270-4355-8635-3a465bcb4cb7" + "5d0d508e-5c2f-43d2-a263-0082b0adae7e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" + "11995" ], "x-ms-correlation-request-id": [ - "888247a3-7cf6-44c8-a581-d303871d2696" + "802f8e3a-cc05-4cca-b0fd-1fdbca9bc4b2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192318Z:888247a3-7cf6-44c8-a581-d303871d2696" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214409Z:802f8e3a-cc05-4cca-b0fd-1fdbca9bc4b2" ], "Date": [ - "Wed, 25 Mar 2020 19:23:17 GMT" + "Thu, 08 Apr 2021 21:44:09 GMT" ], "Content-Length": [ - "536" + "537" ], "Content-Type": [ "application/json; charset=utf-8" @@ -529,26 +538,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/newproduct7078\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"newproduct7078\",\r\n \"properties\": {\r\n \"displayName\": \"productName2160\",\r\n \"description\": \"productDescription834\",\r\n \"terms\": \"productTerms5337\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 10,\r\n \"state\": \"notPublished\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/newproduct666\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"newproduct666\",\r\n \"properties\": {\r\n \"displayName\": \"productName2074\",\r\n \"description\": \"productDescription2669\",\r\n \"terms\": \"productTerms7938\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 10,\r\n \"state\": \"notPublished\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/newproduct7078?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvbmV3cHJvZHVjdDcwNzg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/newproduct666?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9uZXdwcm9kdWN0NjY2P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f0b4c429-907e-457b-a836-b11d3eecd075" + "51a72111-a718-4b83-b5fc-1f39e2013b49" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -561,26 +570,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "7aa5a05b-193c-4e01-8c67-4f24aabdab7d" + "8477b77f-1bd0-4136-8538-9fbf16d8e701" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14960" + "11990" ], "x-ms-correlation-request-id": [ - "cd688ff7-ba42-4d50-ba71-0d50948371be" + "ecd5584a-69d4-4f48-825a-73e78a21bc0c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192320Z:cd688ff7-ba42-4d50-ba71-0d50948371be" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214410Z:ecd5584a-69d4-4f48-825a-73e78a21bc0c" ], "Date": [ - "Wed, 25 Mar 2020 19:23:20 GMT" + "Thu, 08 Apr 2021 21:44:10 GMT" ], "Content-Length": [ "83" @@ -596,22 +605,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products?$top=1&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products?$top=1&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "af9cabee-3a97-48c7-809d-9df41e09997b" + "f38e10f7-26b4-4310-a7f1-2868a0dff97e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -624,29 +633,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "09fce1be-1462-41c8-8fef-cf02350d7032" + "3c976ffc-b569-4ebd-85d7-d545aa748cf6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14964" + "11994" ], "x-ms-correlation-request-id": [ - "a9a2aaaf-b42e-4d8c-b700-af687ebedb73" + "3c1a03cd-20fc-4ba9-a7f3-6240b19685df" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192318Z:a9a2aaaf-b42e-4d8c-b700-af687ebedb73" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214409Z:3c1a03cd-20fc-4ba9-a7f3-6240b19685df" ], "Date": [ - "Wed, 25 Mar 2020 19:23:17 GMT" + "Thu, 08 Apr 2021 21:44:09 GMT" ], "Content-Length": [ - "894" + "880" ], "Content-Type": [ "application/json; charset=utf-8" @@ -655,26 +664,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/newproduct7078\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"newproduct7078\",\r\n \"properties\": {\r\n \"displayName\": \"productName2160\",\r\n \"description\": \"productDescription834\",\r\n \"terms\": \"productTerms5337\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 10,\r\n \"state\": \"notPublished\"\r\n }\r\n }\r\n ],\r\n \"count\": 3,\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net:443/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products?%24top=1&api-version=2019-12-01&%24skip=1\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/newproduct666\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"newproduct666\",\r\n \"properties\": {\r\n \"displayName\": \"productName2074\",\r\n \"description\": \"productDescription2669\",\r\n \"terms\": \"productTerms7938\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 10,\r\n \"state\": \"notPublished\"\r\n }\r\n }\r\n ],\r\n \"count\": 3,\r\n \"nextLink\": \"https://management.azure.com:443/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products?%24top=1&api-version=2020-12-01&%24skip=1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products?%24top=1&api-version=2019-12-01&%24skip=1", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHM/JTI0dG9wPTEmYXBpLXZlcnNpb249MjAxOS0xMi0wMSYlMjRza2lwPTE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products?%24top=1&api-version=2020-12-01&%24skip=1", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cz8lMjR0b3A9MSZhcGktdmVyc2lvbj0yMDIwLTEyLTAxJiUyNHNraXA9MQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f8918e5-620c-48cc-958d-89cb75d231b7" + "aeaa41f1-a8c9-4440-bd63-7113bc450274" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -687,29 +696,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "feb15be4-ad1f-4565-a0dc-cf38c86784bb" + "c492726f-ed71-4e6f-9e39-645ae4fa81d2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14963" + "11993" ], "x-ms-correlation-request-id": [ - "c1606645-05e8-4a83-8905-f6041966a028" + "23c8880e-8bdb-49da-af92-d9d03fa88933" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192318Z:c1606645-05e8-4a83-8905-f6041966a028" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214409Z:23c8880e-8bdb-49da-af92-d9d03fa88933" ], "Date": [ - "Wed, 25 Mar 2020 19:23:17 GMT" + "Thu, 08 Apr 2021 21:44:09 GMT" ], "Content-Length": [ - "922" + "909" ], "Content-Type": [ "application/json; charset=utf-8" @@ -718,26 +727,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"starter\",\r\n \"properties\": {\r\n \"displayName\": \"Starter\",\r\n \"description\": \"Subscribers will be able to run 5 calls/minute up to a maximum of 100 calls/week.\",\r\n \"terms\": \"\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": false,\r\n \"subscriptionsLimit\": 2147483647,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 3,\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net:443/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products?%24top=1&api-version=2019-12-01&%24skip=2\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"starter\",\r\n \"properties\": {\r\n \"displayName\": \"Starter\",\r\n \"description\": \"Subscribers will be able to run 5 calls/minute up to a maximum of 100 calls/week.\",\r\n \"terms\": \"\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": false,\r\n \"subscriptionsLimit\": 2147483647,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 3,\r\n \"nextLink\": \"https://management.azure.com:443/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products?%24top=1&api-version=2020-12-01&%24skip=2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products?%24top=1&api-version=2019-12-01&%24skip=2", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHM/JTI0dG9wPTEmYXBpLXZlcnNpb249MjAxOS0xMi0wMSYlMjRza2lwPTI=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products?%24top=1&api-version=2020-12-01&%24skip=2", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cz8lMjR0b3A9MSZhcGktdmVyc2lvbj0yMDIwLTEyLTAxJiUyNHNraXA9Mg==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1095a0c7-918a-4ae6-a883-ac59884e8043" + "010ae76f-46c1-4728-bff1-0469ce2f937a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -750,29 +759,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "d88c1846-24c9-4e3d-87ae-b01137e52845" + "76a00ffb-8833-4386-8c25-37934bc7580e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14962" + "11992" ], "x-ms-correlation-request-id": [ - "8498df1b-4069-4d35-961a-22e15f98b699" + "9684e443-8b84-4933-992d-d7c4dc6c9e52" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192319Z:8498df1b-4069-4d35-961a-22e15f98b699" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214409Z:9684e443-8b84-4933-992d-d7c4dc6c9e52" ], "Date": [ - "Wed, 25 Mar 2020 19:23:18 GMT" + "Thu, 08 Apr 2021 21:44:09 GMT" ], "Content-Length": [ - "669" + "671" ], "Content-Type": [ "application/json; charset=utf-8" @@ -781,29 +790,29 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"unlimited\",\r\n \"properties\": {\r\n \"displayName\": \"Unlimited\",\r\n \"description\": \"Subscribers have completely unlimited access to the API. Administrator approval is required.\",\r\n \"terms\": null,\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 1,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 3\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"unlimited\",\r\n \"properties\": {\r\n \"displayName\": \"Unlimited\",\r\n \"description\": \"Subscribers have completely unlimited access to the API. Administrator approval is required.\",\r\n \"terms\": null,\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 1,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 3\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/newproduct7078?deleteSubscriptions=true&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvbmV3cHJvZHVjdDcwNzg/ZGVsZXRlU3Vic2NyaXB0aW9ucz10cnVlJmFwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/newproduct666?deleteSubscriptions=true&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9uZXdwcm9kdWN0NjY2P2RlbGV0ZVN1YnNjcmlwdGlvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "352fead2-6b40-4944-bbdb-cb5978bd4289" + "2d2430bf-b428-4aa3-a4bf-04d25b41741f" ], "If-Match": [ - "\"AAAAAAAANgU=\"" + "\"AAAAAAAAbgQ=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -816,26 +825,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "1ceca8fb-d63b-47c4-9eaf-0ec28a1dda7c" + "1d28d070-0266-4bee-84d9-3a70ca8a602f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" + "14999" ], "x-ms-correlation-request-id": [ - "b5905480-42d4-4bdc-b6f7-c7e14593657d" + "2df39b1d-b62a-4ad4-aa2a-fc07fa3c60ed" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192320Z:b5905480-42d4-4bdc-b6f7-c7e14593657d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214410Z:2df39b1d-b62a-4ad4-aa2a-fc07fa3c60ed" ], "Date": [ - "Wed, 25 Mar 2020 19:23:20 GMT" + "Thu, 08 Apr 2021 21:44:10 GMT" ], "Expires": [ "-1" @@ -848,13 +857,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/newproduct7078?deleteSubscriptions=true&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvbmV3cHJvZHVjdDcwNzg/ZGVsZXRlU3Vic2NyaXB0aW9ucz10cnVlJmFwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/newproduct666?deleteSubscriptions=true&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9uZXdwcm9kdWN0NjY2P2RlbGV0ZVN1YnNjcmlwdGlvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d4ecb079-146e-482a-be83-a967e1450cdc" + "c87fb298-4256-4b20-83a4-893720100caa" ], "If-Match": [ "*" @@ -863,10 +872,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -879,26 +888,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "fdf691a1-a455-4685-8027-0f81f965196f" + "5869aaeb-f637-496d-81f1-740a87396e13" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" + "14998" ], "x-ms-correlation-request-id": [ - "20753424-0126-4aeb-a59c-a2acd0c14e50" + "6001f021-8b43-4c7f-aa59-536b89de5cc9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192321Z:20753424-0126-4aeb-a59c-a2acd0c14e50" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214410Z:6001f021-8b43-4c7f-aa59-536b89de5cc9" ], "Date": [ - "Wed, 25 Mar 2020 19:23:21 GMT" + "Thu, 08 Apr 2021 21:44:10 GMT" ], "Expires": [ "-1" @@ -910,22 +919,22 @@ ], "Names": { "CreateListUpdateDelete": [ - "newproduct7078", - "productName6527", - "productDescription4528", - "productTerms8595", - "productName2160", - "productDescription834", - "productTerms5337" + "newproduct666", + "productName1677", + "productDescription3148", + "productTerms3947", + "productName2074", + "productDescription2669", + "productTerms7938" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ProductTests/GroupsListAddRemove.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ProductTests/GroupsListAddRemove.json index 7511ae13c095f..6062cc09f7911 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ProductTests/GroupsListAddRemove.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ProductTests/GroupsListAddRemove.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "347db61e-e441-4d20-943a-d5e42579486a" + "3da1b0c3-56ff-43a9-9de7-04851c48a72f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9d06649b-bf08-40c9-8762-4a237b353856", - "24fa7449-7a12-41fc-a660-c3b9bc53b84a" + "a75b2318-67c4-4274-9c2a-c1de58f7cdf1", + "6c961171-c7d9-494f-bfdc-0c47771b0bff" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1199" ], "x-ms-correlation-request-id": [ - "a0b899cf-226f-4932-9afa-e28ab2d5e923" + "e410ae98-a47d-4d1a-9a76-7073eb3468c9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192308Z:a0b899cf-226f-4932-9afa-e28ab2d5e923" + "WESTCENTRALUS:20210408T214403Z:e410ae98-a47d-4d1a-9a76-7073eb3468c9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:23:08 GMT" + "Thu, 08 Apr 2021 21:44:02 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cb481c55-f8db-4be2-b64a-e89b1e103486" + "93b5aa95-aaa7-4b27-a68a-d3b45ffa677c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3854fb43-1d80-4dd1-b852-8ca4f22cdcc6" + "02847a53-1103-4cd5-b35e-a7bc7b4157d0" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "11999" ], "x-ms-correlation-request-id": [ - "ad77a39a-3205-4412-a420-163d97bf8fdb" + "d33675b2-f09a-41b9-8163-1d42df367735" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192309Z:ad77a39a-3205-4412-a420-163d97bf8fdb" + "WESTCENTRALUS:20210408T214404Z:d33675b2-f09a-41b9-8163-1d42df367735" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:23:08 GMT" + "Thu, 08 Apr 2021 21:44:03 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products?$filter=name%20eq%20'Starter'&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHM/JGZpbHRlcj1uYW1lJTIwZXElMjAnU3RhcnRlcicmYXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products?$filter=name%20eq%20'Starter'&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cz8kZmlsdGVyPW5hbWUlMjBlcSUyMCdTdGFydGVyJyZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "efccca52-22bc-4608-b9f6-277dcac138a0" + "7f3ca407-e224-4826-ba4a-c2fab90a046d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,29 +168,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "e3109ad9-1930-41ae-b640-eeb7a8cb9093" + "293631e5-be1f-4061-9a92-9e996b800ae6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "11998" ], "x-ms-correlation-request-id": [ - "9e11656c-e14b-4620-9a44-f9030b1c3f01" + "15648b19-7a4b-4a70-bec8-fa7e6741f3e1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192309Z:9e11656c-e14b-4620-9a44-f9030b1c3f01" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214404Z:15648b19-7a4b-4a70-bec8-fa7e6741f3e1" ], "Date": [ - "Wed, 25 Mar 2020 19:23:08 GMT" + "Thu, 08 Apr 2021 21:44:03 GMT" ], "Content-Length": [ - "660" + "662" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,26 +199,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"starter\",\r\n \"properties\": {\r\n \"displayName\": \"Starter\",\r\n \"description\": \"Subscribers will be able to run 5 calls/minute up to a maximum of 100 calls/week.\",\r\n \"terms\": \"\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": false,\r\n \"subscriptionsLimit\": 2147483647,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"starter\",\r\n \"properties\": {\r\n \"displayName\": \"Starter\",\r\n \"description\": \"Subscribers will be able to run 5 calls/minute up to a maximum of 100 calls/week.\",\r\n \"terms\": \"\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": false,\r\n \"subscriptionsLimit\": 2147483647,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/groups?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvc3RhcnRlci9ncm91cHM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/groups?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9zdGFydGVyL2dyb3Vwcz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "849d9293-bbc7-464d-9e60-760f42882fbd" + "e82de714-1b78-40ee-a38b-03a57e899ab7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -231,29 +231,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "559f66e2-a26c-4ad6-9b6a-3c182c9c99d8" + "b18d21a7-2453-4fb7-b691-ddcb756a74a3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "11997" ], "x-ms-correlation-request-id": [ - "1f5b1acc-0292-49f7-9f9b-f362380ab1f9" + "c48e73a9-8e94-4d0c-9fb3-c0bf2a980ba2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192309Z:1f5b1acc-0292-49f7-9f9b-f362380ab1f9" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214404Z:c48e73a9-8e94-4d0c-9fb3-c0bf2a980ba2" ], "Date": [ - "Wed, 25 Mar 2020 19:23:09 GMT" + "Thu, 08 Apr 2021 21:44:03 GMT" ], "Content-Length": [ - "1883" + "1889" ], "Content-Type": [ "application/json; charset=utf-8" @@ -262,26 +262,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/groups/administrators\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/groups\",\r\n \"name\": \"administrators\",\r\n \"properties\": {\r\n \"displayName\": \"Administrators\",\r\n \"description\": \"Administrators is a built-in group. Its membership is managed by the system. Microsoft Azure subscription administrators fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/groups/developers\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/groups\",\r\n \"name\": \"developers\",\r\n \"properties\": {\r\n \"displayName\": \"Developers\",\r\n \"description\": \"Developers is a built-in group. Its membership is managed by the system. Signed-in users fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/groups/guests\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/groups\",\r\n \"name\": \"guests\",\r\n \"properties\": {\r\n \"displayName\": \"Guests\",\r\n \"description\": \"Guests is a built-in group. Its membership is managed by the system. Unauthenticated users visiting the developer portal fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n }\r\n ],\r\n \"count\": 3\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/groups/administrators\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/groups\",\r\n \"name\": \"administrators\",\r\n \"properties\": {\r\n \"displayName\": \"Administrators\",\r\n \"description\": \"Administrators is a built-in group. Its membership is managed by the system. Microsoft Azure subscription administrators fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/groups/developers\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/groups\",\r\n \"name\": \"developers\",\r\n \"properties\": {\r\n \"displayName\": \"Developers\",\r\n \"description\": \"Developers is a built-in group. Its membership is managed by the system. Signed-in users fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/groups/guests\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/groups\",\r\n \"name\": \"guests\",\r\n \"properties\": {\r\n \"displayName\": \"Guests\",\r\n \"description\": \"Guests is a built-in group. Its membership is managed by the system. Unauthenticated users visiting the developer portal fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n }\r\n ],\r\n \"count\": 3\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/groups?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvc3RhcnRlci9ncm91cHM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/groups?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9zdGFydGVyL2dyb3Vwcz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a72e6ce4-0ef5-4320-992a-b0db66e36f77" + "7f748e28-215e-4a6a-a300-87cf95196a18" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -294,29 +294,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "9ec09ba5-f839-4e58-b8f6-de9f04795463" + "0f37094b-49a2-4299-b707-e254c25d66a1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "11995" ], "x-ms-correlation-request-id": [ - "63229540-8dba-4d31-a6a8-922c3bfae7b7" + "07f13154-72ee-4326-8c9c-07b21d7f043c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192310Z:63229540-8dba-4d31-a6a8-922c3bfae7b7" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214405Z:07f13154-72ee-4326-8c9c-07b21d7f043c" ], "Date": [ - "Wed, 25 Mar 2020 19:23:10 GMT" + "Thu, 08 Apr 2021 21:44:04 GMT" ], "Content-Length": [ - "1269" + "1273" ], "Content-Type": [ "application/json; charset=utf-8" @@ -325,26 +325,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/groups/administrators\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/groups\",\r\n \"name\": \"administrators\",\r\n \"properties\": {\r\n \"displayName\": \"Administrators\",\r\n \"description\": \"Administrators is a built-in group. Its membership is managed by the system. Microsoft Azure subscription administrators fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/groups/developers\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/groups\",\r\n \"name\": \"developers\",\r\n \"properties\": {\r\n \"displayName\": \"Developers\",\r\n \"description\": \"Developers is a built-in group. Its membership is managed by the system. Signed-in users fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n }\r\n ],\r\n \"count\": 2\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/groups/administrators\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/groups\",\r\n \"name\": \"administrators\",\r\n \"properties\": {\r\n \"displayName\": \"Administrators\",\r\n \"description\": \"Administrators is a built-in group. Its membership is managed by the system. Microsoft Azure subscription administrators fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/groups/developers\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/groups\",\r\n \"name\": \"developers\",\r\n \"properties\": {\r\n \"displayName\": \"Developers\",\r\n \"description\": \"Developers is a built-in group. Its membership is managed by the system. Signed-in users fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n }\r\n ],\r\n \"count\": 2\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/groups?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvc3RhcnRlci9ncm91cHM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/groups?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9zdGFydGVyL2dyb3Vwcz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "af7d58c3-b3ef-422c-9219-58441a6fb83f" + "e90f48d9-e5f0-40e1-ac93-8d2d08968c35" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -357,29 +357,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "62028cec-6e47-4560-be66-cb0422acb79c" + "dacc1de3-c62e-4047-9379-30c1ec9a759d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "11994" ], "x-ms-correlation-request-id": [ - "522791ac-7e02-4047-ad03-e01052bb4f5b" + "eb5bf2c1-90c4-4695-b111-9cf4c1693132" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192311Z:522791ac-7e02-4047-ad03-e01052bb4f5b" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214405Z:eb5bf2c1-90c4-4695-b111-9cf4c1693132" ], "Date": [ - "Wed, 25 Mar 2020 19:23:10 GMT" + "Thu, 08 Apr 2021 21:44:04 GMT" ], "Content-Length": [ - "1883" + "1889" ], "Content-Type": [ "application/json; charset=utf-8" @@ -388,26 +388,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/groups/administrators\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/groups\",\r\n \"name\": \"administrators\",\r\n \"properties\": {\r\n \"displayName\": \"Administrators\",\r\n \"description\": \"Administrators is a built-in group. Its membership is managed by the system. Microsoft Azure subscription administrators fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/groups/developers\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/groups\",\r\n \"name\": \"developers\",\r\n \"properties\": {\r\n \"displayName\": \"Developers\",\r\n \"description\": \"Developers is a built-in group. Its membership is managed by the system. Signed-in users fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/groups/guests\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/groups\",\r\n \"name\": \"guests\",\r\n \"properties\": {\r\n \"displayName\": \"Guests\",\r\n \"description\": \"Guests is a built-in group. Its membership is managed by the system. Unauthenticated users visiting the developer portal fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n }\r\n ],\r\n \"count\": 3\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/groups/administrators\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/groups\",\r\n \"name\": \"administrators\",\r\n \"properties\": {\r\n \"displayName\": \"Administrators\",\r\n \"description\": \"Administrators is a built-in group. Its membership is managed by the system. Microsoft Azure subscription administrators fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/groups/developers\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/groups\",\r\n \"name\": \"developers\",\r\n \"properties\": {\r\n \"displayName\": \"Developers\",\r\n \"description\": \"Developers is a built-in group. Its membership is managed by the system. Signed-in users fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/groups/guests\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/groups\",\r\n \"name\": \"guests\",\r\n \"properties\": {\r\n \"displayName\": \"Guests\",\r\n \"description\": \"Guests is a built-in group. Its membership is managed by the system. Unauthenticated users visiting the developer portal fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n }\r\n ],\r\n \"count\": 3\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/guests?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ3JvdXBzL2d1ZXN0cz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/guests?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ncm91cHMvZ3Vlc3RzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "add093e9-2b5a-423f-947e-99eb92d1471f" + "cd8b7ae8-6bea-4b3b-85d5-115c01e41306" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -418,34 +418,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAACIA=\"" + "\"AAAAAAAACIM=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "599f1ad6-dd38-46e8-9d15-7604c6430ea7" + "1ddeb7c6-0508-42e9-a4e5-2ff7e4f5a0cc" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "11996" ], "x-ms-correlation-request-id": [ - "5583a549-af2e-4ccb-82e1-61ec577e50cb" + "1a668e15-9005-4194-bd74-dbbe38394230" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192309Z:5583a549-af2e-4ccb-82e1-61ec577e50cb" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214404Z:1a668e15-9005-4194-bd74-dbbe38394230" ], "Date": [ - "Wed, 25 Mar 2020 19:23:09 GMT" + "Thu, 08 Apr 2021 21:44:04 GMT" ], "Content-Length": [ - "537" + "539" ], "Content-Type": [ "application/json; charset=utf-8" @@ -454,26 +454,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/guests\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups\",\r\n \"name\": \"guests\",\r\n \"properties\": {\r\n \"displayName\": \"Guests\",\r\n \"description\": \"Guests is a built-in group. Its membership is managed by the system. Unauthenticated users visiting the developer portal fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/guests\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups\",\r\n \"name\": \"guests\",\r\n \"properties\": {\r\n \"displayName\": \"Guests\",\r\n \"description\": \"Guests is a built-in group. Its membership is managed by the system. Unauthenticated users visiting the developer portal fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/groups/guests?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvc3RhcnRlci9ncm91cHMvZ3Vlc3RzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/groups/guests?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9zdGFydGVyL2dyb3Vwcy9ndWVzdHM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f0330430-b78e-4bbd-8987-c89278b6f176" + "90f6831f-3734-4e5d-b966-467f652617b4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -486,26 +486,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "e31f29f1-4a46-4c3f-acce-700404d01f2b" + "7750df14-6457-4293-9719-922f8f70a3db" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" + "14999" ], "x-ms-correlation-request-id": [ - "600b8e61-f48b-4225-9471-ac863a2254e6" + "1730ed4e-bd80-4c31-8c17-0b26a0640c22" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192310Z:600b8e61-f48b-4225-9471-ac863a2254e6" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214405Z:1730ed4e-bd80-4c31-8c17-0b26a0640c22" ], "Date": [ - "Wed, 25 Mar 2020 19:23:09 GMT" + "Thu, 08 Apr 2021 21:44:04 GMT" ], "Expires": [ "-1" @@ -518,22 +518,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/groups/guests?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvc3RhcnRlci9ncm91cHMvZ3Vlc3RzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/groups/guests?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9zdGFydGVyL2dyb3Vwcy9ndWVzdHM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee4d638c-dcaa-4f97-9763-29e0d8e7f977" + "feda4dde-5589-4afb-8cf9-bc4b69cb7c74" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -544,34 +544,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAACIA=\"" + "\"AAAAAAAACIM=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "92fcdb41-0957-4791-acb4-d704ad445d1a" + "20f2c262-6ddf-44cb-8463-c9bf137a8b2e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1198" ], "x-ms-correlation-request-id": [ - "b325cc44-d8ca-4eff-af93-c0019ac69f4a" + "7380d7b1-87ad-4401-a22f-d1330034e580" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192311Z:b325cc44-d8ca-4eff-af93-c0019ac69f4a" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214405Z:7380d7b1-87ad-4401-a22f-d1330034e580" ], "Date": [ - "Wed, 25 Mar 2020 19:23:10 GMT" + "Thu, 08 Apr 2021 21:44:04 GMT" ], "Content-Length": [ - "563" + "565" ], "Content-Type": [ "application/json; charset=utf-8" @@ -580,18 +580,18 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/groups/guests\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/groups\",\r\n \"name\": \"guests\",\r\n \"properties\": {\r\n \"displayName\": \"Guests\",\r\n \"description\": \"Guests is a built-in group. Its membership is managed by the system. Unauthenticated users visiting the developer portal fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/groups/guests\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/groups\",\r\n \"name\": \"guests\",\r\n \"properties\": {\r\n \"displayName\": \"Guests\",\r\n \"description\": \"Guests is a built-in group. Its membership is managed by the system. Unauthenticated users visiting the developer portal fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n}", "StatusCode": 201 } ], "Names": {}, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ProductTests/SubscriptionsList.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ProductTests/SubscriptionsList.json index 5aac1b46cceff..18e10752b8dce 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ProductTests/SubscriptionsList.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ProductTests/SubscriptionsList.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "159eff3e-bd0d-408e-a7e6-b0c78bcc2403" + "70c4c42d-0e15-4a4b-8444-5e99d17421c8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "05451f4b-aff7-407c-81e1-d5cc466e04d8", - "04313ed4-4c4a-4ddd-8321-ff947827d837" + "312fb986-4035-401c-b6a3-b9ce9782203f", + "0e0f0704-8d7c-48d7-ac62-883e2d9a752f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1199" ], "x-ms-correlation-request-id": [ - "3a3ef009-3aac-4ea5-8048-6247302c95c4" + "2ebd0087-e2cc-40bc-8db9-814721aedf1b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192325Z:3a3ef009-3aac-4ea5-8048-6247302c95c4" + "WESTCENTRALUS:20210408T214412Z:2ebd0087-e2cc-40bc-8db9-814721aedf1b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:23:25 GMT" + "Thu, 08 Apr 2021 21:44:12 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "876defc7-d5d6-4dfd-8ef3-360d2de47fc1" + "332efc7a-4cb1-48bc-ba42-ab812a12f8bb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ab86fdc1-3db0-4a1e-ad87-3836652600a3" + "23a062d9-3609-478e-b539-8a19d11da53e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14959" + "11999" ], "x-ms-correlation-request-id": [ - "81b499d4-ebd0-4db0-8837-3e646e6804e7" + "248f8b88-6858-4bab-9299-5f5181e79d30" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192325Z:81b499d4-ebd0-4db0-8837-3e646e6804e7" + "WESTCENTRALUS:20210408T214412Z:248f8b88-6858-4bab-9299-5f5181e79d30" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:23:25 GMT" + "Thu, 08 Apr 2021 21:44:12 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products?$filter=name%20eq%20'Starter'&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHM/JGZpbHRlcj1uYW1lJTIwZXElMjAnU3RhcnRlcicmYXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products?$filter=name%20eq%20'Starter'&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cz8kZmlsdGVyPW5hbWUlMjBlcSUyMCdTdGFydGVyJyZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ef4063a-d40d-4e0e-a1bd-db12f0ec5714" + "902605bd-ed2d-4b26-a471-649ff116c642" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,29 +168,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "8b45a36c-80d1-4722-96ab-de270c7a013e" + "67aea3d2-3480-40ed-98c9-60f3e190d66b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14958" + "11998" ], "x-ms-correlation-request-id": [ - "0303a21a-b003-4c47-a9cb-7e9dae15f3bc" + "7f524368-7a4f-453c-a0dc-52c70feac59e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192325Z:0303a21a-b003-4c47-a9cb-7e9dae15f3bc" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214412Z:7f524368-7a4f-453c-a0dc-52c70feac59e" ], "Date": [ - "Wed, 25 Mar 2020 19:23:25 GMT" + "Thu, 08 Apr 2021 21:44:12 GMT" ], "Content-Length": [ - "660" + "662" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,26 +199,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"starter\",\r\n \"properties\": {\r\n \"displayName\": \"Starter\",\r\n \"description\": \"Subscribers will be able to run 5 calls/minute up to a maximum of 100 calls/week.\",\r\n \"terms\": \"\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": false,\r\n \"subscriptionsLimit\": 2147483647,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"starter\",\r\n \"properties\": {\r\n \"displayName\": \"Starter\",\r\n \"description\": \"Subscribers will be able to run 5 calls/minute up to a maximum of 100 calls/week.\",\r\n \"terms\": \"\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": false,\r\n \"subscriptionsLimit\": 2147483647,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/subscriptions?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvc3RhcnRlci9zdWJzY3JpcHRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/subscriptions?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9zdGFydGVyL3N1YnNjcmlwdGlvbnM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cffcf6b4-4b19-490a-8eab-6e99d9eb3d8b" + "6ba1b7fa-1c45-4a95-9369-4ab897564424" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -231,29 +231,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "9eb5e6a0-dc77-4e13-ae2f-cc44077fc029" + "95d54eca-5b45-4a97-bb00-cacbcce1baa9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14957" + "11997" ], "x-ms-correlation-request-id": [ - "a236e512-655b-4140-abcb-bd34d66d1197" + "87dff7e3-1f3f-4328-a0b8-3f8904e76130" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192326Z:a236e512-655b-4140-abcb-bd34d66d1197" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214413Z:87dff7e3-1f3f-4328-a0b8-3f8904e76130" ], "Date": [ - "Wed, 25 Mar 2020 19:23:25 GMT" + "Thu, 08 Apr 2021 21:44:13 GMT" ], "Content-Length": [ - "1066" + "1072" ], "Content-Type": [ "application/json; charset=utf-8" @@ -262,18 +262,18 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/subscriptions/5e1e7596f3df140067070001\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/subscriptions\",\r\n \"name\": \"5e1e7596f3df140067070001\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"scope\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter\",\r\n \"displayName\": null,\r\n \"state\": \"active\",\r\n \"createdDate\": \"2020-01-15T02:14:46.147Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/subscriptions/5d5fbfd13b14eb0095070001\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/subscriptions\",\r\n \"name\": \"5d5fbfd13b14eb0095070001\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"scope\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter\",\r\n \"displayName\": null,\r\n \"state\": \"active\",\r\n \"createdDate\": \"2019-08-23T10:28:33.867Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/PropertiesTest/CreateListUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/PropertiesTest/CreateListUpdateDelete.json index ceda2982aa8cb..fcba86f03fe6a 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/PropertiesTest/CreateListUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/PropertiesTest/CreateListUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ce7657fe-11d4-454e-9a8e-b3c57e21a6d4" + "0acc9555-34b8-40b3-9140-b081b7a19cce" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "342" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAV4qQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9561965c-33e8-4e8f-af45-a72904531171", - "e42d17f7-9868-4a93-b1c8-0bee50eeb8fb" + "81837dd9-1f4f-4c83-8e7c-aa1477168736", + "5fb300af-f084-4fe4-b213-b090de41c389" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "959fe876-2389-4b6d-8f37-9d8bd82debad" + "9e65a7d2-10bc-4952-96e1-f7732bc719be" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192126Z:959fe876-2389-4b6d-8f37-9d8bd82debad" + "WESTUS:20210522T000742Z:9e65a7d2-10bc-4952-96e1-f7732bc719be" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:21:25 GMT" + "Sat, 22 May 2021 00:07:42 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAV4qQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "05183519-37ef-4df2-8c47-400c0f765216" + "2aaf5ac1-a056-4972-afa0-def9092acc87" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAV4qQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b154095a-dc01-4345-8f8d-4cee620ef2ed" + "bbb89172-9c48-449e-87b9-452c460a750c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "11999" ], "x-ms-correlation-request-id": [ - "f9162f4d-bbf2-410f-8bfb-0ea4e5da1372" + "7ffaadb0-77c2-49a3-8577-48786958627f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192127Z:f9162f4d-bbf2-410f-8bfb-0ea4e5da1372" + "WESTUS:20210522T000742Z:7ffaadb0-77c2-49a3-8577-48786958627f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:21:27 GMT" + "Sat, 22 May 2021 00:07:42 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,32 +136,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAV4qQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/newproperty8959?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXMvbmV3cHJvcGVydHk4OTU5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/newproperty4249?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9uZXdwcm9wZXJ0eTQyNDk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"propertydisplay2110\",\r\n \"value\": \"propertyValue310\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"propertydisplay5393\",\r\n \"value\": \"propertyValue2504\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d5595630-736a-44e5-bb09-8b7b27959804" + "c9555014-f2f8-43de-90c5-844738d70b78" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "104" + "105" ] }, "ResponseHeaders": { @@ -172,31 +172,31 @@ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/newproperty8959?api-version=2019-12-01&asyncId=5e7baf3707b43d0e3879469f&asyncCode=201" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/newproperty4249?api-version=2020-12-01&asyncId=60a84b4f093a9d19e070823a&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "7ad5f8c2-ffee-4004-991f-702ebe9c0fe5" + "ec8002d8-8818-4da6-9783-d53c0b08eb95" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "3806c3d9-610d-4abe-860d-46ac36077b79" + "cc03e04f-919a-4825-9630-fb5814040916" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192128Z:3806c3d9-610d-4abe-860d-46ac36077b79" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210522T000743Z:cc03e04f-919a-4825-9630-fb5814040916" ], "Date": [ - "Wed, 25 Mar 2020 19:21:27 GMT" + "Sat, 22 May 2021 00:07:43 GMT" ], "Expires": [ "-1" @@ -209,16 +209,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/newproperty8959?api-version=2019-12-01&asyncId=5e7baf3707b43d0e3879469f&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXMvbmV3cHJvcGVydHk4OTU5P2FwaS12ZXJzaW9uPTIwMTktMTItMDEmYXN5bmNJZD01ZTdiYWYzNzA3YjQzZDBlMzg3OTQ2OWYmYXN5bmNDb2RlPTIwMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/newproperty4249?api-version=2020-12-01&asyncId=60a84b4f093a9d19e070823a&asyncCode=201", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9uZXdwcm9wZXJ0eTQyNDk/YXBpLXZlcnNpb249MjAyMC0xMi0wMSZhc3luY0lkPTYwYTg0YjRmMDkzYTlkMTllMDcwODIzYSZhc3luY0NvZGU9MjAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -229,34 +229,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANdk=\"" + "\"AAAAAAAAgXU=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0ae6f7cf-12c6-48fd-9724-b822e0496275" + "93d580be-c0f7-4ff8-8e34-575c803acf3c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "11998" ], "x-ms-correlation-request-id": [ - "00dd7e58-65e8-4241-b0b4-e585e8b83023" + "21beb02f-616d-4ea1-a4bb-e293d7c587fd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192158Z:00dd7e58-65e8-4241-b0b4-e585e8b83023" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210522T000813Z:21beb02f-616d-4ea1-a4bb-e293d7c587fd" ], "Date": [ - "Wed, 25 Mar 2020 19:21:58 GMT" + "Sat, 22 May 2021 00:08:13 GMT" ], "Content-Length": [ - "417" + "420" ], "Content-Type": [ "application/json; charset=utf-8" @@ -265,26 +265,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/newproperty8959\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"newproperty8959\",\r\n \"properties\": {\r\n \"displayName\": \"propertydisplay2110\",\r\n \"value\": \"propertyValue310\",\r\n \"tags\": null,\r\n \"secret\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/newproperty4249\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"newproperty4249\",\r\n \"properties\": {\r\n \"displayName\": \"propertydisplay5393\",\r\n \"value\": \"propertyValue2504\",\r\n \"tags\": null,\r\n \"secret\": false\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/newproperty8959?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXMvbmV3cHJvcGVydHk4OTU5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/newproperty4249?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9uZXdwcm9wZXJ0eTQyNDk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "20a48c24-6072-48a5-b624-fe904d10c30a" + "8aa85350-654e-424e-9342-0cd398c5fc16" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -295,34 +295,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANdk=\"" + "\"AAAAAAAAgXU=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "bac0f994-f3e8-4f52-a14d-a1c40c5577ae" + "6551dd9f-da90-46a3-a2e7-8c8a5f97e3b8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "11997" ], "x-ms-correlation-request-id": [ - "4fbddf7b-18fb-4cd9-9085-3bc2d8d9a213" + "953a8adb-7838-4ae4-b30d-bbe55c6c6acc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192158Z:4fbddf7b-18fb-4cd9-9085-3bc2d8d9a213" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210522T000813Z:953a8adb-7838-4ae4-b30d-bbe55c6c6acc" ], "Date": [ - "Wed, 25 Mar 2020 19:21:58 GMT" + "Sat, 22 May 2021 00:08:13 GMT" ], "Content-Length": [ - "417" + "420" ], "Content-Type": [ "application/json; charset=utf-8" @@ -331,26 +331,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/newproperty8959\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"newproperty8959\",\r\n \"properties\": {\r\n \"displayName\": \"propertydisplay2110\",\r\n \"value\": \"propertyValue310\",\r\n \"tags\": null,\r\n \"secret\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/newproperty4249\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"newproperty4249\",\r\n \"properties\": {\r\n \"displayName\": \"propertydisplay5393\",\r\n \"value\": \"propertyValue2504\",\r\n \"tags\": null,\r\n \"secret\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/newproperty8959?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXMvbmV3cHJvcGVydHk4OTU5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/newproperty4249?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9uZXdwcm9wZXJ0eTQyNDk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ea52e18-b7d9-4a2f-ae32-38ee44ce1620" + "fc5c4985-608c-4687-8f5d-06bb19b7b602" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -363,29 +363,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "3a2800cb-0200-4362-b3b7-f6e136dd159a" + "ac883689-17b2-41df-8bab-e1255bb47e8c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "11991" ], "x-ms-correlation-request-id": [ - "a4cf62bd-c80a-46eb-8f16-e3071b2182d5" + "a9b5a045-68ed-486e-adb3-4871e4c4404d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192233Z:a4cf62bd-c80a-46eb-8f16-e3071b2182d5" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210522T000945Z:a9b5a045-68ed-486e-adb3-4871e4c4404d" ], "Date": [ - "Wed, 25 Mar 2020 19:22:32 GMT" + "Sat, 22 May 2021 00:09:45 GMT" ], "Content-Length": [ - "84" + "86" ], "Content-Type": [ "application/json; charset=utf-8" @@ -394,32 +394,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"Property not found.\",\r\n \"details\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"NamedValue not found.\",\r\n \"details\": null\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/secretproperty8146?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXMvc2VjcmV0cHJvcGVydHk4MTQ2P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/secretproperty1273?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9zZWNyZXRwcm9wZXJ0eTEyNzM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"tags\": [\r\n \"secret\"\r\n ],\r\n \"secret\": true,\r\n \"displayName\": \"secretPropertydisplay7380\",\r\n \"value\": \"secretPropertyValue2006\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"tags\": [\r\n \"secret\"\r\n ],\r\n \"secret\": true,\r\n \"displayName\": \"secretPropertydisplay836\",\r\n \"value\": \"secretPropertyValue5072\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1e0a7063-e789-4314-aacb-67f2cd65489d" + "b181eeb1-7ba1-4a08-bef0-742c54a550cc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "177" + "176" ] }, "ResponseHeaders": { @@ -430,31 +430,31 @@ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/secretproperty8146?api-version=2019-12-01&asyncId=5e7baf5707b43d0e387946a3&asyncCode=201" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/secretproperty1273?api-version=2020-12-01&asyncId=60a84b6d093a9d19e070823e&asyncCode=201" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "830b2b8b-e32f-4055-8abf-1f95d17c2ed2" + "dfe4e44a-a926-46a6-a122-77c52a2c7fba" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-correlation-request-id": [ - "2dd33585-640a-4b75-b887-4fc7d91ed573" + "8ea5dc1a-e8ce-4678-9653-132049a9c37b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192159Z:2dd33585-640a-4b75-b887-4fc7d91ed573" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210522T000814Z:8ea5dc1a-e8ce-4678-9653-132049a9c37b" ], "Date": [ - "Wed, 25 Mar 2020 19:21:58 GMT" + "Sat, 22 May 2021 00:08:13 GMT" ], "Expires": [ "-1" @@ -467,16 +467,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/secretproperty8146?api-version=2019-12-01&asyncId=5e7baf5707b43d0e387946a3&asyncCode=201", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXMvc2VjcmV0cHJvcGVydHk4MTQ2P2FwaS12ZXJzaW9uPTIwMTktMTItMDEmYXN5bmNJZD01ZTdiYWY1NzA3YjQzZDBlMzg3OTQ2YTMmYXN5bmNDb2RlPTIwMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/secretproperty1273?api-version=2020-12-01&asyncId=60a84b6d093a9d19e070823e&asyncCode=201", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9zZWNyZXRwcm9wZXJ0eTEyNzM/YXBpLXZlcnNpb249MjAyMC0xMi0wMSZhc3luY0lkPTYwYTg0YjZkMDkzYTlkMTllMDcwODIzZSZhc3luY0NvZGU9MjAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -487,34 +487,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANdo=\"" + "\"AAAAAAAAgXY=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "befd2370-897a-42e6-8634-c237a91a866e" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "x-ms-request-id": [ + "ddc8c20d-8672-4680-a87c-dece76c334c4" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], "x-ms-correlation-request-id": [ - "2efd4e51-aadc-4284-b953-2607222c0534" + "9e07840c-be3b-463e-a949-c3488877ae2e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192229Z:2efd4e51-aadc-4284-b953-2607222c0534" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210522T000844Z:9e07840c-be3b-463e-a949-c3488877ae2e" ], "Date": [ - "Wed, 25 Mar 2020 19:22:29 GMT" + "Sat, 22 May 2021 00:08:43 GMT" ], "Content-Length": [ - "414" + "415" ], "Content-Type": [ "application/json; charset=utf-8" @@ -523,26 +523,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/secretproperty8146\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"secretproperty8146\",\r\n \"properties\": {\r\n \"displayName\": \"secretPropertydisplay7380\",\r\n \"tags\": [\r\n \"secret\"\r\n ],\r\n \"secret\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/secretproperty1273\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"secretproperty1273\",\r\n \"properties\": {\r\n \"displayName\": \"secretPropertydisplay836\",\r\n \"tags\": [\r\n \"secret\"\r\n ],\r\n \"secret\": true\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/secretproperty8146/listValue?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXMvc2VjcmV0cHJvcGVydHk4MTQ2L2xpc3RWYWx1ZT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/secretproperty1273/listValue?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9zZWNyZXRwcm9wZXJ0eTEyNzMvbGlzdFZhbHVlP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0f2b9b9d-fd22-42d8-a596-24b34a384189" + "efc25764-acbc-4a67-9f72-d2228e9f2d96" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -553,13 +553,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANdo=\"" + "\"AAAAAAAAgXY=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "3c1bce87-47f0-4edf-bde5-adef2ea1ce14" + "17d4750c-bf43-45ca-afa0-4c7240b835dc" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -568,16 +571,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "2a38a291-13ac-48ec-8296-7de484999546" + "dfa282e1-c552-4240-8e39-a61d21f30cbc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192230Z:2a38a291-13ac-48ec-8296-7de484999546" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210522T000844Z:dfa282e1-c552-4240-8e39-a61d21f30cbc" ], "Date": [ - "Wed, 25 Mar 2020 19:22:29 GMT" + "Sat, 22 May 2021 00:08:43 GMT" ], "Content-Length": [ "35" @@ -589,26 +589,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": \"secretPropertyValue2006\"\r\n}", + "ResponseBody": "{\r\n \"value\": \"secretPropertyValue5072\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/kvproperty1092?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9rdnByb3BlcnR5MTA5Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"secret\": true,\r\n \"displayName\": \"kvPropertydisplay448\",\r\n \"keyVault\": {\r\n \"secretIdentifier\": \"https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1\"\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cbb32742-3a93-4a71-a6c7-49653aafa8e8" + "236d2d39-4475-4805-9d4e-52883c66ea6e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "207" ] }, "ResponseHeaders": { @@ -618,63 +624,54 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/kvproperty1092?api-version=2020-12-01&asyncId=60a84b8c093a9d19e0708242&asyncCode=201" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "7f07f450-50ce-4ad2-a081-657e80a41d8a" + "993b30e7-5173-49dc-a956-aa719a08bd92" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1196" ], "x-ms-correlation-request-id": [ - "407c6467-12f5-463f-95b7-1e251f84a808" + "6b73c03b-40f3-4c57-9037-9ec316e476f3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192230Z:407c6467-12f5-463f-95b7-1e251f84a808" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210522T000844Z:6b73c03b-40f3-4c57-9037-9ec316e476f3" ], "Date": [ - "Wed, 25 Mar 2020 19:22:30 GMT" - ], - "Content-Length": [ - "966" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Sat, 22 May 2021 00:08:44 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/newproperty8959\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"newproperty8959\",\r\n \"properties\": {\r\n \"displayName\": \"propertydisplay2110\",\r\n \"value\": \"propertyValue310\",\r\n \"tags\": null,\r\n \"secret\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/secretproperty8146\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"secretproperty8146\",\r\n \"properties\": {\r\n \"displayName\": \"secretPropertydisplay7380\",\r\n \"tags\": [\r\n \"secret\"\r\n ],\r\n \"secret\": true\r\n }\r\n }\r\n ],\r\n \"count\": 2\r\n}", - "StatusCode": 200 + "ResponseBody": "", + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/newproperty8959?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXMvbmV3cHJvcGVydHk4OTU5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/kvproperty1092?api-version=2020-12-01&asyncId=60a84b8c093a9d19e0708242&asyncCode=201", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9rdnByb3BlcnR5MTA5Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAxJmFzeW5jSWQ9NjBhODRiOGMwOTNhOWQxOWUwNzA4MjQyJmFzeW5jQ29kZT0yMDE=", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "35da69a9-5c06-489f-b59c-b3132dedbc2a" - ], - "If-Match": [ - "*" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -684,60 +681,63 @@ "Pragma": [ "no-cache" ], + "ETag": [ + "\"AAAAAAAAgXc=\"" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "52ac6c50-d17e-4333-96b9-b8944bb85bd2" + "f97a6e93-4861-4fcc-a3ba-bf4312691fdd" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" ], "x-ms-correlation-request-id": [ - "73cb8409-2bbe-424a-959c-8463435746a5" + "4532312c-aa54-4ed8-969c-b5fad7a2bbb1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192232Z:73cb8409-2bbe-424a-959c-8463435746a5" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210522T000914Z:4532312c-aa54-4ed8-969c-b5fad7a2bbb1" ], "Date": [ - "Wed, 25 Mar 2020 19:22:31 GMT" + "Sat, 22 May 2021 00:09:14 GMT" + ], + "Content-Length": [ + "648" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "0" ] }, - "ResponseBody": "", - "StatusCode": 200 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/kvproperty1092\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"kvproperty1092\",\r\n \"properties\": {\r\n \"displayName\": \"kvPropertydisplay448\",\r\n \"keyVault\": {\r\n \"secretIdentifier\": \"https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1\",\r\n \"identityClientId\": null,\r\n \"lastStatus\": {\r\n \"code\": \"Success\",\r\n \"timeStampUtc\": \"2021-05-22T00:08:44.7216309Z\"\r\n }\r\n },\r\n \"tags\": null,\r\n \"secret\": true\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/newproperty8959?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXMvbmV3cHJvcGVydHk4OTU5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/kvproperty1092/refreshSecret?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9rdnByb3BlcnR5MTA5Mi9yZWZyZXNoU2VjcmV0P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "34eb3af6-fc22-48de-b625-2b37279b1220" - ], - "If-Match": [ - "*" + "e54a4b86-8d4c-41c8-86e2-7b2158b769d4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -747,54 +747,54 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/kvproperty1092/refreshSecret?api-version=2020-12-01&asyncId=60a84baa093a9d19e0708246&asyncCode=200" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "cf34dfb9-5565-4e79-8a06-3d78f79a719c" + "59184091-031e-4398-9e57-62ea979e5978" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" ], "x-ms-correlation-request-id": [ - "6a22a417-49fa-40e5-90e9-58c540b325cf" + "176e6313-2a6c-4bfd-9356-12d7a806a90a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192235Z:6a22a417-49fa-40e5-90e9-58c540b325cf" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210522T000915Z:176e6313-2a6c-4bfd-9356-12d7a806a90a" ], "Date": [ - "Wed, 25 Mar 2020 19:22:34 GMT" + "Sat, 22 May 2021 00:09:14 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, "ResponseBody": "", - "StatusCode": 204 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/secretproperty8146?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXMvc2VjcmV0cHJvcGVydHk4MTQ2P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", - "RequestMethod": "HEAD", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/kvproperty1092/refreshSecret?api-version=2020-12-01&asyncId=60a84baa093a9d19e0708246&asyncCode=200", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9rdnByb3BlcnR5MTA5Mi9yZWZyZXNoU2VjcmV0P2FwaS12ZXJzaW9uPTIwMjAtMTItMDEmYXN5bmNJZD02MGE4NGJhYTA5M2E5ZDE5ZTA3MDgyNDYmYXN5bmNDb2RlPTIwMA==", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "069a6dc7-7933-4214-af94-caeeac830669" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -805,68 +805,56 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANdo=\"" + "\"AAAAAAAAgXg=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "9dc66b77-810b-4c0b-803b-9336b058150b" + "b63971c6-b9d5-41a1-aae4-cde7f9ef62a1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "11994" ], "x-ms-correlation-request-id": [ - "e2127704-3e43-40bf-9dbe-c4d83cbf24e4" + "3234ff48-c2e4-4855-8024-681d0ddb0e64" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192233Z:e2127704-3e43-40bf-9dbe-c4d83cbf24e4" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210522T000945Z:3234ff48-c2e4-4855-8024-681d0ddb0e64" ], "Date": [ - "Wed, 25 Mar 2020 19:22:32 GMT" + "Sat, 22 May 2021 00:09:45 GMT" ], "Content-Length": [ - "0" + "662" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/kvproperty1092\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues/refreshSecret\",\r\n \"name\": \"kvproperty1092\",\r\n \"properties\": {\r\n \"displayName\": \"kvPropertydisplay448\",\r\n \"keyVault\": {\r\n \"secretIdentifier\": \"https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1\",\r\n \"identityClientId\": null,\r\n \"lastStatus\": {\r\n \"code\": \"Success\",\r\n \"timeStampUtc\": \"2021-05-22T00:09:15.0340747Z\"\r\n }\r\n },\r\n \"tags\": null,\r\n \"secret\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/secretproperty8146?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXMvc2VjcmV0cHJvcGVydHk4MTQ2P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"secret\": false\r\n }\r\n}", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/kvproperty1092/refreshSecret?api-version=2020-12-01&asyncId=60a84baa093a9d19e0708246&asyncCode=200", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9rdnByb3BlcnR5MTA5Mi9yZWZyZXNoU2VjcmV0P2FwaS12ZXJzaW9uPTIwMjAtMTItMDEmYXN5bmNJZD02MGE4NGJhYTA5M2E5ZDE5ZTA3MDgyNDYmYXN5bmNDb2RlPTIwMA==", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "f7a0c051-2718-4296-a783-0661caca4846" - ], - "If-Match": [ - "\"AAAAAAAANdo=\"" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "49" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -876,48 +864,63 @@ "Pragma": [ "no-cache" ], + "ETag": [ + "\"AAAAAAAAgXg=\"" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "a0c3007b-c0a7-4de4-9327-fae482acbe9a" + "254a4073-0897-4946-aa82-6f27e24cad26" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" ], "x-ms-correlation-request-id": [ - "f40b0e1a-cb22-4a3f-8289-d23a64e42f1f" + "99c762e9-2955-47e7-bb2c-81e115ec2f08" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192233Z:f40b0e1a-cb22-4a3f-8289-d23a64e42f1f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210522T000945Z:99c762e9-2955-47e7-bb2c-81e115ec2f08" ], "Date": [ - "Wed, 25 Mar 2020 19:22:33 GMT" + "Sat, 22 May 2021 00:09:45 GMT" + ], + "Content-Length": [ + "662" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 204 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/kvproperty1092\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues/refreshSecret\",\r\n \"name\": \"kvproperty1092\",\r\n \"properties\": {\r\n \"displayName\": \"kvPropertydisplay448\",\r\n \"keyVault\": {\r\n \"secretIdentifier\": \"https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1\",\r\n \"identityClientId\": null,\r\n \"lastStatus\": {\r\n \"code\": \"Success\",\r\n \"timeStampUtc\": \"2021-05-22T00:09:15.0340747Z\"\r\n }\r\n },\r\n \"tags\": null,\r\n \"secret\": true\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/secretproperty8146?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXMvc2VjcmV0cHJvcGVydHk4MTQ2P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "42ec51b5-734e-4de9-abe1-4f463f854bca" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -927,35 +930,32 @@ "Pragma": [ "no-cache" ], - "ETag": [ - "\"AAAAAAAANds=\"" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c576ca69-ac9a-4d34-a94f-ff137fd20236" + "9dca3c9d-8142-4bf8-a0be-52413d99dbfb" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "11992" ], "x-ms-correlation-request-id": [ - "fcb61a9b-fa56-4335-981c-9b9465b3b61e" + "4fc26643-aaa8-46f0-9aa8-a0c229f6313d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192234Z:fcb61a9b-fa56-4335-981c-9b9465b3b61e" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210522T000945Z:4fc26643-aaa8-46f0-9aa8-a0c229f6313d" ], "Date": [ - "Wed, 25 Mar 2020 19:22:33 GMT" + "Sat, 22 May 2021 00:09:45 GMT" ], "Content-Length": [ - "456" + "1693" ], "Content-Type": [ "application/json; charset=utf-8" @@ -964,26 +964,29 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/secretproperty8146\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"secretproperty8146\",\r\n \"properties\": {\r\n \"displayName\": \"secretPropertydisplay7380\",\r\n \"value\": \"secretPropertyValue2006\",\r\n \"tags\": [\r\n \"secret\"\r\n ],\r\n \"secret\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/kvproperty1092\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"kvproperty1092\",\r\n \"properties\": {\r\n \"displayName\": \"kvPropertydisplay448\",\r\n \"keyVault\": {\r\n \"secretIdentifier\": \"https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1\",\r\n \"identityClientId\": null,\r\n \"lastStatus\": {\r\n \"code\": \"Success\",\r\n \"timeStampUtc\": \"2021-05-22T00:09:15.0340747Z\"\r\n }\r\n },\r\n \"tags\": null,\r\n \"secret\": true\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/newproperty4249\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"newproperty4249\",\r\n \"properties\": {\r\n \"displayName\": \"propertydisplay5393\",\r\n \"value\": \"propertyValue2504\",\r\n \"tags\": null,\r\n \"secret\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/secretproperty1273\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"secretproperty1273\",\r\n \"properties\": {\r\n \"displayName\": \"secretPropertydisplay836\",\r\n \"tags\": [\r\n \"secret\"\r\n ],\r\n \"secret\": true\r\n }\r\n }\r\n ],\r\n \"count\": 3\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/secretproperty8146?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXMvc2VjcmV0cHJvcGVydHk4MTQ2P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/newproperty4249?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9uZXdwcm9wZXJ0eTQyNDk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2fc5bbb8-1841-4839-972e-8a211347047f" + "0e778002-76e3-442e-afdd-70139725b671" + ], + "If-Match": [ + "*" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -993,63 +996,60 @@ "Pragma": [ "no-cache" ], - "ETag": [ - "\"AAAAAAAANds=\"" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "441d0d6c-9bdd-418b-a6e8-08ecd472e723" + "d52c006d-6f82-45e0-ba5f-f2eb6e16fdbf" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" ], "x-ms-correlation-request-id": [ - "8948a0d3-73ca-4fbc-8fc1-49633e7fff80" + "cf8cf38e-1147-41eb-94ac-b66608786978" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192234Z:8948a0d3-73ca-4fbc-8fc1-49633e7fff80" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210522T000945Z:cf8cf38e-1147-41eb-94ac-b66608786978" ], "Date": [ - "Wed, 25 Mar 2020 19:22:33 GMT" - ], - "Content-Length": [ - "456" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Sat, 22 May 2021 00:09:45 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/secretproperty8146\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"secretproperty8146\",\r\n \"properties\": {\r\n \"displayName\": \"secretPropertydisplay7380\",\r\n \"value\": \"secretPropertyValue2006\",\r\n \"tags\": [\r\n \"secret\"\r\n ],\r\n \"secret\": false\r\n }\r\n}", + "ResponseBody": "", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/secretproperty8146?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXMvc2VjcmV0cHJvcGVydHk4MTQ2P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/newproperty4249?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9uZXdwcm9wZXJ0eTQyNDk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "193271e2-498a-4969-9309-360716c561e8" + "4ae3986b-1811-4349-a54c-dc55d15b3b7c" + ], + "If-Match": [ + "*" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1062,48 +1062,42 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "42d2da07-8e71-43ba-8a7d-337a64a5b1eb" + "245bef0f-78af-4117-a8b0-73acd2d75d7b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14996" ], "x-ms-correlation-request-id": [ - "66b24348-0759-4513-8465-2ecdf139c0b3" + "929cd51b-3f1f-45a1-8221-e53c1ede02da" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192235Z:66b24348-0759-4513-8465-2ecdf139c0b3" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210522T001048Z:929cd51b-3f1f-45a1-8221-e53c1ede02da" ], "Date": [ - "Wed, 25 Mar 2020 19:22:34 GMT" - ], - "Content-Length": [ - "84" - ], - "Content-Type": [ - "application/json; charset=utf-8" + "Sat, 22 May 2021 00:10:47 GMT" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"Property not found.\",\r\n \"details\": null\r\n }\r\n}", - "StatusCode": 404 + "ResponseBody": "", + "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/secretproperty8146?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXMvc2VjcmV0cHJvcGVydHk4MTQ2P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/kvproperty1092?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9rdnByb3BlcnR5MTA5Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b5422ffd-69be-460e-b8d3-b16d9761b16e" + "c6feec2a-fcfc-4f1b-8443-f3cd74a3b15a" ], "If-Match": [ "*" @@ -1112,10 +1106,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1128,8 +1122,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "cfd6eb45-7074-4cbc-8a1e-fe954053bd17" + "aee0ff78-e562-4e8f-8320-94a7b7c6de41" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1138,16 +1135,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "627d7664-f9ff-4f03-b2ac-3dc4c43926c5" + "d3d2a421-a1f3-4c81-b887-79dada40563c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192235Z:627d7664-f9ff-4f03-b2ac-3dc4c43926c5" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210522T000946Z:d3d2a421-a1f3-4c81-b887-79dada40563c" ], "Date": [ - "Wed, 25 Mar 2020 19:22:34 GMT" + "Sat, 22 May 2021 00:09:46 GMT" ], "Expires": [ "-1" @@ -1160,13 +1154,661 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/namedValues/secretproperty8146?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvbmFtZWRWYWx1ZXMvc2VjcmV0cHJvcGVydHk4MTQ2P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/kvproperty1092?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9rdnByb3BlcnR5MTA5Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ba5e3f4b-8332-4463-b411-11a2dade4668" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "3b5fcc35-adc6-4e81-8223-06d9b8a16a15" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "1fa9fee5-eabd-4983-9f85-a261c48bfd91" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210522T000946Z:1fa9fee5-eabd-4983-9f85-a261c48bfd91" + ], + "Date": [ + "Sat, 22 May 2021 00:09:46 GMT" + ], + "Content-Length": [ + "86" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"NamedValue not found.\",\r\n \"details\": null\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/secretproperty1273?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9zZWNyZXRwcm9wZXJ0eTEyNzM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "HEAD", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "71e1f126-d88c-4e8d-9b2b-33dd31293339" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAAgXY=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "28a90eaf-0c1b-4cb4-bf27-a32171177152" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11989" + ], + "x-ms-correlation-request-id": [ + "794e2293-24de-4c6d-bc57-ea8a371a6353" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210522T000946Z:794e2293-24de-4c6d-bc57-ea8a371a6353" + ], + "Date": [ + "Sat, 22 May 2021 00:09:46 GMT" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/secretproperty1273?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9zZWNyZXRwcm9wZXJ0eTEyNzM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "HEAD", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a501dcb5-80b5-4713-a49d-d308089066f2" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAAgXo=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "a4457ad7-25fa-4959-bc59-6b39bb965807" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "327fea3d-9543-4de3-9889-d0e8812d7dea" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210522T001017Z:327fea3d-9543-4de3-9889-d0e8812d7dea" + ], + "Date": [ + "Sat, 22 May 2021 00:10:16 GMT" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/secretproperty1273?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9zZWNyZXRwcm9wZXJ0eTEyNzM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"secret\": false\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d1aeef43-3b59-414a-b98d-361783d8c735" + ], + "If-Match": [ + "\"AAAAAAAAgXY=\"" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "49" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/secretproperty1273?api-version=2020-12-01&asyncId=60a84bca093a9d19e070824c&asyncCode=200" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "421032af-5418-46a3-b916-cfecaf5313bf" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1195" + ], + "x-ms-correlation-request-id": [ + "c229dde2-4097-45a0-bb6a-daae5034354b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210522T000946Z:c229dde2-4097-45a0-bb6a-daae5034354b" + ], + "Date": [ + "Sat, 22 May 2021 00:09:46 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/secretproperty1273?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9zZWNyZXRwcm9wZXJ0eTEyNzM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"secret\": true,\r\n \"keyVault\": {\r\n \"secretIdentifier\": \"https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1\"\r\n }\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4c283e4c-3e79-46be-949c-1410706ac577" + ], + "If-Match": [ + "\"AAAAAAAAgXo=\"" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "163" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/secretproperty1273?api-version=2020-12-01&asyncId=60a84be9093a9d19e0708250&asyncCode=200" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "db4de0c7-7fd8-4870-a1ef-619f8806ad28" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1194" + ], + "x-ms-correlation-request-id": [ + "ceeac4e0-622e-4ccd-8790-2dd634664be7" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210522T001017Z:ceeac4e0-622e-4ccd-8790-2dd634664be7" + ], + "Date": [ + "Sat, 22 May 2021 00:10:17 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/secretproperty1273?api-version=2020-12-01&asyncId=60a84bca093a9d19e070824c&asyncCode=200", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9zZWNyZXRwcm9wZXJ0eTEyNzM/YXBpLXZlcnNpb249MjAyMC0xMi0wMSZhc3luY0lkPTYwYTg0YmNhMDkzYTlkMTllMDcwODI0YyZhc3luY0NvZGU9MjAw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAAgXo=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "9ce03b77-0275-4142-aafb-2b79b89c324e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11988" + ], + "x-ms-correlation-request-id": [ + "8f95c433-cd6e-43b0-a9b9-1ed26b70785d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210522T001016Z:8f95c433-cd6e-43b0-a9b9-1ed26b70785d" + ], + "Date": [ + "Sat, 22 May 2021 00:10:16 GMT" + ], + "Content-Length": [ + "457" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/secretproperty1273\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"secretproperty1273\",\r\n \"properties\": {\r\n \"displayName\": \"secretPropertydisplay836\",\r\n \"value\": \"secretPropertyValue5072\",\r\n \"tags\": [\r\n \"secret\"\r\n ],\r\n \"secret\": false\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/secretproperty1273?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9zZWNyZXRwcm9wZXJ0eTEyNzM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "59ea8600-7a39-427d-b6eb-a9ac997a8957" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAAgXo=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "09e9d848-54bc-40cd-a987-7d0b351adbe7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "x-ms-correlation-request-id": [ + "a8b2885e-da9e-47f7-8a66-97d39cea3a48" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210522T001017Z:a8b2885e-da9e-47f7-8a66-97d39cea3a48" + ], + "Date": [ + "Sat, 22 May 2021 00:10:16 GMT" + ], + "Content-Length": [ + "457" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/secretproperty1273\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"secretproperty1273\",\r\n \"properties\": {\r\n \"displayName\": \"secretPropertydisplay836\",\r\n \"value\": \"secretPropertyValue5072\",\r\n \"tags\": [\r\n \"secret\"\r\n ],\r\n \"secret\": false\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/secretproperty1273?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9zZWNyZXRwcm9wZXJ0eTEyNzM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5c678b85-defd-445d-93fd-f4966fea8d78" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAAgXs=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "a9639a82-59f2-4f6a-b385-3203560a89fa" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-correlation-request-id": [ + "434b3321-eefa-4450-a293-8f0977bd7d23" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210522T001047Z:434b3321-eefa-4450-a293-8f0977bd7d23" + ], + "Date": [ + "Sat, 22 May 2021 00:10:47 GMT" + ], + "Content-Length": [ + "680" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/secretproperty1273\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"secretproperty1273\",\r\n \"properties\": {\r\n \"displayName\": \"secretPropertydisplay836\",\r\n \"keyVault\": {\r\n \"secretIdentifier\": \"https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1\",\r\n \"identityClientId\": null,\r\n \"lastStatus\": {\r\n \"code\": \"Success\",\r\n \"timeStampUtc\": \"2021-05-22T00:10:17.4051646Z\"\r\n }\r\n },\r\n \"tags\": [\r\n \"secret\"\r\n ],\r\n \"secret\": true\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/secretproperty1273?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9zZWNyZXRwcm9wZXJ0eTEyNzM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "04c96d30-8dcd-428c-b612-0d0661e5be20" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "d3c90d82-2184-4397-ab3b-3ff3274d09e4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-correlation-request-id": [ + "edb6c198-6c49-448b-820c-ff5adeda5177" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210522T001048Z:edb6c198-6c49-448b-820c-ff5adeda5177" + ], + "Date": [ + "Sat, 22 May 2021 00:10:47 GMT" + ], + "Content-Length": [ + "86" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"NamedValue not found.\",\r\n \"details\": null\r\n }\r\n}", + "StatusCode": 404 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/secretproperty1273?api-version=2020-12-01&asyncId=60a84be9093a9d19e0708250&asyncCode=200", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9zZWNyZXRwcm9wZXJ0eTEyNzM/YXBpLXZlcnNpb249MjAyMC0xMi0wMSZhc3luY0lkPTYwYTg0YmU5MDkzYTlkMTllMDcwODI1MCZhc3luY0NvZGU9MjAw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAAgXs=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "1fb745fa-eda9-4e4a-80fb-86a8bbba345c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "323d13bc-4406-418b-8abb-446b3f06f53a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210522T001047Z:323d13bc-4406-418b-8abb-446b3f06f53a" + ], + "Date": [ + "Sat, 22 May 2021 00:10:47 GMT" + ], + "Content-Length": [ + "680" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/secretproperty1273\",\r\n \"type\": \"Microsoft.ApiManagement/service/namedValues\",\r\n \"name\": \"secretproperty1273\",\r\n \"properties\": {\r\n \"displayName\": \"secretPropertydisplay836\",\r\n \"keyVault\": {\r\n \"secretIdentifier\": \"https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1\",\r\n \"identityClientId\": null,\r\n \"lastStatus\": {\r\n \"code\": \"Success\",\r\n \"timeStampUtc\": \"2021-05-22T00:10:17.4051646Z\"\r\n }\r\n },\r\n \"tags\": [\r\n \"secret\"\r\n ],\r\n \"secret\": true\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/secretproperty1273?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9zZWNyZXRwcm9wZXJ0eTEyNzM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ccca9e4c-0866-402a-bae9-0bbff23d74c8" + "a978c57d-1c24-4da4-9b32-8e9ec7dc161c" ], "If-Match": [ "*" @@ -1175,10 +1817,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.30015.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1191,26 +1833,89 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0fed32fa-ea3b-43f0-b3c6-4d30afd9e4c7" + "1097ca0f-43aa-4fe7-ac5a-29ae95364a0b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14996" + "14997" ], "x-ms-correlation-request-id": [ - "4d9882fa-3e6c-4188-b4fe-461d711c9f00" + "eca94087-aaba-4def-921f-614f6b862903" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192236Z:4d9882fa-3e6c-4188-b4fe-461d711c9f00" + "WESTUS:20210522T001048Z:eca94087-aaba-4def-921f-614f6b862903" + ], + "Date": [ + "Sat, 22 May 2021 00:10:47 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/namedValues/secretproperty1273?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9uYW1lZFZhbHVlcy9zZWNyZXRwcm9wZXJ0eTEyNzM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9b8e349f-654e-4a04-85af-f406629e97e4" + ], + "If-Match": [ + "*" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.30015.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "x-ms-request-id": [ + "2eef484a-7a3a-4934-b7e0-eac42ab612ec" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14995" + ], + "x-ms-correlation-request-id": [ + "43c0eb78-99ef-4f94-822c-635adc994def" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210522T001048Z:43c0eb78-99ef-4f94-822c-635adc994def" + ], "Date": [ - "Wed, 25 Mar 2020 19:22:36 GMT" + "Sat, 22 May 2021 00:10:47 GMT" ], "Expires": [ "-1" @@ -1222,21 +1927,24 @@ ], "Names": { "CreateListUpdateDelete": [ - "newproperty8959", - "secretproperty8146", - "propertydisplay2110", - "propertyValue310", - "secretPropertydisplay7380", - "secretPropertyValue2006" + "newproperty4249", + "secretproperty1273", + "kvproperty1092", + "propertydisplay5393", + "propertyValue2504", + "secretPropertydisplay836", + "secretPropertyValue5072", + "kvPropertydisplay448" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "testKeyVaultSecretUrl": "https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1", + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/QuotaTests/TryUpdateQuota.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/QuotaTests/TryUpdateQuota.json index 9b5c2baab3499..11f61e64954bd 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/QuotaTests/TryUpdateQuota.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/QuotaTests/TryUpdateQuota.json @@ -1,22 +1,22 @@ { "Entries": [ { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9a5629d0-a78c-4801-bad8-7230b4e290cb" + "8a307dd9-0533-4b82-af65-612fedceca12" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -33,14 +33,14 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAGlmE=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3959965f-5164-4c2f-a91c-28052213f4f6", - "091b925b-7057-45fb-a60c-b8843e706c13" + "1e9f1f20-52bb-4a92-9c71-9554e0456366", + "7d3ac15f-79f3-4a0a-84db-f0e6a57223f2" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -49,19 +49,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "21497935-48c9-4cce-92f0-fa3341c1b022" + "c782384b-1574-4594-b6b5-5ad167501d75" ], "x-ms-routing-request-id": [ - "WESTUS:20200616T183542Z:21497935-48c9-4cce-92f0-fa3341c1b022" + "WESTCENTRALUS:20210408T213910Z:c782384b-1574-4594-b6b5-5ad167501d75" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Jun 2020 18:35:42 GMT" + "Thu, 08 Apr 2021 21:39:09 GMT" ], "Content-Length": [ - "2184" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAGlmE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "56d384f9-ad29-457d-bd29-650b7c7dd718" + "764f458f-898c-42b9-b400-a1012d0e7e2a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,13 +100,13 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAGlmE=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "faec9b4a-2131-408f-adf2-ff9eab3fb631" + "05b850b2-547f-495a-9fc2-7c1b58df7e59" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -115,19 +115,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "c55b50f8-9d88-4757-8e78-013f9006ddf6" + "25cc3771-bf65-41da-93a4-560c359c9617" ], "x-ms-routing-request-id": [ - "WESTUS:20200616T183543Z:c55b50f8-9d88-4757-8e78-013f9006ddf6" + "WESTCENTRALUS:20210408T213910Z:25cc3771-bf65-41da-93a4-560c359c9617" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Tue, 16 Jun 2020 18:35:42 GMT" + "Thu, 08 Apr 2021 21:39:09 GMT" ], "Content-Length": [ - "2184" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAGlmE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/quotas/not_exist?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9xdW90YXMvbm90X2V4aXN0P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/quotas/not_exist?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9xdW90YXMvbm90X2V4aXN0P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"callsCount\": 0,\r\n \"kbTransferred\": 0.0\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1d57444b-79ca-4911-8461-82c0f9806bf7" + "083f8d09-1407-4f9c-a892-e35e56cf8cd3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -174,8 +174,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "af55eb2d-d291-4815-8236-11ba8ef490bd" + "121591ef-634b-4653-9dce-47ddcf652df7" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -184,16 +187,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "ddfea4fa-295e-48df-804f-a9137805485b" + "e76b54bd-fd6b-4db8-be1d-0463dca06f25" ], "x-ms-routing-request-id": [ - "WESTUS:20200616T183543Z:ddfea4fa-295e-48df-804f-a9137805485b" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213911Z:e76b54bd-fd6b-4db8-be1d-0463dca06f25" ], "Date": [ - "Tue, 16 Jun 2020 18:35:42 GMT" + "Thu, 08 Apr 2021 21:39:10 GMT" ], "Content-Length": [ "88" diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/RegionTests/List.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/RegionTests/List.json index 5115c016b599a..47f8317259b81 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/RegionTests/List.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/RegionTests/List.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6e3bb3f1-39c9-4a20-acfc-831229bf5add" + "fc032bbc-d8ab-425b-b13c-b8aa2e67e5cc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "342" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVONE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c7986381-8d7a-4d0b-b351-f269a20c8fca", - "63b8167f-08a0-4715-845b-c1c2cf40bf6c" + "a1941d24-9ad9-4741-8402-2b7963c834cd", + "d9570d1a-9d77-4e39-ad71-31b34c5c7e2c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "c31abf11-b973-4670-abcd-77876555172b" + "bb990902-0a11-43f1-8a42-7d3f623ae992" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192241Z:c31abf11-b973-4670-abcd-77876555172b" + "WESTUS:20210502T184618Z:bb990902-0a11-43f1-8a42-7d3f623ae992" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:22:41 GMT" + "Sun, 02 May 2021 18:46:17 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d6fb5172-e44e-4ed7-9088-e65dc21b3cc0" + "63e5bf71-3d56-4b59-8a86-8b5f2b242cb3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVONE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "84fd5372-33f5-4d3c-99aa-2255b3a9327f" + "dbd521a3-5935-4fc8-8140-2f7ba554a771" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "11999" ], "x-ms-correlation-request-id": [ - "fe34aa51-b121-4842-8ddb-4a50fe1cbe23" + "5936102a-4f47-4be0-bbb3-f48dc455d8af" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192241Z:fe34aa51-b121-4842-8ddb-4a50fe1cbe23" + "WESTUS:20210502T184618Z:5936102a-4f47-4be0-bbb3-f48dc455d8af" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:22:41 GMT" + "Sun, 02 May 2021 18:46:17 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/regions?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcmVnaW9ucz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/regions?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9yZWdpb25zP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "467228e3-6497-4f81-9260-4549d17998be" + "c272f758-b1a3-411b-b17d-458cde5ae6cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,29 +168,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "d17e88b8-0eb5-49d6-ba5f-900c6df169c4" + "25ec0076-8269-41bc-9a72-e28474a8c4d3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "11998" ], "x-ms-correlation-request-id": [ - "7c66f974-505c-4eac-b2c8-db6a035b4bf4" + "1ae202b1-0110-4fd3-b2da-eecbc9c254dc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192242Z:7c66f974-505c-4eac-b2c8-db6a035b4bf4" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184618Z:1ae202b1-0110-4fd3-b2da-eecbc9c254dc" ], "Date": [ - "Wed, 25 Mar 2020 19:22:41 GMT" + "Sun, 02 May 2021 18:46:17 GMT" ], "Content-Length": [ - "96" + "99" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,18 +199,18 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"East US\",\r\n \"isMasterRegion\": true,\r\n \"isDeleted\": false\r\n }\r\n ],\r\n \"count\": 1,\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Central US\",\r\n \"isMasterRegion\": true,\r\n \"isDeleted\": false\r\n }\r\n ],\r\n \"count\": 1,\r\n \"nextLink\": null\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ReportTests/Query.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ReportTests/Query.json index 38f8f2d6195ac..2e48c42314117 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ReportTests/Query.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/ReportTests/Query.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a45febc6-b38d-485b-add5-92a901e627f6" + "2dd3a7e1-273d-4e2e-9f19-7df68044fd37" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "562e7633-5d75-455f-aec0-b36e3dc580fb", - "a0a319e8-b801-4826-80eb-72e7b9209527" + "04d42e3c-2c16-4fcb-a694-05ee9ea70815", + "7ac225b1-506d-49f6-9544-cee4129e96e3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1199" ], "x-ms-correlation-request-id": [ - "70abfe1a-1047-4a7d-84cc-b9d4ad908a0a" + "880c1724-29ba-4b2a-ad41-de789e751bae" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191540Z:70abfe1a-1047-4a7d-84cc-b9d4ad908a0a" + "WESTUS:20210408T214544Z:880c1724-29ba-4b2a-ad41-de789e751bae" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:15:39 GMT" + "Thu, 08 Apr 2021 21:45:44 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c3cd276a-a705-4b3e-8592-3f9d92b9e8a6" + "af751aa7-df4a-4bc4-b490-c12561a46ba1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "49f6ea91-1bde-47ed-beee-cebb47dddfca" + "3d60dbcc-b040-4f08-8b3d-d31a819f5a3f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "11999" ], "x-ms-correlation-request-id": [ - "03070bbf-aa0f-40fd-a6e9-6c211ae70b2b" + "1ba2ebeb-efac-44d6-98d8-90af86e3c4ac" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191540Z:03070bbf-aa0f-40fd-a6e9-6c211ae70b2b" + "WESTUS:20210408T214544Z:1ba2ebeb-efac-44d6-98d8-90af86e3c4ac" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:15:40 GMT" + "Thu, 08 Apr 2021 21:45:44 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5839237-c327-4701-bfe0-4ca948764309" + "ade8d3ad-aae7-4ae2-8aad-cf02359993bf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -166,34 +166,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "cadd7c92-3042-4959-a6f3-25734410cf62" + "fde588c8-f83f-4a8a-9cdb-692d7c3f8559" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "11998" ], "x-ms-correlation-request-id": [ - "47e4fe1a-1d6b-408d-8d62-b09721bf6e46" + "d610bd0c-5efd-4b4f-869d-5083de131b03" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191540Z:47e4fe1a-1d6b-408d-8d62-b09721bf6e46" + "WESTUS:20210408T214544Z:d610bd0c-5efd-4b4f-869d-5083de131b03" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:15:40 GMT" + "Thu, 08 Apr 2021 21:45:44 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -202,26 +202,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions?$top=1&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvc3Vic2NyaXB0aW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions?$top=1&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9zdWJzY3JpcHRpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c3c3997-6bb1-4838-8623-6817c49a7064" + "956e8072-0f3e-4db4-a421-a21e3785a7e0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -234,29 +234,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "16fadfe9-dbe6-46e0-977b-9166e5967d45" + "0738f1a1-8def-454a-b894-316216cc03a6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "11997" ], "x-ms-correlation-request-id": [ - "cd4c824c-e7c6-48df-a250-b0a5ea70297c" + "9926c096-0504-468d-92c6-63e87b87be33" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191541Z:cd4c824c-e7c6-48df-a250-b0a5ea70297c" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214545Z:9926c096-0504-468d-92c6-63e87b87be33" ], "Date": [ - "Wed, 25 Mar 2020 19:15:40 GMT" + "Thu, 08 Apr 2021 21:45:44 GMT" ], "Content-Length": [ - "1307" + "1298" ], "Content-Type": [ "application/json; charset=utf-8" @@ -265,26 +265,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/5e1e7596f3df140067070001\",\r\n \"type\": \"Microsoft.ApiManagement/service/subscriptions\",\r\n \"name\": \"5e1e7596f3df140067070001\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"scope\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter\",\r\n \"displayName\": null,\r\n \"state\": \"active\",\r\n \"createdDate\": \"2020-01-15T02:14:46.147Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n }\r\n ],\r\n \"count\": 3,\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net:443/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions?%24top=1&api-version=2019-12-01&%24skip=1\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/5d5fbfd13b14eb0095070001\",\r\n \"type\": \"Microsoft.ApiManagement/service/subscriptions\",\r\n \"name\": \"5d5fbfd13b14eb0095070001\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"scope\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter\",\r\n \"displayName\": null,\r\n \"state\": \"active\",\r\n \"createdDate\": \"2019-08-23T10:28:33.867Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n }\r\n ],\r\n \"count\": 3,\r\n \"nextLink\": \"https://management.azure.com:443/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions?%24top=1&api-version=2020-12-01&%24skip=1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/reports/byApi?$filter=timestamp%20ge%20datetime'2017-06-22T00:00:00'&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcmVwb3J0cy9ieUFwaT8kZmlsdGVyPXRpbWVzdGFtcCUyMGdlJTIwZGF0ZXRpbWUnMjAxNy0wNi0yMlQwMDowMDowMCcmYXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/reports/byApi?$filter=timestamp%20ge%20datetime'2017-06-22T00:00:00'&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9yZXBvcnRzL2J5QXBpPyRmaWx0ZXI9dGltZXN0YW1wJTIwZ2UlMjBkYXRldGltZScyMDE3LTA2LTIyVDAwOjAwOjAwJyZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "959640ec-34c1-4640-b12b-b01935727d84" + "e0d59123-4569-4262-b9f8-c681f7f8a79c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -297,29 +297,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "6f2fadb5-cc02-4899-a79b-0e6cd7be84cc" + "3c835313-1ed5-40bd-b951-89059d7c1dd9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "11996" ], "x-ms-correlation-request-id": [ - "691e5964-7e2f-49c0-b50b-613fb63c2832" + "6acf5f68-69b4-41ab-a879-808ad9af8a46" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191723Z:691e5964-7e2f-49c0-b50b-613fb63c2832" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214728Z:6acf5f68-69b4-41ab-a879-808ad9af8a46" ], "Date": [ - "Wed, 25 Mar 2020 19:17:23 GMT" + "Thu, 08 Apr 2021 21:47:28 GMT" ], "Content-Length": [ - "358" + "447" ], "Content-Type": [ "application/json; charset=utf-8" @@ -328,26 +328,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Echo API\",\r\n \"apiId\": \"/apis/echo-api\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 1005,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 1005,\r\n \"bandwidth\": 360795,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n }\r\n ],\r\n \"count\": 1,\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Echo API\",\r\n \"apiId\": \"/apis/echo-api\",\r\n \"callCountSuccess\": 3,\r\n \"callCountBlocked\": 67,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 70,\r\n \"bandwidth\": 26055,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 134.59293333333335,\r\n \"apiTimeMin\": 46.0426,\r\n \"apiTimeMax\": 305.20390000000003,\r\n \"serviceTimeAvg\": 72.8378,\r\n \"serviceTimeMin\": 44.9456,\r\n \"serviceTimeMax\": 125.2727\r\n }\r\n ],\r\n \"count\": 1,\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/reports/byGeo?$filter=timestamp%20ge%20datetime'2017-06-22T00:00:00'&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcmVwb3J0cy9ieUdlbz8kZmlsdGVyPXRpbWVzdGFtcCUyMGdlJTIwZGF0ZXRpbWUnMjAxNy0wNi0yMlQwMDowMDowMCcmYXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/reports/byGeo?$filter=timestamp%20ge%20datetime'2017-06-22T00:00:00'&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9yZXBvcnRzL2J5R2VvPyRmaWx0ZXI9dGltZXN0YW1wJTIwZ2UlMjBkYXRldGltZScyMDE3LTA2LTIyVDAwOjAwOjAwJyZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "26ab4f1b-fc66-4893-b65b-f5f684de26c7" + "15cc7f30-e1e9-40d2-b198-eb22c3fd956e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -360,29 +360,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0772f1e5-6ea7-4580-bf2c-e19210012a8e" + "82743b77-f84f-4306-bc8b-63f67ea9884d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "11995" ], "x-ms-correlation-request-id": [ - "10f10b02-cf1e-4ef6-8430-0cad7453d45b" + "8f781344-67f5-45d3-ab38-ae80539344af" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191723Z:10f10b02-cf1e-4ef6-8430-0cad7453d45b" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214729Z:8f781344-67f5-45d3-ab38-ae80539344af" ], "Date": [ - "Wed, 25 Mar 2020 19:17:23 GMT" + "Thu, 08 Apr 2021 21:47:29 GMT" ], "Content-Length": [ - "2226" + "800" ], "Content-Type": [ "application/json; charset=utf-8" @@ -391,26 +391,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"country\": \"US\",\r\n \"region\": \"VA\",\r\n \"zip\": \"0\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 450,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 450,\r\n \"bandwidth\": 161550,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"country\": \"US\",\r\n \"region\": \"IA\",\r\n \"zip\": \"0\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 90,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 90,\r\n \"bandwidth\": 32310,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"country\": \"US\",\r\n \"region\": \"GA\",\r\n \"zip\": \"0\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 210,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 210,\r\n \"bandwidth\": 75390,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"country\": \"US\",\r\n \"region\": \"CA\",\r\n \"zip\": \"0\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 90,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 90,\r\n \"bandwidth\": 32310,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"country\": \"US\",\r\n \"region\": \"WA\",\r\n \"zip\": \"0\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 95,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 95,\r\n \"bandwidth\": 34105,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"country\": \"US\",\r\n \"region\": \"TX\",\r\n \"zip\": \"0\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 30,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 30,\r\n \"bandwidth\": 10770,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"country\": \"US\",\r\n \"region\": \"IL\",\r\n \"zip\": \"0\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 40,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 40,\r\n \"bandwidth\": 14360,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n }\r\n ],\r\n \"count\": 7,\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"country\": \"US\",\r\n \"region\": \"WA\",\r\n \"zip\": \"0\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 60,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 60,\r\n \"bandwidth\": 20580,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"country\": \"US\",\r\n \"region\": \"CA\",\r\n \"zip\": \"0\",\r\n \"callCountSuccess\": 3,\r\n \"callCountBlocked\": 7,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 10,\r\n \"bandwidth\": 5475,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 134.59293333333335,\r\n \"apiTimeMin\": 46.0426,\r\n \"apiTimeMax\": 305.20390000000003,\r\n \"serviceTimeAvg\": 72.8378,\r\n \"serviceTimeMin\": 44.9456,\r\n \"serviceTimeMax\": 125.2727\r\n }\r\n ],\r\n \"count\": 2,\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/reports/byOperation?$filter=timestamp%20ge%20datetime'2017-06-22T00:00:00'&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcmVwb3J0cy9ieU9wZXJhdGlvbj8kZmlsdGVyPXRpbWVzdGFtcCUyMGdlJTIwZGF0ZXRpbWUnMjAxNy0wNi0yMlQwMDowMDowMCcmYXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/reports/byOperation?$filter=timestamp%20ge%20datetime'2017-06-22T00:00:00'&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9yZXBvcnRzL2J5T3BlcmF0aW9uPyRmaWx0ZXI9dGltZXN0YW1wJTIwZ2UlMjBkYXRldGltZScyMDE3LTA2LTIyVDAwOjAwOjAwJyZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f78ab9a-865a-41ee-bfc8-aad1521a4fd8" + "69c0832b-509a-4b6d-90bd-ae3419b70502" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -423,29 +423,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "1c04d0ea-bc03-4483-8be8-e64c9fe6f413" + "8b2e173b-4b20-4ebf-bf6c-72b9e4010891" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "11994" ], "x-ms-correlation-request-id": [ - "114b9c4d-2787-42b6-9054-6d04cbed6a33" + "573c10f6-e506-4e35-8969-3838f8e01d75" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191724Z:114b9c4d-2787-42b6-9054-6d04cbed6a33" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214730Z:573c10f6-e506-4e35-8969-3838f8e01d75" ], "Date": [ - "Wed, 25 Mar 2020 19:17:24 GMT" + "Thu, 08 Apr 2021 21:47:30 GMT" ], "Content-Length": [ - "2332" + "2658" ], "Content-Type": [ "application/json; charset=utf-8" @@ -454,26 +454,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Create resource\",\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/create-resource\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 0,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 0,\r\n \"bandwidth\": 0,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"name\": \"Modify Resource\",\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/modify-resource\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 0,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 0,\r\n \"bandwidth\": 0,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"name\": \"Remove resource\",\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/remove-resource\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 0,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 0,\r\n \"bandwidth\": 0,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"name\": \"Retrieve header only\",\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-header-only\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 0,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 0,\r\n \"bandwidth\": 0,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"name\": \"Retrieve resource\",\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 1005,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 1005,\r\n \"bandwidth\": 360795,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"name\": \"Retrieve resource (cached)\",\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource-cached\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 0,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 0,\r\n \"bandwidth\": 0,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n }\r\n ],\r\n \"count\": 6,\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Retrieve resource\",\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"callCountSuccess\": 3,\r\n \"callCountBlocked\": 65,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 68,\r\n \"bandwidth\": 25331,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 134.59293333333335,\r\n \"apiTimeMin\": 46.0426,\r\n \"apiTimeMax\": 305.20390000000003,\r\n \"serviceTimeAvg\": 72.8378,\r\n \"serviceTimeMin\": 44.9456,\r\n \"serviceTimeMax\": 125.2727\r\n },\r\n {\r\n \"name\": \"Retrieve resource (cached)\",\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource-cached\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 2,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 2,\r\n \"bandwidth\": 724,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"name\": \"Modify Resource\",\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/modify-resource\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 0,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 0,\r\n \"bandwidth\": 0,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"name\": \"Create resource\",\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/create-resource\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 0,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 0,\r\n \"bandwidth\": 0,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"name\": \"Remove resource\",\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/remove-resource\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 0,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 0,\r\n \"bandwidth\": 0,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"name\": \"Retrieve header only\",\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-header-only\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 0,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 0,\r\n \"bandwidth\": 0,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n }\r\n ],\r\n \"count\": 6,\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/reports/byProduct?$filter=timestamp%20ge%20datetime'2017-06-22T00:00:00'&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcmVwb3J0cy9ieVByb2R1Y3Q/JGZpbHRlcj10aW1lc3RhbXAlMjBnZSUyMGRhdGV0aW1lJzIwMTctMDYtMjJUMDA6MDA6MDAnJmFwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/reports/byProduct?$filter=timestamp%20ge%20datetime'2017-06-22T00:00:00'&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9yZXBvcnRzL2J5UHJvZHVjdD8kZmlsdGVyPXRpbWVzdGFtcCUyMGdlJTIwZGF0ZXRpbWUnMjAxNy0wNi0yMlQwMDowMDowMCcmYXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7cff8532-ada8-42cb-a9df-3b32e5ad7ee3" + "477a6871-8477-4541-8bd4-cb0516559215" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -486,29 +486,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "ea833b1d-f6a0-4011-bec1-be108bafbeb3" + "962be1c9-00ee-4bcf-bea2-470cfa68d1b0" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "11993" ], "x-ms-correlation-request-id": [ - "93b7be5e-929b-456e-ae43-5e1e21eec9d3" + "95e2165d-b1f9-4afa-9276-1ee43a8035b8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191725Z:93b7be5e-929b-456e-ae43-5e1e21eec9d3" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214731Z:95e2165d-b1f9-4afa-9276-1ee43a8035b8" ], "Date": [ - "Wed, 25 Mar 2020 19:17:24 GMT" + "Thu, 08 Apr 2021 21:47:31 GMT" ], "Content-Length": [ - "673" + "794" ], "Content-Type": [ "application/json; charset=utf-8" @@ -517,26 +517,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Starter\",\r\n \"productId\": \"/products/starter\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 0,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 0,\r\n \"bandwidth\": 0,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"name\": \"Unlimited\",\r\n \"productId\": \"/products/unlimited\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 0,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 0,\r\n \"bandwidth\": 0,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n }\r\n ],\r\n \"count\": 2,\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Starter\",\r\n \"productId\": \"/products/starter\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 0,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 0,\r\n \"bandwidth\": 0,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"name\": \"Unlimited\",\r\n \"productId\": \"/products/unlimited\",\r\n \"callCountSuccess\": 1,\r\n \"callCountBlocked\": 0,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 1,\r\n \"bandwidth\": 1000,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 46.0426,\r\n \"apiTimeMin\": 46.0426,\r\n \"apiTimeMax\": 46.0426,\r\n \"serviceTimeAvg\": 44.9456,\r\n \"serviceTimeMin\": 44.9456,\r\n \"serviceTimeMax\": 44.9456\r\n }\r\n ],\r\n \"count\": 2,\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/reports/bySubscription?$filter=timestamp%20ge%20datetime'2017-06-22T00:00:00'&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcmVwb3J0cy9ieVN1YnNjcmlwdGlvbj8kZmlsdGVyPXRpbWVzdGFtcCUyMGdlJTIwZGF0ZXRpbWUnMjAxNy0wNi0yMlQwMDowMDowMCcmYXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/reports/bySubscription?$filter=timestamp%20ge%20datetime'2017-06-22T00:00:00'&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9yZXBvcnRzL2J5U3Vic2NyaXB0aW9uPyRmaWx0ZXI9dGltZXN0YW1wJTIwZ2UlMjBkYXRldGltZScyMDE3LTA2LTIyVDAwOjAwOjAwJyZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d82a0328-9ccb-490c-ac40-a213e3c45527" + "dd97933e-6d04-4126-a226-501c3eac74be" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -549,29 +549,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "cce031f3-8571-4d57-8686-6592def9487d" + "3f4267be-6fd2-47e2-8c40-498a81e15ff3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" + "11992" ], "x-ms-correlation-request-id": [ - "06a367f0-f864-4282-9104-43d5fd0b8f65" + "b13197ee-7057-4b26-82ef-7226e040208e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191725Z:06a367f0-f864-4282-9104-43d5fd0b8f65" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214732Z:b13197ee-7057-4b26-82ef-7226e040208e" ], "Date": [ - "Wed, 25 Mar 2020 19:17:24 GMT" + "Thu, 08 Apr 2021 21:47:32 GMT" ], "Content-Length": [ - "1165" + "1356" ], "Content-Type": [ "application/json; charset=utf-8" @@ -580,26 +580,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"\",\r\n \"userId\": \"/users/1\",\r\n \"productId\": \"/products/starter\",\r\n \"subscriptionId\": \"/subscriptions/5e1e7596f3df140067070001\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 0,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 0,\r\n \"bandwidth\": 0,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"name\": \"\",\r\n \"userId\": \"/users/1\",\r\n \"productId\": \"/products/unlimited\",\r\n \"subscriptionId\": \"/subscriptions/5e1e7596f3df140067070002\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 0,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 0,\r\n \"bandwidth\": 0,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"name\": \"Built-in all-access subscription\",\r\n \"subscriptionId\": \"/subscriptions/master\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 0,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 0,\r\n \"bandwidth\": 0,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n }\r\n ],\r\n \"count\": 3,\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"\",\r\n \"userId\": \"/users/1\",\r\n \"productId\": \"/products/starter\",\r\n \"subscriptionId\": \"/subscriptions/5d5fbfd13b14eb0095070001\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 0,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 0,\r\n \"bandwidth\": 0,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"name\": \"\",\r\n \"userId\": \"/users/1\",\r\n \"productId\": \"/products/unlimited\",\r\n \"subscriptionId\": \"/subscriptions/5d5fbfd23b14eb0095070002\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 0,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 0,\r\n \"bandwidth\": 0,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"name\": \"Built-in all-access subscription\",\r\n \"subscriptionId\": \"/subscriptions/master\",\r\n \"callCountSuccess\": 3,\r\n \"callCountBlocked\": 0,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 3,\r\n \"bandwidth\": 2960,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 134.59293333333335,\r\n \"apiTimeMin\": 46.0426,\r\n \"apiTimeMax\": 305.20390000000003,\r\n \"serviceTimeAvg\": 72.8378,\r\n \"serviceTimeMin\": 44.9456,\r\n \"serviceTimeMax\": 125.2727\r\n }\r\n ],\r\n \"count\": 3,\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/reports/byTime?$filter=timestamp%20ge%20datetime'2017-06-22T00:00:00'&interval=PT30M&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcmVwb3J0cy9ieVRpbWU/JGZpbHRlcj10aW1lc3RhbXAlMjBnZSUyMGRhdGV0aW1lJzIwMTctMDYtMjJUMDA6MDA6MDAnJmludGVydmFsPVBUMzBNJmFwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/reports/byTime?$filter=timestamp%20ge%20datetime'2017-06-22T00:00:00'&interval=PT30M&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9yZXBvcnRzL2J5VGltZT8kZmlsdGVyPXRpbWVzdGFtcCUyMGdlJTIwZGF0ZXRpbWUnMjAxNy0wNi0yMlQwMDowMDowMCcmaW50ZXJ2YWw9UFQzME0mYXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a9c0d73d-80b6-4ffc-a00a-ff24a5f2212e" + "80f9ab58-d9ee-4e09-a93b-27bf2ee979f7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -612,29 +612,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "5d6c1cc3-56ea-473e-bec2-d3bfb8eb3add" + "abe6ef22-02e1-4a22-a7d7-2df8d1724e10" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" + "11991" ], "x-ms-correlation-request-id": [ - "e5ace2c3-884e-412f-9865-f1f9a888d33c" + "2974cd24-31bf-485d-a64d-ac151326b85f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191725Z:e5ace2c3-884e-412f-9865-f1f9a888d33c" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214734Z:2974cd24-31bf-485d-a64d-ac151326b85f" ], "Date": [ - "Wed, 25 Mar 2020 19:17:25 GMT" + "Thu, 08 Apr 2021 21:47:34 GMT" ], "Content-Length": [ - "10162" + "3429" ], "Content-Type": [ "application/json; charset=utf-8" @@ -643,26 +643,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"timestamp\": \"2020-03-09T20:30:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 5,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 5,\r\n \"bandwidth\": 1795,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-09T22:00:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 10,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 10,\r\n \"bandwidth\": 3590,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-12T22:00:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 40,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 40,\r\n \"bandwidth\": 14360,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-17T00:30:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 40,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 40,\r\n \"bandwidth\": 14360,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-17T09:00:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 40,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 40,\r\n \"bandwidth\": 14360,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-17T16:00:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 40,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 40,\r\n \"bandwidth\": 14360,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-18T11:30:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 40,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 40,\r\n \"bandwidth\": 14360,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-18T18:00:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 40,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 40,\r\n \"bandwidth\": 14360,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-18T22:00:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 40,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 40,\r\n \"bandwidth\": 14360,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-19T21:30:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 10,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 10,\r\n \"bandwidth\": 3590,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-20T17:00:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 40,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 40,\r\n \"bandwidth\": 14360,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-20T17:30:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 40,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 40,\r\n \"bandwidth\": 14360,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-20T21:00:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 40,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 40,\r\n \"bandwidth\": 14360,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-20T23:30:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 40,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 40,\r\n \"bandwidth\": 14360,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-22T05:30:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 80,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 80,\r\n \"bandwidth\": 28720,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-22T16:30:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 20,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 20,\r\n \"bandwidth\": 7180,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-22T17:30:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 10,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 10,\r\n \"bandwidth\": 3590,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-22T18:00:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 30,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 30,\r\n \"bandwidth\": 10770,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-22T20:00:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 30,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 30,\r\n \"bandwidth\": 10770,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-23T03:00:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 40,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 40,\r\n \"bandwidth\": 14360,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-23T17:30:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 120,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 120,\r\n \"bandwidth\": 43080,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-23T22:30:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 40,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 40,\r\n \"bandwidth\": 14360,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-24T04:30:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 40,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 40,\r\n \"bandwidth\": 14360,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-24T21:00:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 3,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 3,\r\n \"bandwidth\": 1077,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-24T21:30:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 37,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 37,\r\n \"bandwidth\": 13283,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-24T23:00:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 40,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 40,\r\n \"bandwidth\": 14360,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-25T16:30:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 10,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 10,\r\n \"bandwidth\": 3590,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-25T17:00:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 10,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 10,\r\n \"bandwidth\": 3590,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-25T17:30:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 10,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 10,\r\n \"bandwidth\": 3590,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-25T18:00:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 10,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 10,\r\n \"bandwidth\": 3590,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-25T18:30:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 10,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 10,\r\n \"bandwidth\": 3590,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n }\r\n ],\r\n \"count\": 31,\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"timestamp\": \"2019-08-26T01:00:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 3,\r\n \"callCountBlocked\": 0,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 3,\r\n \"bandwidth\": 2960,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 134.59293333333335,\r\n \"apiTimeMin\": 46.0426,\r\n \"apiTimeMax\": 305.20390000000003,\r\n \"serviceTimeAvg\": 72.8378,\r\n \"serviceTimeMin\": 44.9456,\r\n \"serviceTimeMax\": 125.2727\r\n },\r\n {\r\n \"timestamp\": \"2019-11-11T02:30:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 4,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 4,\r\n \"bandwidth\": 1429,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-01-19T16:00:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 1,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 1,\r\n \"bandwidth\": 362,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-01-28T06:30:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 1,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 1,\r\n \"bandwidth\": 362,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-01-31T13:30:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 1,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 1,\r\n \"bandwidth\": 362,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-02-13T22:00:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 10,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 10,\r\n \"bandwidth\": 3430,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-19T18:30:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 10,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 10,\r\n \"bandwidth\": 3430,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2020-03-27T00:30:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 30,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 30,\r\n \"bandwidth\": 10290,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"timestamp\": \"2021-02-24T18:30:00Z\",\r\n \"interval\": \"PT30M\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 10,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 10,\r\n \"bandwidth\": 3430,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n }\r\n ],\r\n \"count\": 9,\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/reports/byUser?$filter=timestamp%20ge%20datetime'2017-06-22T00:00:00'&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcmVwb3J0cy9ieVVzZXI/JGZpbHRlcj10aW1lc3RhbXAlMjBnZSUyMGRhdGV0aW1lJzIwMTctMDYtMjJUMDA6MDA6MDAnJmFwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/reports/byUser?$filter=timestamp%20ge%20datetime'2017-06-22T00:00:00'&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9yZXBvcnRzL2J5VXNlcj8kZmlsdGVyPXRpbWVzdGFtcCUyMGdlJTIwZGF0ZXRpbWUnMjAxNy0wNi0yMlQwMDowMDowMCcmYXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6c09408-7413-4210-881a-739976a6b6c9" + "85f00ae9-1ead-4ba1-887b-fabe33d4e151" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -675,29 +675,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c02953bc-0e5f-4ec1-bbfb-6fa250503454" + "7425b507-72f9-4518-b2b9-9fba7c1070b8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" + "11990" ], "x-ms-correlation-request-id": [ - "83ffba4d-027e-4e54-b668-2ba0d92c6e80" + "197cf31e-07ee-49b0-8a0b-f46bd53f6b58" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191726Z:83ffba4d-027e-4e54-b668-2ba0d92c6e80" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214735Z:197cf31e-07ee-49b0-8a0b-f46bd53f6b58" ], "Date": [ - "Wed, 25 Mar 2020 19:17:25 GMT" + "Thu, 08 Apr 2021 21:47:35 GMT" ], "Content-Length": [ - "687" + "823" ], "Content-Type": [ "application/json; charset=utf-8" @@ -706,26 +706,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Administrator\",\r\n \"userId\": \"/users/1\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 0,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 0,\r\n \"bandwidth\": 0,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"name\": \"Anonymous\",\r\n \"userId\": \"/users/54c800b332965a0035030000\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 1005,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 1005,\r\n \"bandwidth\": 360795,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n }\r\n ],\r\n \"count\": 1,\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Administrator\",\r\n \"userId\": \"/users/1\",\r\n \"callCountSuccess\": 0,\r\n \"callCountBlocked\": 0,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 0,\r\n \"bandwidth\": 0,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 0.0,\r\n \"apiTimeMin\": 0.0,\r\n \"apiTimeMax\": 0.0,\r\n \"serviceTimeAvg\": 0.0,\r\n \"serviceTimeMin\": 0.0,\r\n \"serviceTimeMax\": 0.0\r\n },\r\n {\r\n \"name\": \"Anonymous\",\r\n \"userId\": \"/users/54c800b332965a0035030000\",\r\n \"callCountSuccess\": 3,\r\n \"callCountBlocked\": 67,\r\n \"callCountFailed\": 0,\r\n \"callCountOther\": 0,\r\n \"callCountTotal\": 70,\r\n \"bandwidth\": 26055,\r\n \"cacheHitCount\": 0,\r\n \"cacheMissCount\": 0,\r\n \"valueCacheHitCount\": 0,\r\n \"valueCacheMissCount\": 0,\r\n \"apiTimeAvg\": 134.59293333333335,\r\n \"apiTimeMin\": 46.0426,\r\n \"apiTimeMax\": 305.20390000000003,\r\n \"serviceTimeAvg\": 72.8378,\r\n \"serviceTimeMin\": 44.9456,\r\n \"serviceTimeMax\": 125.2727\r\n }\r\n ],\r\n \"count\": 1,\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/reports/byRequest?$filter=timestamp%20ge%20datetime'2017-06-22T00:00:00'&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcmVwb3J0cy9ieVJlcXVlc3Q/JGZpbHRlcj10aW1lc3RhbXAlMjBnZSUyMGRhdGV0aW1lJzIwMTctMDYtMjJUMDA6MDA6MDAnJmFwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/reports/byRequest?$filter=timestamp%20ge%20datetime'2017-06-22T00:00:00'&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9yZXBvcnRzL2J5UmVxdWVzdD8kZmlsdGVyPXRpbWVzdGFtcCUyMGdlJTIwZGF0ZXRpbWUnMjAxNy0wNi0yMlQwMDowMDowMCcmYXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "553a8c86-15b4-4b52-8a84-3efff2b7e331" + "a872d611-92ee-4c3e-a0b2-56f142b1980f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -736,31 +736,31 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" + "11989" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "4f0694cf-abdc-4a66-9e62-1afbc1114a56" + "bf1be54b-043a-480d-addd-43895d079f25" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "8c15ab82-e538-42af-96df-e6eaef91f3a0" + "c15b0f32-876a-4831-9065-40388e5d3ba4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191731Z:8c15ab82-e538-42af-96df-e6eaef91f3a0" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214752Z:c15b0f32-876a-4831-9065-40388e5d3ba4" ], "Date": [ - "Wed, 25 Mar 2020 19:17:30 GMT" + "Thu, 08 Apr 2021 21:47:52 GMT" ], "Content-Length": [ - "548947" + "175585" ], "Content-Type": [ "application/json; charset=utf-8" @@ -769,18 +769,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/favicon.ico\",\r\n \"ipAddress\": \"131.107.174.154\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-06T00:40:59.2050699Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 2493.6048,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9988a82b-b6ef-405a-b7dc-9b957d2b2571\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"http://sdktestservicemapi.preview.int-azure-api.net/\",\r\n \"ipAddress\": \"65.154.226.100\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-06T00:42:59.93661Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.79880000000000007,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5be9b536-fc84-4f73-b6ef-a712335434f6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"http://sdktestservicemapi.preview.int-azure-api.net/\",\r\n \"ipAddress\": \"65.155.30.101\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-06T07:13:12.1811232Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 2307.4181000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"19397200-a5e0-438b-a7c8-385912050caf\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"http://sdktestservicemapi.preview.int-azure-api.net/\",\r\n \"ipAddress\": \"65.154.226.100\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-06T21:40:01.3516204Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.70510000000000006,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"63e42e7b-ab74-4c25-9805-98ebabe14a3b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-09T20:37:02.3058069Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 880.38060000000007,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"081efbc0-4f0c-46eb-96d9-d8f7240c605b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-09T20:37:13.2654531Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1.0591000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2dd6aa7b-8446-4bb2-828f-7f1c902ac823\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-09T20:37:23.4395914Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2432,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"950dda7c-0892-407c-8866-b15fda08af6d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-09T20:37:33.5139757Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.28250000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a4aac809-98c0-4069-a690-7ad0f499d76f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-09T20:37:43.5900771Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24350000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2182ce2f-ad67-493e-bf91-abbae09879a4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"http://sdktestservicemapi.preview.int-azure-api.net/\",\r\n \"ipAddress\": \"65.155.30.101\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-09T20:39:11.6785297Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 8.364,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7968bb1b-f952-401d-a905-12157a63fc12\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"http://sdktestservicemapi.preview.int-azure-api.net/\",\r\n \"ipAddress\": \"65.154.226.100\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-09T20:41:28.5897507Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2695,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"46b10e70-08f9-4592-b56c-3945537f1e25\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-09T22:27:33.8967212Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 774.365,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a7f75a79-e0d3-4881-a8cb-7622432a3281\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-09T22:27:44.84505Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1.0555,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"67af25e1-faa5-4214-951d-6e2525494a34\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-09T22:27:54.922663Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3159,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"69cdf119-25a8-4b6b-9870-f6f3971a1dfa\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-09T22:28:05.0079034Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.269,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"26b09bd1-f9b1-45fb-8053-3905c8fbaec0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-09T22:28:15.0800252Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2477,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f77f1da0-f3e0-4329-9f5f-bda8056ad81e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-09T22:28:25.1612739Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.269,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"dec1f57f-dec5-4f7f-a87a-5c988407066f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-09T22:28:35.2310399Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2723,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fc1d3ee6-dc1a-4f46-942f-629b31c5cf62\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-09T22:28:45.307276Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24710000000000001,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"76f55acc-7d80-4f66-98ae-ce6788a2d721\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-09T22:28:55.3812709Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.29560000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"575da364-b51b-4320-bedf-0d8418102a1c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-09T22:29:05.4673647Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25320000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ef748b4f-d114-4eed-b4b9-55b9fcd7c3e9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:15:07.8033693Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 3606.6369,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0ab527e5-df2f-44ee-b83d-c21380493d16\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.71.224.169\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:15:16.2590196Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1.1706,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e28c594b-3be9-42c2-bb00-91729f3799c9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:15:21.4809416Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24530000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e582ef3a-e22e-4130-bcb1-df562a9f1b92\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.71.224.169\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:15:26.3107384Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.31720000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"29f57ea7-67ca-4edf-8355-23fe5fc59c1e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:15:31.6084918Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2551,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1d4d75bf-268a-4feb-8469-d91a41a9f010\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.71.224.169\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:15:36.31298Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2447,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a812fc99-7e3f-4464-9578-99682f009dd5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:15:41.663774Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2793,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a80310ea-ed13-4709-8ff6-1844770399da\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.71.224.169\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:15:46.3221668Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2697,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3ba13f9b-59eb-423f-ad6c-5e4cfae5966c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:15:51.7442205Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2523,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e72203c2-5510-42f9-bc4e-78c82bbf4da8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.71.224.169\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:15:56.3288587Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24930000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"537bc8cc-59c9-4f71-a8df-e28504c6a06b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:16:01.8492529Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27290000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ee1ed288-b54d-45ca-82a2-733a9bed59d4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.71.224.169\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:16:06.3232498Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2469,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"03568c34-9873-410a-a424-782a986efe62\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:16:11.8926687Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23720000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4d2a42ad-d379-4fb9-a3b7-de27c7c82853\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.71.224.169\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:16:16.317487Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2676,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e9ccc0b4-dbb5-4f50-8f2d-64759c1e3804\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.29.44\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:16:20.8197758Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25270000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f3f1fb5c-adff-400d-bb5c-0a85c534b683\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:16:22.0544541Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3277,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3750d6af-a6d9-4cee-8822-a709f8a50530\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.141.147\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:16:25.1647912Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.4068,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"da86f014-a7fc-4e28-bc6e-7c4f17b1bbe0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.71.224.169\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:16:26.323379Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3009,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2a9bedfe-9899-4b8b-bf65-fd13bcaeb022\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.29.44\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:16:31.0637413Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26890000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d854c07a-b0fe-4746-9f5a-b47dfed442de\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:16:32.0793471Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.257,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f63e6067-e719-442a-b0b5-4cfa51735469\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.141.147\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:16:35.4093347Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2457,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"50814b71-0c36-4c62-8099-c44ede67e5af\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.71.224.169\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:16:36.3312175Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2524,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7cc0e096-072b-4082-929d-c66603b6d6bb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.29.44\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:16:41.0854149Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.86820000000000008,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5b869ac4-65b0-4d77-83f9-2b0cb1420c5f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:16:42.1010614Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24020000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f9ccfda1-3748-4349-b0c1-c6527af37fa7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.141.147\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:16:45.4057023Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2874,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a36cd80d-b044-4df5-b48a-e8dc2c1683e2\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.71.224.169\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:16:46.3431891Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24580000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b686176b-2bca-409e-92bd-491532f89ba4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.29.44\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:16:51.095519Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2436,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"749d5bd0-4831-4197-b675-6eed52251648\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.141.147\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:16:55.425424Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24930000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9a747fd9-576e-4c38-8fd2-eaa444402180\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.29.44\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:17:01.1332974Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2605,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a17737f6-4de3-44bb-9405-35e1f40b8e96\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.141.147\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:17:05.4310515Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.228,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1fa3777d-8c5c-456c-af87-a3c757f7b2bc\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.29.44\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:17:11.1387657Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2611,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3c367e05-125e-4384-927b-2f83f4101256\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.141.147\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:17:15.429355Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3589,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"310b9b24-f5f4-4edb-ac07-2df25535aeaa\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.29.44\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:17:21.152748Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2419,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a9f0ad00-2798-4cf1-8234-c2b84a7cc56e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.141.147\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:17:25.436131Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.36250000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7dc6886a-ad67-4497-8584-4f4dcf546880\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.29.44\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:17:31.1730558Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2869,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c45b1810-f0b1-46d7-b74e-fc2444e7068f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.141.147\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:17:35.441135Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23650000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d62bf62b-5d78-4b33-9c94-0848bfdab020\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.29.44\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:17:41.1793652Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2617,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f442d5f5-c8a7-4e41-b25f-3e91a0531bfb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.141.147\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:17:45.4468155Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2669,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c27b7f85-fbb6-4ea4-9e45-aeb65f158877\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.29.44\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:17:51.1825724Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24130000000000001,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8889538f-6be9-492f-9d1d-98f93990e445\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.141.147\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-12T22:17:55.464077Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2692,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"415caa58-d74b-43e2-b5f0-b169fb9b52d6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:36:32.750789Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.34190000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"bd55a400-208b-4072-b392-5a8a7a3f2ed4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:36:42.9308304Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2515,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9566d56d-7eae-45af-8b83-d1bee9fe5f5d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:36:52.9897149Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2497,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"93baaea5-ce33-4881-95b9-e2d18d6b4f15\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:37:03.014365Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2787,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"725c543c-c741-4393-9b20-b77a82c65b57\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:37:13.0383047Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2561,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6616b0e5-92c5-438f-87c3-c64325a2ddf6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:37:23.1106078Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2666,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"37a9dbda-28c2-42ac-9186-9ca0ac213300\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:37:33.1962608Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2388,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5e0f6150-18bb-4962-a01d-a6d496663d9a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:37:43.2630639Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2748,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"edba7fd3-d5b0-45c0-bdd1-6bc2dc3d90d3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:37:53.64927Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.52050000000000007,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"df63870f-5305-4a3b-8b7b-2147b3c66e78\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:38:03.6811179Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2461,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"07fb5195-40af-440c-8383-290f884a3074\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.58.23\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:38:26.4511224Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2559,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"46f0c96f-a475-47d4-893c-eccec7fba426\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.58.23\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:38:36.7747419Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24580000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"00dacda5-7442-4a11-b2b8-d210f8ae60de\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.18.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:38:39.9778551Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2575,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"bd59ac12-ff29-4309-a032-63f4ede1cd2b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.58.23\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:38:46.859698Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3008,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"abb52833-9dfb-4f56-8f79-9776adf50c1d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.18.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:38:50.2484855Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3912,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c07196e7-8618-4a86-b59c-a0109447f394\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.58.23\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:38:56.8792691Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3124,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9e78ee33-dd46-4318-a022-575d97e506df\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.18.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:39:00.2731276Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2447,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5cde7b80-fe61-420b-b9c6-a93825710a36\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.58.23\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:39:06.8932389Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2721,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"89ea2414-3709-4502-bf9d-0ce96a740ceb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.18.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:39:10.2691996Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2549,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5777cfa4-318c-4f07-8c15-81a324814a28\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.58.23\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:39:16.8982217Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.36010000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a0e11c0b-1d36-41bf-bc54-eabf38b4ec13\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.18.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:39:20.2901427Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.267,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7d8980a1-ddfe-4463-bdef-a85492c5d0fd\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.58.23\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:39:26.9055572Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2526,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a7329faf-0056-45c6-8cc2-a5bb3730bb6e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.18.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:39:30.3127938Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2555,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"56a7c415-959d-4d19-a6ad-07cfc8026b6b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.58.23\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:39:36.9126819Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2609,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4dd7339e-b19d-4ec2-880f-04a1770d3d16\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.18.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:39:40.3707547Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 5.5872,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"419deac9-b057-4374-a7c0-1c7037c36cd9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.58.23\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:39:46.9198252Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2409,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9fa7f54f-4b0e-4f76-9edb-db47d9dea0e9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.18.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:39:50.3780587Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2436,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"223cc7a4-6c3d-4bbe-ac94-139bfcb85320\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.58.23\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:39:56.9129434Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2579,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a4130b39-c7e6-49a4-8302-fb05589088d8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.18.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:40:00.3881823Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2519,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fea16567-1a24-45e8-8e24-3e36cc4b1968\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.18.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:40:10.3988483Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.261,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3494eef3-70a5-4d15-9af4-e23c8f7b1511\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.87.12.213\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:40:18.3711327Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2642,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d3cba19a-1e92-4b43-b0c9-7b38485d8b4b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.87.12.213\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:40:28.4107139Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2637,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c26c62c3-35cf-4b4d-a288-12b7d2ac43f5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.87.12.213\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:40:38.4130839Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27190000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"83745a78-3085-4ac9-bfcc-ab69d96ec7a3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.87.12.213\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:40:48.4961172Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.32430000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"bf9333dd-005e-4bb4-9471-df9e1ba14400\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.87.12.213\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:40:58.5026151Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2899,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"bb07b5e9-162b-4cde-b7b2-c4dd8a2a4528\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.87.12.213\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:41:08.4981036Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25720000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e6661db0-177a-4e03-8700-df0a996af7ef\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.87.12.213\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:41:18.4930712Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2642,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5bbef982-e9b6-4cbe-ae2f-6b2736128576\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.87.12.213\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:41:28.5054Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26980000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3a94f821-b51d-49f2-9490-35ae24806c21\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.87.12.213\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:41:38.7057388Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3624,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3e392932-27cd-457f-8535-5f3766a6af1b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.87.12.213\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T00:41:48.7147606Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2732,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"996a5481-67e0-465b-8e2a-5f66161f92af\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.224.12.75\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:09:33.8422623Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2902,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b4bdc187-03a5-4f7e-bfb9-a5c23d0d2267\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.224.12.75\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:09:44.1172932Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23290000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a8914c4b-99b4-425c-8ca7-d090b91f2549\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.224.12.75\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:09:54.1104731Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26230000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d807dd3e-f680-45dd-9c69-e37d47cc9d66\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.224.12.75\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:10:04.3399105Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2669,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0fcb3847-4240-4d71-aaad-e8bc616e2323\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.224.12.75\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:10:14.3432251Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2511,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"42fd533a-b979-4b9c-8e58-4cc02e8dbc01\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.224.12.75\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:10:24.3449155Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.265,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c2ce25cc-3e90-4860-b4f2-1700356dc3fa\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.224.12.75\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:10:34.3560294Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.258,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a1290794-871d-4f16-87a3-c3fe9946b0b6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.224.12.75\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:10:44.366421Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25620000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fd079eae-926f-45dd-8747-5f1fb97fadb1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.135.98.177\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:10:48.4332947Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2524,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"112d49fe-d6ce-4c27-baa1-35236031c8c2\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.224.12.75\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:10:54.3738694Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3971,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"32c6a698-c91b-45bb-93a2-87fc9f11cc29\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.135.98.177\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:10:58.6726541Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24780000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e9f101ae-357c-4c51-8fa1-ad8445756f69\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.224.12.75\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:11:04.3842601Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24200000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"631c7736-2660-4aa3-a30c-abc43eb72b5a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.135.98.177\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:11:08.7294696Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2581,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d06fb42d-1f1a-4f8b-a77a-f00ac8ccf981\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.135.98.177\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:11:18.7264578Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2469,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7d30f94c-f8fa-4a41-8211-e4a3087d5da6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.135.98.177\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:11:28.7438267Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2338,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3748ee14-1141-49ab-b42d-458c77b7e9b3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.135.98.177\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:11:38.7522612Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2403,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f2bffb38-365b-4af1-9563-f33c7340c465\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.135.98.177\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:11:48.7632889Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24730000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"94955c18-7914-4e4f-9f19-89851fe62f4f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.135.98.177\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:11:58.7774294Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.258,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"69c92e37-be58-40c3-9ca8-280182587fc2\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.42.177.225\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:12:02.4180673Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2716,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"388b7fcb-c158-481e-be43-6b8047c50f9b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.135.98.177\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:12:08.7864422Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2321,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e2c9cce4-9072-4edb-bf47-2849e6e8f7c1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.42.177.225\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:12:12.5713725Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2798,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"55a14ac7-00f4-410b-a195-1d7d5744cd8e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.135.98.177\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:12:18.7926563Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.262,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"35367d75-4af7-4bbb-ad54-c3f5aac4d46a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.42.177.225\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:12:22.6279584Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2393,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4cfe05ca-ef9d-4710-a76e-3185ed1b0594\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.42.177.225\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:12:32.695925Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2388,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"36ecb2d8-e3d1-4ecb-8a7a-458232869b78\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.42.177.225\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:12:42.7681531Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2606,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d9957917-72c5-4ebe-8eb2-c7538f810deb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.42.177.225\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:12:52.8358795Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2378,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"35a1c5c9-85b2-4cd9-ab8e-51d4318282ef\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.42.177.225\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:13:02.8946668Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2541,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6c0e2a71-43af-447c-a8c2-2700861d2b53\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.42.177.225\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:13:12.9545802Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.82090000000000007,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d636185c-28a9-43cf-8d04-75965a4ec1e8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.42.177.225\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:13:23.031783Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.22690000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7ef1dc62-a6f6-4806-a1d9-71606b81ec79\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.42.177.225\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:13:33.0894157Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.268,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"19c93fba-11ea-47fb-823f-8b607eefac9a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:14:25.6279567Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3251,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"666a65e4-d9f3-46f4-acd0-00916535d040\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:14:35.7451269Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24500000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f3049d13-f8fa-4182-ab4b-1ef5bc32313a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:14:45.9078343Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2406,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c5132eea-d075-4583-ab30-0c131c17adb1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:14:55.9350231Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2529,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3c133073-b487-4b32-bbd7-bcd33e9c75e1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:15:06.0381967Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2451,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c48ab3e1-c2ac-46fa-8b6e-451f81ca598f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:15:16.0927951Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2401,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8cefdc4f-6d7e-4565-bb5b-1df77168a121\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:15:26.1175021Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25730000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7f9cd236-24c5-449a-8322-a282a8d3b845\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:15:36.1569498Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2253,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b61a381a-1629-42ac-a7cf-eb079f408797\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:15:46.457989Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2594,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7d4b069c-3b49-4798-9280-f0007389041e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T09:15:56.5538985Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2536,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1103ff24-344f-4281-bb8b-213b6874e7ff\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.234.211.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:06:32.6840033Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2727,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7eedbceb-a619-4377-b8bf-37cc231913ec\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.234.211.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:06:42.7236416Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.248,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ca9cc2a6-b778-4f8a-bfab-cddeb8c99aee\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.234.211.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:06:52.7301662Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24910000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6c6c6027-12a8-4042-a43b-dcfd65efbd48\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.234.211.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:07:02.7387411Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2874,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e8be42a5-38d6-423a-8613-01a941fe399a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.234.211.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:07:12.9841161Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2599,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"69134178-8c48-40fa-bc59-4f015b3f58cb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.234.211.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:07:22.9889796Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27080000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ff662857-0c74-43de-bea1-eec419ca1a30\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.234.211.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:07:32.9901035Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.21180000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"14af501b-26c6-4a4d-8c5e-5098169ea421\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.72.68.228\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:07:37.6209619Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2565,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5ba2586e-55cf-4a6e-af5a-8a2fae538212\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.234.211.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:07:42.9970485Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2609,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"286202b7-4e92-455f-9a32-1ff497d1ed00\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.72.68.228\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:07:47.8270455Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2634,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0a10c365-f476-4573-916a-8185021b3a7c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.234.211.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:07:52.9998211Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2731,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6169911e-3d4f-4922-9c0a-a3e2f415e680\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.72.68.228\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:07:57.8314783Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2788,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6a21b79c-953d-4b93-bbbb-45422fdf11d4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.234.211.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:08:03.0094576Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2644,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"08b128ee-72a4-456e-a1ec-f7c1c90b7204\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.72.68.228\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:08:07.8519242Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3388,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b8ee3466-fca3-4da7-90a1-0588f6775744\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.72.68.228\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:08:17.8483346Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2886,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7d92df49-b07f-4fac-ac02-5c12556db5bb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.72.68.228\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:08:27.875894Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24400000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"57000f17-4a09-479b-bfb7-1257fe6f63da\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.72.68.228\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:08:37.8827202Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3609,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"721f9d1d-6234-4979-b1e9-89ede8297190\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.72.68.228\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:08:47.8902684Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3639,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"81a3c820-f130-4fa7-8937-feb075dbb740\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"65.52.127.47\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:08:48.0475162Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2556,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"aef437fc-f59b-4347-b965-69c883b57c89\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.72.68.228\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:08:57.897853Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24600000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7a4f3e5d-d71e-4548-b944-b60660aea680\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"65.52.127.47\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:08:58.3666101Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2651,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a1e786c5-cbfe-4a4d-bcbe-f261fd0fbcd3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:08:58.978473Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26430000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"421fb737-71b9-4b87-a88d-0f3c4a33ca72\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.72.68.228\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:09:07.9088323Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2358,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"58d10e94-9e57-4c67-9e8d-ff98dde8574c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"65.52.127.47\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:09:08.4414259Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2331,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"17c1b029-1571-4fd2-ab2d-d666748e962b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:09:09.050787Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.256,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"42f0f904-cf02-4fbb-93d3-1022c734635a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"65.52.127.47\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:09:18.5096885Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2669,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"827c56bb-81b6-4150-91d0-8b264bd7b243\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:09:19.0721985Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3768,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4ae074be-2411-43da-8088-b3eb60e747f1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"65.52.127.47\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:09:28.5808156Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.249,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"55fe5274-a868-4b64-8db9-54f5dd6bd570\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:09:29.1901654Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3033,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e4920067-f957-4da1-969f-ab9247255b0f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"65.52.127.47\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:09:38.6636968Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3211,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"04a7a0c0-6913-454e-ad19-a1b23e2abf4d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:09:39.2133477Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2389,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5d550d59-3bb2-46b5-9575-dfddc16f9dee\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"65.52.127.47\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:09:48.7318797Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2582,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6f100260-b9da-490e-995d-4fb70ea24840\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:09:49.3578542Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2275,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"44ba7eb6-d956-4f8f-b894-e49e18933487\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"65.52.127.47\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:09:58.8171854Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2504,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f4e21f7f-c2cf-455b-a11c-cc2190caf67b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:09:59.37976Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23950000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5c129954-cfd5-47e4-a439-8ff644d1151f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"65.52.127.47\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:10:08.8715511Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2479,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fb68be4a-5bf5-43d8-a29c-8eb251fdc5f5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:10:09.402806Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2622,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"45a73d86-5402-40fe-9fb1-60e6824d0417\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"65.52.127.47\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:10:18.9565889Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2549,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"96a05731-851a-4479-b18e-50571198ec5d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:10:19.4409903Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.22510000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"cdc44250-da33-4914-bfd6-1b7b8f179b7f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-17T16:10:29.4616468Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26730000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2a740fc2-2b9f-4da2-8e86-4585aef7d69d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.198.139\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:32:55.0324495Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 6.0838,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6b3a9b1c-5f40-4ef0-b3dd-5830e40d1057\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.67.219.134\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:33:03.5021117Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27890000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"49ba920b-7db7-48d8-93c1-14ceec789d35\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.198.139\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:33:05.1149318Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2685,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b40146d4-e7b4-46cd-b320-0ea79b4a98c5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.67.219.134\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:33:13.7208261Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2599,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d83382f1-ba28-4276-8e84-23be1eca92e9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.198.139\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:33:15.1133091Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2273,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"322a5079-94ab-4549-b788-df509798580d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.67.219.134\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:33:23.7412669Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2514,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"31ba1cf4-530f-48a3-8cc6-05e54f3d130b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.198.139\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:33:25.1166593Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2379,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3bea4302-a663-4498-a9e3-94004ceab322\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.67.219.134\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:33:33.7673495Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2401,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"430d5e6f-cbd4-4378-ab2f-4c5a46701999\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.198.139\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:33:35.1267479Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2429,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"469e88e3-96c1-4f9f-af85-f57bda3bc45c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.86.93.230\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:33:40.3798646Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.29860000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c5305e74-330d-43de-b921-87be056a6add\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.67.219.134\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:33:43.8021906Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2558,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"199ba5ab-5955-4752-a4ef-7f7868d00501\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.198.139\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:33:45.130328Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.274,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3508b60f-7dee-43f6-8be6-c7fc3da953cd\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:33:47.6983966Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2772,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b16399f4-ab53-4c37-8230-0cb79a481828\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.86.93.230\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:33:50.6202734Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2401,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"457edd06-6f3c-4bb2-9b92-75925d7b3eda\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.67.219.134\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:33:53.8291224Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2601,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fccafc39-2de4-441c-8468-f322980dc2b2\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.198.139\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:33:55.1424046Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2447,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"20f08582-1514-4a20-a516-a17e7b4bfde0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:33:57.806247Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.34800000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ee30f261-b420-45c3-bca1-3a5f0d036f93\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.86.93.230\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:34:00.6555061Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24020000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"40e5f807-36fd-4776-8c9d-a80cb147c6b3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.67.219.134\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:34:03.8607797Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2518,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5af6a415-5c66-48cc-930b-46c21a1897fd\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.198.139\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:34:05.1420767Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2421,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"73d9d666-37e4-47d0-911f-c8f12418ae3b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:34:07.8312173Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2426,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b91dce44-3bae-4f95-8202-d3019b382ac7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.86.93.230\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:34:10.6780977Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24550000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"47fb01db-26c6-41a0-b01b-0cd004c6b033\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.67.219.134\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:34:13.8828044Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.4964,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fac11461-46e8-46a3-bcff-362bb6cc708d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.198.139\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:34:15.1522904Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2677,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fc3fdf00-5e49-4042-b943-3c2058f4a547\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:34:17.8564687Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25730000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1d26d0aa-8522-406a-9262-ff7a5f0bc8cd\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.86.93.230\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:34:20.9811787Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.303,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fd437ab5-62af-4ab1-a5f9-ad9c37736e05\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.67.219.134\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:34:23.9141621Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2637,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1b323a9f-e012-44e1-a0d7-578b38f961ab\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.198.139\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:34:25.1485353Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.317,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3006d616-e964-4711-9678-3e82077ac7c5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:34:27.9922737Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2368,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"22de58e2-64cd-4855-81a3-5710ea22f1f6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.86.93.230\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:34:31.0102852Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25170000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ae649216-b63b-45b2-a25d-0308f232c012\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.67.219.134\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:34:33.9321934Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2454,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"50ad7393-9750-4d3a-a61c-7ba88f230bbe\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:34:38.1379023Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2747,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0e329832-bb3c-47c4-9f27-3840098f5923\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.86.93.230\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:34:41.0502541Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.312,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a26055da-479b-4ee7-bc19-b4e19e92db3d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:34:48.1943588Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2621,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4adf11a8-3cdc-42f1-92c7-ed1a75f7cb0d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.86.93.230\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:34:51.0729542Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2535,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d68772f2-b1f9-4c51-8493-e3094cfce6d3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:34:58.2176582Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2569,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c2d4bd62-711e-47bf-a945-b4a4a434352d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.86.93.230\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:35:01.0941621Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.22390000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"90500c25-faab-4f8b-94b8-631647d59637\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:35:08.3029898Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25470000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0653763d-d4f2-4b8c-8cf5-68010d477caa\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.86.93.230\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:35:11.1172881Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.229,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"82407a26-809a-42b6-89e0-3e509b39bc5e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T11:35:18.3152043Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2745,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"92ada4e9-2ff3-41cd-a8b4-e68927a1651b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:02:30.7252017Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27040000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"adde22af-97a6-4f2c-b891-7fade5e37116\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:02:40.9331933Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2461,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e190b530-c9be-40bb-8f72-b6476669d85d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:02:51.1903428Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2786,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6e232141-1787-4dc6-8890-a07a05af1d88\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:03:01.2047175Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.4304,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f636452c-e488-4dc5-913c-f963d60b0142\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.210.221\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:03:09.9136696Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3549,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"35737f2b-0446-489c-a062-8e652335ce2e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:03:11.305991Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2561,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"055df6a9-861d-40be-9070-0bf90c05bbcd\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.210.221\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:03:20.1958665Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24430000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8c83f2bc-10d2-4c78-aebb-b6da1640a66b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:03:21.321479Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3312,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3733e67e-b684-45c0-9db5-3a27f7f35d94\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.47.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:03:26.7630502Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25170000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5c22b3ac-4aab-4928-ac01-67bc229822e9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.210.221\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:03:30.2046444Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2351,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c027065b-928a-4274-8bb1-bc882ab138b0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:03:31.345263Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2558,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4268529f-c792-4f19-9729-7860a7c5ce22\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.47.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:03:37.0573638Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3149,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"bf21a317-2ca2-4dab-8185-6d7d8116199b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.210.221\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:03:40.2161198Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24000000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9a1f5145-8846-469b-9ca3-d03216d7612d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:03:41.3579802Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2556,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7893f593-6e56-4eeb-b0ac-a0a790a66248\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.47.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:03:47.0642914Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.28650000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"60b13e7d-e524-40fa-ae64-f2717f1adeba\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.210.221\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:03:50.2250594Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24200000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c53b81a9-bc44-4c31-9703-a6aa304cf4da\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:03:51.3819893Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2315,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6b006157-3ab3-43d1-830d-5ce7b8ec1e84\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.47.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:03:57.0726062Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1.3651,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8cec21f7-1d22-48e3-abe6-730622a4384f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.210.221\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:04:00.2639529Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2579,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5b24a2a4-494b-47bb-a1c4-244fb6687131\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:04:01.4841465Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2579,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fa4e1709-d4c9-40d6-964e-c316b8e347d1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.47.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:04:07.0952517Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24180000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0f171d99-55e7-4b5c-9aaf-1f90877797eb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.210.221\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:04:10.2846043Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2621,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"df5d9e20-bd08-40e2-af39-c575e9340611\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.47.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:04:17.2839465Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2793,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5b87e5d8-c8f9-44c2-833e-b58d1f0027f1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.210.221\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:04:20.2938342Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24600000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e9444c3a-b0e8-4143-92ca-78fe73b2d60f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.47.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:04:27.2807224Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2697,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0c4d8cfa-cbea-4154-b2c2-a339142471d8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.210.221\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:04:30.2965512Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23950000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"649b7fb9-fb56-4460-95d5-b8e495ace051\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.47.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:04:37.2963916Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24080000000000001,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"478b8b1d-79df-4f52-a27c-0e7127494328\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.210.221\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:04:40.2963654Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2771,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"cd922567-1899-4362-aa35-08d0f6b530ab\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.47.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:04:47.3063977Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.4534,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"37964596-a409-475f-a530-4da0c301602d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.47.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:04:57.3023048Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2545,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0ee4f3bd-f187-4bd8-af10-e4fb0fe730f2\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.251.249\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:05:01.6491822Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3281,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2b811a3e-3e43-47d8-a8f6-329f61e0f4f4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.251.249\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:05:11.6924769Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2585,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"04daa264-a343-4c43-96d9-55672b4e6142\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.251.249\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:05:21.6960983Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24200000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6c38322b-1f5b-4c09-bcad-593a19caee25\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.251.249\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:05:31.8736715Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26130000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b18766b3-d516-4919-90ef-3dc40cff33b9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.251.249\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:05:41.8715088Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2529,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"adf04f9e-c951-4bfd-96d9-037916b97c6b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.251.249\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:05:51.8741345Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24070000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"84143c3d-7f6c-4fbf-b8b6-12c69eede982\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.251.249\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:06:01.8841689Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2838,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"cc7ce702-acaf-478a-970a-ce5bafe08b71\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.251.249\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:06:11.8885668Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.256,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"167524a0-9788-413c-8135-0731f7c5986b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.251.249\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:06:21.8800983Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2601,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a48917b3-7dc2-4f99-b48a-fa6a8ed2a997\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.251.249\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T18:06:31.8946936Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2621,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2876326a-3d80-4255-a2e4-c9f366a91d92\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:20:47.0657014Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27790000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7077bb44-11fb-4436-82fa-249a7193659f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:20:57.1530792Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2381,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"eed93d38-a2f3-48a4-9e43-528db5b66b74\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:21:07.2057804Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2495,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"530473fa-1c9c-4d93-af45-a6bc6a797217\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:21:17.3754664Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2607,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3a1ddd1d-e23a-4f99-9ad3-a0a2d8da676d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:21:27.3937744Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2741,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d5149eba-64ec-4382-a004-ede278821246\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:21:37.4652539Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2803,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ab128577-56d9-4eaf-8b74-242a29d4a36d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:21:47.506339Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2636,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"38377e5e-bf86-4521-8d02-4d87360172b4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:21:57.5423769Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25520000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"039dd1e9-0f1e-4ac8-88af-3bafd4270149\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:22:07.5800667Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25630000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ac536974-a376-4467-b486-b3f77a90b455\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.158.214\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:22:09.642576Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2427,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d895fb3e-beb7-4854-bacb-678e0d608d78\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:22:17.6032863Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2469,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"eb757807-3c9d-4600-8072-cb78b88d5783\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.158.214\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:22:20.0095604Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2602,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2038d7b3-77f7-4679-9e7f-689871bd189f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.226.16.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:22:22.8542728Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.277,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"75cf1036-e663-4096-8c22-5d21b9460ee0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.231.57\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:22:25.0290873Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2625,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2bb9fbe9-1393-4bdc-961a-5a51e6d28f64\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.158.214\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:22:30.0298203Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2882,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e8bfb818-e354-4505-841e-5745d54e7b25\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.226.16.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:22:32.8899648Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2888,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"101212c4-57d0-4ef3-b1b5-056957aef390\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.231.57\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:22:35.3308684Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2529,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"af5c9951-a53c-4529-8f4d-bfed50784a87\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.158.214\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:22:40.0383916Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3391,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1091cf71-5213-49e6-835b-cfd85f1bf65e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.226.16.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:22:42.953868Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.34400000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e20df578-65e1-4b66-a9c1-83c3824a98d0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.231.57\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:22:45.3423914Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2434,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7dd91063-7c28-4747-b7eb-41eb4678d032\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.158.214\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:22:50.0322467Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2592,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"680d4186-7ef0-4a17-ae44-d41071d942c2\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.226.16.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:22:52.9602453Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2538,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"05dea466-6bb0-4ba8-b338-6c41d3ea9f37\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.231.57\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:22:55.3519516Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2632,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"774dbac5-da6a-4765-b363-5354ba76d649\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.158.214\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:23:00.0565765Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.6524,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6f799252-e20a-4c6c-839f-25172ad837d3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.226.16.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:23:02.9675068Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3315,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6b296531-2383-46ff-87ea-d9a4240cbd7f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.231.57\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:23:05.3737908Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2436,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fa33fec4-255e-401b-8340-521087c6466f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.158.214\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:23:10.0672878Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2635,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"09c83b09-8793-4b05-b77b-251f6ba4c9d3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.226.16.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:23:12.958339Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2477,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f13ffb45-4b72-4a40-bcdc-26fe90eb3e68\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.231.57\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:23:15.4917697Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23090000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7cc41a32-f2b6-4c2f-b1c9-5f5808692ce0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.158.214\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:23:20.071197Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24250000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f75fe3a7-f6da-42d2-a0df-56b7da43228a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.226.16.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:23:22.9648579Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24760000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a5c11f55-d1d3-4e20-ad12-5f40305be8d1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.231.57\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:23:25.5030947Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2645,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fdce5663-7e18-40eb-a45c-9d57bd06ec9b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.158.214\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:23:30.0880676Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2889,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"25fca264-f65c-4274-958c-42b7377524c9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.226.16.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:23:32.9660552Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2516,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6e60bd32-122a-4522-b267-9a6f4943282b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.231.57\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:23:35.5129638Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23950000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f92934c4-6a19-432e-8874-f579b860202b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.158.214\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:23:40.0988783Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2911,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"412cd4e8-d463-429b-8031-1dd9f30f72da\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.226.16.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:23:42.9746457Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3713,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8cf98bd5-7de2-423d-9282-afdd7afda4e1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.231.57\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:23:45.522331Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2554,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"adce4aba-f2e7-4d66-bd1b-a656db5221d2\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.226.16.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:23:52.9795114Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24500000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f39716b5-f7e5-4cb0-8a2c-d525aabc8b9f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.231.57\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-18T22:23:55.5303419Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3053,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"55c71ea3-8f00-4d0c-a3fb-0d241ef8abb0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-19T21:55:03.6453576Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1177.9357,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e28e27e7-0763-46d2-97ae-d64500b844bd\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-19T21:55:14.898854Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1.059,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8716a237-5778-438c-85eb-95296c6c2916\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-19T21:55:24.9842472Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2515,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"46d58f4e-5acb-40ab-b418-58533a81af77\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-19T21:55:35.0686451Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2485,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a65d086b-91cb-4763-81d0-00afc5af84f1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-19T21:55:45.2762127Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2625,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"26e1f08e-a48a-48e8-9c40-0e31ce8dca44\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-19T21:55:55.3476262Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2783,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"40a9486c-c512-40b5-9d72-88d9c1f51de7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-19T21:56:05.4181962Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2584,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7434c3f7-5091-4b77-b992-fdfd482760aa\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-19T21:56:15.4866144Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2634,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b0a74612-84c7-4292-8951-e14b3a6f6196\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-19T21:56:25.5544183Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24860000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"319f1560-d78d-4b77-9d03-350e4a6f48b3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-19T21:56:35.6406207Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2597,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"52279d3e-efcc-41cf-98e3-551ead9526de\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"http://sdktestservicemapi.preview.int-azure-api.net/\",\r\n \"ipAddress\": \"65.154.226.100\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-19T22:01:12.7366648Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 35.720400000000005,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a7fe524a-56a7-4d69-9d96-c2ddd20630cc\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"http://sdktestservicemapi.preview.int-azure-api.net/\",\r\n \"ipAddress\": \"65.154.226.220\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-19T22:06:32.5238219Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3473,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b056197c-0335-45f5-8576-f082ee7058ee\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"http://sdktestservicemapi.preview.int-azure-api.net/\",\r\n \"ipAddress\": \"65.154.226.109\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-20T00:05:57.1542342Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23070000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"00629781-516f-49bd-97d7-9af6cc62ca15\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.63.28\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:21:10.0957746Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3463,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7942c82e-efbb-461e-9000-edebb8cdeb9d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.63.28\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:21:20.114326Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2904,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"719445de-a084-463e-8927-7c061adeb1ac\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.63.28\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:21:30.1237407Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3287,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0b0e2d1b-9a46-40e4-9805-1be1aba58d00\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.63.28\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:21:40.3295632Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.28400000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8ea099b8-bbe5-4229-a030-f3c474f70ab6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:21:41.5548871Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3326,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8f873a85-9844-49d0-b62d-a1c6f058f659\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.63.28\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:21:50.3336699Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2503,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"468662c4-9edd-4a2f-9ed6-b5cfceb8a168\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:21:51.6774581Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25370000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3eafa8dd-ec52-494e-bcf0-480ba96ed319\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.63.28\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:22:00.3263146Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2617,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"309b2e2a-4d22-432d-a27b-4676c092aa80\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:22:01.7995987Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2676,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"df0e60b8-afb2-4ad2-8912-76223f920f96\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.63.28\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:22:10.334713Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25680000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"649f451f-47e6-4bc6-813c-76207a9a5ac7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:22:11.851347Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.264,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d8844c00-5e72-4b11-95e5-37735100a773\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.63.28\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:22:20.329031Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2531,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3efd1ff7-172c-4c69-b817-fec875b90782\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:22:21.9730715Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2652,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4ccbbcb0-bca5-4132-9cbe-88dce1fc8b00\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.63.28\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:22:30.3254712Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2521,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"74f41da2-00af-4266-b1f3-3e445399dc3d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.85.14.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:22:31.0911112Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27690000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f6ee8793-da40-4d6e-97d0-d4f2634b5d67\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:22:32.0934827Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2447,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b66a7958-808d-47c9-855b-1af3368053cf\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.63.28\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:22:40.3337662Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24700000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6bd6f7db-7e1f-49c8-8bdf-1921e544701a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.85.14.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:22:41.1793439Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2811,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9da1e4d6-594a-453a-87e7-93cefbadf005\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:22:42.1949653Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26680000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5f88ba9f-6395-4ab3-b739-7c63c12b3a34\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.85.14.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:22:51.216971Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2434,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2f0dd6b8-307c-4add-bf4b-edba9637a384\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:22:52.3113479Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2731,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9564c628-fde1-4df0-8eba-c003fe31546b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.85.14.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:23:01.2538378Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26930000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2a623f4b-b018-4344-bc28-aec66c8a0648\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:23:02.3641624Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.259,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"edf31f9c-46d3-40fb-91ee-6aa70fe6b769\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.85.14.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:23:11.3043689Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24860000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3fbb959c-449e-4d49-8a62-bf14819e10d3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:23:12.5075024Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2655,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"81aca498-3a2d-4840-916f-dfdef43f760b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.122.146.92\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:23:13.8359898Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2554,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"bf769d36-3f47-4c5e-b7be-8278f1a9d9ab\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.85.14.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:23:21.3420234Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2713,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1873387a-a3f9-423a-942f-544729878192\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.122.146.92\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:23:23.9075612Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2441,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"bec4b386-ebc9-478d-882b-f324bc756e85\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.85.14.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:23:31.3811449Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2479,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"af919ab9-fca7-473d-a808-ad6dd95ca6cf\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.122.146.92\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:23:33.9319798Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2461,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4eb90290-ba6a-473f-8ac1-047995ce5f04\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.85.14.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:23:41.4371671Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.32120000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fe12780d-bf83-4ba1-9a5f-88692d69e521\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.122.146.92\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:23:43.95318Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2551,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c0b7c39c-d5f1-4965-947b-5b0c4399440e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.85.14.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:23:51.4709167Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2629,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ebaa2d6a-e44c-4f03-9f62-1d2b6d12e6f6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.122.146.92\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:23:53.9726768Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2854,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6dff43f1-e651-4f8e-bdeb-decc36bc1ce8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.85.14.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:24:01.5274393Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2575,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3cb4101d-01a6-445b-8830-6c81f771e551\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.122.146.92\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:24:03.9991786Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2421,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ea8505b2-2c56-40ee-bb37-5fffadad82d8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.122.146.92\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:24:14.0416117Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.251,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"acccc8e8-de9f-4b41-8f29-038af5b581cd\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.122.146.92\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:24:24.0557745Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2882,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ed42e75e-76af-404c-ae36-112bb0ba33a3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.122.146.92\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:24:34.0784076Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25420000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0d119690-1872-4a2e-8fc6-da88a86da567\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.122.146.92\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:24:44.1177679Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25880000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"88160767-cfa9-45df-a7a7-4a98785cc023\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.45.217.106\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:36:29.3660876Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.83690000000000009,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"53ec8491-e3a5-425c-a0a6-9212772ce12b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.45.217.106\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:36:39.4522495Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2217,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e209b005-5bda-47b3-adc3-365e096d9de2\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.45.217.106\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:36:49.5233699Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6195c612-cc84-4177-9375-066b2dd675a7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.45.217.106\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:36:59.5923206Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2556,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"76222013-f6bb-4915-9892-2f486aa95da1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.45.217.106\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:37:09.7911722Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2887,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b6ad198f-5595-42f3-9bdb-f836d0a6719b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.45.217.106\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:37:19.8822219Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2644,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"65fb8ef5-f9c9-4a79-926f-6815cabf3790\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.45.217.106\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:37:29.9559992Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2765,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b44adc96-1ab5-4b8e-8d0b-c242cd902588\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.45.217.106\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:37:40.0262436Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2439,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0de76113-5d30-46da-9934-b626b9062389\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.45.217.106\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:37:50.0938749Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"24da393d-a991-42d9-a1a9-560d2ce211d9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.45.217.106\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:38:00.1482796Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2669,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4f569295-e40e-4cf9-bcf3-38f9b408e338\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.64.174.16\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:38:12.7381474Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2727,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a952cbf3-f920-4376-b792-5b1b22143b3b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.64.174.16\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:38:23.0571628Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2773,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"10894d7c-a95f-4196-bd73-0bb01e05163d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.64.174.16\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:38:33.1289612Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2751,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9fcf4188-caa1-4111-95c4-a76e66284dea\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.64.174.16\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:38:43.2132195Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2492,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9cf12a12-ad98-49c5-a723-a932daf07c64\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:38:43.8079763Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27140000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d96999b4-17e2-4000-8f52-a1397e35184f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.64.174.16\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:38:53.2796023Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.272,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"58685474-1d65-484b-a8e9-e1c25f4f9602\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:38:53.9358383Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24200000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"04385582-fecd-4330-a060-4e3c65cc1b42\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.80.157.182\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:39:03.1017319Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.4716,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ee469865-67c5-4668-8793-81503bf792bb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.64.174.16\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:39:03.3517306Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23970000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"645a8234-6d60-4b4d-be0a-6a74bf121b55\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:39:03.9773219Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2535,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8f07d64d-1a05-4e18-b8da-52c3eb14f32d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.80.157.182\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:39:13.4051165Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2692,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"97ee5219-2340-47e2-8a82-3716ac2306c6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.64.174.16\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:39:13.4207062Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.1695,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"da59c3cf-980d-493c-8c9a-4235d7c8bdd8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:39:13.9996688Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2472,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9213dcca-2ce7-4fb3-9e80-58396e6d9e4a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.80.157.182\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:39:23.4732239Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2533,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6109b870-e356-4824-87cd-72c212fcc427\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.64.174.16\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:39:23.5044612Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2169,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3afbf5f4-e90d-484d-b5ec-875497fc25e4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:39:24.0523583Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fd87bbee-1a14-4c35-92c4-d35aeb6e319c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.80.157.182\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:39:33.5414781Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2534,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"04a21fab-2f02-44c9-82d5-7b327626fb30\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.64.174.16\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:39:33.5727533Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2253,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"cfe3c9ba-68f0-4cc9-95ea-065ad8b234a5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:39:34.1352529Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24980000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e91fc7fe-bbdc-4c66-a779-3d0d411fc1fb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.80.157.182\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:39:43.6257169Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25670000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e48c5dc4-3059-4859-a1a5-35f62307afff\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.64.174.16\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:39:43.6413602Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.1925,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"71bb4a50-fa98-450b-8cf2-e27b095eecb4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:39:44.2512968Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23600000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"76d85495-0239-4c13-b713-6408b9e799ec\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.80.157.182\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:39:53.6932671Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.278,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7862c9a4-2033-4c04-9cbb-786b24e600b4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:39:54.3807945Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2525,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"98df3cd6-6205-405f-9bea-dac048fda70c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.80.157.182\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:40:03.812615Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2681,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2ec6a845-ef5f-4fde-8c51-a9e34f3738bd\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:40:04.465233Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2487,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"eb081d4f-790c-48ee-9b69-8846bbec29e6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.80.157.182\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:40:13.8741559Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.5006,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f8a7baba-bb93-40b9-826e-d2a2f6807b91\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:40:14.6591568Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.257,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"97a0edc6-3f49-4fa5-9bdc-32eb1cf7c418\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.80.157.182\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:40:23.946646Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25270000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ea0a5b3c-ee13-4a51-8cc6-bfa0d2398eb7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.80.157.182\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T17:40:34.0300151Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2538,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3e241a65-e8bb-4492-85f8-13965f4a2b22\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.117.37.0\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:17:59.69095Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3146,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6531eba4-2fdb-4c05-843c-7b6d63d150e1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.117.37.0\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:18:09.9801248Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26080000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"294fd68c-1b0c-4fc9-aeda-768ad7867f32\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.117.37.0\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:18:20.0007667Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2566,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b37cff5d-a23d-4cfe-ac7d-eee680677a9c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.117.37.0\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:18:30.0194165Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2927,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3e3b8021-71fa-4080-8638-0cc5569f9541\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.196.163\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:18:33.3862438Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.258,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"cc6ebe5c-099d-4adf-9f1c-af7db341756c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.117.37.0\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:18:40.0185817Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2619,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"29fae9a6-2711-4a30-b2c2-6625d43e8cfb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:18:41.0967316Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2615,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5a21da32-3390-4f75-8c8e-ca88f9b9b91c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.236.191\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:18:43.238109Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2637,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"84eb4877-de19-47f5-9100-3c9230e4fe52\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.196.163\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:18:43.6756209Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2838,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b0e2fec4-5f8e-4831-a539-c39de15aa701\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.117.37.0\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:18:50.0253745Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ca304a48-4315-4965-8f49-7a77800e0bff\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:18:51.2939174Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25120000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f543a71a-20b8-4795-a0cf-56e3bfb1ab1b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.236.191\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:18:53.2798511Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26980000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"509c264e-4b7a-4846-9406-e4c2705333d3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.196.163\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:18:53.6861172Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2528,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4bf74c87-dd8b-4a0a-81fd-79adc7e6c7ec\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.117.37.0\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:19:00.0312289Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2447,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"eaced8ab-cc6d-4163-bcb0-8512b870495e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:19:01.3909224Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3134,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"cd41d299-a47c-4756-88cc-89aa1bdd6695\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.236.191\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:19:03.2841184Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2518,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"839c7152-876a-40c8-a83d-259776d4826b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.196.163\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:19:03.7075068Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2359,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"39da6518-3b00-47e1-a471-40e8fbdc7079\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.117.37.0\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:19:10.0557669Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2874,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"38c887dc-db25-4bb2-9402-7c217e65929a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:19:11.5562712Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2852,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c8137d33-af3e-4bbd-8acc-88e959c1764a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.236.191\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:19:13.2749964Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3012,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"99dd85c6-1db1-4075-9386-b41af59d1573\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.196.163\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:19:13.7124801Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2509,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fc1f7530-e610-4d3e-bd2d-6f1bf1ab8b7d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.117.37.0\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:19:20.0580026Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.32630000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"18b3e3a7-5681-4a48-9cba-43898fe6eab3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:19:21.5740729Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2441,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"04b8cad5-c367-4dd2-868f-fe4beb95cd33\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.236.191\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:19:23.2786471Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24910000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"acbdf94e-2ba9-414f-b4ff-09cc2ce34fdd\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.196.163\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:19:23.731799Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2409,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"729566e4-9cc4-45ac-8ade-9893075964bf\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.117.37.0\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:19:30.0783575Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2301,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"52d6824d-a8ab-469d-9554-db556b7f864d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:19:31.6570991Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"18fd4818-e19e-42cb-b7ad-2186372a8eb1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.236.191\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:19:33.2841201Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2646,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fd517473-09dd-4476-9c5b-8a435fab25d6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.196.163\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:19:33.7392974Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2535,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ef5f50dd-5912-4198-bb19-069bf2b2cb06\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:19:41.6997199Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2574,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"65bfdfca-8aed-4ec8-8845-757dd782c353\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.236.191\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:19:43.2797197Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24230000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d1eb698c-6aec-4459-a6bd-2fd3bfbd300b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.196.163\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:19:43.7484457Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1.0761,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"09988cb1-1b2e-489f-bac1-4eee1c831515\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:19:51.7651066Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2531,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"96e7c975-2824-4588-8778-705656432708\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.236.191\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:19:53.2842983Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23700000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"816e6402-f683-4215-b9f3-ba4497975f16\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.196.163\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:19:53.7530199Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.322,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ceac2893-bcd9-44b7-a2e3-a6e0264fc09b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:20:01.7954376Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23970000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"39bbc2fd-cecb-466f-b470-4896958d9bec\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.236.191\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:20:03.2803877Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.249,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7c98f82e-d02b-461a-b613-1813e1b133ec\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.196.163\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:20:03.766587Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2581,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"95f0d70c-62f8-42a1-b872-be996f4ff4dc\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:20:11.914077Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26930000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d1ac9d43-538b-489b-9b11-e9335cbfae67\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.236.191\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T21:20:13.2859155Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.252,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"85a9e6d9-3a74-4990-b462-0c2afccbff73\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.227.46\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:44:24.2413869Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 788.75520000000006,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d6d35648-b105-445a-b56a-512c6ccd4707\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:44:26.3820259Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.96600000000000008,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"90939509-ac24-4c17-86f9-b530614505ea\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.98.36\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:44:30.1389467Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2625,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"02ac2bbe-41c5-433e-9acb-85746109eead\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.227.46\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:44:35.0639202Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3482,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a7ea2677-6e38-43b9-9714-b9c0d4069e39\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:44:36.4545728Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2792,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"526e54b1-7188-40c1-8270-a986cf856dfc\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.98.36\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:44:40.3626261Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27290000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1fa18b67-e6e3-48ed-b053-afe8b3be04ad\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.83.142.229\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:44:41.8470057Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.29560000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ac1526b1-45f5-4c23-b981-63d886b43a61\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.227.46\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:44:45.0672946Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2607,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"654a1724-3c12-4fd4-ba88-180d63120a37\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:44:46.4738872Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2529,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4f01cf6c-7f0f-4ec7-bfd2-c08cb16c0b7b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.98.36\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:44:50.3993681Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24430000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5750cc3f-3857-49bc-8306-c36e34cf89b8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.83.142.229\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:44:52.3241607Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2574,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"56f7d16b-86e2-4f44-bb07-a31438da0884\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.227.46\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:44:55.0752139Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2788,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f97bc4dc-dbd2-4e7d-b587-bcf956550be2\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:44:56.5135456Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2641,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"59198478-c81c-43c0-8c4e-7c1d6c4f7fde\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.98.36\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:45:00.4124341Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2796,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3236d61b-736a-4dc1-878e-0ed5446d3666\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.83.142.229\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:45:02.4012981Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.5552,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9679c89c-795f-4380-b995-17a23f7086a7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.227.46\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:45:05.0735602Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.32380000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"46aa54ca-3b9c-4789-9251-c74a4997fdf1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:45:06.5280219Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2452,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"90b2b406-610b-4cbd-a56b-d983555504fc\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.98.36\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:45:10.4228832Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3196,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"61c1698a-a2d4-4af9-8384-88ed305c4baa\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.83.142.229\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:45:12.47319Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2712,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"bdc4a30d-e782-45e0-a5fb-a11554431e53\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.227.46\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:45:15.0735214Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27030000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"84d67d2d-2dde-48d8-884c-68c5a63c608d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:45:16.6229143Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2459,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"295fa84a-9b76-4119-88c2-e0105608c5a5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.98.36\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:45:20.4268261Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2518,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"582ca4eb-759f-414e-b091-8d577ab7273f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.83.142.229\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:45:22.5862064Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.279,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"df4b50b6-bd09-4d8f-8953-8ed59c442c00\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.227.46\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:45:25.0720317Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1b6dfbd6-866c-4995-ba4c-b412e8e5fb1c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:45:26.6525841Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3653,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"076cc2f3-1dcc-4241-8904-aba1592a1d40\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.98.36\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:45:30.4356031Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25680000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"28cc9cb6-a4d2-4a8e-abd7-0177a2aa490e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.83.142.229\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:45:32.6876054Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2591,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5a5d8788-25de-4cae-8aef-456406e2d6b8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.227.46\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:45:35.2353063Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2943,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"50b37370-6065-496c-8cca-a8f71dc8c1ed\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:45:36.6747774Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2566,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6bc70813-9208-424e-a976-7db44d636252\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.98.36\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:45:40.4596565Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2529,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c71e7697-14e6-47f2-9590-155505f20d8d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.83.142.229\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:45:42.7565308Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24860000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2cfda854-2008-49e8-b31d-efbd644d0dff\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.227.46\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:45:45.2453865Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2561,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"870cf14b-4a54-4d66-a1c0-87e1f8e738e7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:45:46.68289Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.328,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2248b9ad-6bac-4d26-a5ae-1b0fbb65c205\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.98.36\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:45:50.4676701Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2554,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c6b4abcc-482a-49f9-ba34-bf2321ad895f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.83.142.229\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:45:52.8313316Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2531,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"67332be8-0ad8-4f67-b0e5-61b6196af97c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.68.227.46\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:45:55.2395676Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2763,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ba5f3d80-7e1d-4637-9826-4d3e040582e7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:45:56.8489774Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24630000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b5f12f30-2de6-483b-8767-09436e0b182e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.98.36\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:46:00.4641416Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2584,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e82f9641-ec4e-4cbb-b738-3c40f192097b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.83.142.229\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:46:02.9038092Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2549,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e055c982-14e5-4963-bd4a-320776d4094c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.83.142.229\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-20T23:46:12.9804099Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25520000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2e3ca6a9-e982-4f9f-bcad-13bd72398362\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:30:58.6643351Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.31370000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"67205476-9c8f-4d74-83f6-094fda6472fc\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:31:08.7783067Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.233,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"35830d2c-8ec2-4931-b475-6418711a2809\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:31:18.8970913Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2508,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4710f0a8-2525-4f18-a191-d5ee26ae0b38\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:31:28.904338Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.4042,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4514afcb-c164-45bc-9f41-6c9fd81d4b36\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:31:39.0382776Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.271,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e1466214-eef8-403e-8b08-310da7869521\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:31:49.1974712Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.28090000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"892c8134-f08c-4fbc-a7ac-bb579a1d273a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:31:59.2823621Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.4561,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"388ebb7c-8b40-4393-ae71-75a8ee8c3b5c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:32:09.3539399Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2833,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"192a87dd-ab1b-49bb-b961-89791b618a12\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:32:19.5836485Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3302,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ff157609-36e9-4d4b-b502-18ed903fd078\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:32:29.6755981Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2776,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"02e3c05f-bb6d-486c-8fad-3e0a3234d64b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.85.77\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:33:45.7354202Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27290000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e5a926a6-5145-48b5-8859-f5123fc45533\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.44.138.165\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:33:46.1281873Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2657,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d4852200-6cf8-4b16-b7ec-c27064d8e8ab\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.85.77\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:33:55.8749655Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2637,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"59db4cc3-6114-4971-b522-f273ff33ac88\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.44.138.165\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:33:56.406103Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2427,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5021286f-fdd0-434f-ae47-ab7e682b5157\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.85.77\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:34:05.8797815Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2516,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e40a9fb8-4134-455d-ae91-a44a77bc2942\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.44.138.165\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:34:06.5672605Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 5.8839000000000006,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9e6eda56-8bb0-4fb9-b807-276b88228b07\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.65.99.235\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:34:06.957918Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25670000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d44edd99-5040-4f43-973d-7d09bf785d2f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.85.77\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:34:15.8751442Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3005,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b71f231f-f759-4fc0-80a7-3634fdb8683e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.44.138.165\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:34:16.6095384Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2534,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"904e18c7-5d59-40a2-bbc7-f8a549237399\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.65.99.235\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:34:17.2501491Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25730000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"72a120c6-60b5-4f50-b937-8fb857e4e864\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.85.77\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:34:25.8851321Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2635,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6d5c7663-ac88-40d8-8e40-7fe00e488f3b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.44.138.165\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:34:26.6522931Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2485,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1498b49a-53f0-469d-8dc4-b8a64b93578b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.65.99.235\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:34:27.2780385Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24480000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"bc6f301a-6aca-4543-8509-a3bc49ce58c7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.85.77\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:34:35.878307Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2515,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9bde3b4b-48bc-4cd8-b250-dc9760d2007e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.44.138.165\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:34:36.706419Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2393,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a9c77997-1b50-4a74-865d-1ce4e231537e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.65.99.235\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:34:37.3157996Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.4197,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c417f804-4e4a-49e2-8d40-82f3616fc7fc\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.85.77\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:34:45.8851242Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.267,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7318e3f2-afd5-4180-a4a2-af728bf6d8af\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.44.138.165\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:34:46.7458339Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2386,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f8cac425-82bb-41bb-a9a5-d7a432b0e88d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.65.99.235\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:34:47.3551936Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24780000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8d5ca427-42ef-45de-8843-93cc7b13b947\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.85.77\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:34:55.8795087Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2627,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8c413b8a-d1ec-4fac-98f2-a8bbef3e8971\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.44.138.165\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:34:56.7857459Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23850000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5c3e5b2d-ab8f-442e-8a8b-17a60ec65915\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.65.99.235\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:34:57.4111924Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24830000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b5a69bb8-1355-49ba-89eb-8190af543cd0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.85.77\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:35:05.8885902Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2574,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fa4f0543-dfcc-46dd-abf2-57acd2b6d9e8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.44.138.165\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:35:06.8125382Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2426,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"90d41d8b-ad31-4644-afe5-d04ba6c9d2e0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.65.99.235\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:35:07.4375655Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3941,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"eef4c9f7-0e8f-49e7-89e9-8e3f9e973f0a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.85.77\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:35:15.8827588Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2548,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0b2b6188-599a-41c7-b02b-cce9c3d7fa9e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.44.138.165\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:35:16.8515367Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2616,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0e719ffb-79e9-4698-a9a9-95b1dcae84d4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.65.99.235\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:35:17.4921717Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26030000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5513a692-e984-4a27-8957-c5055e139ef1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.65.99.235\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:35:27.531979Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2518,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4b7337ba-fcf4-4dee-b3ab-04767711ee74\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.65.99.235\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:35:37.5730585Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.88240000000000007,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4512c223-05e3-49dd-b005-599f0a9179b5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:47:15.1019414Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27040000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"73068688-91b8-4389-b324-f0d428aa3670\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:47:25.2169132Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25930000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8710dbfa-5a0c-4535-b15a-df39962455a7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:47:35.3090203Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2534,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ff75da59-2253-4dd9-ac1a-165b57b335f1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:47:45.3335749Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2587,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f1cc67e7-b3e2-425c-bfdd-eed1de1953d4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:47:55.4653144Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2636,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a0063eb3-1db7-4f75-9228-aab13ad35aed\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:48:05.4780653Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2813,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c89cb280-fda7-46b4-869d-07fb716f2202\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:48:15.5028758Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3423,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"992235b0-b327-49cd-9d23-b24afb570fe8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:48:25.5316088Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.272,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9ec0e46f-31d9-496f-8992-51ba59c9540d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:48:35.6957525Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2601,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c2ddb5b3-d1c1-4818-9e35-906bf549d865\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:48:45.7474874Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2489,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ae2431d8-f415-4844-b4ef-866b31d27b92\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.64.90.239\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:49:40.4216935Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2662,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9acdcd3b-b38d-4605-8175-d8e49a04fe23\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.240.142\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:49:40.4841964Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3282,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b56e94fb-9843-45e4-bc91-66c2a731a935\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.240.142\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:49:50.5200452Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3453,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7fe3bcf6-ae70-4c80-85a8-e2ad8dbcf8bb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.64.90.239\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:49:50.7231717Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2499,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"45413b7e-c099-4c5a-b553-b57dd349e5e6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.240.142\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:50:00.5788986Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25470000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3ddaf4c6-ca80-4728-a0a7-95fc489941b8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.64.90.239\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:50:00.805841Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2571,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"059ddf86-71cf-4b73-b9e2-84f9431ebde7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.240.142\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:50:10.5864762Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3295,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1a776e3d-25d2-4e91-8e37-d60731777de9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.64.90.239\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:50:10.9509436Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2586,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c07d8233-4a2d-4891-a553-40e597221d03\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.240.142\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:50:20.589335Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2479,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d6f0488e-924d-4648-86f4-1d27dce5980c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.64.90.239\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:50:21.0268249Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23970000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"65c91a50-7af0-490d-a9c0-a2d123c627c2\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.240.142\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:50:30.5974263Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24750000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3bad965d-d8f6-4643-8a16-009edd9baf8b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.64.90.239\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:50:31.0979201Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.28150000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b1e3afaf-0254-4fa4-8fe3-9a0f345e23af\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.216.197\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:50:37.3033333Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2692,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"061efbc5-6de5-4f30-8032-1476453bd841\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.240.142\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:50:40.6030377Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2716,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"933157a5-8657-4a64-b926-014701ca281f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.64.90.239\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:50:41.1811652Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26280000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1c9aad33-dd8e-4eef-bd9d-9814857c705e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.216.197\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:50:47.6260941Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2571,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5c3f4c2b-9d46-48f7-8898-5280dedb2562\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.240.142\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:50:50.5980466Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25780000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8ee05cb5-d385-4093-b7eb-acdb6db4ed4a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.64.90.239\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:50:51.2661074Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27340000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d1659a5b-f894-4a77-a710-67ab03bfafed\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.216.197\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:50:57.6240798Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.29350000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8c4a85f3-d844-4746-988b-fe311c1cf81a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.240.142\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:51:00.6092934Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2906,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"288c9125-8b6a-41d2-99d0-2e717f9449b3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.64.90.239\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:51:01.3288334Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24980000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8f39273e-8ac3-45c9-90d3-f2e8ad39067d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.216.197\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:51:07.6436426Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24960000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6d51d4af-4918-4e7d-9fef-27e01b8c66ec\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.240.142\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:51:10.6006727Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.257,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"15890519-9269-47f4-9ec5-956d6d3fa1e4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.64.90.239\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:51:11.3975578Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2811,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"76765200-43dd-40c8-a237-21c73fed5c57\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.216.197\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:51:17.6371411Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2654,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"432c217f-74fa-4c41-b060-d08de999cdf0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.216.197\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:51:27.6423225Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2587,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"90d0473f-347e-4e26-88fd-95c2504098e9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.216.197\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:51:37.6678545Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2538,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c2cc1db7-d74e-44d0-8b7e-cb4fe8710d3a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.216.197\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:51:47.6965602Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25420000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"85dd414c-a2b4-4041-856b-6a05ad9772f0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.216.197\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:51:57.7005604Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2874,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e0317715-d482-4eba-bc56-dc0b212aace9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.216.197\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T05:52:07.7100581Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24450000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"df30a321-c2bc-40c0-ac8d-e1ab78e8b6d7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.28.65\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T16:33:58.9247198Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2913,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"bba23710-0f7a-4bbd-ad27-af7376f95c97\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.28.65\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T16:34:09.2472255Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3326,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"10eef61a-2d55-4379-a7b2-e76e897d84f9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.28.65\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T16:34:19.2375525Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2441,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"bbaaa62e-625c-474c-a77d-1d883b2fa264\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.28.65\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T16:34:29.2543189Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.28150000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"62b92863-89b2-4510-9b8b-c72ef9a13364\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.28.65\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T16:34:39.2658422Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2422,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e81d7f64-4906-4cbc-9ced-1ba3e4cfe1b1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.28.65\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T16:34:49.272577Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2939,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0151f443-33f7-417f-83bd-cc8db13fb232\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.28.65\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T16:34:59.2811339Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2607,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ad3c24d7-cce2-449f-b716-18c8225266ba\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.28.65\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T16:35:09.42774Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3695,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"de4d1222-bcd0-4ee5-a939-03f883cdb1ad\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.72.33\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T16:35:13.1502358Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2849,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6b61da02-d957-4731-945a-544a95b9e594\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.28.65\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T16:35:19.4358296Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2738,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7adcaaba-aaae-4a7b-ac71-a0931baade0a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.72.33\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T16:35:23.1738678Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27090000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2f747c67-4c4d-4f50-827a-6eb963e2be12\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.28.65\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T16:35:29.441Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.56280000000000008,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"aa634b1d-a085-48e2-b82e-9783e286fead\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.72.33\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T16:35:33.1919098Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25470000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ee882dcf-1856-4ee1-9477-91acc256dfc9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.72.33\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T16:35:43.1919526Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2738,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"cf98b35d-259e-4394-be87-e43ed16bd00b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.72.33\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T16:35:53.1974358Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2763,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ff91b58d-0253-4167-a4b4-2d2ac939ee33\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.72.33\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T16:36:03.3614476Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2832,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7dba9668-b179-4a04-82cb-9a834c1dc72c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.72.33\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T16:36:13.3536159Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2587,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c8fe0a7c-a245-429a-922d-515b9a903a50\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.72.33\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T16:36:23.3570297Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27540000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"00aca9b5-121b-43f7-a43c-edf51d7e269c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.72.33\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T16:36:33.3659012Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3257,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b93eb101-d358-4afa-a793-8a5668cccfdb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.72.33\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T16:36:43.3718517Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2838,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ce013d0c-831b-46ec-969a-8ab439253a69\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.77.162.178\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T17:46:27.2804626Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2899,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"cf6ec1b4-3739-4e66-b8b1-fc4b99787b8d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.77.162.178\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T17:46:37.5349668Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2803,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"56e3ea0a-75c0-405d-a068-2cf475eb0944\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.77.162.178\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T17:46:47.6373098Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3201,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"dca038bf-3049-4cf1-b09a-d7c469845e0b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.77.162.178\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T17:46:57.6939759Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2647,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5987e77d-7427-4644-b58e-aa3e15460054\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.77.162.178\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T17:47:07.7649885Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2518,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8a70bc08-e221-4148-879e-41a5623828ed\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.77.162.178\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T17:47:17.839205Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2587,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b1129a36-c81d-4955-9347-f89e3336d83d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.77.162.178\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T17:47:28.0827021Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2747,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"80ad908a-5942-4152-94f6-fceba18a6765\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.77.162.178\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T17:47:38.136926Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2602,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"da57f98f-1c04-47ca-a4b1-34f3ec448cd7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.77.162.178\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T17:47:48.2094275Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2564,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"403fcf0a-ee71-4783-9d08-d96a7a5cdeec\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.77.162.178\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T17:47:58.2761589Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.31720000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1def2922-5d4f-4132-9e72-5d30cfb85565\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.167.18\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:01:09.5210248Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.33140000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"425954c0-66d4-49a2-95c9-dd64eb45a38a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.167.18\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:01:19.7825537Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2504,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b6c69df8-dc59-4b0f-873a-0d99b100f4cc\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.167.18\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:01:29.8081308Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2747,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2fb22c60-31eb-45b2-b2c7-fe11531e70d4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.92.50\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:01:32.7308772Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2792,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"31ee83cb-fd97-4aa5-b100-d8e7c3ade06f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.167.18\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:01:39.8164059Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2566,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"243b5fd5-704d-4d74-966c-f2f210c3d94e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.92.50\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:01:43.0081163Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.29550000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3d36a7df-593e-41e6-aa00-27da14dff660\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.167.18\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:01:49.8237707Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24430000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"07d32290-5d40-44b7-87de-4c829bc4f0ad\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.92.50\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:01:53.0112972Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25880000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"165b36ff-5ca1-4baf-927e-5825a056f6bf\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.167.18\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:01:59.8338983Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.29250000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"dae518fe-9e11-497b-8d2a-169f666bba66\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.92.50\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:02:03.0092959Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.33290000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"548cff06-4944-446f-805a-209656920b04\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.167.18\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:02:09.8291053Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2546,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ad1f2035-5858-4558-ad3f-a8b030933e1f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.92.50\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:02:13.0184441Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2535,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0e24e82c-b41f-4281-9585-6f79f37407e0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.167.18\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:02:19.847123Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2424,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a861a888-db53-4138-987c-262eac2baa2a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.92.50\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:02:23.0226935Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2422,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"93d98060-9aa1-4b85-8822-395c1f84a4d5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.167.18\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:02:29.8465973Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2479,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"61d94961-cca3-48da-837a-e6907cd72dbc\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.92.50\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:02:33.0347825Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2579,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"71ae7c17-7950-4b76-8d4a-03b6ed2d80bc\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.174.111\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:02:35.9308089Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2766,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ba157c9c-4ca6-4aa0-8330-12fb2a2fa97e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.167.18\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:02:39.8552573Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2606,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d9e31402-b9c4-41ca-8128-dd7bdb1170d1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.92.50\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:02:43.0314941Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2599,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8e9ef6cb-3860-4cee-8823-377f7b016ba4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.174.111\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:02:45.9693163Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24750000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7f8a11d2-740c-4216-868d-3dfbea5364aa\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.92.50\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:02:53.0371631Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23920000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"35efd231-bf63-4713-b6b5-cd748f1877f2\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.174.111\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:02:55.9763183Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2533,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"32305c96-b35c-4e5f-944f-5cfd401afdca\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.121.92.50\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:03:03.0332163Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2594,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"abd7f8cb-3dd1-402d-911e-63ff8ae8abe0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.174.111\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:03:05.9765785Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2543,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b031d809-ad35-4da8-b027-7d00cdfbcf4f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.174.111\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:03:15.9792197Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2495,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5ae220b6-5243-41bc-8afc-cd4a0df2b936\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.174.111\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:03:25.9720528Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2751,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8bc16ef6-5d18-4950-a630-2eacb299c17a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.174.111\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:03:35.9744214Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2571,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"eca440a0-a91c-4119-999e-3ed97c80a784\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.174.111\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:03:45.9735262Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2624,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"40f997ba-4462-414f-b273-f9bfe415ac6f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.174.111\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:03:55.9804426Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2684,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a85a8e99-51d6-4b92-b654-8e7c6a856ff2\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.174.111\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T18:04:05.9763505Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2456,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f7430b8f-9bbd-469c-90dd-29a7241cee65\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.36.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:11:25.5218439Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26830000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"93c51fe9-0d87-442d-a4cf-5f8faf731808\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.36.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:11:35.7221792Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2657,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"85bf929f-35d9-4236-bd06-8cd1f6202568\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.36.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:11:45.7272804Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2821,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0ed68fb5-bced-4fba-bce4-b4b5150be9ec\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.36.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:11:55.727151Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9c79f61a-7bba-4ad8-9ae3-27ef648b7f52\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.36.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:12:05.7350185Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2546,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"44ce8b3c-fb3a-4374-abb2-c54ce9d44cdb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.36.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:12:15.7370447Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3386,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"29a715c9-90ec-411f-a3fc-982ee166aad0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.36.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:12:25.7300314Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2889,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1faa107c-f6e1-473a-95d3-cc57b55c91e0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.36.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:12:35.7345812Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2612,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ce4f549e-9e4c-498b-89e2-b49512afe9d7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.36.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:12:45.7395081Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2539,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"855b7306-e156-4626-8f89-6dd37a7e4e8d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.36.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:12:55.7517763Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2644,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"db8b54e3-f5f1-44b8-b785-77377651b121\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.91.246.101\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:13:16.7969068Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.276,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"13efd8a5-ff56-4ba4-9e26-349aa6b43a3a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.91.246.101\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:13:27.0998748Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2801,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7a64b118-5d7e-4a74-bd6d-da91d95b4fb6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.215.50\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:13:34.9031362Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2664,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"81c32606-8fac-4ebd-889c-66e64d3054af\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.91.246.101\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:13:37.1700932Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2748,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2fb858e5-6818-4bfe-993c-c5aa763d9f9b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.215.50\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:13:45.2257421Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2676,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f19bceba-7cb3-4529-9af6-ede136b88ca2\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.91.246.101\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:13:47.2274405Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2513,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d26f39e4-46b8-4aa4-afb5-28d1114444b3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.215.50\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:13:55.3468239Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.49910000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6cd4bafa-f592-4cc0-90be-a76a79b2eb89\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.91.246.101\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:13:57.3161844Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24480000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"902dfea4-5f4d-4dc8-bf35-1b9f2bc1f464\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.215.50\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:14:05.3673273Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26430000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ecf9a0d0-a9d6-4f6d-912b-bd964f4bae0b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.91.246.101\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:14:07.3840302Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3593,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"25d3a7bf-3bc6-4f01-bdc1-796a4cd13db1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.215.50\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:14:15.3895158Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2525,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"da90fd15-51a6-4109-bd33-6a2eeb9b4105\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.91.246.101\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:14:17.4524925Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2692,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6ff02ab2-03ce-4242-91c8-2ecf6bb65aad\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.215.50\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:14:25.4126617Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.272,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f6cb5b9f-df68-4290-9ac0-ae632e28c621\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.91.246.101\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:14:27.5090249Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3406,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"43cc1ba3-d68d-4f22-93e8-ae9241ed4fda\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.215.50\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:14:35.4448153Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26880000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"78fc3a28-3322-4d96-b546-108d470c0319\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.91.246.101\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:14:37.601991Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2856,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3f96c7f4-1aaa-4209-924f-bcb6369012d3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.215.50\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:14:45.4663262Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27640000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fac75255-82be-485a-b337-fef20d6b7d20\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.91.246.101\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:14:47.6694411Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2587,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"cff364f0-7e31-4502-8d9b-39aa3d042451\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.215.50\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:14:55.4835731Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24500000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a7bf48b5-6ec1-426c-b583-17194ed93fa0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.215.50\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-22T20:15:05.5204214Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2609,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"66cb7d3e-3764-4a97-8d2e-f2e5e6fa8044\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:01:20.9033536Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3171,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"053e50ed-2a0c-4f83-915c-833a35a30009\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:01:31.190353Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3015,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6ad4d712-b5a2-4eaa-a0da-e29d1c058882\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.37.102\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:01:35.2383958Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.268,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d20f1dab-60f8-4fb4-b0fa-162a98944440\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:01:41.2507655Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.44,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2ca5da63-bbb2-4501-9239-8a94db61d9c8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.37.102\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:01:45.265142Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.33480000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4c4a9f8c-e39f-4880-b7d4-2f26de625b44\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:01:51.2669667Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27390000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"88094735-4778-412e-b158-b28d3ca231ca\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.37.102\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:01:55.2704454Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2735,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"56ed1b87-3f74-4514-bd79-c631566465ae\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:02:01.3520693Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2509,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"13bc998e-537c-40a5-8ac0-8d8ff0bedc27\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.37.102\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:02:05.2739757Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.34850000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"01127467-1286-4364-a9c8-c7c3830de602\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:02:11.4119507Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.268,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"11659272-3e1b-4ed2-8f45-6a93d3ce300c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.37.102\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:02:15.2729477Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2591,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e6a4a8a8-62de-491d-a154-029d013cfaca\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:02:21.4483954Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2659,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8e7fe48d-4d24-4b86-adde-988a188a786a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.37.102\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:02:25.2807361Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2934,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a46b340c-ea8b-46d6-b01c-4f35a2ab2dda\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:02:31.5413671Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25270000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"908ae3c5-8852-406a-b795-54ebd720f4bc\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.37.102\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:02:35.5142669Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3256,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8759010f-494a-4bb0-b4da-32b9a17350fb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:02:41.5977249Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25730000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4f682f8f-a4f4-44c9-a1f8-e2de234da3a4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"168.62.186.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:02:42.6920806Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2629,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"da8e5df0-9f3b-4181-afbb-2400c0fef0bb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.37.102\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:02:45.5233793Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2462,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"90c8ae35-0c80-4aee-9f1d-ffa3401b145d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.35.134\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:02:47.695249Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.271,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"04f0e351-d0e4-4fad-90f5-e83350523060\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:02:51.7016935Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.256,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"98c7bd9f-bd70-4120-bc46-9579d65d0048\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"168.62.186.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:02:52.9061796Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25170000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f77fac4f-38aa-407b-a1d0-107fbf0a91f0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.37.102\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:02:55.5236256Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 29.3491,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ec3f97c8-734e-49bd-9be3-757d75847ab5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.35.134\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:02:57.7623426Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2441,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ad1694a5-449b-48e9-aa65-4a5ccaeb6f6d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"168.62.186.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:03:02.9179966Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3432,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0d56000b-d1ab-4161-a0cf-7725ba9c7c62\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.37.102\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:03:05.5602638Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.4088,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ace10533-ecc5-4676-acac-aeb12d6a3052\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.35.134\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:03:07.940399Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2419,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"176e11a5-ce1b-4db3-a665-006d5c4fd9df\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"168.62.186.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:03:12.928492Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2439,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"983bbcc9-5531-4881-8bdb-60d66a763c1e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.35.134\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:03:17.9347294Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26180000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"366920bf-d523-4c32-ba0a-3d0bf7ff6c2d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"168.62.186.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:03:22.9236241Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24810000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"892d1a81-567a-4f06-8b3f-9cbc33fabf5a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.35.134\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:03:27.9402175Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2627,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6df41b5d-58af-4101-aba5-6677830a3f35\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"168.62.186.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:03:32.9298609Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2566,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f7aecba6-1675-4f1f-86d8-514ec0df5f00\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.35.134\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:03:37.9524736Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2801,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a86036db-aab8-417e-a7ea-41a43674600a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"168.62.186.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:03:42.9388932Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2775,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"07ea6d6f-3ec1-4709-b7ad-8acb93ab616b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.35.134\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:03:47.9654597Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2536,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"939ce739-04cc-4157-9f4f-897e0861c315\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"168.62.186.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:03:52.9391511Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2427,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d6efc9e8-ed7c-4eab-acd1-18ff474835de\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.35.134\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:03:57.9749784Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26130000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e9bda8e5-76d4-4cda-be6c-6bc7c89be13f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"168.62.186.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:04:02.9466652Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2687,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2646b7e8-9c2b-4b55-9b5a-48b3f34196b9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.35.134\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:04:07.9948714Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2775,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"09208c74-32fe-4686-a64b-fc6e8d55b5f3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"168.62.186.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:04:12.9519663Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2599,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ced40c52-a95c-4e48-8a8d-bf195b8f95ec\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.35.134\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T03:04:18.0037717Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3181,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4871a3a6-f708-489d-a037-9abca62b4d1c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:30:42.3145111Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2681,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"27b1532b-c549-44c3-ade5-5978b024433c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.237.139.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:30:51.1916757Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.30810000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7225446e-5e09-4877-8afb-d35509b36a43\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:30:52.3652624Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.43660000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c4150be9-2e64-40e2-8e8b-797abbe431b8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.237.139.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:31:01.3583132Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2524,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1f4d5437-b73d-49da-9fa4-d2dc09d9e94b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:31:02.5320408Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2508,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0a495c5f-8b70-423e-8ed7-509b5a9252ae\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.237.139.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:31:11.3814363Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3169,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2bc85dc6-6120-49db-86a3-42b8afdf8e30\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:31:12.6004936Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2625,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0ba6a214-0cba-4534-be50-c14ca0bd42de\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.237.139.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:31:21.4030587Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25370000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6dad3e40-0826-4d6e-8736-7de140b03781\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:31:22.8104725Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.33140000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2ee52f80-78f8-42e9-b532-8b7e948b235b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.237.139.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:31:31.424471Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2959,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e8223131-0f4e-4c81-9cb4-71d431bb31f6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:31:32.8969084Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"620794a8-b638-435a-b88f-cb4222da077f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.237.139.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:31:41.4355649Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25830000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"22a0ad17-0f26-4cf5-a7a7-2199e7ce6192\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:31:42.9043293Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2597,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5a9f72c2-baf7-434e-ab09-d144aab169da\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.237.139.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:31:51.4585151Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2555,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"388b0387-e4a9-4999-a9ad-4de39a1beb42\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:31:52.9926553Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2695,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a69cb3a9-57c8-49ad-9375-960707bd1365\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.237.139.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:32:01.4862174Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2937,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6381b253-c21d-4599-ba79-5eebc9d60e71\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:32:03.0347593Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2577,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"62ce1633-3ea4-48fd-a2fe-5877e94879b7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.237.139.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:32:11.5112041Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2599,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f8d2b07a-b105-40a1-9061-6b8cf9ed7aa6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:32:13.0435186Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2665,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"11c91dce-baa2-41b9-80a2-f47aaba1cfd6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.237.139.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:32:21.5330482Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2629,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b4694e22-6524-408b-8b59-2166c8456c3f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.208.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:32:55.9883668Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2645,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9ab8896b-e126-4e9b-a753-5e135f4687d1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.208.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:33:06.2417246Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27190000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"552b503a-43c1-46ef-898e-f1c0a2cc0427\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.42.93\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:33:10.8059645Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2871,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"dacc6a07-80ae-44e6-a7e1-51989f2a042a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.208.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:33:16.2657173Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24700000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0a83eddb-2f5c-4ecd-99a6-9212a44330f5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.42.93\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:33:21.0359894Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23970000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7b4dd17b-5900-49eb-87b5-54fd4ce6d336\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.208.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:33:26.2758996Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2833,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"11c75fca-f621-4f38-9c6a-6d8e8f4aedb2\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.42.93\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:33:31.2996821Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3214,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ce2b9b1b-20bb-4d21-bc77-9afaf466d286\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.208.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:33:36.2834195Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.30860000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a14bfc65-e3b6-4163-a642-14ec6f0950a5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.42.93\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:33:41.2857501Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2466,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"eb211442-7d6a-448a-8582-ef25cea5074c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.208.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:33:46.3021622Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2696,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6cac317d-4812-4f6e-8516-6fb67ec8a124\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.42.93\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:33:51.2904871Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24530000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b9dfef0e-ba31-4a61-8dab-374a29b77e18\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.208.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:33:56.3124504Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.258,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ab111080-03fb-499e-a62e-18173e40bdbd\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.42.93\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:34:01.2981347Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2661,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"cffd10fb-b7b6-4377-83fb-2f15d7a88334\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.208.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:34:06.331123Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26930000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a69dfde9-02ff-41c2-bff2-4ba4fdb155ee\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.42.93\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:34:11.3172629Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2452,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6f8c0d4c-4aef-4027-8720-0b4348914def\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.208.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:34:16.3396343Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2582,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"86565d34-edbb-4f11-a754-e866eeb84234\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.42.93\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:34:21.3274644Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2356,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"33f8d0bd-3cc5-4329-87a4-fc462a868c9b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.208.168\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:34:26.3444239Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3058,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"157894b3-c54b-42db-b0c6-70a3b507b91e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.42.93\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:34:31.3317648Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2731,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"091444a7-461d-4582-93b5-45ef7f363517\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.90.42.93\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:34:41.341154Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25220000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6ffca61e-2386-4ae0-b681-dca3009c9029\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:37:14.5218712Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27340000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"bcf3fd75-a823-44ed-a39e-550d9d816577\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:37:17.4650085Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2816,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0fffcbe3-4cc6-4e35-896f-a01741693f99\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:37:24.6267771Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26480000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b45418d4-417f-49a1-ab27-d8efb12cce16\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.80.146.244\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:37:27.0980819Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2942,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"74561387-0fdf-4218-a082-8053e801bc36\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:37:27.648412Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3292,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"65811700-f418-4b6d-9d5b-e6fe4f01a7af\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.87.84.85\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:37:33.6638892Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"88c7a071-0325-43d7-8e0f-3a8d28fe3946\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:37:34.7737198Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.336,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8f4a4601-d957-43e7-955b-e355bcdb0991\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.80.146.244\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:37:37.1193336Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2625,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f30f244f-9584-45c7-9ab1-8f94e1d1f5fa\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:37:37.7912134Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25520000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"01203965-c36f-4126-b91f-991d375abb4c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.87.84.85\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:37:43.6825405Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2487,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5b4bbf3a-b4d8-47a8-972d-cd1d23233465\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:37:44.9330143Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.263,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5a83a553-e89d-4f2d-862b-0534f6f5140d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.80.146.244\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:37:47.1223754Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2611,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1131d618-07ae-47fb-a7b8-b3b58efb7726\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:37:47.8590413Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2411,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"68acc9fc-d7de-464d-b612-27d6e973627f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.87.84.85\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:37:53.6902151Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"85db5169-83e9-4eb5-af8e-d6d93a53ee7e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:37:55.0662797Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25630000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"dbcd1a98-a209-4658-8ff9-9bf196500339\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.80.146.244\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:37:57.1186057Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2743,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"41776ac1-2449-450b-8ff1-9284b13ba06c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:37:57.899861Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.31470000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4b514d76-24c3-4f40-b393-1fe01f6a439c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.87.84.85\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:38:03.7014454Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2607,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"62623798-1a6e-4a84-99e1-673552698ec1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:38:05.1233103Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24700000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3198adb8-0319-4389-bd70-8de5bf158b1a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.80.146.244\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:38:07.1240542Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3518,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d7e43358-ea0d-4118-a272-3af9b86b3463\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:38:07.9992942Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 9.2812,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"86d37186-160c-4610-b674-8cc5e6f3340f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.87.84.85\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:38:13.6893347Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2606,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"56ede4fd-e529-4797-9bd4-8a963b766a9c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:38:15.1745637Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2928,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0fcdc8e0-17a4-409a-859f-3e545278c3b0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.80.146.244\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:38:17.127959Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2772,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b2ef0123-7dcb-4aaa-97a1-88d4e86da68a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:38:18.0342405Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2504,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2be4fe7f-5ca9-430f-b508-43c4c1b1bd7b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.87.84.85\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:38:23.7073693Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.37170000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b61b87de-2790-4c19-8994-ad793cc79111\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:38:25.1917541Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.267,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0a02924c-aa5a-445b-9512-069924bf0169\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.80.146.244\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:38:27.1292682Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3224,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"18a896fa-8379-4acf-87fe-77440f3cc98a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:38:28.0511497Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.252,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0c2ce463-d01b-478b-9b39-c03dcc4c2a63\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.87.84.85\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:38:33.7081012Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2792,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d0bc92c8-cdde-4a6c-ac2a-37b3850d72f4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:38:35.2862465Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2577,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2a1a4604-bed4-4eea-8e76-ee9ff9779ef8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.80.146.244\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:38:37.1300194Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3285,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"01fc4457-1092-478b-82e3-4cf30b4db5e1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:38:38.1612528Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24650000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0f3ed02a-92ea-40f4-b0d5-22bc22728f68\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.135.80.171\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:38:40.0057941Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27840000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"16b04791-2fad-4aa7-ba6e-1e1a76eb9554\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.87.84.85\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:38:43.698821Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.265,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a2ae11b7-4f0c-405c-b527-b77a567ddc5c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:38:45.3082344Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2541,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"48306947-f026-4820-950e-ce26b9bd139c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.80.146.244\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:38:47.1391666Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2874,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c9fb9656-3eec-48fe-9945-b46400ce8719\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:38:48.1726244Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2597,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6e0f896a-715b-49dd-bd1e-dcf647af5b3a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.135.80.171\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:38:50.0323178Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2766,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"28d65982-61af-4a9e-9b9c-eb35376dfe29\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.87.84.85\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:38:53.7840888Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.265,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2e228c2c-8887-4d4b-8b0a-4dfc5da01468\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.80.146.244\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:38:57.1294676Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2565,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b6feac19-304f-4912-bfc4-c964bc30c6e6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.135.80.171\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:39:00.054408Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.31980000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4172aede-ee8b-458c-a02e-5ffa7c22c35f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"40.87.84.85\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:39:03.7782689Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2994,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f98fbc13-aa93-4437-803e-f1bc03697ee0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.135.80.171\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:39:10.0748696Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2556,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7b30c228-2667-4153-9f1a-505f4513ed43\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.1.66\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:39:15.4177648Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.32930000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"71f23d08-d994-420f-b8cb-0d6b28c9d579\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.135.80.171\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:39:20.0769984Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2516,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"52d907e3-6625-4108-bae2-6dcdf67437f5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.1.66\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:39:25.470383Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2745,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e5d20325-27eb-4911-9f32-306cf27e1bf9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.135.80.171\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:39:30.084727Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2587,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fe4c9d13-aaf1-4598-9ec7-134aaf3bdbfd\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.1.66\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:39:35.4666877Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2918,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fe623f65-282d-4c5c-9e82-bfd474711005\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.135.80.171\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:39:40.0803186Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2059148f-369a-4791-b23b-86773fe81aab\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.1.66\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:39:45.4900721Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25570000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"dcb3c903-c1a6-465a-b7d3-9684b5450b24\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.135.80.171\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:39:50.0866578Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26080000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1548cd68-25cf-4795-af49-d336dce5fa52\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.1.66\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:39:55.4938028Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3276,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"20559ed2-1b6b-46d4-a26b-ccf02886af0e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.135.80.171\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:40:00.0901049Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25370000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2b5a239b-3a16-4740-93b2-3df0e39aa398\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.42.101.23\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:40:01.5432399Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2781,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"de1dff93-992f-405a-bfed-f79e18888b80\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.1.66\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:40:05.4993869Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2677,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"345911b5-27fc-48b9-9659-b2c7dcdf372c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"137.135.80.171\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:40:10.109616Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2591,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b84a96b2-7d25-4177-b1c4-6f76a4137ed6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.42.101.23\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:40:11.8460722Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2477,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2bbe71f3-b39e-4aa6-a5c2-2ed02cbac28e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.1.66\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:40:15.5057258Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2439,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9eed7d43-e43c-4b2a-b3d9-7ebe7554902e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.42.101.23\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:40:21.9199226Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2691,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2134cbfb-2203-4c56-8382-4a5100f7e922\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.1.66\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:40:25.51692Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.5202,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"eb230a16-20ba-4e78-b08d-a9ad608ce644\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.42.101.23\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:40:31.9908484Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25670000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e095ccb5-87af-481c-9a81-fdea6bd7d57d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.1.66\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:40:35.5244875Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.43370000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9d404ef8-3b72-4de8-b1e8-5b1fd4c376bc\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.42.101.23\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:40:42.0744984Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2641,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3e14ebe3-9ae6-4ce9-a272-8a7354f40fda\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.1.66\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:40:45.5455848Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2401,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0bdd785e-e733-4e55-890f-be6ae31f56d6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.42.101.23\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:40:52.1323257Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2646,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"71e15c56-2242-4e53-a389-0920336150d5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.42.101.23\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:41:02.4063159Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 5.5489000000000006,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8dae6b32-bd59-4f0c-8a4b-a663ec16fa07\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.165.37.56\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:41:08.2515505Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2702,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e599f861-a541-4ab3-abbb-c65d8bc1cfd4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.42.101.23\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:41:12.4756169Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2681,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"63d7cd39-add7-4d28-b51d-90d8c7bf8b85\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.165.37.56\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:41:18.4952091Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27490000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"dbb49c29-5269-4cf9-bb01-745d25c2bc7a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.42.101.23\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:41:22.5586186Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.254,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"07d74977-312e-4a1f-b61b-6762cdb360fe\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.165.37.56\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:41:28.5332271Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 2.0141,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d4ce0e2f-88bd-44db-bd82-38a53dbc08a9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"104.42.101.23\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:41:32.6288198Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2597,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1440292a-7b98-4ff5-98d6-bf59d7a51575\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.165.37.56\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:41:38.5727606Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26530000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"05ee5f52-a712-4d21-8945-ca2d21e7f3ce\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.165.37.56\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:41:48.5999487Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.251,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7768d2cf-c65f-41ce-9e0b-6e93bc0464d1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.165.37.56\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:41:58.6133411Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26990000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a5e8e246-408a-4ad6-aca0-ec1e7cd3f30f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.165.37.56\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:42:08.6389432Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2546,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c805ed4a-aa6f-4fb1-baf8-dd74f455b91c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.165.37.56\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:42:18.682785Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2614,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"dd71bd85-47c9-45d8-acc9-3df92998126c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.165.37.56\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:42:28.7080245Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.4121,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f1c6c218-ef21-4f53-a546-46a7b2d42f88\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.165.37.56\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T17:42:38.735961Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2581,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"618ef263-98fc-41c7-9f60-a8be427ef883\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:44:39.4361465Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2765,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"63fd7b3c-a49d-4f45-8346-148d769c47b6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:44:49.5247062Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.28040000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e1c1708e-bcba-4200-a92a-2c16f3916c5d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:44:59.5485806Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.46940000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5726aa45-3d03-4217-8ded-154a3fb2eb61\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.224.13.149\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:44:59.8923502Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2579,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"bce0f034-1484-44a1-b046-aac2200cb5f7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:45:09.5717154Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2575,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c344c8e0-3aa9-4cee-8511-20ddeace251a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.224.13.149\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:45:10.1654672Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.384,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4332fafd-44d5-43f3-b8e5-5bee008804d5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:45:19.6681816Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2797,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"78758924-308c-4550-8802-629600f19d67\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.224.13.149\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:45:20.1838166Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2543,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ca5f803a-da9c-41d9-b2f8-ebe42cfce25d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:45:29.7136663Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2565,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"69c2db4f-2f72-4a9f-a7fe-b5921a62bed6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.224.13.149\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:45:30.1980342Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2565,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"43c846e6-e3d3-4c36-9a4f-8f6340b0f9ed\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:45:39.7705945Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.256,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3133abd3-05da-4736-a808-78c7541f6c8c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.224.13.149\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:45:40.1924769Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26940000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"15f62794-0ef5-40b1-8d5f-56101c9712a5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:45:49.9371369Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2556,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"972f27b7-aa8c-4953-960e-f9f2c6c5ccb3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.224.13.149\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:45:50.2180094Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2446,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"cbc17c60-a971-4d82-b050-d3da63917214\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:46:00.0082231Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2621,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"71b500ed-845c-46cb-a00b-0eaee9af3474\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.224.13.149\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:46:00.2280122Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24400000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"82c844ae-0bc1-4d66-b94e-eef22241a5af\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:46:10.0612511Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2604,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"61065d2e-53a6-40a7-9e5f-d63516499f56\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.224.13.149\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:46:10.2807015Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2492,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"20c3ed89-f5f6-4e24-b91d-0fb144ad1d9a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.180.229\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:46:14.3626522Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.28,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f03dd70c-3706-4367-a485-9283dfcdbabf\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.224.13.149\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:46:20.302644Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"25d1289b-3c21-40eb-952d-8ec68ed229e0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.180.229\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:46:24.6632777Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2544,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"01eb43fa-86f4-4cbf-8ade-427b4c8b032e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.229.210\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:46:27.3195635Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2647,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"791cb529-d75a-4726-94fa-c497d6da6f97\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.224.13.149\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:46:30.3075692Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2594,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8d6c2106-cd5e-4c07-b7d2-2d40517aa70e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.180.229\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:46:34.6669747Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2504,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f2fc1c97-70ee-46cb-9a46-d1b9c9d19c25\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.229.210\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:46:37.367563Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2808,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a83e23c0-b33e-46ac-8b36-a7d78727f87c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.180.229\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:46:44.6729285Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2409,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3d84c2e8-ac5c-43e8-9484-f60c956b09e0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.229.210\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:46:47.3637107Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2627,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"98c6d6de-39bc-4e7b-abc0-9872f59b0783\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.180.229\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:46:54.6938236Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23900000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6ee59de6-83dd-4464-84f7-0bdca6131a21\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.229.210\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:46:57.3656913Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2576,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2cc5bbaf-27c8-4c9e-a3d9-b0483c3516d0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.180.229\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:47:04.7002089Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2629,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5526d6f7-9000-42bb-8e23-5e1367e293c0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.229.210\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:47:07.3805295Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26930000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"eda7af90-4cbb-4b82-8b68-5074ed0e872e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.180.229\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:47:14.7096869Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2926,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e326ee54-6402-4825-a19c-fbb0476e63fd\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.229.210\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:47:17.3848019Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2548,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0994e710-9dd2-46f8-b0e4-522f08759b87\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.180.229\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:47:24.8912421Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3487,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"64c12ca8-1a39-4729-bc7c-957a002fe5e5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.229.210\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:47:27.3918327Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2605,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d06f452f-bd1b-4e9f-ba64-dce70dcc85b2\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.180.229\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:47:34.8973941Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2427,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"cb0313b6-18cd-44a1-97d4-7f386188e0bb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.229.210\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:47:37.3887628Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26230000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4dfb7014-6f63-45ef-b0d7-8ecb1fddf01f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.180.229\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:47:44.9117743Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2504,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fe732917-37bf-4c66-a22d-e1d6fe65a7f1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.229.210\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:47:47.3805279Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26180000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b71461c1-8753-411c-a92a-a616f73798e8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.229.210\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-23T22:47:57.4451255Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23450000000000001,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c4b0b2a2-d5ca-4152-9acc-1fee94b5e163\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:37:18.7611805Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 5.6392000000000007,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a6ec0400-e434-4b1d-8198-65c7036612ad\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:37:28.8658572Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.4131,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"83bfb530-44e9-4292-97dd-0aade4d6a156\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:37:38.9696725Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2544,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9946031f-dae7-4233-a022-919b463895a7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:37:49.0709526Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26030000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"092e32bd-53de-4922-b214-e86bdedcbd2d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:37:59.1737824Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24080000000000001,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"224be4ae-4631-4994-b00d-8e735c192b6d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:38:09.294019Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25320000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1d27b994-eaea-481f-8f79-3d0faf8adca1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:38:19.3659397Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2944,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"21535273-aa86-4f94-974f-612978f7cf2f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:38:29.414827Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2411,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b07d2de9-1b95-4f8b-ae62-e1ff89d51ab8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:38:39.4373373Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24500000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a550d899-0e98-47d8-a1c9-ad3b4237cadb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:38:49.5292488Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.254,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8c72a48c-3be2-405e-867d-76114d3a8984\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.162.201.142\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:40:23.5271833Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2852,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"62cf79cf-9b87-4f74-b8bf-63845050693e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.195.156\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:40:26.8260984Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3632,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3a5a4874-ed94-43fc-a95a-e12a034c0e2d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.162.201.142\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:40:33.7805893Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2207,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"53a59081-dd49-4a1e-bb24-b4e868d18ec5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.195.156\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:40:36.8759706Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.225,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f687aed9-3930-450c-91e3-86cbfeb2e6e8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.162.201.142\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:40:43.8011086Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25570000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d1beee64-e255-4a1d-a8e3-b8f21754a311\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.195.156\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:40:46.8792367Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23800000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"500a6b12-fea4-4bbb-ba43-a66bea56afa6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.162.201.142\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:40:53.8246191Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.251,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"608f9436-d0c1-4e49-b041-12632f9c43fb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.195.156\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:40:56.8728513Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23220000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5e41e44b-c531-46db-9e84-41f7320e84a8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.162.201.245\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:41:02.5192227Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25880000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d21af685-482c-4b27-bf51-c39a6acadd38\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.162.201.142\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:41:03.9128752Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2437,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b2fbc604-afe1-4b2a-afec-a0c99c77fb8f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.195.156\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:41:06.8699332Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.65650000000000008,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f96831b8-3f89-4bc1-a6c4-4701a1b74bb9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.162.201.245\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:41:12.8278551Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24710000000000001,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"14c70f80-a641-4bc0-b1f2-5f9caaef1ee1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.162.201.142\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:41:13.9372118Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2597,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"11410a4a-75f5-4c74-b492-6e49ea4c5ee5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.195.156\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:41:16.8912551Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26230000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"03438e5d-53ca-4e88-8247-9b9a7549542c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.162.201.245\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:41:22.8512733Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2431,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"aa018d87-2c72-4891-8b2b-35f454a7b449\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.162.201.142\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:41:23.9606378Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27030000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"54ec7975-9659-48af-a957-223cdda71c5f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.195.156\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:41:26.8833432Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2503,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"86b764e0-69b3-44db-8a0f-9ccf94c44f9c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.162.201.245\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:41:32.8767275Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.248,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"47272916-d522-4e20-b664-e363658f4e47\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.162.201.142\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:41:33.986893Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24330000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"202832c2-86dc-49e1-a421-53d2d9403f82\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.195.156\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:41:36.897464Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24910000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9d484a8a-0a2c-4904-9795-2e14dca24a7d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.162.201.245\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:41:42.8988401Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.259,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3eef2a5c-efd0-4a18-bdad-23df181c663f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.162.201.142\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:41:44.0238463Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.666,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"afdbbf2f-0aa9-4d12-bf29-213241db6fcc\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.195.156\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:41:46.9000289Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2576,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f59cd2b6-6591-4f08-a666-e121d90bced6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.162.201.245\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:41:52.9387075Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24730000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fa230468-6d04-41a5-b11d-b8ec0074177a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.162.201.142\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:41:54.0354841Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2761,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"918520c0-a5b4-4285-a61b-a59f6a155b9f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.170.195.156\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:41:56.9119505Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2536,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8a101ebd-16dd-4172-851f-519aee77ab81\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.162.201.245\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:42:02.9483119Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.613,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1f20355d-1d7d-4fbb-bc2f-a89cca1fe040\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.162.201.245\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:42:12.9680293Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2661,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"39f49a4f-84d8-411e-9f7e-361ca8aac8da\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.162.201.245\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:42:22.9766024Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2571,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3a000255-97d5-4fb4-8704-b4a5d42030af\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.162.201.245\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T04:42:33.0124152Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.327,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1e232ee9-b365-476b-9780-86b680e43ea6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.28.5\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:29:37.8658712Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2786,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e9dc6c47-e05b-4ede-89ba-2ec22e1b1c82\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.28.5\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:29:48.0563425Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2609,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"24cb540c-3fa7-450c-a0ea-64324bf637db\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.28.5\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:29:58.0472089Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26830000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3f0e104c-ae37-454d-94b0-fe04b7e563a8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.28.5\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:30:08.0514703Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2584,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"105da51e-ad94-4247-bdfa-5d35d4f392f1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.28.5\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:30:18.055203Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2466,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9e6ad6ed-8ac2-49f0-beb3-5cbe95e35ae7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.28.5\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:30:28.0592949Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.5662,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3d84803f-2ca3-4b33-8a2c-710d6bb558ab\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.28.5\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:30:38.0719778Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2558,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ca3ac323-e94d-4cc8-b05d-19fddd115ad7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.120.155\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:30:44.8766689Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2918,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"80aefb8b-9997-4d37-8565-ba524194b30f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.28.5\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:30:48.0812678Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2604,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0e786213-01e9-4594-88f4-df389ffe86ed\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.120.155\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:30:55.1364924Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2579,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"676c4770-815c-42c3-bc77-82f0b6cf304c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.28.5\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:30:58.0749691Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27340000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ec1a679c-0afe-428f-be4e-254995cb2265\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.120.155\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:31:05.1600285Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.268,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"437eb5cb-052b-43ca-8e75-2625582e130e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"23.96.28.5\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:31:08.0826502Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2484,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"91797001-bf1f-4dd0-b763-56b761521a72\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.120.155\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:31:15.1683278Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2581,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6ade555d-3ceb-4aef-aad3-762e9ec0908e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.120.155\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:31:25.1719583Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2697,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"81b055f3-24f6-4bd4-8fda-b3d787425e0a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:31:28.4219528Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2892,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ed53628d-f2b3-48db-85ee-8a3df2611212\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.160.67.52\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:31:30.7677591Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3044,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"69469637-1788-4ecc-bf36-ed6df95a6e2e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.120.155\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:31:35.1955899Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25880000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a8f39469-dce4-438c-a8a3-d69689cc6cff\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:31:38.5001209Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2602,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"822435a2-dc30-4b6c-b22f-c27183d79790\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.160.67.52\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:31:41.0918037Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2916,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4389c0d4-6c54-4b61-b69f-47bddf4e6148\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.120.155\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:31:45.1872462Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24070000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f30f4c68-3eae-483b-875c-2e2344e2ddcb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:31:48.5942763Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2484,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"66a46b46-9e52-42a6-9e94-f1a412bb2358\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.160.67.52\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:31:51.1571578Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2874,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8332942b-b675-4cb6-b330-01a611aea7ef\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.120.155\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:31:55.2077716Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.255,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"76dec452-ae87-4977-b76b-04bd7843d858\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:31:58.7099339Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24380000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8d7ed44e-5d65-42b9-8309-28db87bf93af\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.160.67.52\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:32:01.2286009Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2534,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"516a58ff-cd93-4f6d-a25a-2155d18fc841\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.120.155\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:32:05.2172187Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3123,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d3fed5de-71f3-4a8c-9f8f-52cbe53533f6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:32:08.7233845Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2808,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c5cbfafd-5999-44f0-814c-d1184ce67d5e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.160.67.52\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:32:11.2933869Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25520000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e3382d6c-a509-4285-a63c-a982b7926249\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.82.120.155\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:32:15.2466545Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2539,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"519d14d6-0048-4bde-8ae6-228471ddb376\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:32:18.7495879Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26080000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1a4078de-256f-43b7-be78-402c9b89a8d7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.160.67.52\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:32:21.3765277Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2692,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5ff00b8a-eb79-4629-a2a5-1da0c2c9a3a8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:32:28.8557035Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2697,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"55aa7092-baf5-4d2d-8ac9-3c08d8b07e24\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.160.67.52\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:32:31.4351526Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2403,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"922b1c8b-6d6d-484e-9e48-1fcf12ce00d0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:32:39.1114699Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2837,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2ae87183-6a0b-4003-9d7d-a7e004790d31\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.160.67.52\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:32:41.5006122Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2993,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3638c903-e6d6-4e8b-93ee-1b17ef14b3f3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:32:49.1453698Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.30770000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0ddbd999-9792-4a04-a5e5-1a74a933f559\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.160.67.52\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:32:51.5672414Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.7683,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6479e384-f448-4913-a0a0-ead2cadc6a1a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:32:59.2145841Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.4383,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7776aecd-0ac6-43b0-87c1-885bf2516ebd\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.160.67.52\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T21:33:01.6237202Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2449,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2ba507d0-d267-4ef8-82bb-5a485dec68d8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.145.38\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:10:52.6919245Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2797,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6cbf36d8-87d3-40db-8a7d-bf3c6632f068\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.145.38\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:11:02.726167Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27040000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7d1b3a01-de95-46a3-a4f9-5313f796b292\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.145.38\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:11:12.7303927Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2524,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"51636341-23ce-4565-812a-9e9c1b004e16\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.0.177\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:11:14.9812404Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2665,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f2b2e3ab-cdaf-468c-8033-47702ba82d48\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.145.38\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:11:22.7224293Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2711,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"bd730ba3-7d4e-4243-b99a-4243bef7ebfc\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.0.177\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:11:25.2549169Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2745,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b12e5960-6d69-4e11-b581-ed9ec2ed0ecb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.145.38\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:11:32.7353783Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2667,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"14f2a123-5c82-45af-bdf1-b578ef7bcc3b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.0.177\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:11:35.4258823Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 5.2487,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d87ca62c-a792-464f-9d34-fa83a48816e6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.145.38\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:11:42.7419399Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2629,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b756cea5-9406-4507-a889-aaea1c4386bb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.23.83\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:11:45.0390305Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3133,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c4612990-a0f4-48e7-8004-0d149084adaa\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.0.177\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:11:45.4500002Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2441,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2f34e92f-0a9a-4c97-8288-e0396c3caa47\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:11:51.2800609Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1.2624,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f41854f0-dbde-459d-8d27-ae7dca625117\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.145.38\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:11:52.7488315Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2509,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"45d4c0cb-c9fe-447f-9d2f-0844c9466d3d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.23.83\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:11:55.3282139Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.303,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6312aace-a23e-45ef-9636-334a11df1bee\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.0.177\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:11:55.4539106Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25370000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"aa8e1ce1-6881-4e43-8851-78b9c645d179\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:12:01.3620555Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2509,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c9de367a-c992-4eb5-a1fc-df4797353162\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.145.38\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:12:02.7370735Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3628,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"17bd9d88-faa7-4e89-9fd2-95fbe02edd48\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.23.83\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:12:05.3523991Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25880000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1d5e97b9-8277-4058-a3c5-203cfe8f852c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.0.177\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:12:05.4773906Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.40750000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c01ac649-5672-4ec3-a116-78bbbb1690af\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:12:11.4498001Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2519,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7b482cea-d344-4697-9a1d-0b976d60524e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.145.38\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:12:12.7508489Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2822,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5048d7e0-4d7f-454a-95b3-5fd535757a8e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.23.83\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:12:15.3464634Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2788,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"703dc55e-9f13-4f8e-a0ef-7fcfbe355b47\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.0.177\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:12:15.4714425Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2391,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"358d2366-c5b7-4eca-9671-8a0719786bd1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:12:21.4594973Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.317,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"96211712-1429-4fa6-9b76-ab9522202265\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"52.168.145.38\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:12:22.7566757Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2587,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c6978291-354d-4490-940f-ec2fb197e701\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.23.83\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:12:25.3520121Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24630000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2e8ea8e3-0941-4c67-a362-fe47dcdc0dde\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.0.177\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:12:25.4770097Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.28550000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3601a011-010b-4115-9e9f-1a13f09d367c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:12:31.4962101Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2548,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2eb4e416-2321-4138-a2ff-bf2100d8d1f5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.23.83\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:12:35.3816559Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2738,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a4b5336c-3c65-4fd5-ab4f-f5e96325bb36\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.0.177\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:12:35.491004Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2396,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ac76634e-552e-4f65-85ee-d2f68271eba6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:12:41.5868074Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26330000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e2ef59ff-4f34-457d-9a93-26a87403dd32\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.23.83\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:12:45.3868534Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2421,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ac96d086-c070-4b3e-a925-bc11801081a1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.0.177\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:12:45.5415502Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.255,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d9d3b385-2fbc-43b8-994d-50d226bf00cf\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:12:51.6044929Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2816,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"26ca70da-bfed-4045-be08-5dd036c5b274\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.23.83\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:12:55.4079883Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2771,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5610ac08-b55f-4ec1-892e-8c3ad9e75685\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:13:01.660693Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2952,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"36341d2c-f563-463a-b92e-4cb45740885d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.23.83\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:13:05.4155626Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2712,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0d755efb-fa1a-4496-880b-b7bfbd1264b6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:13:11.8460905Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2647,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f8e8d430-f222-445c-9a8b-fd2e1f121fed\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"13.92.23.83\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:13:15.4187625Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.30410000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3bbff6d7-b843-49df-b1cf-4fd70b7ad89c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"199.7.166.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-24T23:13:21.9732987Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.30670000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ae0e7eb0-6679-42db-a448-4e35035fb9d9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T16:49:34.7734091Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2409,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"eb28f7be-4c49-4d24-9b6b-af52838989e0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T16:49:44.8976838Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25930000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fa8e70ce-12da-4801-840f-080fc9d88c4a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T16:49:54.9815238Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2781,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8b9327ac-6ff1-4c40-a780-75f0d6dbef9c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T16:50:05.0558693Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2474,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"cb59011b-3060-44ab-aee2-6e17c6105ef6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T16:50:15.1410909Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.248,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5d81be39-9dc2-4fb6-8245-e1e0aaa39685\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T16:50:25.2127181Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2545,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"038d97e1-5f03-47be-842a-53b8410547eb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T16:50:35.2969905Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2556,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9041ade5-a6b4-456a-a8fa-1b96071a7d36\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T16:50:45.5126797Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.255,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"bc793cae-c44a-4ff6-af6b-f48aecf0f6a7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T16:50:55.613023Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2836,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"153e9451-ba12-41c7-a76b-7597bde1009d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T16:51:05.6949658Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24960000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"83f8823c-1b28-4322-81a1-c437ea2c5b22\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T17:17:29.2915932Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.7701,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9234160b-cb38-41ec-acb7-4acf1000e665\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T17:17:39.5372721Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2646,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a4d3eff4-f455-4970-acb5-466464e6d41a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T17:17:49.6132078Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2576,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"cff8014f-c2d4-478f-a7df-b771a18ff44e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T17:17:59.693548Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2472,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b2d30595-f83d-4cb8-ab70-3e020dc7a051\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T17:18:09.7594152Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27240000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"728db30d-de0d-47a0-b19e-c5ee6043915d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T17:18:19.8412116Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.301,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c3c6fb93-5a7c-41f6-a4a2-bf6135ff3ccc\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T17:18:29.9231585Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2551,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1b86e717-1929-4d0a-acb5-9c134ed34015\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T17:18:39.9924907Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2596,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"21ecb5b4-2358-4b80-8efd-088f9a135ae7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T17:18:50.0761137Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2524,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"aaf01e1c-8e88-4227-bbf4-b93aa58dcc94\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T17:19:00.1586409Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.267,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"09caf3e1-ee4a-483e-b5e4-c5635ec16ec0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T17:51:28.6998956Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2869,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"cd8aacea-f503-4377-92ec-ae4f38922491\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T17:51:38.8279161Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2538,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8a226cbf-824b-474e-89a8-eb65c9a97729\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T17:51:49.0535365Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3111,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"00e8d0de-3ee3-4d6b-9442-c700e4e4245c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T17:51:59.1218437Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.32430000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6c71c41e-b5f8-43ad-bc41-2f04306d56ea\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T17:52:09.2047697Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.29500000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7b5dc4d1-bd9c-4b92-a075-f49f478f5a97\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T17:52:19.2890524Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2506,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e6b9ae09-e76e-411b-8c15-15e4073cb3e8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T17:52:29.3581082Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2705,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"51f8ae00-a434-4c5e-ab95-1ebd26853052\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T17:52:39.4414203Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2526,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8089c038-ee7d-4ef0-9ff5-817ff3ee8ec6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T17:52:49.5231527Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25320000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"466c6269-308f-466f-8f1c-65dab7c6a9bc\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T17:52:59.6081187Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2585,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1e4e4afb-68ed-4bc7-b939-675c74a07d83\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T18:02:36.3177861Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27740000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b6a94193-ee8d-4a96-8a8d-31a5d8e3d240\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T18:02:46.5136548Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2533,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e6f908da-151b-43f3-9fe2-aa64ec57cf1a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T18:02:56.7232557Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2505,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"df7e2679-6446-4812-bf2a-f6cae67c7e95\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T18:03:06.9432616Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24910000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a0731909-cb20-425e-90e9-52bab9f618a9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T18:03:17.1506583Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2378,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7bb6955a-9ae1-468d-b06b-95fcda398242\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T18:03:27.393599Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2854,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c6516c19-c2b0-4261-b4f4-37736b10aa3d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T18:03:37.555533Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.46440000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"daf89982-95e7-45c0-9d4d-c0fd2425f1d4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T18:03:47.8163657Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3161,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a9098c2c-5c24-4508-8b86-2b9a6a6cd718\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T18:03:58.0380739Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2713,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"585446c4-f764-4c94-af4e-637a70aef1f4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T18:04:08.244989Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2717,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0b267b94-f14c-4bc3-88c9-b0156290b085\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T18:47:31.757098Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.319,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b97f73b6-4a63-4a7a-9dcd-5e6e765156af\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T18:47:41.8702496Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2523,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ce3fabe8-3d03-4d81-832b-f52cf128391a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T18:47:51.9544322Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2732,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c2d56481-0ba0-47c3-bb80-a556eda59652\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T18:48:02.0244367Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2519,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"99ca68f2-ecf9-4f3b-a63b-3d488b13cf8a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T18:48:12.1069173Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2585,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d51d76c8-9b05-45c6-8d1b-415a448c998b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T18:48:22.1783873Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2712,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a7210b2b-436c-47b0-81cc-779f8c6fdd54\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T18:48:32.297831Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2548,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"86ae3279-7bd3-4737-8e0d-993394851b45\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T18:48:42.3816948Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2617,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d8ae2f4a-f8dc-4ae5-bea8-2a892375c4a0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T18:48:52.4415271Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2597,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d4758a37-1b79-4a28-8555-95f322990c91\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservicemapi.preview.int-azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.174.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 359,\r\n \"timestamp\": \"2020-03-25T18:49:02.5240097Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2509,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"East US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fba90d3c-fe88-4db8-93f9-01c489796d04\",\r\n \"requestSize\": 0\r\n }\r\n ],\r\n \"count\": 1014\r\n}", + //[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Test passwords only valid for the duration of the test")] + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/favicon.ico\",\r\n \"ipAddress\": \"131.107.159.26\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-08-26T00:48:53.6023497Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 985.6765,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"75354940-4ce2-4f84-8d2b-10fd297c4955\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?param1=sample\",\r\n \"ipAddress\": \"13.91.254.72\",\r\n \"backendResponseCode\": 200,\r\n \"responseCode\": 200,\r\n \"responseSize\": 982,\r\n \"timestamp\": \"2019-08-26T01:06:58.2451257Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 305.20390000000003,\r\n \"serviceTime\": 125.2727,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/master\",\r\n \"requestId\": \"495ba4fc-148a-43d1-b5ae-3a6bc0515f03\",\r\n \"requestSize\": 691\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?param1=sample\",\r\n \"ipAddress\": \"13.91.254.72\",\r\n \"backendResponseCode\": 200,\r\n \"responseCode\": 200,\r\n \"responseSize\": 978,\r\n \"timestamp\": \"2019-08-26T01:08:03.5403817Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 52.5323,\r\n \"serviceTime\": 48.295100000000005,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/master\",\r\n \"requestId\": \"e079875e-022b-4624-9b7e-897fd94cc5b2\",\r\n \"requestSize\": 667\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/unlimited\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?param1=sample\",\r\n \"ipAddress\": \"13.91.254.72\",\r\n \"backendResponseCode\": 200,\r\n \"responseCode\": 200,\r\n \"responseSize\": 1000,\r\n \"timestamp\": \"2019-08-26T01:08:28.902957Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 46.0426,\r\n \"serviceTime\": 44.9456,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/master\",\r\n \"requestId\": \"36df9bde-0b71-4ba8-be4c-f7110284a194\",\r\n \"requestSize\": 685\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.73.25\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-09-26T03:33:12.950086Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1074.0233,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b572aa07-66c5-4ca7-9b9f-f57415cd5652\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.73.23\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-09-26T03:33:14.6602111Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 859.7151,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1b2038e8-6f66-48b0-9f28-e6d7b299af20\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-10-04T17:07:13.7249281Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 876.27060000000006,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"517bd1cb-a845-46d0-8866-e3dae7e27259\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.135\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-10-04T17:07:14.7413418Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1052.3098,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8bf94a62-6324-4a0a-b380-8abf307a9caf\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.135\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-10-09T01:28:15.6912849Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1.4206,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e5d9bbf4-11ce-47a7-a8d7-33af24b74aba\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-10-09T01:28:16.1765378Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23290000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c5de5639-2424-4a82-8072-c0fbe8483f1c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-10-10T22:46:38.783269Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.42150000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e17d0834-4823-4dc9-9e73-7bad0edc61c1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-10-10T22:46:39.0020488Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2812,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a63eeae7-e333-48a3-b10a-d71cdcb01938\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-10-11T08:19:14.4735045Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1.0015,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fa80ac6f-8972-487a-8d62-bf6b8797e21f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-10-11T18:07:16.0471112Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3191,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"842cdf5a-09b6-40e6-8de1-87728348eab2\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.135\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-10-11T18:07:16.2033245Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.561,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c33e4c21-fb08-4a3d-8fb9-c2ab7cd06289\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.135\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-10-12T03:42:26.9951326Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 852.15010000000007,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"34c39b31-f9a6-443a-80cc-7b147c2fd6f0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-10-12T12:45:29.5758847Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 748.80180000000007,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"44f2dd15-25e5-4c85-b1b6-126dc2bfc74b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-10-12T12:45:30.607118Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.88650000000000007,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"45df731f-18bb-43c0-938a-ebe592a9bad4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-10-12T21:47:07.1685525Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2983,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a6a4064b-245b-4690-a3dc-6bb39a02495d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-10-13T07:01:04.5260608Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.9434,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"05d02fbc-77cb-4c1a-8ee3-7fd5e21fe19a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-10-13T07:01:04.5729148Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2889,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c4a2bfe0-b126-40e5-946d-b52e0d74b71d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-10-13T19:17:31.9397981Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.35750000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a98e0dd1-1b35-4deb-b8ed-648137af3962\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.135\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-10-13T19:17:31.3453568Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2881,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d44c916a-5edc-4f32-be52-ce09f2271013\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.10\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-10-14T05:24:31.8702084Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.5315,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f4ce7c27-a6a5-44e1-be63-8493815453a4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.10\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-10-14T14:50:06.4290817Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24910000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"094e1509-ff9c-4730-a9b5-9311b9fe8fec\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.10\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-10-14T14:50:06.5228525Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2953,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"95ab47b7-1463-413b-b7d7-5c605a0fc3f5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.75.181\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-10-15T02:40:00.6659675Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1038.9197000000001,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e0770ec7-3d2a-4262-8fa5-7a2dad02599b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-11-11T02:56:30.6959412Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 848.938,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6fdebd3d-cb46-435a-b498-9d3a4d531e04\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/favicon.ico\",\r\n \"ipAddress\": \"66.249.66.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-11-11T02:56:32.0866028Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.73720000000000008,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d0953710-fb5a-48f9-b405-21dd38e3b2d7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-11-11T02:56:42.3395634Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1104.9948,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3d0ec04e-9438-491a-93b4-73abb89823e3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.211\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-11-11T02:56:53.7731071Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.8534,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4788b71d-d4b4-4da6-bef6-73fdecfb3bef\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.207\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-11-11T02:56:53.9137374Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3412,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0286f881-7d2b-4f21-93b4-364f1123b642\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource\",\r\n \"ipAddress\": \"66.249.66.135\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 362,\r\n \"timestamp\": \"2019-11-11T02:57:08.466664Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 69.1249,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9e7ca9af-4ab9-4bd7-8b19-92e7f0a90652\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?param1=sample\",\r\n \"ipAddress\": \"66.249.66.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 362,\r\n \"timestamp\": \"2019-11-11T02:57:22.1577878Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.58820000000000006,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fef15976-83ae-446c-9728-ebe29fc4d110\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/interna-status-0123456789abcdef\",\r\n \"ipAddress\": \"66.249.66.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-11-11T02:58:59.2745247Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2686,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"eacb5b96-7847-4adc-ba5d-874db0a97113\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource-cached\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource-cached?param1=sample\",\r\n \"ipAddress\": \"66.249.66.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 362,\r\n \"timestamp\": \"2019-11-11T02:57:47.2516014Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 192.91590000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"cc84f474-a093-4c5e-b99c-90bb60f3649a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?param1=pingtest¶m2=pingtest&subscription-key=5d7dc5e4a9f24d47956d0cea1205dcba\",\r\n \"ipAddress\": \"66.249.66.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2019-11-11T02:58:04.7482853Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.659,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"519161da-bf69-418c-8f28-3ec62fe025b3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.211\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-11-11T18:18:19.6260348Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3095,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"cfa7f2a8-4f34-41db-92c1-f5d7e002b5b9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.211\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-11-11T18:18:20.2979077Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25570000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"31146b05-8932-4318-8c68-61ce50dfc1e1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.72.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-11-19T08:31:00.747753Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1774.1799,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"03d3c2a7-1cc8-4d02-9647-c5391cfe3a42\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.72.17\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-11-19T08:31:02.6102616Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.6911,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6ef4f72e-1c72-4665-b605-5a980c9e04ce\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.69.49\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-12-24T19:14:29.6419495Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1341.63,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9ea3ad3b-8afd-425b-b28d-73b72fb28349\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.69.49\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2019-12-24T19:14:31.0018599Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 42.8134,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6dc3eb7a-8a37-484d-84f2-e3a8ff4b314d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.72.19\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-01-18T06:44:17.943399Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1025.2756,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"65f62e7b-18fc-4dcd-90ee-6f2ecee2bbfe\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.72.21\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-01-18T06:44:19.1465612Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1.0223,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e6838aff-e5e4-45a3-8da6-2313237dd0a3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-01-19T08:56:55.8332128Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2597,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"442a2d4a-94c1-4f45-895e-2655699a6eab\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-01-19T08:56:55.880014Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.14500000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0aad72fd-155f-4742-8766-cb9aaab6acd8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.135\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-01-19T10:12:39.9772554Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1230.9383,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d2aa0cd4-0de7-4a1e-80e1-f24ce6c9c05c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/favicon.ico\",\r\n \"ipAddress\": \"66.249.66.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-01-19T10:31:35.6909697Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2922,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"61f27e8b-fc7a-4a20-bcb4-31cd840264de\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource\",\r\n \"ipAddress\": \"66.249.73.147\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 362,\r\n \"timestamp\": \"2020-01-19T16:21:51.8421003Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 70.9864,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4c982479-101f-42a7-addb-279b322ef75e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.135\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-01-21T07:29:48.0840667Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3564,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"93f8aa2c-870b-4711-8b79-9a00452e9278\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/interna-status-0123456789abcdef\",\r\n \"ipAddress\": \"66.249.66.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-01-21T07:29:48.2176436Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.4938,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c2a81a90-f3b4-44fb-92ef-b1c70ae1f73e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.8\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-01-25T01:53:53.6214203Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 753.68720000000008,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1834722c-af60-45b0-96fb-e1163c9ce7c0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.6\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-01-25T01:53:54.7392592Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 806.767,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5b37da39-3fa6-46f8-8930-aa081e543e12\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"http://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"106.11.222.106\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-01-26T16:29:57.6200322Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.83700000000000008,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"be748b7f-966c-4aa5-a6a0-2f736c13287b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"106.11.222.101\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-01-26T16:29:58.4410339Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.794,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0777c974-6324-47b5-9712-e98594302f2c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"106.11.222.115\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-01-26T16:30:33.8849756Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.35710000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"069090de-471f-44f5-99d2-bbdb0c656c15\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"http://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"106.11.223.41\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-01-26T16:33:28.5939772Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.40640000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6e38bf76-f17a-4c10-8f70-90bded6906d5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"106.11.222.107\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-01-26T16:33:29.1390833Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.1986,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b566976c-71cf-401f-864e-6ec24cfc3a6a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.6\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-01-28T06:55:53.932935Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3088,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b4d4c61c-52d8-43be-a767-7e97f97c924a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?param1=sample\",\r\n \"ipAddress\": \"66.249.64.6\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 362,\r\n \"timestamp\": \"2020-01-28T06:55:53.9641183Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 66.2728,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4338c1c3-9272-49d2-a31f-230b88ffc854\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.10\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-01-29T12:50:28.6581244Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3373,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f3f29f0f-feff-4db9-a7f6-4e18e52683b8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.8\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-01-29T12:50:28.8299728Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.30260000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6f03474b-4b78-485d-bb72-b32e012d263c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource-cached\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource-cached?param1=sample\",\r\n \"ipAddress\": \"66.249.79.211\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 362,\r\n \"timestamp\": \"2020-01-31T13:30:24.3158556Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 158.3709,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"20c950f9-981b-4f9f-9a76-3313ce722f80\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.79.209\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-01-31T13:30:24.1086266Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2223,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4058bb68-05a3-49fb-bdc8-fbd0295c25a4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-02-13T22:26:55.9290939Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 852.7557,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"125cec7b-0b59-4386-a7a6-0e1ca9e761d7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-02-13T22:27:06.8259238Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.902,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3ee8952b-b0cd-4acb-b5bc-c4238b461f70\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-02-13T22:27:16.8850925Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3037,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"109d2bdf-5153-47f6-a196-d77353fe81de\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-02-13T22:27:27.0367217Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.22840000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d4eb2cd9-28fd-4fd6-9cb6-32e171b3c94f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-02-13T22:27:37.0901217Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.28450000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b579db8b-e540-4890-a010-593ea62c5e32\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-02-13T22:27:47.1377816Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3034,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"de3e6522-0419-408c-887b-dd27e38c8877\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-02-13T22:27:57.1964085Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2364,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a8b474f3-9550-4970-8715-de5ea8e3c1b5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-02-13T22:28:07.2363881Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2691,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4f1fc8f0-a010-4e22-909e-b41bf51f72d4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-02-13T22:28:17.2992342Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2474,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"04d9d07c-0642-48a7-bcdd-b4c80cd1b0bc\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-02-13T22:28:27.3387592Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24860000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d62171ab-90cc-4d0d-93df-d83952648068\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.69.179\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-02-14T20:37:03.5567631Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 3.1718,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5871b04b-c428-4f52-8f34-6021af54fa5e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.69.181\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-02-14T20:37:03.6669479Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.1676,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a5dbf8e2-66e7-4955-a2d6-747d87c2eec5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"http://sdktestservice.azure-api.net/favicon.ico\",\r\n \"ipAddress\": \"131.107.160.238\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-02-19T02:51:27.346898Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 43.583600000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b679edc7-acd2-4ed7-af03-21ab2ae3f71b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.73.83\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-02-28T19:48:40.3762052Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 40.409,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"479c6704-4f16-4b14-852c-31f047813433\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.73.85\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-02-28T19:48:40.5012015Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3654,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9582dbdb-7ae9-463d-8715-4f5a82952397\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.73.81\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-02-29T07:19:47.1082634Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.5049,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1b781504-153a-4de6-af76-6c1101c48fdb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/favicon.ico\",\r\n \"ipAddress\": \"119.151.163.4\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 0,\r\n \"responseSize\": 0,\r\n \"timestamp\": \"2020-03-03T13:54:41.8818651Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 120302.1582,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b4b79f6a-9d3d-49b5-a89a-bc06ce473fec\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/favicon.ico\",\r\n \"ipAddress\": \"119.151.163.4\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 0,\r\n \"responseSize\": 0,\r\n \"timestamp\": \"2020-03-03T13:56:01.4055506Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 40882.4985,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f8fbd016-a2e2-48e5-ade1-142b84e14ff7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/favicon.ico\",\r\n \"ipAddress\": \"119.151.163.4\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 0,\r\n \"responseSize\": 0,\r\n \"timestamp\": \"2020-03-03T13:56:17.004787Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 25279.6881,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8a34a37d-76fe-4cf6-9c56-8a536e72f79d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"http://sdktestservice.azure-api.net/favicon.ico\",\r\n \"ipAddress\": \"107.77.97.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-05T01:11:52.254743Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 743.5607,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5c2e39e4-366b-47c3-9b49-b4cf2bfb3a08\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"http://sdktestservice.azure-api.net/favicon.ico\",\r\n \"ipAddress\": \"107.77.97.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-05T01:11:53.1296953Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.55380000000000007,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f2b5abf6-a713-42b3-8add-c4de860f776d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-19T18:36:03.2139906Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 805.0938,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9bac2f2e-7905-404b-9baa-0c1b5e896d12\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-19T18:36:14.0486864Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1.1711,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"28b95f16-5d1b-4900-878d-acef4aa93aab\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-19T18:36:24.1018925Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2893,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"71e12e52-c9fb-4d9a-b328-bbe0ab7f396d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-19T18:36:34.1535849Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3043,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"da54f015-f1a3-4356-bd3b-fe19f1440616\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-19T18:36:44.2036521Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.35950000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a12b6795-18fe-4236-b6c8-fcd96b39d435\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-19T18:36:54.2568707Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.33480000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1f766362-a298-4966-8d12-4643f3e62542\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-19T18:37:04.2930205Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3335,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"bcd353bb-a3ce-4be2-bc7c-cd8b72f8f864\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-19T18:37:14.3778848Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.28350000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0b522533-0cdd-4ebd-954e-fa6ef0275a43\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-19T18:37:24.4294429Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3453,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ac84fc29-365a-4a15-8fdf-2c348f03aace\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-19T18:37:34.4794882Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25370000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"926a2fe1-8853-48c0-968e-b12859dbf52a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-20T08:49:23.2528503Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 2.1959,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0447444a-4d23-4a95-b32f-f0079e7337c6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.135\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-20T08:49:23.3934687Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2499,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f685e2d3-b31f-42ba-bd15-00e1ee81db69\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.69.187\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-21T20:03:00.3713643Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.265,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0ea48315-f39a-4e82-8506-a3537e5771f4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.69.187\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-21T20:03:00.3870696Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.1192,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"34276282-a559-4228-b10d-f6334c898445\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.73.89\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-24T04:51:09.1483287Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.38230000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"69f1a3b6-28aa-4d41-b533-77b47c743de5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.73.89\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-24T04:51:09.1797252Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.1736,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8611e0f5-bc70-4bd2-b94c-a3bd9057acdd\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.24\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-24T18:08:57.187217Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.41590000000000005,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0c484594-746d-4fdf-a3e8-7b8dfbf74935\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.25\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-24T18:08:57.5794688Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3047,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fe058218-1725-43bf-b216-3ec8cbf16cb7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:40:11.3418605Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1.3084,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c197301b-5410-418d-81fd-8303315ac0eb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:40:21.501877Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.22660000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"32ca668e-ec14-44d1-921f-161eb7282ddf\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:40:31.5992469Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.265,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fa7121a4-3a04-405b-a426-3d9d99e2138e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:40:41.6382502Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2806,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"02ab0a10-6726-4131-abd6-8c6b61006058\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:40:51.7038851Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2602,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0d8053f2-b510-4454-af15-be7d1b5a5b88\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:41:01.7575253Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.31720000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7181c9a0-fe57-4ec9-92d8-ea521de59ba2\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:41:11.7956184Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27840000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fad72f34-1d74-4692-a21d-e4c73c5e10b1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:41:21.8626288Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.31,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b5690f2c-b9f7-4fd4-8026-8fc6febc177f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:41:31.9115704Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2785,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"977ba217-6de3-4542-bd36-c386b604fb00\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:41:41.9616925Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.323,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"024df49e-4826-4666-90ec-e48d39b081e2\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:49:50.2555192Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1.9360000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a257d11f-34be-4a42-957b-fb5d49d9a7a5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:50:00.3394489Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3063,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"84e7470a-bc02-4bac-8929-2757f02c9c64\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:50:10.3769612Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24300000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"dd8b75f8-3b02-4526-9141-f7bbd9f5b342\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:50:20.4267132Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2919,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0b36fe58-65bd-47e6-aae9-f395ddaa3c3b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:50:30.6554346Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3912,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b023a694-83e5-4717-b64e-c4f9697a0f30\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:50:40.7156225Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26180000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"957a1e02-93a7-41a7-b955-da0423adb7f1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:50:50.7621484Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.33580000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8d6128d5-57b7-4284-ae88-426320ce1413\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:51:00.7977565Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3413,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"46c108fd-4ca3-405b-a721-c6ac80775883\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:51:10.8456624Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.51260000000000006,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4428b35b-c5b9-4579-be36-586337e52153\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:51:20.901365Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2783,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"47975cb9-51ee-4dd2-8ef5-ab895b99ed0f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:52:05.2876275Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.4047,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4d25de3f-b07c-4cf8-afbf-28c0e66a02e4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:52:15.3590569Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2391,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5f083004-6179-4a3f-b2f6-386e0f49e153\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:52:25.4183713Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.28350000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b7be1a4b-b52c-476b-a67e-9bf7f9de375b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:52:35.4559659Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2856,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1d05ee0b-a143-4ecc-b18a-0cf89eec917c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:52:45.5071988Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.33390000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7ec7724e-97b7-418f-8671-31ab4168a34c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:52:55.5427377Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.33030000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"68dd2822-55a1-496d-a3ad-591a1fdb7d68\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:53:05.5969225Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.31320000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"55dec4bf-e676-465a-ae5c-b93e18f46888\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:53:15.7825444Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3025,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c828bb5a-8f65-4224-a728-88cdd37ece33\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:53:25.8568834Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2899,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"26cb7ca3-a158-4eca-83a5-0bb285ccc928\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"131.107.159.84\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2020-03-27T00:53:35.8976532Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2913,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ce52a601-c46f-42bb-900f-4bbab957db0f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.24\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-28T03:49:06.1500265Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.30560000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e232722b-f2bd-45ab-909b-c74c1d7bb6f3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.24\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-28T03:49:06.1968733Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.1433,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"aebc4e3e-3fd3-4698-a6e0-cadad4754fb3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.24\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-29T21:15:10.2620246Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26780000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5fcc69d8-333a-4c59-96b2-9f53ba4a3351\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.25\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-29T21:15:10.4183Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.217,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"904b5fd6-2d3a-486e-af3b-2a0bd57aac3a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.23\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-30T06:40:53.3204448Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3005,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4ef333a8-5484-46ce-a3e9-0d76ce296536\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.24\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-30T15:59:15.3318617Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3035,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fb5030f9-6600-4962-a9c3-300d67497a2a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.23\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-30T15:59:15.5037292Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24150000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4206b53c-9697-4fd4-8e36-0046c090f038\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"51.158.117.104\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-31T17:39:23.6968427Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 960.0448,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"51166511-1315-4cf1-ab09-6f6fa572cb81\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"51.158.114.198\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-03-31T21:50:23.5663875Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.7909,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d0c91446-b3bf-4beb-a92b-1a7c0e50aea3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.24\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-04-01T08:49:56.5232309Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.33640000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9cc09a6e-67fb-4eff-a1f4-915a938d49bc\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.23\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-04-01T08:49:56.6951484Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2846,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"838944c6-96e2-461b-ba7e-cd19e969a68c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.121\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-04-11T06:40:42.5085056Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2874,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"369c24bf-91f5-4087-859d-5457549a918a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.121\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-04-11T06:40:42.7584589Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2112,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5e22981f-434c-48ee-8184-6a74cb8deef3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.125\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-04-11T16:14:01.1520724Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3297,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"03b9e314-37b9-41f5-a23e-a5ceff3f24c5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.123\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-04-12T00:57:24.3741461Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.87650000000000006,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"79fcc4b3-ad12-4bbc-89e9-8bd247d34e62\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.125\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-04-12T00:57:25.1095318Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25470000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2f883076-b5d4-4d5d-aa51-085b61dbcd57\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.25\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-04-24T07:01:09.0121833Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.34940000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5dcc745e-5102-4a7c-b56e-48f9d1865157\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.24\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-04-24T07:01:09.168446Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23290000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"08c228de-2f64-4f77-aa7f-ff44b33fb086\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.145\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-04-26T22:00:56.2380405Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.21660000000000001,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4e64c7c2-cb51-4975-88f2-f1206ea8472d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.145\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-04-26T22:00:56.4105186Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2667,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b1c84cc7-6599-4aea-aff4-0a6ab9185d3b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.147\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-04-28T03:39:07.6498532Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2296,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"73ff14b1-4e09-4528-8bcd-6f6e4352f0be\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.149\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-04-28T03:39:07.7747805Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.19340000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b6f2bb07-13ed-49d9-93e7-ca1d4d17908a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.221\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-05-09T02:40:06.5869408Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 693.14,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"191fb12b-7269-4cd9-a1e9-90206aa621c6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.221\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-05-09T02:40:07.3217786Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.7537,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ce514b2b-a5dd-440c-8695-84e6d95dbdf0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.248\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-05-17T23:24:23.3087854Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.7773,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"37984f18-87a3-41fb-8b39-2315d2d89d58\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.252\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-05-17T23:24:23.558783Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.22610000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c09dd804-83f8-45a0-bd01-3fa7da03795d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.221\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-05-18T16:37:57.4464543Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2887,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4fc91064-beb3-4658-9c82-afccdc5f7f2b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.219\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-05-18T16:37:57.618339Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2359,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"929fc978-5423-459e-ae8c-724af39b259f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.250\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-05-20T15:45:20.2669996Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2212,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c009f636-70ab-47c3-8544-9e360b013c1b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.252\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-05-20T15:45:20.5326411Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2245,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d5de2a46-1ab0-41a6-8c4a-cec0232d38d0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.219\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-05-22T08:22:18.4844263Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.22460000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"11c46af2-a616-4480-83e2-e92f5a1fbf6f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.217\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-05-22T08:22:18.640655Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2515,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0e539132-e91a-49b1-9483-806394a4a887\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.250\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-05-23T19:41:23.9427726Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2896,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"76e50f7c-41a8-4d4e-99a5-b84714b89e6f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.252\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-05-23T19:41:24.3015051Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2793,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"cf0b2085-52b6-44eb-8148-1275304198e6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.250\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-05-25T21:35:56.4095756Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2364,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6f591888-ef49-4fa3-8ff6-5d81034e24a0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.250\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-05-25T21:35:56.6439478Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26480000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5779c6c3-a26b-4617-8d87-723f0f2225c0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.147\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-06-17T04:03:13.7111985Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 732.08580000000006,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3bfad28e-61ac-4fff-8d02-49a7fe1f7a2f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.145\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-06-17T04:03:14.669176Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1.5277,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"38d14a98-b3b6-47e9-af3a-fdac2df122d3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.137\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-06-17T04:55:46.1920332Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2169,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"263697e4-a82f-46e5-878c-d43f4f9e63a1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.137\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-06-17T04:55:47.3665674Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.22710000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c2acbc51-9dde-4af7-a602-0a126c3bc3cb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.145\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-06-20T06:59:20.0631569Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 649.403,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e6d6c7c6-6a90-4b0d-96dc-580f0a021ff8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.147\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-06-20T06:59:20.8892353Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1.1358000000000001,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1c22d0fd-a48f-4cb1-ab06-981ac51213ae\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.73.28\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-06-21T12:50:37.6045862Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2466,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"98b0034f-c740-4a0f-b110-963d9a40ed0e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.73.28\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-06-21T12:50:37.6201696Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.11320000000000001,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"47c0de24-68ae-4720-a74b-d80bfb8d584a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.69.57\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-06-21T22:48:35.3113379Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.233,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8a41cb44-47ee-48a6-b82a-8f2f88259ddc\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.69.61\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-06-21T22:48:35.69061Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2922,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c7ebc9dd-e732-4885-bdec-0f6c835aab57\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.221\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-07-14T06:29:39.2234605Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 602.94360000000006,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c8f1f54c-fc0a-4b63-8cdd-8feded32629d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.219\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-07-14T06:29:40.0515675Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.6915,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3f5316ef-85f5-43d6-82af-326e6093c2cb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.250\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-07-14T07:18:57.9586333Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.21930000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0161d23a-bf82-444b-975c-6c16276d7c52\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.252\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-07-14T07:18:58.1698678Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23770000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"27e0b7b5-200e-4f76-8980-8a73aacbf952\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"51.158.102.212\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-07-29T22:53:28.8692144Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 40.7976,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"dc72fa63-ea4d-4695-ba38-792a4acc7cab\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.217\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-07-31T20:10:38.0707617Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.37170000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5f94aa77-630d-4ce1-82eb-391d48520bcc\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.221\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-07-31T20:10:38.3364037Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2258,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1f29878c-2814-4b4c-be15-900773c4b9cb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.248\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-07-31T20:57:34.9996131Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.1925,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"460e0ab9-083e-41a8-9b52-c2e696eb5cec\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.252\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-07-31T20:57:35.1402341Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.21930000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ea6f0afa-2125-4945-86e0-7bd4b2da2203\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.248\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-01T23:07:58.8533557Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2406,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"91d6f531-ccbc-4445-b574-07c5aff68b0d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.248\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-01T23:07:58.9325022Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.1096,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d7a22ebb-0328-4035-bb43-e6c78c34d237\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.145\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-02T18:14:33.6679928Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2346,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"098840d2-14e4-42df-9969-c509461311f9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.145\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-02T18:14:33.699237Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.10690000000000001,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"40459e00-4a29-4dd2-8c9c-77c22c36d0eb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"163.172.137.15\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-04T22:31:04.519477Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 816.0553,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"64df2e64-ef92-431c-b62f-5cc39f336ec7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.252\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-05T19:26:10.70515Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.7199,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9e6b5cd8-3341-4322-a165-ae20be9d6933\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.250\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-05T19:26:10.8472813Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3039,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e13f4636-6e30-4859-83fb-2c5d88995112\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-08T18:50:29.1483635Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 617.2,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"39f17107-5f22-4703-b0ae-67ed7a520f95\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.135\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-08T18:50:29.9452291Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.68170000000000008,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"48d2acc2-071e-40ae-880f-50c29725fbe5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.145\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-08T19:40:53.092847Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23340000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3cd4fd23-38e7-427a-9af1-14d956fe7044\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.147\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-08T19:40:53.282924Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.21660000000000001,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0b68c4bd-d135-4d44-827a-d33a97e6adb5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.72.29\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-11T10:34:38.3932645Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.318,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"356d25f1-475a-46c0-9e1b-575071a6f2f0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.72.29\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-11T10:34:38.4089011Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.11750000000000001,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5dfef47b-2b97-4bb0-a25e-dc8c4679e244\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.69.189\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-11T23:42:38.3137667Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.378,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9d1164be-4e48-48eb-b6d9-253ddcfdda62\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.69.187\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-11T23:42:38.3914003Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2064,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c7995e73-73e7-4767-83f5-d7dc3803ec27\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.248\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-13T04:33:47.2049983Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2263,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"458d36e8-e6f7-4da7-8294-0d20ad895fef\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.250\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-13T04:33:47.3517472Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2053,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e27a5975-bfbe-4175-8387-936210f58ebe\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.141\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-23T23:37:03.0589877Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 704.2611,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ffea74e5-1621-4ceb-897a-44416a8b760b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.143\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-23T23:37:03.9814026Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.80360000000000009,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"60d2ae4d-fd14-4f3f-beea-b5ced700a0d6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.155\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-25T21:36:21.7271053Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.31370000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b66db38b-128d-4c1d-b3bf-6151c0ed8e99\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.153\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-25T21:36:22.0083561Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3024,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9863f494-3037-481a-9b9b-744df5307d3f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.153\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-26T09:29:11.6873322Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3105,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e7f42263-04d5-414a-a814-2171af8b937b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.151\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-26T19:02:32.2065032Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2921,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"16dbdf99-1963-4412-9f1d-8a6cf1368fb6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.153\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-26T19:02:32.3783885Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26030000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8c45f059-300b-494e-9808-556c2ac0116d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.151\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-27T14:51:03.694924Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.31,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"aa75949f-10c8-49b2-8751-8fd837c031ed\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.155\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-27T14:51:03.8573095Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.22060000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5d84fab2-3610-464e-a9cc-596be6cff768\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.155\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-28T01:25:27.0126762Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2544,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c9ef0a97-08fa-426b-908a-abcf643e61d3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.153\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-29T11:00:48.7869673Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.37310000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"248a91d7-0e3f-45fd-ae13-2ed3ca7cb6cb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.153\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-29T11:00:48.8182153Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2601,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"844707cf-1903-4f04-9154-86683d8ff60a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.155\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-29T20:56:52.7362129Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.27940000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3dc97596-5538-436b-8dff-41c5268b13f6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.151\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-30T09:27:06.167911Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3005,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"82b1cd3f-9664-4d22-903b-0bcb865e148b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.151\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-30T09:27:06.2929989Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3176,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"739d889b-5194-411e-9da2-7afccb0b79a4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.254\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-30T20:39:53.5120584Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.35700000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"53ba9b3e-a419-4d69-a7d8-851c069ae077\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.228\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-31T08:57:35.6809588Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 2.4614000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3f433fea-dfca-42e6-990a-9a732e101eef\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.226\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-08-31T08:57:35.8917337Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3477,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c5e20a63-f9ff-4df3-964d-04b68236dea9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.65.145\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-09-04T12:59:06.9985405Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 921.7159,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b8971db3-1925-4632-b4cc-bf01783a51a2\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.65.141\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-09-04T12:59:08.0900961Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.7288,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6cbfe295-59c3-4bf1-a656-7cf57525eed7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.73.159\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-09-04T21:46:01.5261946Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3025,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8f5e61fc-d09d-4cc1-9492-dc5a0184a8c1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.73.130\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-09-04T21:46:01.7657501Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3503,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c3984afa-ebc2-47be-95b4-ea5290b6f872\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.65.145\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-09-05T00:39:43.0168233Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25630000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"17bd980c-b855-4de3-b500-0409b2184851\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.73.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-09-05T08:56:08.4707541Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3311,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"721dbfac-adb0-4c15-93e7-25c4cc917a1b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.226\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-09-16T23:23:07.6537772Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 707.0947,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b525e4db-2db0-4ddc-a4f0-21c6b91fcc8e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.228\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-09-16T23:23:08.5757002Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.9346000000000001,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ccb585dd-7d59-40f4-a417-3cf3b9660cec\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.254\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-09-17T18:20:41.0551551Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.4228,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1e6b7334-8a32-477f-ab09-91259f330fdc\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.228\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-09-17T18:20:41.7624308Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2383,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"af5becbd-3f80-48ed-b9ca-2910b2c88d76\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.228\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-09-18T10:34:55.2353732Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.311,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"83401ba3-e7e7-4c0a-bbd2-cf5bf62e3292\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.228\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-09-18T10:34:55.2723808Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3272,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d7b53466-62b7-4e8a-8dba-2923ab984dfb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.69.213\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-09-24T03:48:45.6636827Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1450.6801,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d48ea5b9-bd51-48d1-8225-1b190ea722e7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.69.217\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-09-24T03:48:47.3815919Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 59.7379,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"eabf94f5-b035-492a-8016-f8a4105104d3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.69.215\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-09-24T16:09:05.7199794Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2942,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ae36a1d7-c2e9-4e0f-b553-328504e2bcb0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.69.217\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-09-24T16:09:05.9347227Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26780000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e29cf731-6b1e-4637-a111-5f0bf986ff90\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.69.217\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-09-25T13:02:29.1898281Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24500000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"df9a9e7b-3b31-458e-b720-9b1b4dbda4f7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.69.217\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-09-25T13:02:29.2325475Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2434,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3039e1ae-ba24-4d38-8260-8c7a5fbbe626\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.145\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-09-25T14:57:54.7152263Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2957,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d6d34b00-cedf-4d08-b58d-2f7b825b6679\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.149\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-09-26T10:08:05.0980317Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 735.8537,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f3b875a4-74f0-4ae9-99be-80cc96b9dffa\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.145\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-09-26T10:08:06.0960988Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.65950000000000009,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"413cff6f-d6f9-44c7-83cf-b2b6c1868c8d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.149\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-09-27T05:16:12.8580794Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2411,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9c4dfde2-cd33-4c22-af67-f8e01bb6c5f8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.149\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-09-27T05:16:12.8980754Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.11420000000000001,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a7c6327d-57f4-43c7-8506-e5d4afb8da46\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.73.159\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-10-05T15:00:06.8500448Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 809.7807,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4b9fcfa4-8ea4-457f-9953-dd695e21a485\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.73.130\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-10-05T15:00:07.8414882Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1.4356,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"57682c6b-ecb1-4d4c-a186-6b90150a7198\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.72.3\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-10-07T00:51:47.5135331Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.30820000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"bceceb12-aa66-4b07-92b0-e68225c22084\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.72.5\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-10-07T00:51:47.8032507Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2136,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"af9f13e5-6a31-467b-b5af-22cb8a22cf6e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.194\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-10-08T08:56:15.0686095Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25470000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"cec084cb-7ebc-4dfd-b5a1-d4b8e9323384\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.223\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-10-08T08:56:15.2431543Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.16870000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"14b03893-c16f-41be-a340-4d99f5138549\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.147\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-10-17T03:51:07.987101Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1.6127,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e909ca52-f72e-4a6c-9cfb-b785f67f5580\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.149\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-10-17T03:51:08.2269043Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2164,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8e8f5bfa-10f5-41ef-b644-c32515942207\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.223\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-10-17T08:57:38.2463453Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2469,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"35c68bab-63d3-4cd0-ac1b-1ecba2b3f08f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.197\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-10-17T08:57:38.419362Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 6.7895,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6f653999-c7b9-47ab-8ce2-b955fa2787da\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.65.5\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-10-23T12:49:57.5416315Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.26680000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"036db94d-e04b-43b8-9e74-0a3110d371ee\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.65.31\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-10-23T12:49:57.636516Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2616,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2ee16601-be4e-441c-8351-adf0be2343b2\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.149\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-10-24T11:51:41.4693215Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 657.01870000000008,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3583fcbe-e907-49e0-90b2-64314c77f98d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.145\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-10-24T11:51:42.9324135Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.72530000000000006,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"69e478a2-bb2b-4d16-a64f-bf8bf6785bd6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.76.116\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-10-29T06:33:49.309154Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 794.0102,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6ee573f1-4b5d-45c1-823a-fdfdd3efa9b2\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.76.118\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-10-29T06:33:50.7394224Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.83000000000000007,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"841c0fce-356d-442e-bc7c-194cb128a3cd\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.65.3\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-11-05T19:24:41.4948283Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 696.537,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0e53d247-66f7-4b7c-8489-7d457c3f4000\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.65.3\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-11-05T19:24:42.2848282Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 6.5547,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"37c6469a-fe10-4330-a00b-14323dbf4a7c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.75.153\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-11-07T22:38:42.999515Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2984,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"55bffea8-9862-4d9a-a145-3ab9d0e3e222\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.75.153\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-11-07T22:38:43.0293913Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2318,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a8462b09-0cd6-4a79-9140-ff807616d278\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.75.153\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-11-08T16:19:10.2019734Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.23970000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6fe67736-09b2-4192-8585-6be7d29ac941\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.75.151\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-11-08T16:19:10.3020375Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25830000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"96c1d87d-3409-4d88-a4e7-3fd99a54ae6c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.31\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-11-09T07:35:44.6591375Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3934,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"93c9b633-ab13-4539-8f7a-277b521c793a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.2\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-11-09T07:35:45.8213254Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3659,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"748a87b7-a8f7-49d5-b0c0-3f3c76dcc592\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.145\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-11-10T01:14:00.7229062Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3613,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"5fa6f277-928b-4b48-8afe-311384a854ae\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.145\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-11-10T01:14:02.4884796Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3345,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"8b4c3dd6-9a16-490f-a857-c0cd9afc1861\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"http://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"84.228.31.32\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-11-20T09:18:47.8282724Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 809.7219,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"03621e93-05df-40de-982e-8bc1df0fcef7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"51.158.127.119\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-11-22T20:22:04.3826334Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 22.366300000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"05bb38f1-c7e6-47af-9754-a1307d220290\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"51.15.251.143\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-11-22T22:51:02.1248519Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3663,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a0f8e64c-acad-4600-8c59-ec3c46ab623d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.135\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-11-23T15:58:00.5169736Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.29810000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"695d9f07-fdac-4058-bc55-1a0986695002\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-11-23T15:58:00.9126265Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.6107,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d2ab369b-e2b5-4df4-94eb-d58a2b925f3f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.31\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-11-23T21:14:10.0781307Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.21880000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"909db199-f748-4eb4-9a6b-fa095721440e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.4\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-11-23T21:14:10.2531205Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2605,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"67c5b28a-b6fe-4efd-8da9-5fa30b28a613\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"http://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"84.228.31.32\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-11-28T08:22:34.5773489Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.56500000000000006,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0eb01a1f-aa61-4b75-b353-6b32ed55a0f7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-12-01T15:41:22.8381681Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2521,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ae7deafe-741c-4a9a-bc36-837c2ba73cc3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-12-01T15:41:23.1914765Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2843,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1f8d889d-30f2-425d-9cb7-099742b05d1f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.131\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-12-03T05:14:52.3949569Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2459,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"18043062-4ec3-4b99-aa88-481bb77f6670\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-12-03T05:14:52.7975378Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24980000000000002,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f612ae61-7837-45a4-a8ee-3b447e5d84a9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.133\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-12-04T02:16:26.4345966Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3335,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"38a401c0-ef83-4575-9e07-715c7d871919\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.82\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-12-04T02:16:26.5899899Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3017,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"edc27cc9-2ddb-4e2e-ab34-dfd2295e00db\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.70.115\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-12-06T03:51:46.4284295Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.228,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ed5ebaa3-e1be-4a64-a019-f5805f14389f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.70.119\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-12-06T03:51:46.6187206Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3271,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b5a277a9-979f-40cd-b11f-fd1c0a8fd0e6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.70.117\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-12-07T13:36:00.4449701Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.31970000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"ccbaa6c1-b8d2-4bc0-900b-8bf1c80922ff\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.70.119\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-12-07T13:36:00.6597403Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2914,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b6feeadc-1754-41bc-881b-4edc834fe85a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.145\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-12-09T14:47:54.0665107Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 3.9103000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"698e5338-0624-454a-8e93-268d9d43852d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.145\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-12-09T14:47:54.1906178Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 2.4466,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2e410c35-98a2-4a3f-ada5-3f504cbdc819\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.223\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-12-17T09:45:56.582724Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 735.1776,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2e83e784-52d0-41f5-8da2-898145302a7d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.223\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-12-17T09:45:57.3977298Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 7.6835,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fdad8788-993b-4ef9-b660-6193356c5100\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.145\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-12-24T14:53:42.2711914Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 5.5402000000000005,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"30b8d0c8-c38e-46ff-8e2e-1458c5aa03fb\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.149\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2020-12-24T14:53:42.4322296Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2669,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"73ad9795-8e34-49f4-86b4-798896e69c3e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.194\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-01-06T18:29:35.4407299Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 739.9809,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"4bd1265f-1716-4df3-9dab-0faa65461c55\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.194\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-01-06T18:29:36.3107334Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 7.7596000000000007,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7fd15e60-4aa3-4ab1-a66b-84f3f349c20d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.69.217\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-01-08T18:51:41.0528114Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 745.78870000000006,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"223c2e4e-9310-4b8f-a0f6-13b96fab1f87\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.69.217\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-01-08T18:51:42.08779Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.7992,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"18ccf0d6-b07d-45dc-8bf5-adc490ee9720\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"212.47.251.118\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-01-09T02:13:32.1044365Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.28190000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d0990433-1bc2-4921-b649-828c43a6b8a2\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"51.158.108.77\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-01-09T08:42:37.1342225Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.28600000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"067f7c35-fe8a-44d7-8712-5ed046d77cf0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.197\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-01-10T16:59:39.5899154Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3161,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1fa08787-ebf5-4fb8-8afd-5f283fe3a85a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.197\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-01-10T16:59:39.6635015Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2485,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f926b286-37d4-4332-a566-80382b7b3fd5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.149\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-01-10T18:29:17.2561392Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2674,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f99969ca-fb12-4c77-95d3-b0f17c74cce0\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.145\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-01-10T18:29:17.4280959Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2447,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"911e15d1-d32d-49e0-8d88-03b4f303e23c\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"163.172.180.25\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-01-12T19:36:19.8031294Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.24070000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"13a52ca4-1ffb-410d-a1a9-79c14421b5d8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"51.158.98.24\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-01-14T12:39:24.7333527Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2957,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b20abd25-b021-48a6-8ccc-9a98e30cbdd5\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.2\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-01-17T16:15:24.0722145Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.32170000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"abdb7f5f-b98c-42a2-a57d-0287e8e3490d\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.31\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-01-17T16:15:24.3929937Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2242,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0e620a24-1214-4802-9772-b9146773fe80\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.70.98\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-01-18T08:15:52.1434542Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3044,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"55887634-c45f-485b-aa19-b385be236bd9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.70.98\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-01-18T08:15:52.1834559Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.45230000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7e043b9f-5997-48a2-ba12-518697ca07c2\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.31\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-01-18T11:18:52.6257757Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 3.2388000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1724b464-8345-44f1-8c2d-67d409b96733\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.4\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-01-18T11:18:52.9079735Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2801,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"0736fe82-a0cc-41b1-9c65-7416f1240fda\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.197\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-01-31T08:14:07.8801883Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 726.2217,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"3ad1f5cb-e257-4a68-9754-9d83ef7be76b\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.194\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-01-31T08:14:08.8802647Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.86320000000000008,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"62d9c094-79b7-44aa-bab2-9eb4d2b4e572\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.4\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-02-10T21:37:05.3831005Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 3.718,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1b37369b-9bda-4850-a92a-a224a5b5ed28\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.31\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-02-10T21:37:05.5565847Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2659,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"45ffc281-b796-4949-92e9-681501d6bfed\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.64.4\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-02-11T12:26:27.3769431Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 771.21940000000006,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b2953444-b64f-4888-91c9-b4aad6ef41a6\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.64.31\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-02-11T12:26:28.4830254Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1.0115,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"830e9b29-d3bc-4027-b22e-9fe05449a564\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.145\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-02-11T23:33:54.1612Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2631,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9252e390-e31e-48b3-bf96-51bb6a818104\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.70.107\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-02-20T15:56:32.7940848Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 827.66810000000009,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"9b6f690c-aa05-4df0-8128-f691bcf4245a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.70.104\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-02-20T15:56:33.8399764Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.89330000000000009,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a3a840bc-d947-452f-a98e-6d98895e54f4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"167.220.2.191\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2021-02-24T18:55:33.8528065Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 696.4568,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a22b9f9e-1ca5-43c5-abd6-c49ca1d0fb50\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"167.220.2.191\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2021-02-24T18:55:44.5929887Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1.1152,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"c5650644-5070-4f30-9926-01a9923914d1\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"167.220.2.191\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2021-02-24T18:55:54.6487571Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3043,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"a59e9923-9c5b-440f-a9ab-1a86fe9ef3b4\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"167.220.2.191\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2021-02-24T18:56:04.698791Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.2949,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"7b49853a-2240-47ef-9032-3750f5999c71\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"167.220.2.191\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2021-02-24T18:56:14.7514849Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.35300000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f466a10f-1b0e-4541-9d7c-0004cb341727\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"167.220.2.191\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2021-02-24T18:56:24.7979337Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.5853,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"df3d4753-193f-4a9a-9874-3988eccaab7a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"167.220.2.191\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2021-02-24T18:56:34.9375547Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.35650000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"92cff5c6-fe6c-4fe7-83a8-1f3ac3a13fa3\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"167.220.2.191\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2021-02-24T18:56:44.9783647Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3028,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"983f9784-e4ae-4638-96e6-e5f290482961\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"167.220.2.191\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2021-02-24T18:56:55.0289517Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3015,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"e2e2ffc0-cace-4972-bbb0-da775dd08928\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/echo-api\",\r\n \"operationId\": \"/apis/echo-api/operations/retrieve-resource\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/echo/resource?key=\",\r\n \"ipAddress\": \"167.220.2.191\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 401,\r\n \"responseSize\": 343,\r\n \"timestamp\": \"2021-02-24T18:57:05.0703099Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3665,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"2686e902-bb0e-4553-8f53-24fe5f36fe9a\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"51.158.98.24\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-02-27T03:07:55.7779281Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 12.461,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"20a3a11e-339b-4bd4-982d-69fe38f61e52\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"51.158.108.77\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-02-27T13:50:47.917562Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.36010000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b5e827f5-9a96-4fd2-bf7d-3af051db859e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.147\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-03-06T09:21:53.9692139Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 12.656,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6792cbb9-08a7-42ca-a2f4-8b7ddac9565e\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.147\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-03-06T09:21:54.2241093Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.3699,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"1390efd8-326e-4dbd-a4dd-656d81e4a7d7\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.223\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-03-13T15:14:22.4606642Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 708.50010000000009,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"299f14f8-8c38-4f65-a7ad-d2027b5d6557\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.223\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-03-13T15:14:23.24904Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1.3591,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"fc57c020-1c6a-448b-a0a4-3b3e01c67913\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.72.149\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-03-15T16:24:00.9750757Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.32270000000000004,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"35b0e9ae-43ad-4dcf-8769-ddc2dec3cf87\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice.azure-api.net/\",\r\n \"ipAddress\": \"66.249.72.151\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-03-15T16:24:01.0889614Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.25170000000000003,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"d032a563-8f09-421f-8f62-7127c898b393\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.72.69\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-03-27T19:13:06.5324507Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 3349.8582,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b2c98962-9900-4e37-82cb-44dc024920e8\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.72.95\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-03-27T19:13:10.4086312Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1.1528,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"37c1775c-3cbb-420d-a053-e83930dbeb81\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.66.223\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-04-01T13:27:39.6889663Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1943.3151,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"13c916c0-d19a-4fb7-af02-6dca43a634f9\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.66.197\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-04-01T13:27:42.4092912Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 1.4393,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"b3398747-cf86-4269-8ca0-3d57376bee0f\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/robots.txt\",\r\n \"ipAddress\": \"66.249.70.98\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-04-05T17:39:19.5187805Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 2.826,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"f089222b-6825-4bcd-9f68-f53415a4de90\",\r\n \"requestSize\": 0\r\n },\r\n {\r\n \"apiId\": \"/apis/-\",\r\n \"operationId\": \"/apis/-/operations/-\",\r\n \"productId\": \"/products/-\",\r\n \"userId\": \"/users/-\",\r\n \"method\": \"GET\",\r\n \"url\": \"https://sdktestservice-centralus-01.regional.azure-api.net/\",\r\n \"ipAddress\": \"66.249.70.98\",\r\n \"backendResponseCode\": null,\r\n \"responseCode\": 404,\r\n \"responseSize\": 130,\r\n \"timestamp\": \"2021-04-05T17:39:19.5687769Z\",\r\n \"cache\": \"none\",\r\n \"apiTime\": 0.63740000000000008,\r\n \"serviceTime\": 0.0,\r\n \"apiRegion\": \"Central US\",\r\n \"subscriptionId\": \"/subscriptions/-\",\r\n \"requestId\": \"6139b5f9-7e30-4716-83a4-9aa424423035\",\r\n \"requestSize\": 0\r\n }\r\n ],\r\n \"count\": 348\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/SignInSettingTests/CreateUpdateReset.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/SignInSettingTests/CreateUpdateReset.json index 222c1bdd9af20..ac3ab4189832f 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/SignInSettingTests/CreateUpdateReset.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/SignInSettingTests/CreateUpdateReset.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "571f0453-cbee-4f2e-984f-b3874dd4ebf0" + "8de36a44-7647-49d8-a62e-33a09f8ad855" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9bc3da88-d4fb-4091-91d8-6fd26afdeb62", - "e68df6f7-5aca-47af-bc6f-ec9e3f873c9b" + "a5bc3148-7030-4797-85b4-5074580e9d14", + "0634427b-89c9-4698-b456-e4852b26bbd1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1199" ], "x-ms-correlation-request-id": [ - "f6eb5701-b572-406a-9149-d91f980b0613" + "6f46f96e-ac51-4853-8b05-a785a4afcd46" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191830Z:f6eb5701-b572-406a-9149-d91f980b0613" + "WESTCENTRALUS:20210408T232114Z:6f46f96e-ac51-4853-8b05-a785a4afcd46" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:18:29 GMT" + "Thu, 08 Apr 2021 23:21:13 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7265fb23-2bbc-4fa3-a2f1-77c5d2458d8d" + "8a2d354a-3062-4acb-bcd4-d4a9492924bb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3aabe759-a554-48a6-a826-61d2bc638fed" + "7fefafa2-695d-45df-a9b5-e46b000c2faa" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "11998" ], "x-ms-correlation-request-id": [ - "afe95601-d312-44a7-9835-48b52c4f96a4" + "b808e99f-9a39-4a62-989a-e85c8faad93f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191830Z:afe95601-d312-44a7-9835-48b52c4f96a4" + "WESTCENTRALUS:20210408T232114Z:b808e99f-9a39-4a62-989a-e85c8faad93f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:18:29 GMT" + "Thu, 08 Apr 2021 23:21:13 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/portalsettings/signin?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcG9ydGFsc2V0dGluZ3Mvc2lnbmluP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/signin?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb3J0YWxzZXR0aW5ncy9zaWduaW4/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5760f2f1-8b60-4b22-85f4-7e67ce2082d2" + "5b58008f-6e64-4198-af5b-82c82733a3e7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -166,34 +166,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAMfg=\"" + "\"AAAAAAAAZZs=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "25639334-88f2-48c4-aa93-dd8bd59f0ca5" + "03e998e4-322b-4c5f-8e70-b851119e1522" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "11997" ], "x-ms-correlation-request-id": [ - "e0060225-b6db-48ae-baf2-a0b60e0912da" + "9a85f835-2d97-4273-aa61-5536ebb5ade5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191830Z:e0060225-b6db-48ae-baf2-a0b60e0912da" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232114Z:9a85f835-2d97-4273-aa61-5536ebb5ade5" ], "Date": [ - "Wed, 25 Mar 2020 19:18:30 GMT" + "Thu, 08 Apr 2021 23:21:13 GMT" ], "Content-Length": [ - "443" + "445" ], "Content-Type": [ "application/json; charset=utf-8" @@ -202,26 +202,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/portalsettings/signin\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalsettings\",\r\n \"name\": \"signin\",\r\n \"properties\": {\r\n \"url\": null,\r\n \"validationKey\": null,\r\n \"subscriptions\": null,\r\n \"userRegistration\": null,\r\n \"enabled\": true,\r\n \"termsOfService\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/signin\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalsettings\",\r\n \"name\": \"signin\",\r\n \"properties\": {\r\n \"url\": null,\r\n \"validationKey\": null,\r\n \"subscriptions\": null,\r\n \"userRegistration\": null,\r\n \"enabled\": true,\r\n \"termsOfService\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/portalsettings/signin?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcG9ydGFsc2V0dGluZ3Mvc2lnbmluP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/signin?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb3J0YWxzZXR0aW5ncy9zaWduaW4/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5183d968-70e1-4d48-97b7-71af5292fb87" + "b037d305-7e7d-48ae-9a4e-2c9fba6808ed" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -232,34 +232,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANbg=\"" + "\"AAAAAAAAdjY=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "86589e65-2d07-46a9-be41-8d1c89337c9a" + "9d417165-614f-452c-bde7-4a05b5c34526" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "11995" ], "x-ms-correlation-request-id": [ - "b106c2fc-db6e-409e-9207-b943783b14f4" + "1da9ff58-edad-4f83-a171-45e1b62863df" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191832Z:b106c2fc-db6e-409e-9207-b943783b14f4" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232115Z:1da9ff58-edad-4f83-a171-45e1b62863df" ], "Date": [ - "Wed, 25 Mar 2020 19:18:31 GMT" + "Thu, 08 Apr 2021 23:21:14 GMT" ], "Content-Length": [ - "443" + "445" ], "Content-Type": [ "application/json; charset=utf-8" @@ -268,26 +268,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/portalsettings/signin\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalsettings\",\r\n \"name\": \"signin\",\r\n \"properties\": {\r\n \"url\": null,\r\n \"validationKey\": null,\r\n \"subscriptions\": null,\r\n \"userRegistration\": null,\r\n \"enabled\": true,\r\n \"termsOfService\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/signin\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalsettings\",\r\n \"name\": \"signin\",\r\n \"properties\": {\r\n \"url\": null,\r\n \"validationKey\": null,\r\n \"subscriptions\": null,\r\n \"userRegistration\": null,\r\n \"enabled\": true,\r\n \"termsOfService\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/portalsettings/signin?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcG9ydGFsc2V0dGluZ3Mvc2lnbmluP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/signin?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb3J0YWxzZXR0aW5ncy9zaWduaW4/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"enabled\": false\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b3dec591-8b84-41f9-aa2e-20d66cf9caec" + "12c191bd-1829-48fc-80d5-b73eca668893" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -304,34 +304,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANbc=\"" + "\"AAAAAAAAdjU=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "6e1f64b1-9e99-4e9b-baa7-ca28f6d8d1d5" + "83386cea-0f6a-497f-bade-9ed22df292b3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1198" ], "x-ms-correlation-request-id": [ - "8b2387e4-e610-40f2-9455-9bf7a6ca9854" + "072786f6-588e-4e3f-a9e5-7abcc89db6cd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191831Z:8b2387e4-e610-40f2-9455-9bf7a6ca9854" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232115Z:072786f6-588e-4e3f-a9e5-7abcc89db6cd" ], "Date": [ - "Wed, 25 Mar 2020 19:18:30 GMT" + "Thu, 08 Apr 2021 23:21:14 GMT" ], "Content-Length": [ - "444" + "446" ], "Content-Type": [ "application/json; charset=utf-8" @@ -340,26 +340,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/portalsettings/signin\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalsettings\",\r\n \"name\": \"signin\",\r\n \"properties\": {\r\n \"url\": null,\r\n \"validationKey\": null,\r\n \"subscriptions\": null,\r\n \"userRegistration\": null,\r\n \"enabled\": false,\r\n \"termsOfService\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/signin\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalsettings\",\r\n \"name\": \"signin\",\r\n \"properties\": {\r\n \"url\": null,\r\n \"validationKey\": null,\r\n \"subscriptions\": null,\r\n \"userRegistration\": null,\r\n \"enabled\": false,\r\n \"termsOfService\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/portalsettings/signin?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcG9ydGFsc2V0dGluZ3Mvc2lnbmluP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/signin?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb3J0YWxzZXR0aW5ncy9zaWduaW4/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "786d3a73-b200-4bd0-a26f-e880de0564c2" + "7173d788-41c9-42e7-ac36-0b93040fbef1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -370,31 +370,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANbcAAAAAAAAAAA==\"" + "\"AAAAAAAAdjUAAAAAAAAAAA==\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "935c0353-679a-4b8e-83f0-0e5f8873667f" + "26456dd3-e910-4526-90ff-f928ca85d61c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "11996" ], "x-ms-correlation-request-id": [ - "e4fb112a-1675-4161-89f7-884b117edbe7" + "afc56115-3040-41a5-a5d9-fc7e04ba8bf9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191831Z:e4fb112a-1675-4161-89f7-884b117edbe7" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232115Z:afc56115-3040-41a5-a5d9-fc7e04ba8bf9" ], "Date": [ - "Wed, 25 Mar 2020 19:18:30 GMT" + "Thu, 08 Apr 2021 23:21:14 GMT" ], "Content-Length": [ "0" @@ -407,25 +407,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/portalsettings/signin?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcG9ydGFsc2V0dGluZ3Mvc2lnbmluP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/signin?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb3J0YWxzZXR0aW5ncy9zaWduaW4/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"enabled\": true\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "06f0f7d6-d622-4a60-b033-1b0f7eccbf2d" + "87d195f3-c460-491d-a769-90bfa7e3b5bd" ], "If-Match": [ - "\"AAAAAAAANbcAAAAAAAAAAA==\"" + "\"AAAAAAAAdjUAAAAAAAAAAA==\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -444,26 +444,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "4a33b739-c3b5-4559-bdb9-21d57ea1a281" + "4b243d06-efc8-4b77-93aa-476e4e8b4cdd" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1197" ], "x-ms-correlation-request-id": [ - "d4250a79-89f4-4bdc-8189-8890c57708b0" + "10a1ba54-d30f-4411-be73-2b1e36a94add" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191831Z:d4250a79-89f4-4bdc-8189-8890c57708b0" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232115Z:10a1ba54-d30f-4411-be73-2b1e36a94add" ], "Date": [ - "Wed, 25 Mar 2020 19:18:31 GMT" + "Thu, 08 Apr 2021 23:21:14 GMT" ], "Expires": [ "-1" @@ -475,12 +475,12 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/SignUpSettingTests/CreateUpdateReset.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/SignUpSettingTests/CreateUpdateReset.json index d177b6ad1ff2e..ec6f1ba0e80a6 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/SignUpSettingTests/CreateUpdateReset.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/SignUpSettingTests/CreateUpdateReset.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4c872e3e-45a7-49c3-845b-2a24f65310c9" + "af80f22e-1054-45b4-abbc-fc652b5c349f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,14 +33,14 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d42dbd92-3a49-40dc-a9d3-a1460945d9b9", - "61967b52-6fd9-4cff-aa8b-e35ffcc8d752" + "24a43bd7-463e-429a-bb4f-161e5e6bfeed", + "3e8c1a7b-21c3-4827-8e45-7c45e8c69318" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -49,19 +49,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "34907fd2-52f7-421d-8684-c0215fdcb8d7" + "b276a255-3975-4c58-9bbb-339f1932f3ee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191049Z:34907fd2-52f7-421d-8684-c0215fdcb8d7" + "WESTCENTRALUS:20210408T214303Z:b276a255-3975-4c58-9bbb-339f1932f3ee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:10:48 GMT" + "Thu, 08 Apr 2021 21:43:03 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "861d27f3-2929-445e-8831-96fc69776665" + "efa9a25b-83f9-4082-bc45-2841481c5168" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4666d57d-bde3-4f89-a915-05c8a908c341" + "842e873f-65af-41fd-b7c9-87c39068b85d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "11999" ], "x-ms-correlation-request-id": [ - "c7ea8c70-0563-4117-9eb0-bb47c79313e9" + "f01169ee-5cf3-4844-94cc-1d77f188453d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191049Z:c7ea8c70-0563-4117-9eb0-bb47c79313e9" + "WESTCENTRALUS:20210408T214303Z:f01169ee-5cf3-4844-94cc-1d77f188453d" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:10:48 GMT" + "Thu, 08 Apr 2021 21:43:03 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/portalsettings/signup?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcG9ydGFsc2V0dGluZ3Mvc2lnbnVwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/signup?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb3J0YWxzZXR0aW5ncy9zaWdudXA/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "11ade103-3603-4f31-935e-0ab658d1eff9" + "fecfcc5d-bf25-4908-a2d9-4217d9e91acb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -166,34 +166,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAmSgzBAAAAAAAAA==\"" + "\"AAAAAAAAL4ofAQAAAAAAAA==\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0adf9cf2-d63f-48e2-bac6-38384bc998ac" + "13e4e2c2-a5ab-4c2b-9cea-0b65afed22e2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "11998" ], "x-ms-correlation-request-id": [ - "15968d73-8bca-4792-8b6a-f718dfc20ea5" + "7be0c988-ae63-4f24-8900-e229e61afa6a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191049Z:15968d73-8bca-4792-8b6a-f718dfc20ea5" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214304Z:7be0c988-ae63-4f24-8900-e229e61afa6a" ], "Date": [ - "Wed, 25 Mar 2020 19:10:49 GMT" + "Thu, 08 Apr 2021 21:43:04 GMT" ], "Content-Length": [ - "525" + "527" ], "Content-Type": [ "application/json; charset=utf-8" @@ -202,26 +202,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/portalsettings/signup\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalsettings\",\r\n \"name\": \"signup\",\r\n \"properties\": {\r\n \"url\": null,\r\n \"validationKey\": null,\r\n \"subscriptions\": null,\r\n \"userRegistration\": null,\r\n \"enabled\": true,\r\n \"termsOfService\": {\r\n \"text\": null,\r\n \"enabled\": false,\r\n \"consentRequired\": false\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/signup\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalsettings\",\r\n \"name\": \"signup\",\r\n \"properties\": {\r\n \"url\": null,\r\n \"validationKey\": null,\r\n \"subscriptions\": null,\r\n \"userRegistration\": null,\r\n \"enabled\": true,\r\n \"termsOfService\": {\r\n \"text\": null,\r\n \"enabled\": false,\r\n \"consentRequired\": false\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/portalsettings/signup?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcG9ydGFsc2V0dGluZ3Mvc2lnbnVwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/signup?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb3J0YWxzZXR0aW5ncy9zaWdudXA/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "89221cde-c58f-4cd4-996c-d552dc763560" + "33bf3cf8-a991-448d-9660-6598206f6dd3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -232,31 +232,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAmSgzBAAAAAAAAA==\"" + "\"AAAAAAAAL4ofAQAAAAAAAA==\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "8c836790-f7a0-4b3a-b80e-f8e8dd990bb4" + "74662f59-1e24-4352-93c4-3fa8046e4bba" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "11997" ], "x-ms-correlation-request-id": [ - "a857ea33-353f-4b35-9c1a-b95c3ded3a46" + "c47f2578-80dd-4d08-8525-b1a39049de27" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191050Z:a857ea33-353f-4b35-9c1a-b95c3ded3a46" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214304Z:c47f2578-80dd-4d08-8525-b1a39049de27" ], "Date": [ - "Wed, 25 Mar 2020 19:10:49 GMT" + "Thu, 08 Apr 2021 21:43:04 GMT" ], "Content-Length": [ "0" @@ -269,22 +269,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/portalsettings/signup?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcG9ydGFsc2V0dGluZ3Mvc2lnbnVwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/signup?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb3J0YWxzZXR0aW5ncy9zaWdudXA/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b5011a60-c185-49e1-b820-ebfa3cff9f47" + "f2f9fe45-6413-4f5f-a373-a5a1a46768ac" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -295,31 +295,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAvI3IIAAAAAAAAA==\"" + "\"AAAAAAAAyiOE0gAAAAAAAA==\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "fe12346f-e090-4919-9b24-317ef69e2e74" + "af6138ab-49db-4d19-af0a-1cd0ed92bbfb" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "11996" ], "x-ms-correlation-request-id": [ - "955ee5b3-c0fc-43bc-b16f-4ef37060ae84" + "f8bb486f-c417-4ba6-af8f-a277cc5e3b50" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191050Z:955ee5b3-c0fc-43bc-b16f-4ef37060ae84" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214305Z:f8bb486f-c417-4ba6-af8f-a277cc5e3b50" ], "Date": [ - "Wed, 25 Mar 2020 19:10:49 GMT" + "Thu, 08 Apr 2021 21:43:05 GMT" ], "Content-Length": [ "0" @@ -332,22 +332,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/portalsettings/signup?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcG9ydGFsc2V0dGluZ3Mvc2lnbnVwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/signup?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb3J0YWxzZXR0aW5ncy9zaWdudXA/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"enabled\": false,\r\n \"termsOfService\": {\r\n \"enabled\": false,\r\n \"consentRequired\": false\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eb4107b9-cee4-495d-9092-70bc0d9f3ef9" + "2fd4f4ac-9e22-44c6-a571-5ae53da703d0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -364,13 +364,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAvI3IIAAAAAAAAA==\"" + "\"AAAAAAAAyiOE0gAAAAAAAA==\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "b487b417-c794-48f4-9b88-66e403acb5a7" + "9513c004-27f0-4782-9429-1fd9c18c9f59" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -379,19 +382,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "52f59601-d799-4d9a-baa8-0820bf654333" + "3d267d78-7b71-40a4-a835-d8b880cfceb9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191050Z:52f59601-d799-4d9a-baa8-0820bf654333" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214305Z:3d267d78-7b71-40a4-a835-d8b880cfceb9" ], "Date": [ - "Wed, 25 Mar 2020 19:10:49 GMT" + "Thu, 08 Apr 2021 21:43:05 GMT" ], "Content-Length": [ - "526" + "528" ], "Content-Type": [ "application/json; charset=utf-8" @@ -400,29 +400,29 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/portalsettings/signup\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalsettings\",\r\n \"name\": \"signup\",\r\n \"properties\": {\r\n \"url\": null,\r\n \"validationKey\": null,\r\n \"subscriptions\": null,\r\n \"userRegistration\": null,\r\n \"enabled\": false,\r\n \"termsOfService\": {\r\n \"text\": null,\r\n \"enabled\": false,\r\n \"consentRequired\": false\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/signup\",\r\n \"type\": \"Microsoft.ApiManagement/service/portalsettings\",\r\n \"name\": \"signup\",\r\n \"properties\": {\r\n \"url\": null,\r\n \"validationKey\": null,\r\n \"subscriptions\": null,\r\n \"userRegistration\": null,\r\n \"enabled\": false,\r\n \"termsOfService\": {\r\n \"text\": null,\r\n \"enabled\": false,\r\n \"consentRequired\": false\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/portalsettings/signup?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcG9ydGFsc2V0dGluZ3Mvc2lnbnVwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/portalsettings/signup?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wb3J0YWxzZXR0aW5ncy9zaWdudXA/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"enabled\": true,\r\n \"termsOfService\": {\r\n \"enabled\": false,\r\n \"consentRequired\": false\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cbb5018f-f63c-451f-b41d-e6845a4c7762" + "ec7eb5d6-4a2d-4e15-92ef-19654d41c02b" ], "If-Match": [ - "\"AAAAAAAAvI3IIAAAAAAAAA==\"" + "\"AAAAAAAAyiOE0gAAAAAAAA==\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -441,8 +441,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "bbfd9bf5-3652-4f7b-8409-e075ba7acd61" + "4086553a-63f1-487f-96c9-ddb9460f9518" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -451,16 +454,13 @@ "1197" ], "x-ms-correlation-request-id": [ - "503e1376-db80-4a8a-ab87-70f6e02e8f81" + "76cd21fa-8585-4b61-a8e0-fac612820fda" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191051Z:503e1376-db80-4a8a-ab87-70f6e02e8f81" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T214305Z:76cd21fa-8585-4b61-a8e0-fac612820fda" ], "Date": [ - "Wed, 25 Mar 2020 19:10:50 GMT" + "Thu, 08 Apr 2021 21:43:05 GMT" ], "Expires": [ "-1" @@ -472,12 +472,12 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/SubscriptionTests/CreateListUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/SubscriptionTests/CreateListUpdateDelete.json index b7a532839c81b..0b8c14a803402 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/SubscriptionTests/CreateListUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/SubscriptionTests/CreateListUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "71a87208-600c-4e57-ae8c-0264049c357b" + "9d28ec5d-da87-40ad-a028-53f8fb337926" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "836f9ea7-22b6-4594-9fda-7a4cc10fa788", - "fc4a45fc-6b0b-4bb8-a2cb-3814a31e220b" + "268a88b0-71a1-4aa8-89bd-ede3f4c502a7", + "81f340fd-0c8d-47c1-bae3-d2570f4fa00d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1196" ], "x-ms-correlation-request-id": [ - "4b361f7c-8070-4b37-b4be-fe8bdf1d596d" + "0500cde3-11f8-4365-a12c-5161376cb253" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192346Z:4b361f7c-8070-4b37-b4be-fe8bdf1d596d" + "WESTCENTRALUS:20210408T232922Z:0500cde3-11f8-4365-a12c-5161376cb253" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:23:46 GMT" + "Thu, 08 Apr 2021 23:29:22 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "495e2d9d-de9d-4540-97cc-8ee8dab918bd" + "c77b31db-20fc-436d-b3f6-999d82fcc758" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAU2+c=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9b0a0e4d-fae4-4972-97b0-fea20eaec0be" + "249660c4-dfa6-4d64-ba8e-1a889a6d1f90" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" + "11992" ], "x-ms-correlation-request-id": [ - "6910a26a-9df0-4011-aa97-f3c25ac43482" + "6baee584-b37a-4b51-b1ed-29d5e5069cd9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192346Z:6910a26a-9df0-4011-aa97-f3c25ac43482" + "WESTCENTRALUS:20210408T232922Z:6baee584-b37a-4b51-b1ed-29d5e5069cd9" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:23:46 GMT" + "Thu, 08 Apr 2021 23:29:22 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAU2+c=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvc3Vic2NyaXB0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9zdWJzY3JpcHRpb25zP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fa20f21d-d7b8-4ccf-928d-986927f4927b" + "a4c053c9-2cb4-40fd-bc42-36046cf238f8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,29 +168,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "8ddcf7be-d53e-4002-9341-c560eb002231" + "a5497ecb-1661-4899-86dd-d0bbaed4b9fc" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" + "11991" ], "x-ms-correlation-request-id": [ - "83c74460-5418-4a23-81b3-bacc6fdd272f" + "0514e621-0650-48e6-925d-6ea2715a2343" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192346Z:83c74460-5418-4a23-81b3-bacc6fdd272f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232923Z:0514e621-0650-48e6-925d-6ea2715a2343" ], "Date": [ - "Wed, 25 Mar 2020 19:23:46 GMT" + "Thu, 08 Apr 2021 23:29:23 GMT" ], "Content-Length": [ - "2851" + "2867" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,26 +199,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/5e1e7596f3df140067070001\",\r\n \"type\": \"Microsoft.ApiManagement/service/subscriptions\",\r\n \"name\": \"5e1e7596f3df140067070001\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"scope\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter\",\r\n \"displayName\": null,\r\n \"state\": \"active\",\r\n \"createdDate\": \"2020-01-15T02:14:46.147Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/5e1e7596f3df140067070002\",\r\n \"type\": \"Microsoft.ApiManagement/service/subscriptions\",\r\n \"name\": \"5e1e7596f3df140067070002\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"scope\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited\",\r\n \"displayName\": null,\r\n \"state\": \"active\",\r\n \"createdDate\": \"2020-01-15T02:14:46.943Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/master\",\r\n \"type\": \"Microsoft.ApiManagement/service/subscriptions\",\r\n \"name\": \"master\",\r\n \"properties\": {\r\n \"scope\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/\",\r\n \"displayName\": \"Built-in all-access subscription\",\r\n \"state\": \"active\",\r\n \"createdDate\": \"2020-01-15T02:34:39.917Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n }\r\n ],\r\n \"count\": 3\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/5d5fbfd13b14eb0095070001\",\r\n \"type\": \"Microsoft.ApiManagement/service/subscriptions\",\r\n \"name\": \"5d5fbfd13b14eb0095070001\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"scope\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter\",\r\n \"displayName\": null,\r\n \"state\": \"active\",\r\n \"createdDate\": \"2019-08-23T10:28:33.867Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/5d5fbfd23b14eb0095070002\",\r\n \"type\": \"Microsoft.ApiManagement/service/subscriptions\",\r\n \"name\": \"5d5fbfd23b14eb0095070002\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"scope\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited\",\r\n \"displayName\": null,\r\n \"state\": \"active\",\r\n \"createdDate\": \"2019-08-23T10:28:34.793Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/master\",\r\n \"type\": \"Microsoft.ApiManagement/service/subscriptions\",\r\n \"name\": \"master\",\r\n \"properties\": {\r\n \"scope\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/\",\r\n \"displayName\": \"Built-in all-access subscription\",\r\n \"state\": \"active\",\r\n \"createdDate\": \"2019-08-23T10:55:10.613Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n }\r\n ],\r\n \"count\": 3\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions?$top=1&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvc3Vic2NyaXB0aW9ucz8kdG9wPTEmYXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions?$top=1&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9zdWJzY3JpcHRpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ffe745ae-1b9d-4a19-8f33-8a12977321f3" + "24fe5c8c-73ee-444e-b66a-d7ba8d6a8a09" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -231,29 +231,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "de42b8c6-83d5-49ac-a5e8-e4273af8a5a0" + "cb2309bb-790a-490f-9167-d109e5f08514" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" + "11990" ], "x-ms-correlation-request-id": [ - "75ee07fd-0e3a-4481-a662-318a89d5ef11" + "2db9f354-769f-4912-bb7f-6cb7704b0bac" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192347Z:75ee07fd-0e3a-4481-a662-318a89d5ef11" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232923Z:2db9f354-769f-4912-bb7f-6cb7704b0bac" ], "Date": [ - "Wed, 25 Mar 2020 19:23:46 GMT" + "Thu, 08 Apr 2021 23:29:23 GMT" ], "Content-Length": [ - "1307" + "1298" ], "Content-Type": [ "application/json; charset=utf-8" @@ -262,26 +262,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/5e1e7596f3df140067070001\",\r\n \"type\": \"Microsoft.ApiManagement/service/subscriptions\",\r\n \"name\": \"5e1e7596f3df140067070001\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"scope\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter\",\r\n \"displayName\": null,\r\n \"state\": \"active\",\r\n \"createdDate\": \"2020-01-15T02:14:46.147Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n }\r\n ],\r\n \"count\": 3,\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net:443/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions?%24top=1&api-version=2019-12-01&%24skip=1\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/5d5fbfd13b14eb0095070001\",\r\n \"type\": \"Microsoft.ApiManagement/service/subscriptions\",\r\n \"name\": \"5d5fbfd13b14eb0095070001\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"scope\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter\",\r\n \"displayName\": null,\r\n \"state\": \"active\",\r\n \"createdDate\": \"2019-08-23T10:28:33.867Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n }\r\n ],\r\n \"count\": 3,\r\n \"nextLink\": \"https://management.azure.com:443/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions?%24top=1&api-version=2020-12-01&%24skip=1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/5e1e7596f3df140067070001?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvc3Vic2NyaXB0aW9ucy81ZTFlNzU5NmYzZGYxNDAwNjcwNzAwMDE/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/5d5fbfd13b14eb0095070001?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9zdWJzY3JpcHRpb25zLzVkNWZiZmQxM2IxNGViMDA5NTA3MDAwMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "52d8bda2-e546-492a-a2b6-eb826fac7d17" + "374b0557-eaff-44cc-b400-038b968173f2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -292,34 +292,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAACOc=\"" + "\"AAAAAAAACMM=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "84a5720d-6ba1-4111-8a24-364a9ac01d80" + "81ace912-d9bb-4729-8d61-2aeaf381d0c9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" + "11989" ], "x-ms-correlation-request-id": [ - "27a8f0bf-53e7-4ae2-9b10-e61c235a5204" + "96e84afa-3919-40a5-bc63-cff66fe6480e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192347Z:27a8f0bf-53e7-4ae2-9b10-e61c235a5204" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232924Z:96e84afa-3919-40a5-bc63-cff66fe6480e" ], "Date": [ - "Wed, 25 Mar 2020 19:23:47 GMT" + "Thu, 08 Apr 2021 23:29:24 GMT" ], "Content-Length": [ - "928" + "934" ], "Content-Type": [ "application/json; charset=utf-8" @@ -328,17 +328,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/5e1e7596f3df140067070001\",\r\n \"type\": \"Microsoft.ApiManagement/service/subscriptions\",\r\n \"name\": \"5e1e7596f3df140067070001\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"scope\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter\",\r\n \"displayName\": null,\r\n \"state\": \"active\",\r\n \"createdDate\": \"2020-01-15T02:14:46.147Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/5d5fbfd13b14eb0095070001\",\r\n \"type\": \"Microsoft.ApiManagement/service/subscriptions\",\r\n \"name\": \"5d5fbfd13b14eb0095070001\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"scope\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter\",\r\n \"displayName\": null,\r\n \"state\": \"active\",\r\n \"createdDate\": \"2019-08-23T10:28:33.867Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvc3RhcnRlcj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9zdGFydGVyP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"subscriptionsLimit\": 2147483647\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8550f6b5-b994-4fc9-a7b3-0e3f3a98c4a0" + "683da0a0-0638-4bfc-abdf-f26906562edf" ], "If-Match": [ "*" @@ -347,10 +347,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -366,60 +366,69 @@ "Pragma": [ "no-cache" ], + "ETag": [ + "\"AAAAAAAAbg4=\"" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "8837d7be-a734-4920-87a7-473499132b95" + "efdb7ce4-688e-4f6b-b3c8-5e29042121a7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1195" ], "x-ms-correlation-request-id": [ - "67bef75d-fc3a-4d30-8aba-d4ada7fcb159" + "806f88e0-daa6-4776-9302-7c57c62ed8f1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192347Z:67bef75d-fc3a-4d30-8aba-d4ada7fcb159" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232924Z:806f88e0-daa6-4776-9302-7c57c62ed8f1" ], "Date": [ - "Wed, 25 Mar 2020 19:23:47 GMT" + "Thu, 08 Apr 2021 23:29:24 GMT" + ], + "Content-Length": [ + "585" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 204 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"starter\",\r\n \"properties\": {\r\n \"displayName\": \"Starter\",\r\n \"description\": \"Subscribers will be able to run 5 calls/minute up to a maximum of 100 calls/week.\",\r\n \"terms\": \"\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": false,\r\n \"subscriptionsLimit\": 2147483647,\r\n \"state\": \"published\",\r\n \"groups\": []\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/newSubscriptionId1478?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvc3Vic2NyaXB0aW9ucy9uZXdTdWJzY3JpcHRpb25JZDE0Nzg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/newSubscriptionId5838?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9zdWJzY3JpcHRpb25zL25ld1N1YnNjcmlwdGlvbklkNTgzOD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"scope\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter\",\r\n \"displayName\": \"newSubscriptionName5313\",\r\n \"primaryKey\": \"newSubscriptionPK281\",\r\n \"secondaryKey\": \"newSubscriptionSK505\",\r\n \"state\": \"active\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"scope\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter\",\r\n \"displayName\": \"newSubscriptionName4893\",\r\n \"primaryKey\": \"newSubscriptionPK3992\",\r\n \"secondaryKey\": \"newSubscriptionSK163\",\r\n \"state\": \"active\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "149b2fe0-fc0a-4401-9e7b-59e1510aa5f3" + "5fbf5083-06b3-4bef-8cea-90ba9bfebd44" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "535" + "540" ] }, "ResponseHeaders": { @@ -430,34 +439,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANhc=\"" + "\"AAAAAAAAdoM=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "87c3b8a9-9ab8-407c-a028-3f3a64a21041" + "9afb95a2-dedc-4dc9-95c0-5971c2c002ba" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1194" ], "x-ms-correlation-request-id": [ - "24006180-e47e-4028-aaee-0fefdf34bfac" + "59aa6619-274b-4990-bd0a-6caf3875553b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192348Z:24006180-e47e-4028-aaee-0fefdf34bfac" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232926Z:59aa6619-274b-4990-bd0a-6caf3875553b" ], "Date": [ - "Wed, 25 Mar 2020 19:23:48 GMT" + "Thu, 08 Apr 2021 23:29:26 GMT" ], "Content-Length": [ - "1446" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -466,26 +475,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/newSubscriptionId1478\",\r\n \"type\": \"Microsoft.ApiManagement/service/subscriptions\",\r\n \"name\": \"newSubscriptionId1478\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"user\": {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"firstName\": \"Administrator\",\r\n \"lastName\": \"\",\r\n \"email\": \"apim@autorestsdk.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2020-01-15T02:14:45.177Z\",\r\n \"note\": null,\r\n \"groups\": [],\r\n \"identities\": []\r\n },\r\n \"scope\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter\",\r\n \"displayName\": \"newSubscriptionName5313\",\r\n \"state\": \"active\",\r\n \"createdDate\": \"2020-03-25T19:23:48.4150462Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"primaryKey\": \"newSubscriptionPK281\",\r\n \"secondaryKey\": \"newSubscriptionSK505\",\r\n \"stateComment\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/newSubscriptionId5838\",\r\n \"type\": \"Microsoft.ApiManagement/service/subscriptions\",\r\n \"name\": \"newSubscriptionId5838\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"user\": {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"firstName\": \"Administrator\",\r\n \"lastName\": \"\",\r\n \"email\": \"apim@autorestsdk.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2019-08-23T10:28:33.027Z\",\r\n \"note\": null,\r\n \"groups\": [],\r\n \"identities\": []\r\n },\r\n \"scope\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter\",\r\n \"displayName\": \"newSubscriptionName4893\",\r\n \"state\": \"active\",\r\n \"createdDate\": \"2021-04-08T23:29:25.5167634Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"primaryKey\": \"newSubscriptionPK3992\",\r\n \"secondaryKey\": \"newSubscriptionSK163\",\r\n \"stateComment\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/newSubscriptionId1478?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvc3Vic2NyaXB0aW9ucy9uZXdTdWJzY3JpcHRpb25JZDE0Nzg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/newSubscriptionId5838?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9zdWJzY3JpcHRpb25zL25ld1N1YnNjcmlwdGlvbklkNTgzOD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d20f2ef-7ea5-4442-8937-db0396e6e525" + "fc95b793-9f6e-415c-928c-13305fe43464" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -496,34 +505,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANhc=\"" + "\"AAAAAAAAdoM=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "63246e17-f550-4ba6-a17c-fb01545d07a4" + "bdd0426a-9bfd-46a2-a949-4f228ddee022" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" + "11988" ], "x-ms-correlation-request-id": [ - "d8f2ddc2-c8ff-4096-bb46-48511294e603" + "209b0531-7c6d-4a16-8e44-f49ab4f1a79c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192349Z:d8f2ddc2-c8ff-4096-bb46-48511294e603" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232927Z:209b0531-7c6d-4a16-8e44-f49ab4f1a79c" ], "Date": [ - "Wed, 25 Mar 2020 19:23:48 GMT" + "Thu, 08 Apr 2021 23:29:26 GMT" ], "Content-Length": [ - "943" + "949" ], "Content-Type": [ "application/json; charset=utf-8" @@ -532,26 +541,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/newSubscriptionId1478\",\r\n \"type\": \"Microsoft.ApiManagement/service/subscriptions\",\r\n \"name\": \"newSubscriptionId1478\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"scope\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter\",\r\n \"displayName\": \"newSubscriptionName5313\",\r\n \"state\": \"active\",\r\n \"createdDate\": \"2020-03-25T19:23:48.417Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/newSubscriptionId5838\",\r\n \"type\": \"Microsoft.ApiManagement/service/subscriptions\",\r\n \"name\": \"newSubscriptionId5838\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"scope\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter\",\r\n \"displayName\": \"newSubscriptionName4893\",\r\n \"state\": \"active\",\r\n \"createdDate\": \"2021-04-08T23:29:25.517Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/newSubscriptionId1478?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvc3Vic2NyaXB0aW9ucy9uZXdTdWJzY3JpcHRpb25JZDE0Nzg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/newSubscriptionId5838?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9zdWJzY3JpcHRpb25zL25ld1N1YnNjcmlwdGlvbklkNTgzOD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6c1f1507-7b42-435e-97d2-f5e062100b03" + "c65eb1d3-06c6-45eb-a2f5-3ac9c3176da2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -562,34 +571,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANho=\"" + "\"AAAAAAAAdoY=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "28e9385f-59f1-4a13-8cff-cb9f6445c8f5" + "cc43bfd6-d7d4-46d4-bd03-cf3c7b055544" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" + "11986" ], "x-ms-correlation-request-id": [ - "e71d4a5c-f85b-4273-9a57-24d00619ec39" + "5ccadecb-3ac6-4303-b418-2a4af91a7467" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192350Z:e71d4a5c-f85b-4273-9a57-24d00619ec39" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232929Z:5ccadecb-3ac6-4303-b418-2a4af91a7467" ], "Date": [ - "Wed, 25 Mar 2020 19:23:49 GMT" + "Thu, 08 Apr 2021 23:29:29 GMT" ], "Content-Length": [ - "971" + "977" ], "Content-Type": [ "application/json; charset=utf-8" @@ -598,26 +607,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/newSubscriptionId1478\",\r\n \"type\": \"Microsoft.ApiManagement/service/subscriptions\",\r\n \"name\": \"newSubscriptionId1478\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"scope\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter\",\r\n \"displayName\": \"patchedName1487\",\r\n \"state\": \"active\",\r\n \"createdDate\": \"2020-03-25T19:23:48.417Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": \"2025-07-20T00:00:00Z\",\r\n \"endDate\": null,\r\n \"notificationDate\": \"2025-07-08T00:00:00Z\",\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/newSubscriptionId5838\",\r\n \"type\": \"Microsoft.ApiManagement/service/subscriptions\",\r\n \"name\": \"newSubscriptionId5838\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"scope\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter\",\r\n \"displayName\": \"patchedName8576\",\r\n \"state\": \"active\",\r\n \"createdDate\": \"2021-04-08T23:29:25.517Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": \"2025-07-20T00:00:00Z\",\r\n \"endDate\": null,\r\n \"notificationDate\": \"2025-07-08T00:00:00Z\",\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/newSubscriptionId1478?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvc3Vic2NyaXB0aW9ucy9uZXdTdWJzY3JpcHRpb25JZDE0Nzg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/newSubscriptionId5838?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9zdWJzY3JpcHRpb25zL25ld1N1YnNjcmlwdGlvbklkNTgzOD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8c26d357-5267-4888-9b66-f2054285d162" + "178189fa-5558-4b95-ac60-a29429523646" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -628,34 +637,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANiI=\"" + "\"AAAAAAAAdo4=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "66f421c9-6c4e-4036-b4f2-5505703e67de" + "5d2cfa0a-8402-41d1-bbb4-d72c5f5353a0" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" + "11985" ], "x-ms-correlation-request-id": [ - "9dbe2406-126d-4f95-9894-441f06902cef" + "6b424abf-c97c-4ede-8f56-43abdc611ea7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192354Z:9dbe2406-126d-4f95-9894-441f06902cef" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232930Z:6b424abf-c97c-4ede-8f56-43abdc611ea7" ], "Date": [ - "Wed, 25 Mar 2020 19:23:54 GMT" + "Thu, 08 Apr 2021 23:29:30 GMT" ], "Content-Length": [ - "971" + "977" ], "Content-Type": [ "application/json; charset=utf-8" @@ -664,26 +673,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/newSubscriptionId1478\",\r\n \"type\": \"Microsoft.ApiManagement/service/subscriptions\",\r\n \"name\": \"newSubscriptionId1478\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"scope\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter\",\r\n \"displayName\": \"patchedName1487\",\r\n \"state\": \"active\",\r\n \"createdDate\": \"2020-03-25T19:23:48.417Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": \"2025-07-20T00:00:00Z\",\r\n \"endDate\": null,\r\n \"notificationDate\": \"2025-07-08T00:00:00Z\",\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/newSubscriptionId5838\",\r\n \"type\": \"Microsoft.ApiManagement/service/subscriptions\",\r\n \"name\": \"newSubscriptionId5838\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"scope\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter\",\r\n \"displayName\": \"patchedName8576\",\r\n \"state\": \"active\",\r\n \"createdDate\": \"2021-04-08T23:29:25.517Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": \"2025-07-20T00:00:00Z\",\r\n \"endDate\": null,\r\n \"notificationDate\": \"2025-07-08T00:00:00Z\",\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/newSubscriptionId1478?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvc3Vic2NyaXB0aW9ucy9uZXdTdWJzY3JpcHRpb25JZDE0Nzg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/newSubscriptionId5838?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9zdWJzY3JpcHRpb25zL25ld1N1YnNjcmlwdGlvbklkNTgzOD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8664093f-2aee-4e6f-9ef6-1a0cc2af016a" + "2c2a6399-a8e7-4e3d-a768-d807bc44c632" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -696,26 +705,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "3d575909-c56f-49a3-a54e-d256727bf4ae" + "c095aa4a-d32c-4fce-a211-6d564e4f9c01" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" + "11984" ], "x-ms-correlation-request-id": [ - "1e11246d-8fc5-4a64-b683-0b56fb49aba0" + "2471e40b-4603-4ae5-a1cd-a12234675435" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192355Z:1e11246d-8fc5-4a64-b683-0b56fb49aba0" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232930Z:2471e40b-4603-4ae5-a1cd-a12234675435" ], "Date": [ - "Wed, 25 Mar 2020 19:23:55 GMT" + "Thu, 08 Apr 2021 23:29:30 GMT" ], "Content-Length": [ "88" @@ -731,22 +740,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/subscriptions?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvc3RhcnRlci9zdWJzY3JpcHRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/subscriptions?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9zdGFydGVyL3N1YnNjcmlwdGlvbnM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f2e6b11-0612-4677-b9ef-5887a2fc18cf" + "27b3a13d-0aec-4c78-b065-ace5a64a6bbc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -759,29 +768,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "46efe3a8-a076-4fb3-8082-3d5bac98ecb7" + "6a89efe7-8451-451e-8724-9865390a2860" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" + "11987" ], "x-ms-correlation-request-id": [ - "341b3e8e-2869-43ed-b4e6-27d2abe967ff" + "e88243af-524f-4bbe-89c6-919498ba0eaa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192349Z:341b3e8e-2869-43ed-b4e6-27d2abe967ff" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232927Z:e88243af-524f-4bbe-89c6-919498ba0eaa" ], "Date": [ - "Wed, 25 Mar 2020 19:23:48 GMT" + "Thu, 08 Apr 2021 23:29:27 GMT" ], "Content-Length": [ - "2110" + "2122" ], "Content-Type": [ "application/json; charset=utf-8" @@ -790,35 +799,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/subscriptions/5e1e7596f3df140067070001\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/subscriptions\",\r\n \"name\": \"5e1e7596f3df140067070001\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"scope\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter\",\r\n \"displayName\": null,\r\n \"state\": \"active\",\r\n \"createdDate\": \"2020-01-15T02:14:46.147Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/subscriptions/newSubscriptionId1478\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/subscriptions\",\r\n \"name\": \"newSubscriptionId1478\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"scope\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter\",\r\n \"displayName\": \"newSubscriptionName5313\",\r\n \"state\": \"active\",\r\n \"createdDate\": \"2020-03-25T19:23:48.417Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n }\r\n ],\r\n \"count\": 2\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/subscriptions/5d5fbfd13b14eb0095070001\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/subscriptions\",\r\n \"name\": \"5d5fbfd13b14eb0095070001\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"scope\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter\",\r\n \"displayName\": null,\r\n \"state\": \"active\",\r\n \"createdDate\": \"2019-08-23T10:28:33.867Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/subscriptions/newSubscriptionId5838\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/subscriptions\",\r\n \"name\": \"newSubscriptionId5838\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"scope\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter\",\r\n \"displayName\": \"newSubscriptionName4893\",\r\n \"state\": \"active\",\r\n \"createdDate\": \"2021-04-08T23:29:25.517Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n }\r\n ],\r\n \"count\": 2\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/newSubscriptionId1478?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvc3Vic2NyaXB0aW9ucy9uZXdTdWJzY3JpcHRpb25JZDE0Nzg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/newSubscriptionId5838?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9zdWJzY3JpcHRpb25zL25ld1N1YnNjcmlwdGlvbklkNTgzOD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"expirationDate\": \"2025-07-20T00:00:00Z\",\r\n \"displayName\": \"patchedName1487\",\r\n \"primaryKey\": \"patchedPk8698\",\r\n \"secondaryKey\": \"patchedSk5134\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"expirationDate\": \"2025-07-20T00:00:00Z\",\r\n \"displayName\": \"patchedName8576\",\r\n \"primaryKey\": \"patchedPk742\",\r\n \"secondaryKey\": \"patchedSk5193\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6db2859c-c8d0-4d2a-bcee-798af687d488" + "49254431-6a6a-42a0-bcda-6b98c0e0c64d" ], "If-Match": [ - "\"AAAAAAAANhc=\"" + "\"AAAAAAAAdoM=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "187" + "186" ] }, "ResponseHeaders": { @@ -828,54 +837,63 @@ "Pragma": [ "no-cache" ], + "ETag": [ + "\"AAAAAAAAdoY=\"" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "870dcdb3-3bde-42b8-b802-5b66e8c97b7f" + "a0560418-7f25-4aad-a78a-f857cff0e67a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1193" ], "x-ms-correlation-request-id": [ - "c060823b-63ae-4333-86f0-e782bac560c1" + "37cea586-5d79-421f-adba-e04eec6a2ff4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192350Z:c060823b-63ae-4333-86f0-e782bac560c1" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232929Z:37cea586-5d79-421f-adba-e04eec6a2ff4" ], "Date": [ - "Wed, 25 Mar 2020 19:23:49 GMT" + "Thu, 08 Apr 2021 23:29:29 GMT" + ], + "Content-Length": [ + "1490" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 204 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/newSubscriptionId5838\",\r\n \"type\": \"Microsoft.ApiManagement/service/subscriptions\",\r\n \"name\": \"newSubscriptionId5838\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"user\": {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"firstName\": \"Administrator\",\r\n \"lastName\": \"\",\r\n \"email\": \"apim@autorestsdk.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2019-08-23T10:28:33.027Z\",\r\n \"note\": null,\r\n \"groups\": [],\r\n \"identities\": []\r\n },\r\n \"scope\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter\",\r\n \"displayName\": \"patchedName8576\",\r\n \"state\": \"active\",\r\n \"createdDate\": \"2021-04-08T23:29:25.517Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": \"2025-07-20T00:00:00Z\",\r\n \"endDate\": null,\r\n \"notificationDate\": \"2025-07-08T00:00:00Z\",\r\n \"primaryKey\": \"patchedPk742\",\r\n \"secondaryKey\": \"patchedSk5193\",\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/newSubscriptionId1478/listSecrets?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvc3Vic2NyaXB0aW9ucy9uZXdTdWJzY3JpcHRpb25JZDE0NzgvbGlzdFNlY3JldHM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/newSubscriptionId5838/listSecrets?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9zdWJzY3JpcHRpb25zL25ld1N1YnNjcmlwdGlvbklkNTgzOC9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "57e99c73-1b59-4e80-9ff2-4411e1a87195" + "56d7777a-b316-4878-beb8-25b210d274fd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -886,13 +904,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANho=\"" + "\"AAAAAAAAdoY=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c79b2e14-01cd-45d6-8313-c98cd562d0c7" + "cfff5d05-bd31-469c-a3ac-704b2df67861" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -901,19 +922,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "c93a5caa-cadd-4c97-a7b4-cc7a14d1f224" + "e4d484e2-4e2e-4519-bdac-795a1a395845" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192351Z:c93a5caa-cadd-4c97-a7b4-cc7a14d1f224" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232929Z:e4d484e2-4e2e-4519-bdac-795a1a395845" ], "Date": [ - "Wed, 25 Mar 2020 19:23:50 GMT" + "Thu, 08 Apr 2021 23:29:29 GMT" ], "Content-Length": [ - "61" + "60" ], "Content-Type": [ "application/json; charset=utf-8" @@ -922,26 +940,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"patchedPk8698\",\r\n \"secondaryKey\": \"patchedSk5134\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"patchedPk742\",\r\n \"secondaryKey\": \"patchedSk5193\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/newSubscriptionId1478/listSecrets?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvc3Vic2NyaXB0aW9ucy9uZXdTdWJzY3JpcHRpb25JZDE0NzgvbGlzdFNlY3JldHM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/newSubscriptionId5838/listSecrets?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9zdWJzY3JpcHRpb25zL25ld1N1YnNjcmlwdGlvbklkNTgzOC9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "73860a06-7ef7-4bf6-95fa-868bb15d1582" + "98300c13-2e15-4ee4-9fe1-c025499a3e2f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -952,13 +970,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANh4=\"" + "\"AAAAAAAAdoo=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "133a1b4d-9084-41e6-bbe7-60f89acb40f3" + "244b8117-e8cb-4bb6-a151-3b99a551b452" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -967,16 +988,13 @@ "1197" ], "x-ms-correlation-request-id": [ - "a400abd0-085c-4e86-82a7-a1c210569bb7" + "1565f90b-8811-4774-8096-32a19a496e9e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192352Z:a400abd0-085c-4e86-82a7-a1c210569bb7" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232929Z:1565f90b-8811-4774-8096-32a19a496e9e" ], "Date": [ - "Wed, 25 Mar 2020 19:23:52 GMT" + "Thu, 08 Apr 2021 23:29:29 GMT" ], "Content-Length": [ "80" @@ -988,26 +1006,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"0652bf79e4c34e6fa745b57d37f6248c\",\r\n \"secondaryKey\": \"patchedSk5134\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"8839ec6cecba4c39afb8a4d6ff0d8510\",\r\n \"secondaryKey\": \"patchedSk5193\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/newSubscriptionId1478/listSecrets?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvc3Vic2NyaXB0aW9ucy9uZXdTdWJzY3JpcHRpb25JZDE0NzgvbGlzdFNlY3JldHM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/newSubscriptionId5838/listSecrets?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9zdWJzY3JpcHRpb25zL25ld1N1YnNjcmlwdGlvbklkNTgzOC9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b15e0661-893a-4d57-8f7a-8386f6e46116" + "269a3b31-8dc1-441f-82be-a9b98bf4dbcd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1018,13 +1036,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANiI=\"" + "\"AAAAAAAAdo4=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "36989bc1-d3c1-4b15-9139-fb2e5863e788" + "8f3d5f5c-edee-43f2-ab85-13b35aece8d0" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1033,16 +1054,13 @@ "1195" ], "x-ms-correlation-request-id": [ - "edb454a0-e9d9-4af5-afbe-0dea39407773" + "d324c1c9-41c0-4dfe-a7f0-75c9c6915309" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192353Z:edb454a0-e9d9-4af5-afbe-0dea39407773" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232930Z:d324c1c9-41c0-4dfe-a7f0-75c9c6915309" ], "Date": [ - "Wed, 25 Mar 2020 19:23:53 GMT" + "Thu, 08 Apr 2021 23:29:29 GMT" ], "Content-Length": [ "99" @@ -1054,26 +1072,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"primaryKey\": \"0652bf79e4c34e6fa745b57d37f6248c\",\r\n \"secondaryKey\": \"f8cbe440af094656af0a1a07f7ea04d8\"\r\n}", + "ResponseBody": "{\r\n \"primaryKey\": \"8839ec6cecba4c39afb8a4d6ff0d8510\",\r\n \"secondaryKey\": \"6de366a744a44574a3f6fcd34a476e7c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/newSubscriptionId1478/regeneratePrimaryKey?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvc3Vic2NyaXB0aW9ucy9uZXdTdWJzY3JpcHRpb25JZDE0NzgvcmVnZW5lcmF0ZVByaW1hcnlLZXk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/newSubscriptionId5838/regeneratePrimaryKey?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9zdWJzY3JpcHRpb25zL25ld1N1YnNjcmlwdGlvbklkNTgzOC9yZWdlbmVyYXRlUHJpbWFyeUtleT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e447ed91-f20a-4736-8276-f24acb642c7f" + "c0c10cd1-f8a8-4c4a-831f-c88bc3d9e252" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1086,8 +1104,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0d6a5b73-c944-410e-80b6-7b1a1908750c" + "9e42c2b2-c823-4829-accd-597a0388d06d" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1096,16 +1117,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "d0fc8c0a-e974-4c03-8375-d86b7ffc696f" + "0bfbb96e-a719-40de-b8fd-31a1d31dfd23" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192351Z:d0fc8c0a-e974-4c03-8375-d86b7ffc696f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232929Z:0bfbb96e-a719-40de-b8fd-31a1d31dfd23" ], "Date": [ - "Wed, 25 Mar 2020 19:23:50 GMT" + "Thu, 08 Apr 2021 23:29:29 GMT" ], "Expires": [ "-1" @@ -1115,22 +1133,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/newSubscriptionId1478/regenerateSecondaryKey?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvc3Vic2NyaXB0aW9ucy9uZXdTdWJzY3JpcHRpb25JZDE0NzgvcmVnZW5lcmF0ZVNlY29uZGFyeUtleT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/newSubscriptionId5838/regenerateSecondaryKey?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9zdWJzY3JpcHRpb25zL25ld1N1YnNjcmlwdGlvbklkNTgzOC9yZWdlbmVyYXRlU2Vjb25kYXJ5S2V5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0de3528e-66ba-46c8-83dc-0f2b2504489d" + "3eb7ab76-33e6-4213-baa4-b5167d261db5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1143,8 +1161,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "760fca7a-5ec5-442a-8f5e-eee8ee734d84" + "37ad3b4f-50bd-4510-bcbd-da5b04de197c" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1153,16 +1174,13 @@ "1196" ], "x-ms-correlation-request-id": [ - "8f0cf370-4292-4180-b0a8-a329d604d586" + "4a06a8c5-2111-434c-bff6-99ca8eba5076" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192353Z:8f0cf370-4292-4180-b0a8-a329d604d586" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232929Z:4a06a8c5-2111-434c-bff6-99ca8eba5076" ], "Date": [ - "Wed, 25 Mar 2020 19:23:53 GMT" + "Thu, 08 Apr 2021 23:29:29 GMT" ], "Expires": [ "-1" @@ -1172,25 +1190,25 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/newSubscriptionId1478?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvc3Vic2NyaXB0aW9ucy9uZXdTdWJzY3JpcHRpb25JZDE0Nzg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/newSubscriptionId5838?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9zdWJzY3JpcHRpb25zL25ld1N1YnNjcmlwdGlvbklkNTgzOD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f271aa51-666b-4a12-98d1-cf448fc962df" + "4167cd91-9a93-4fb0-84e7-6cebad330c91" ], "If-Match": [ - "\"AAAAAAAANiI=\"" + "\"AAAAAAAAdo4=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1203,26 +1221,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "181ab660-0f27-417b-adbf-d07626747a45" + "b501418d-7bfd-40a0-94d6-efce3f5ee761" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14985" + "14999" ], "x-ms-correlation-request-id": [ - "0e446862-76f5-4c40-9aec-4a059aafd816" + "c28e5874-d30f-423c-a4f0-29c140a1023c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192354Z:0e446862-76f5-4c40-9aec-4a059aafd816" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232930Z:c28e5874-d30f-423c-a4f0-29c140a1023c" ], "Date": [ - "Wed, 25 Mar 2020 19:23:54 GMT" + "Thu, 08 Apr 2021 23:29:30 GMT" ], "Expires": [ "-1" @@ -1235,13 +1253,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/newSubscriptionId1478?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvc3Vic2NyaXB0aW9ucy9uZXdTdWJzY3JpcHRpb25JZDE0Nzg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/newSubscriptionId5838?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9zdWJzY3JpcHRpb25zL25ld1N1YnNjcmlwdGlvbklkNTgzOD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d128c466-9ab7-4ef4-ab9f-2879bfbe45fa" + "c04b0528-19a5-4e30-bab6-ff6d27c9adad" ], "If-Match": [ "*" @@ -1250,10 +1268,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1266,26 +1284,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "40efd29f-e104-4ffb-8383-d05aca67cfb9" + "bb43094f-d24e-4acc-b339-1469f88ce00f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14983" + "14997" ], "x-ms-correlation-request-id": [ - "1eb255a6-8917-47c0-89f5-0c331b4d16fb" + "a767975b-5fc3-49d6-b7ff-58e2e4e1d2e4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192357Z:1eb255a6-8917-47c0-89f5-0c331b4d16fb" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232931Z:a767975b-5fc3-49d6-b7ff-58e2e4e1d2e4" ], "Date": [ - "Wed, 25 Mar 2020 19:23:56 GMT" + "Thu, 08 Apr 2021 23:29:31 GMT" ], "Expires": [ "-1" @@ -1295,22 +1313,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/globalSubscriptionId7960?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvc3Vic2NyaXB0aW9ucy9nbG9iYWxTdWJzY3JpcHRpb25JZDc5NjA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/globalSubscriptionId2120?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9zdWJzY3JpcHRpb25zL2dsb2JhbFN1YnNjcmlwdGlvbklkMjEyMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"scope\": \"/apis\",\r\n \"displayName\": \"global2502\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"scope\": \"/apis\",\r\n \"displayName\": \"global1948\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c69d8241-e6aa-4379-8657-9aac19c2c304" + "3c7f71ea-54e4-4d83-bf21-3a34e3aba1c7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1327,34 +1345,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANig=\"" + "\"AAAAAAAAdpQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "bc9c5086-edb7-47b2-b9b1-d7841d8df9f8" + "f99abc76-c369-487c-9b99-535191674714" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1192" ], "x-ms-correlation-request-id": [ - "96f237a2-c73c-4716-881f-5b35bbac6e7f" + "828a994b-0417-477c-969b-b0eac77bd24d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192356Z:96f237a2-c73c-4716-881f-5b35bbac6e7f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232930Z:828a994b-0417-477c-969b-b0eac77bd24d" ], "Date": [ - "Wed, 25 Mar 2020 19:23:55 GMT" + "Thu, 08 Apr 2021 23:29:30 GMT" ], "Content-Length": [ - "842" + "846" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1363,17 +1381,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/globalSubscriptionId7960\",\r\n \"type\": \"Microsoft.ApiManagement/service/subscriptions\",\r\n \"name\": \"globalSubscriptionId7960\",\r\n \"properties\": {\r\n \"scope\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis\",\r\n \"displayName\": \"global2502\",\r\n \"state\": \"active\",\r\n \"createdDate\": \"2020-03-25T19:23:55.7626112Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"primaryKey\": \"4448baced57e4964bee2eebe042ac58e\",\r\n \"secondaryKey\": \"1e64276aebab476485986540cef37042\",\r\n \"stateComment\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/globalSubscriptionId2120\",\r\n \"type\": \"Microsoft.ApiManagement/service/subscriptions\",\r\n \"name\": \"globalSubscriptionId2120\",\r\n \"properties\": {\r\n \"scope\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis\",\r\n \"displayName\": \"global1948\",\r\n \"state\": \"active\",\r\n \"createdDate\": \"2021-04-08T23:29:30.7885223Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"primaryKey\": \"f93b9795195849f897e3c6eebf01eacb\",\r\n \"secondaryKey\": \"4b4e79811e974386ab401f41abb4d41a\",\r\n \"stateComment\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/globalSubscriptionId7960?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvc3Vic2NyaXB0aW9ucy9nbG9iYWxTdWJzY3JpcHRpb25JZDc5NjA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/globalSubscriptionId2120?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9zdWJzY3JpcHRpb25zL2dsb2JhbFN1YnNjcmlwdGlvbklkMjEyMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5b54ce8-fa78-4177-afe3-d3e8dfe9a7f7" + "34f53681-d4b3-4090-9a97-7b9931022d35" ], "If-Match": [ "*" @@ -1382,10 +1400,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1398,26 +1416,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "4370276c-5ec2-4df7-96c4-78c8f343bf60" + "d80aa3be-d043-4eaa-b1e9-e2064dcfbaf4" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14984" + "14998" ], "x-ms-correlation-request-id": [ - "ffa855d1-9e7c-4010-bdfb-d21fbc18430b" + "8454484c-0529-4855-b1c2-6eb8b79b06cd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192356Z:ffa855d1-9e7c-4010-bdfb-d21fbc18430b" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232931Z:8454484c-0529-4855-b1c2-6eb8b79b06cd" ], "Date": [ - "Wed, 25 Mar 2020 19:23:56 GMT" + "Thu, 08 Apr 2021 23:29:30 GMT" ], "Expires": [ "-1" @@ -1430,13 +1448,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/globalSubscriptionId7960?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvc3Vic2NyaXB0aW9ucy9nbG9iYWxTdWJzY3JpcHRpb25JZDc5NjA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/globalSubscriptionId2120?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9zdWJzY3JpcHRpb25zL2dsb2JhbFN1YnNjcmlwdGlvbklkMjEyMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ef7d197d-db13-4dfc-9a4c-83bbf0830de2" + "05b2d582-9fed-428e-b210-0bd2593043ea" ], "If-Match": [ "*" @@ -1445,10 +1463,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1461,26 +1479,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "02c6824d-2fb0-4b4b-a060-61d65cea8ad9" + "222fb534-4069-4fae-9c31-d2e660dd2919" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14982" + "14996" ], "x-ms-correlation-request-id": [ - "992bf42d-a2f2-489a-96d2-ba95bc515542" + "dfd3fa2c-a789-4e58-a043-6302bee12d97" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192357Z:992bf42d-a2f2-489a-96d2-ba95bc515542" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232931Z:dfd3fa2c-a789-4e58-a043-6302bee12d97" ], "Date": [ - "Wed, 25 Mar 2020 19:23:57 GMT" + "Thu, 08 Apr 2021 23:29:31 GMT" ], "Expires": [ "-1" @@ -1490,22 +1508,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/subscriptions/globalSubscriptionId7960?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvc3Vic2NyaXB0aW9ucy9nbG9iYWxTdWJzY3JpcHRpb25JZDc5NjA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/subscriptions/globalSubscriptionId2120?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9zdWJzY3JpcHRpb25zL2dsb2JhbFN1YnNjcmlwdGlvbklkMjEyMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5670da87-3503-4fa1-894b-18161cd83854" + "9d95b93c-717a-4b0f-a8a9-1555949eb20e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1518,26 +1536,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "a9a81caf-87ea-443b-a08b-21a2cc7cfd65" + "7304c6cc-8d2c-498a-a870-0916814cb043" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" + "11983" ], "x-ms-correlation-request-id": [ - "2d64e392-f4da-4d35-ba62-7314968b0d14" + "b1662a66-69ca-4f5e-9aeb-f31da6cbe685" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T192357Z:2d64e392-f4da-4d35-ba62-7314968b0d14" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T232931Z:b1662a66-69ca-4f5e-9aeb-f31da6cbe685" ], "Date": [ - "Wed, 25 Mar 2020 19:23:56 GMT" + "Thu, 08 Apr 2021 23:29:31 GMT" ], "Content-Length": [ "88" @@ -1555,24 +1573,24 @@ ], "Names": { "CreateListUpdateDelete": [ - "newSubscriptionId1478", - "globalSubscriptionId7960", - "newSubscriptionName5313", - "newSubscriptionPK281", - "newSubscriptionSK505", - "patchedName1487", - "patchedPk8698", - "patchedSk5134", - "global2502" + "newSubscriptionId5838", + "globalSubscriptionId2120", + "newSubscriptionName4893", + "newSubscriptionPK3992", + "newSubscriptionSK163", + "patchedName8576", + "patchedPk742", + "patchedSk5193", + "global1948" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TagDescriptionTests/CreateListUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TagDescriptionTests/CreateListUpdateDelete.json index 6ce797a9d579b..3e7216c396451 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TagDescriptionTests/CreateListUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TagDescriptionTests/CreateListUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "760b5499-3127-4a17-addc-c8c76cc372c3" + "3573de86-6347-4623-9e36-834cd45d9869" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2dabc18c-5a1d-4634-adce-7894850875f8", - "fe53da50-82af-48c6-82b4-a91c03dc3465" + "221b14aa-ceab-4053-8923-c2dcc0be8215", + "c8fbc3a1-3fbe-4f06-bda0-cf38069b25b4" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1199" ], "x-ms-correlation-request-id": [ - "e2f205aa-7c22-45b3-9be7-bb6e7496a309" + "43909ca7-bb18-4f0d-85cc-5b8ad0325611" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191335Z:e2f205aa-7c22-45b3-9be7-bb6e7496a309" + "WESTUS:20210408T214325Z:43909ca7-bb18-4f0d-85cc-5b8ad0325611" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:13:34 GMT" + "Thu, 08 Apr 2021 21:43:24 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a71c88fb-378e-4603-bd06-029cfa34c720" + "fa1cf81d-7496-4c60-ae8f-e649f0d2f9f1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1508d355-bed9-4e2c-98e9-5f84470e033f" + "f5da895c-71ab-4126-a1b6-d949b793fa32" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "11999" ], "x-ms-correlation-request-id": [ - "5fdb1a94-0c3c-4a9b-83d8-e9d45a68386b" + "90da4e5e-a146-4aa7-907b-98404ef51ff5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191335Z:5fdb1a94-0c3c-4a9b-83d8-e9d45a68386b" + "WESTUS:20210408T214325Z:90da4e5e-a146-4aa7-907b-98404ef51ff5" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:13:35 GMT" + "Thu, 08 Apr 2021 21:43:25 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "29419ab5-ed8e-479d-b900-2a623a7ad154" + "0594027d-efc8-43e3-8f23-cf3130466835" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,29 +168,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "6a10e5bf-bbb3-4542-8856-85fa20eb15be" + "634b394d-f04d-4038-ae83-35edc7957ec8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "11998" ], "x-ms-correlation-request-id": [ - "548fe6b9-148b-4952-8f08-ee9f1c977738" + "552b7855-9e49-4365-a589-ef8f8c1313a6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191336Z:548fe6b9-148b-4952-8f08-ee9f1c977738" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214325Z:552b7855-9e49-4365-a589-ef8f8c1313a6" ], "Date": [ - "Wed, 25 Mar 2020 19:13:35 GMT" + "Thu, 08 Apr 2021 21:43:25 GMT" ], "Content-Length": [ - "728" + "730" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,26 +199,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/apiTag7300?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy9hcGlUYWc3MzAwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/apiTag1836?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL2FwaVRhZzE4MzY/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"apiTag8588\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"apiTag3141\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "23d6da41-7170-4609-bcf1-5f6dc83331e2" + "04bc4687-2c64-428d-b58d-2582c25b8baf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -235,34 +235,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANT4=\"" + "\"AAAAAAAAbcM=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "ec7ceb49-f19b-435e-a59b-6b8829f91e1f" + "dabf9552-53a4-4353-b1ba-e6098ddcbd06" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1198" ], "x-ms-correlation-request-id": [ - "02d4cae8-2504-4460-a7f6-095bf187ad63" + "ad08b4f1-978c-4194-8c0f-6294f80112b6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191336Z:02d4cae8-2504-4460-a7f6-095bf187ad63" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214326Z:ad08b4f1-978c-4194-8c0f-6294f80112b6" ], "Date": [ - "Wed, 25 Mar 2020 19:13:35 GMT" + "Thu, 08 Apr 2021 21:43:25 GMT" ], "Content-Length": [ - "309" + "311" ], "Content-Type": [ "application/json; charset=utf-8" @@ -271,26 +271,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/apiTag7300\",\r\n \"type\": \"Microsoft.ApiManagement/service/tags\",\r\n \"name\": \"apiTag7300\",\r\n \"properties\": {\r\n \"displayName\": \"apiTag8588\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/apiTag1836\",\r\n \"type\": \"Microsoft.ApiManagement/service/tags\",\r\n \"name\": \"apiTag1836\",\r\n \"properties\": {\r\n \"displayName\": \"apiTag3141\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/tags/apiTag7300?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS90YWdzL2FwaVRhZzczMDA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/tags/apiTag1836?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3RhZ3MvYXBpVGFnMTgzNj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "89056fa1-84e8-43f5-9d75-c29da5ab3583" + "2d8c6991-ab85-4f39-aff1-9d64c3c77837" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -301,34 +301,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANT4=\"" + "\"AAAAAAAAbcM=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c9247cc6-b3da-4731-a8d8-473cad135828" + "04708068-fc47-4811-a421-a71d3913714f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1197" ], "x-ms-correlation-request-id": [ - "376ada46-71d0-4ebe-9548-93a44a74729b" + "4daeabd3-28b6-4f10-92f7-49909310428d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191337Z:376ada46-71d0-4ebe-9548-93a44a74729b" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214326Z:4daeabd3-28b6-4f10-92f7-49909310428d" ], "Date": [ - "Wed, 25 Mar 2020 19:13:36 GMT" + "Thu, 08 Apr 2021 21:43:25 GMT" ], "Content-Length": [ - "328" + "330" ], "Content-Type": [ "application/json; charset=utf-8" @@ -337,26 +337,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/tags/apiTag7300\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/tags\",\r\n \"name\": \"apiTag7300\",\r\n \"properties\": {\r\n \"displayName\": \"apiTag8588\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/tags/apiTag1836\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/tags\",\r\n \"name\": \"apiTag1836\",\r\n \"properties\": {\r\n \"displayName\": \"apiTag3141\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/tagDescriptions?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS90YWdEZXNjcmlwdGlvbnM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/tagDescriptions?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3RhZ0Rlc2NyaXB0aW9ucz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fda154df-63a9-4a65-aea2-423f2b1d9c7b" + "a9221aca-59d8-4a8a-bbc3-ecb60f86a357" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -369,26 +369,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "102ef4d1-c6f5-4b71-9d6c-bb9a2f42f00d" + "b753268f-31a4-4a19-8c43-9d086081fb42" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "11997" ], "x-ms-correlation-request-id": [ - "82fb3c72-f858-4897-a420-d647a20cb643" + "25b6420d-396b-445f-9f9b-33eef488e6c5" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191337Z:82fb3c72-f858-4897-a420-d647a20cb643" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214326Z:25b6420d-396b-445f-9f9b-33eef488e6c5" ], "Date": [ - "Wed, 25 Mar 2020 19:13:36 GMT" + "Thu, 08 Apr 2021 21:43:26 GMT" ], "Content-Length": [ "34" @@ -404,22 +404,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/tagDescriptions/apiTag7300?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS90YWdEZXNjcmlwdGlvbnMvYXBpVGFnNzMwMD9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/tagDescriptions/apiTag1836?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3RhZ0Rlc2NyaXB0aW9ucy9hcGlUYWcxODM2P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"somedescription2093\",\r\n \"externalDocsUrl\": \"http://somelog.content\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"somedescription1302\",\r\n \"externalDocsUrl\": \"http://somelog.content\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "82ee0caf-5e6b-47e0-8d9b-02c81c1dcdf0" + "05336bba-1b7e-4f41-85ee-b5fd145588da" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -436,34 +436,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANT4=\"" + "\"AAAAAAAAbcM=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "6f026dda-956c-474a-b185-53e0dcf12ca9" + "7fdeafcc-6d19-42e6-b21f-335b11d0bf59" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1196" ], "x-ms-correlation-request-id": [ - "0dd2b858-a4b5-4376-ad72-a8a5001f3752" + "fe260027-b321-4142-9d38-efdd649f8415" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191337Z:0dd2b858-a4b5-4376-ad72-a8a5001f3752" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214327Z:fe260027-b321-4142-9d38-efdd649f8415" ], "Date": [ - "Wed, 25 Mar 2020 19:13:36 GMT" + "Thu, 08 Apr 2021 21:43:27 GMT" ], "Content-Length": [ - "658" + "662" ], "Content-Type": [ "application/json; charset=utf-8" @@ -472,29 +472,29 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/tagDescriptions/apiTag7300\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/tagDescriptions\",\r\n \"name\": \"apiTag7300\",\r\n \"properties\": {\r\n \"tagId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/apiTag7300\",\r\n \"displayName\": \"apiTag8588\",\r\n \"description\": \"somedescription2093\",\r\n \"externalDocsDescription\": null,\r\n \"externalDocsUrl\": \"http://somelog.content\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/tagDescriptions/apiTag1836\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/tagDescriptions\",\r\n \"name\": \"apiTag1836\",\r\n \"properties\": {\r\n \"tagId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/apiTag1836\",\r\n \"displayName\": \"apiTag3141\",\r\n \"description\": \"somedescription1302\",\r\n \"externalDocsDescription\": null,\r\n \"externalDocsUrl\": \"http://somelog.content\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/tagDescriptions/apiTag7300?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS90YWdEZXNjcmlwdGlvbnMvYXBpVGFnNzMwMD9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/tagDescriptions/apiTag1836?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3RhZ0Rlc2NyaXB0aW9ucy9hcGlUYWcxODM2P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"tag_update6162\",\r\n \"externalDocsUrl\": \"http://somelog.content\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"tag_update2104\",\r\n \"externalDocsUrl\": \"http://somelog.content\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d79c1b50-4199-410b-8a83-569751d08e8a" + "163a0581-bd49-45e0-b4e0-9ca534aaac9d" ], "If-Match": [ - "\"AAAAAAAANT8=\"" + "\"AAAAAAAAbcU=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -511,34 +511,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANT4=\"" + "\"AAAAAAAAbcM=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "2352267f-69d9-491c-ad49-3d896cbbc33b" + "0ea6a3e5-4982-4e34-982b-83c816e35bc7" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1195" ], "x-ms-correlation-request-id": [ - "32498d8e-a5d9-46b5-a2de-ab7974882907" + "113e67b1-7516-4d88-ba21-ef12fc7f2ab4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191338Z:32498d8e-a5d9-46b5-a2de-ab7974882907" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214328Z:113e67b1-7516-4d88-ba21-ef12fc7f2ab4" ], "Date": [ - "Wed, 25 Mar 2020 19:13:37 GMT" + "Thu, 08 Apr 2021 21:43:27 GMT" ], "Content-Length": [ - "653" + "657" ], "Content-Type": [ "application/json; charset=utf-8" @@ -547,26 +547,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/tagDescriptions/apiTag7300\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/tagDescriptions\",\r\n \"name\": \"apiTag7300\",\r\n \"properties\": {\r\n \"tagId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/apiTag7300\",\r\n \"displayName\": \"apiTag8588\",\r\n \"description\": \"tag_update6162\",\r\n \"externalDocsDescription\": null,\r\n \"externalDocsUrl\": \"http://somelog.content\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/tagDescriptions/apiTag1836\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/tagDescriptions\",\r\n \"name\": \"apiTag1836\",\r\n \"properties\": {\r\n \"tagId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/apiTag1836\",\r\n \"displayName\": \"apiTag3141\",\r\n \"description\": \"tag_update2104\",\r\n \"externalDocsDescription\": null,\r\n \"externalDocsUrl\": \"http://somelog.content\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/tagDescriptions/apiTag7300?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS90YWdEZXNjcmlwdGlvbnMvYXBpVGFnNzMwMD9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/tagDescriptions/apiTag1836?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3RhZ0Rlc2NyaXB0aW9ucy9hcGlUYWcxODM2P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "45408a9a-2ff1-45c2-85e2-65db15a48d25" + "d10116d9-bc9b-4bb2-966d-64434568e552" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -577,31 +577,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANT8=\"" + "\"AAAAAAAAbcU=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "83608eae-1ac7-4a31-b315-045f0f38a28e" + "e29d7eca-d9fd-41b6-9a98-39ac3b3eec4b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "11996" ], "x-ms-correlation-request-id": [ - "98306e93-ab21-4fc2-9b51-0f5dc6a5a9d0" + "12c24abe-33dc-4780-b5e3-73274777e1a9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191338Z:98306e93-ab21-4fc2-9b51-0f5dc6a5a9d0" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214328Z:12c24abe-33dc-4780-b5e3-73274777e1a9" ], "Date": [ - "Wed, 25 Mar 2020 19:13:37 GMT" + "Thu, 08 Apr 2021 21:43:27 GMT" ], "Content-Length": [ "0" @@ -614,22 +614,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/tagDescriptions/apiTag7300?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS90YWdEZXNjcmlwdGlvbnMvYXBpVGFnNzMwMD9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/tagDescriptions/apiTag1836?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3RhZ0Rlc2NyaXB0aW9ucy9hcGlUYWcxODM2P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f3aa1c2-abb8-4e38-9d78-2a43a55e64f1" + "9b89c2b5-a5d1-49a0-bf96-178cb0c92687" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -640,31 +640,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANUA=\"" + "\"AAAAAAAAbcY=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "b35144a6-c160-4fa3-8f23-dbc14fc49f19" + "85374ca7-833f-4824-bfb3-d801f2c96280" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" + "11995" ], "x-ms-correlation-request-id": [ - "17f731d6-be1b-4523-8577-24992abbf6c2" + "14eef423-d81e-4514-bf24-0320add19d19" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191338Z:17f731d6-be1b-4523-8577-24992abbf6c2" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214328Z:14eef423-d81e-4514-bf24-0320add19d19" ], "Date": [ - "Wed, 25 Mar 2020 19:13:37 GMT" + "Thu, 08 Apr 2021 21:43:28 GMT" ], "Content-Length": [ "0" @@ -677,25 +677,25 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/tagDescriptions/apiTag7300?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS90YWdEZXNjcmlwdGlvbnMvYXBpVGFnNzMwMD9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/tagDescriptions/apiTag1836?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3RhZ0Rlc2NyaXB0aW9ucy9hcGlUYWcxODM2P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "273d15a6-67ac-4470-9eb3-31fd4b9fdf35" + "a08f8e19-f709-4762-98dd-4edea4270a38" ], "If-Match": [ - "\"AAAAAAAANUA=\"" + "\"AAAAAAAAbcY=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -708,26 +708,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "2341789a-13f8-445e-b89b-0ace3182e7ba" + "bb411ac2-363d-4ccd-a927-5d44db29fb10" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14992" + "14999" ], "x-ms-correlation-request-id": [ - "c11a8a92-f949-4c7a-b047-1bceba02b86e" + "4fc46735-c361-46b4-90c0-63d20178649e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191339Z:c11a8a92-f949-4c7a-b047-1bceba02b86e" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214328Z:4fc46735-c361-46b4-90c0-63d20178649e" ], "Date": [ - "Wed, 25 Mar 2020 19:13:39 GMT" + "Thu, 08 Apr 2021 21:43:28 GMT" ], "Expires": [ "-1" @@ -740,13 +740,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/tagDescriptions/apiTag7300?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS90YWdEZXNjcmlwdGlvbnMvYXBpVGFnNzMwMD9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/tagDescriptions/apiTag1836?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3RhZ0Rlc2NyaXB0aW9ucy9hcGlUYWcxODM2P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f7328a75-d72e-4572-821d-6bce03695459" + "c5ca6894-dbd7-4411-a622-efd01083740c" ], "If-Match": [ "*" @@ -755,10 +755,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -771,26 +771,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "bff704f3-6087-4a98-b7d0-8b47a1a3c60b" + "25b1e742-d9c7-4c81-93ec-6348ca4c4827" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14988" + "14995" ], "x-ms-correlation-request-id": [ - "7ccb365c-9483-4f8e-813e-eb2a9600fbaa" + "994ad5eb-d83d-450c-b38d-f2884900fc30" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191342Z:7ccb365c-9483-4f8e-813e-eb2a9600fbaa" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214329Z:994ad5eb-d83d-450c-b38d-f2884900fc30" ], "Date": [ - "Wed, 25 Mar 2020 19:13:41 GMT" + "Thu, 08 Apr 2021 21:43:29 GMT" ], "Expires": [ "-1" @@ -800,22 +800,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/apiTag7300?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy9hcGlUYWc3MzAwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/apiTag1836?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL2FwaVRhZzE4MzY/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6a27151a-d527-44d0-8834-203bca2730da" + "8bc6bff0-25c0-42bf-9c93-4d92719e0f3f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -826,31 +826,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANT4=\"" + "\"AAAAAAAAbcM=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0dcbd7f7-7833-4bf8-b0a5-f5be027ac3e2" + "03291278-72ff-4815-b1e5-82ef80764539" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14978" + "11994" ], "x-ms-correlation-request-id": [ - "88574c62-3d59-4f07-acee-dae030f35c52" + "e73afd90-2c8a-4341-93c1-6d29cb13c47d" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191339Z:88574c62-3d59-4f07-acee-dae030f35c52" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214328Z:e73afd90-2c8a-4341-93c1-6d29cb13c47d" ], "Date": [ - "Wed, 25 Mar 2020 19:13:39 GMT" + "Thu, 08 Apr 2021 21:43:28 GMT" ], "Content-Length": [ "0" @@ -863,22 +863,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/apiTag7300?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy9hcGlUYWc3MzAwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/apiTag1836?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL2FwaVRhZzE4MzY/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4cfca33-9bff-4b89-a368-48ffefd79758" + "70f9ee87-b741-43d1-a9b5-b6365e1a60c7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -889,31 +889,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANT4=\"" + "\"AAAAAAAAbcM=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "df5b5d9a-6cb1-4ffe-a558-2fb3af662d0e" + "eb2ead53-453c-4d58-9f9f-c0af489d60b6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14977" + "11993" ], "x-ms-correlation-request-id": [ - "62d3085b-2c42-4977-bf33-55b9d965d112" + "ad6f17e0-7fa0-4282-9391-e2a68aa8cc2c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191340Z:62d3085b-2c42-4977-bf33-55b9d965d112" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214329Z:ad6f17e0-7fa0-4282-9391-e2a68aa8cc2c" ], "Date": [ - "Wed, 25 Mar 2020 19:13:40 GMT" + "Thu, 08 Apr 2021 21:43:28 GMT" ], "Content-Length": [ "0" @@ -926,22 +926,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/tags/apiTag7300?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS90YWdzL2FwaVRhZzczMDA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/tags/apiTag1836?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3RhZ3MvYXBpVGFnMTgzNj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "533e8e11-4ad6-4b4e-92d0-d817bd3b78d1" + "c9a4731a-9973-4075-86d2-47729d803af0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -954,26 +954,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "bba14d00-cae6-4ae8-97ee-f33e6549a689" + "4fdd6d0b-91de-48a0-be69-d5ee7856f714" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14991" + "14998" ], "x-ms-correlation-request-id": [ - "a14306bc-4d19-4ca8-bf89-4eef886ae136" + "06ca8aa3-a776-4f56-8e0f-ad6c36af5880" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191340Z:a14306bc-4d19-4ca8-bf89-4eef886ae136" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214329Z:06ca8aa3-a776-4f56-8e0f-ad6c36af5880" ], "Date": [ - "Wed, 25 Mar 2020 19:13:40 GMT" + "Thu, 08 Apr 2021 21:43:28 GMT" ], "Expires": [ "-1" @@ -986,22 +986,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/tags/apiTag7300?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS90YWdzL2FwaVRhZzczMDA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/tags/apiTag1836?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3RhZ3MvYXBpVGFnMTgzNj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83812ede-24f8-4450-a8ac-25b6ae9e0ece" + "b40302bb-fda7-41a8-9738-92c303b7f59e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1014,26 +1014,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "45f880fd-d0f7-4cb4-8910-92b0cae82ce7" + "0be7c5b5-f587-4078-abcb-b1a446b9dcd8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14989" + "14996" ], "x-ms-correlation-request-id": [ - "0f3e0019-4636-4a65-a575-25e0c49cd655" + "e9cb034a-c77a-4841-b571-febe9169706b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191341Z:0f3e0019-4636-4a65-a575-25e0c49cd655" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214329Z:e9cb034a-c77a-4841-b571-febe9169706b" ], "Date": [ - "Wed, 25 Mar 2020 19:13:41 GMT" + "Thu, 08 Apr 2021 21:43:28 GMT" ], "Expires": [ "-1" @@ -1043,25 +1043,25 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/apiTag7300?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy9hcGlUYWc3MzAwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/apiTag1836?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL2FwaVRhZzE4MzY/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a50e4c06-0aec-45fb-8323-a03726decd8b" + "9aa81007-61c4-4848-8670-e23d4e47bb3e" ], "If-Match": [ - "\"AAAAAAAANT4=\"" + "\"AAAAAAAAbcM=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1074,26 +1074,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "0894346e-ae0b-4844-9815-91b94d0dd85f" + "06b4dadd-9ffd-4562-99d6-8f29d83f4443" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14990" + "14997" ], "x-ms-correlation-request-id": [ - "d971d905-77f3-48b0-8170-f6c8351574f8" + "2c19e750-50f6-464f-ab3c-469adb326ee4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191341Z:d971d905-77f3-48b0-8170-f6c8351574f8" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214329Z:2c19e750-50f6-464f-ab3c-469adb326ee4" ], "Date": [ - "Wed, 25 Mar 2020 19:13:40 GMT" + "Thu, 08 Apr 2021 21:43:28 GMT" ], "Expires": [ "-1" @@ -1106,13 +1106,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/apiTag7300?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy9hcGlUYWc3MzAwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/apiTag1836?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL2FwaVRhZzE4MzY/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "beed12fb-46a1-479b-b40b-5280075bd4c2" + "33aeac88-60fa-4024-956f-5b3986fefaff" ], "If-Match": [ "*" @@ -1121,10 +1121,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1137,26 +1137,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "7d08455b-2479-4466-b20a-e24676e61206" + "8a37a131-581d-4b90-9e60-f83abdd3ad82" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14987" + "14994" ], "x-ms-correlation-request-id": [ - "44ea3a6b-abdf-4c40-9d52-2e1b0220c807" + "33c77f49-d74a-4964-b542-9c1e5b1b57fd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191342Z:44ea3a6b-abdf-4c40-9d52-2e1b0220c807" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214329Z:33c77f49-d74a-4964-b542-9c1e5b1b57fd" ], "Date": [ - "Wed, 25 Mar 2020 19:13:42 GMT" + "Thu, 08 Apr 2021 21:43:29 GMT" ], "Expires": [ "-1" @@ -1166,22 +1166,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/apiTag7300?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy9hcGlUYWc3MzAwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/apiTag1836?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL2FwaVRhZzE4MzY/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b44eee75-c7d2-4c4d-8fc8-b1ce4d496532" + "6dadb588-9b62-492c-abc8-ccfd9acca0c4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1194,26 +1194,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "a4e07d35-05df-4d7a-a8c7-4fb8f6b382c9" + "652e273e-ec6d-404d-83f6-4854aff00242" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14976" + "11992" ], "x-ms-correlation-request-id": [ - "31ef2696-9200-4e28-8420-6caa2b4bd517" + "fa52a610-fc1b-4ff7-81c8-f2806ae92827" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191341Z:31ef2696-9200-4e28-8420-6caa2b4bd517" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T214329Z:fa52a610-fc1b-4ff7-81c8-f2806ae92827" ], "Date": [ - "Wed, 25 Mar 2020 19:13:41 GMT" + "Thu, 08 Apr 2021 21:43:28 GMT" ], "Content-Length": [ "79" @@ -1231,19 +1231,19 @@ ], "Names": { "CreateListUpdateDelete": [ - "apiTag7300", - "apiTag8588", - "somedescription2093", - "tag_update6162" + "apiTag1836", + "apiTag3141", + "somedescription1302", + "tag_update2104" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TagTest/CreateListUpdateDeleteApiTags.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TagTest/CreateListUpdateDeleteApiTags.json index d41d53031d4b2..2c79e02396d67 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TagTest/CreateListUpdateDeleteApiTags.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TagTest/CreateListUpdateDeleteApiTags.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2bd3bbb4-8bb3-4be0-8ab6-3e9d8bb19c0e" + "c28ead2a-6a00-4896-8ded-a510f4bf20ce" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,14 +33,14 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1de9cc7e-15dd-4f77-91d2-de2bf37d6f6a", - "8a658b16-75a4-484e-ba39-f9ddb9b0940d" + "6cfa9006-b6e4-4584-9611-e00e8dc95adc", + "287b70c3-7351-41e9-ba70-795395acb488" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -49,19 +49,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "4a31fd2e-05fe-47a3-a5da-ed15a67e6f6d" + "a6276ae5-1286-4cef-9cad-823127199331" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191747Z:4a31fd2e-05fe-47a3-a5da-ed15a67e6f6d" + "WESTCENTRALUS:20210408T213847Z:a6276ae5-1286-4cef-9cad-823127199331" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:17:47 GMT" + "Thu, 08 Apr 2021 21:38:47 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4a472775-ed1b-43c7-980c-681995bae278" + "9f03aa59-4da0-419c-89d8-b1c64d095a5e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4edad47b-ed0a-4a0e-a6ed-48901978ffa1" + "1075e2ba-55bf-4c28-a998-ebc35b91e70e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "11999" ], "x-ms-correlation-request-id": [ - "81460c47-aa81-4814-a30b-22f74d33d206" + "cb57bd47-5781-41c6-874c-e789eed148ee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191747Z:81460c47-aa81-4814-a30b-22f74d33d206" + "WESTCENTRALUS:20210408T213848Z:cb57bd47-5781-41c6-874c-e789eed148ee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:17:47 GMT" + "Thu, 08 Apr 2021 21:38:47 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2e561094-c922-449a-b5ff-228088fc3310" + "8e746920-bb6a-420d-b921-86e17039b7cd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,26 +168,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "2d0e4f72-adb8-49df-aa54-fee693fe2e7c" + "8e598419-fcc2-448b-affc-c09da15c8aef" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "11998" ], "x-ms-correlation-request-id": [ - "890f85bc-fa8e-4078-b8ed-c2df1ca5dcfe" + "a719c58f-d947-47b8-a831-d2929b2a91f7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191748Z:890f85bc-fa8e-4078-b8ed-c2df1ca5dcfe" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213848Z:a719c58f-d947-47b8-a831-d2929b2a91f7" ], "Date": [ - "Wed, 25 Mar 2020 19:17:47 GMT" + "Thu, 08 Apr 2021 21:38:47 GMT" ], "Content-Length": [ "34" @@ -203,22 +203,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "228cdbb7-0316-4eaa-834e-18296876bc2c" + "d30660b6-0408-4d0c-9387-8faf1961cde6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -231,29 +231,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "5a078b14-5a9f-4780-a311-f8335fabbb05" + "d063ad02-2e40-47fc-aede-40a5a61ca16c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "11997" ], "x-ms-correlation-request-id": [ - "91317938-b655-4caa-9373-b78fe4948ebf" + "9fe2c4ca-e6a8-4362-8198-9080faf47b5b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191748Z:91317938-b655-4caa-9373-b78fe4948ebf" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213848Z:9fe2c4ca-e6a8-4362-8198-9080faf47b5b" ], "Date": [ - "Wed, 25 Mar 2020 19:17:48 GMT" + "Thu, 08 Apr 2021 21:38:47 GMT" ], "Content-Length": [ - "728" + "730" ], "Content-Type": [ "application/json; charset=utf-8" @@ -262,26 +262,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/apiTag5828?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy9hcGlUYWc1ODI4P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/apiTag7464?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL2FwaVRhZzc0NjQ/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"apiTag1322\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"apiTag3353\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "093f9e78-a7ed-4519-9e72-f35c98c43a81" + "f0a17687-63c9-4276-8bf9-05941ecd1c1c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -298,13 +298,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANa4=\"" + "\"AAAAAAAAbXs=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "64becf3a-e7b5-43af-ae52-9a9ffc39135a" + "dde63325-bfa7-4cda-b141-0ab6687543f2" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -313,19 +316,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "40096074-98d1-4e33-9678-d05098ead044" + "4e7d9d1e-7bff-4ea4-9f1b-dbbf919bd9c1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191749Z:40096074-98d1-4e33-9678-d05098ead044" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213848Z:4e7d9d1e-7bff-4ea4-9f1b-dbbf919bd9c1" ], "Date": [ - "Wed, 25 Mar 2020 19:17:48 GMT" + "Thu, 08 Apr 2021 21:38:48 GMT" ], "Content-Length": [ - "309" + "311" ], "Content-Type": [ "application/json; charset=utf-8" @@ -334,26 +334,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/apiTag5828\",\r\n \"type\": \"Microsoft.ApiManagement/service/tags\",\r\n \"name\": \"apiTag5828\",\r\n \"properties\": {\r\n \"displayName\": \"apiTag1322\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/apiTag7464\",\r\n \"type\": \"Microsoft.ApiManagement/service/tags\",\r\n \"name\": \"apiTag7464\",\r\n \"properties\": {\r\n \"displayName\": \"apiTag3353\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/tags/apiTag5828?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS90YWdzL2FwaVRhZzU4Mjg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/tags/apiTag7464?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3RhZ3MvYXBpVGFnNzQ2ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b83b279-cb1a-433a-b05c-e8793c973665" + "94e7c5e2-55dc-48db-81b8-6f2b9eb23bcb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -364,13 +364,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANa4=\"" + "\"AAAAAAAAbXs=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "35b0c076-7f16-48f5-82e1-94d98e12870c" + "cb4690b4-f7e4-40bd-b4a1-cdba02f8727e" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -379,19 +382,16 @@ "1197" ], "x-ms-correlation-request-id": [ - "58b8a4e3-221d-4f98-8446-35dfbdd6b479" + "d7eb4fad-d744-4685-bf23-67f83dda24d7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191749Z:58b8a4e3-221d-4f98-8446-35dfbdd6b479" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213849Z:d7eb4fad-d744-4685-bf23-67f83dda24d7" ], "Date": [ - "Wed, 25 Mar 2020 19:17:48 GMT" + "Thu, 08 Apr 2021 21:38:48 GMT" ], "Content-Length": [ - "328" + "330" ], "Content-Type": [ "application/json; charset=utf-8" @@ -400,26 +400,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/tags/apiTag5828\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/tags\",\r\n \"name\": \"apiTag5828\",\r\n \"properties\": {\r\n \"displayName\": \"apiTag1322\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/tags/apiTag7464\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/tags\",\r\n \"name\": \"apiTag7464\",\r\n \"properties\": {\r\n \"displayName\": \"apiTag3353\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apisByTags?$top=1&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpc0J5VGFncz8kdG9wPTEmYXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apisByTags?$top=1&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzQnlUYWdzPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9f72de24-a9e2-47d9-88f8-6fdebdce9bcb" + "d8f20a70-3d0d-4a4b-b654-0ef14fa9b377" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -432,26 +432,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "03252e78-c73d-4ef3-bc15-d68a249a9d74" + "7a8e79ec-9c46-4534-8d95-22aefcd45f9f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "11996" ], "x-ms-correlation-request-id": [ - "cd4fe77c-1c62-41b5-8fb2-9ad90024c0ff" + "100371ad-4d5e-4d6f-b701-b1766125c879" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191749Z:cd4fe77c-1c62-41b5-8fb2-9ad90024c0ff" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213850Z:100371ad-4d5e-4d6f-b701-b1766125c879" ], "Date": [ - "Wed, 25 Mar 2020 19:17:49 GMT" + "Thu, 08 Apr 2021 21:38:49 GMT" ], "Content-Length": [ "366" @@ -463,26 +463,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"tag\": {\r\n \"id\": \"/tags/apiTag5828\",\r\n \"name\": \"apiTag1322\"\r\n },\r\n \"api\": {\r\n \"id\": \"/apis/echo-api\",\r\n \"name\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": null,\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1,\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"tag\": {\r\n \"id\": \"/tags/apiTag7464\",\r\n \"name\": \"apiTag3353\"\r\n },\r\n \"api\": {\r\n \"id\": \"/apis/echo-api\",\r\n \"name\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": null,\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1,\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/tags?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS90YWdzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/tags?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3RhZ3M/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a5932788-5d01-47de-8b5f-0cf33e2960c8" + "091c8e07-5835-4088-86f1-5dd763ce697a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -495,29 +495,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "3f67767d-1d52-4788-9115-635bed0be727" + "04da0ce8-94d7-410c-863b-f3e6306fc032" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "11995" ], "x-ms-correlation-request-id": [ - "c0539197-093d-4b20-8a7d-0f9d25ea873f" + "4304341f-a703-48b0-82ac-a7cee0931dde" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191750Z:c0539197-093d-4b20-8a7d-0f9d25ea873f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213850Z:4304341f-a703-48b0-82ac-a7cee0931dde" ], "Date": [ - "Wed, 25 Mar 2020 19:17:49 GMT" + "Thu, 08 Apr 2021 21:38:50 GMT" ], "Content-Length": [ - "400" + "402" ], "Content-Type": [ "application/json; charset=utf-8" @@ -526,26 +526,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/tags/apiTag5828\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/tags\",\r\n \"name\": \"apiTag5828\",\r\n \"properties\": {\r\n \"displayName\": \"apiTag1322\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/tags/apiTag7464\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/tags\",\r\n \"name\": \"apiTag7464\",\r\n \"properties\": {\r\n \"displayName\": \"apiTag3353\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/tags/apiTag5828?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS90YWdzL2FwaVRhZzU4Mjg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/tags/apiTag7464?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3RhZ3MvYXBpVGFnNzQ2ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "684ca4e4-2bc5-42bb-ab5f-b2a81111a0e7" + "8960119d-4c51-432e-a80c-5e383b403b69" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -556,34 +556,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANa4=\"" + "\"AAAAAAAAbXs=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "57880b45-ec42-490c-aeb2-d60db1ef5c54" + "a28bf9cc-fe0b-40e6-b4e3-909892651ffe" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "11994" ], "x-ms-correlation-request-id": [ - "f00dbe9e-2cee-4346-8b45-076bb3da78f2" + "4fd6e1d4-0fe6-4901-b636-fc7a4212e8f6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191750Z:f00dbe9e-2cee-4346-8b45-076bb3da78f2" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213850Z:4fd6e1d4-0fe6-4901-b636-fc7a4212e8f6" ], "Date": [ - "Wed, 25 Mar 2020 19:17:49 GMT" + "Thu, 08 Apr 2021 21:38:50 GMT" ], "Content-Length": [ - "328" + "330" ], "Content-Type": [ "application/json; charset=utf-8" @@ -592,26 +592,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/tags/apiTag5828\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/tags\",\r\n \"name\": \"apiTag5828\",\r\n \"properties\": {\r\n \"displayName\": \"apiTag1322\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/tags/apiTag7464\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/tags\",\r\n \"name\": \"apiTag7464\",\r\n \"properties\": {\r\n \"displayName\": \"apiTag3353\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/tags/apiTag5828?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS90YWdzL2FwaVRhZzU4Mjg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/tags/apiTag7464?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3RhZ3MvYXBpVGFnNzQ2ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "29011932-4dd2-47ee-9874-86cc27d78c85" + "e18983b9-cdae-41cb-905d-005ca10486f2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -624,26 +624,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "d20e2674-b27f-4337-879e-78bae290b816" + "d8f85f6c-fce1-4202-b7fb-fb9085dd1173" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "11991" ], "x-ms-correlation-request-id": [ - "6c0ec7e5-3393-446c-bf1d-b08d6e61b0f6" + "018706f3-d7be-4d93-923f-883edc876340" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191752Z:6c0ec7e5-3393-446c-bf1d-b08d6e61b0f6" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213852Z:018706f3-d7be-4d93-923f-883edc876340" ], "Date": [ - "Wed, 25 Mar 2020 19:17:51 GMT" + "Thu, 08 Apr 2021 21:38:51 GMT" ], "Content-Length": [ "79" @@ -659,22 +659,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/tags/apiTag5828?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS90YWdzL2FwaVRhZzU4Mjg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/tags/apiTag7464?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3RhZ3MvYXBpVGFnNzQ2ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "143b4267-fdd4-43fc-9a9f-210c470864a5" + "9218878e-9ee5-4586-8450-50d38d0e2404" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -685,31 +685,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANa4=\"" + "\"AAAAAAAAbXs=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "a9951a28-bbd5-49af-aba6-df05a64647ab" + "2f2bdc57-9d95-466b-bec6-702535795faa" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "11993" ], "x-ms-correlation-request-id": [ - "ecf116fa-0e1c-4054-9c14-ae91a33b0e73" + "0b938c73-4fc8-4940-be90-c0f59f9dfb53" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191750Z:ecf116fa-0e1c-4054-9c14-ae91a33b0e73" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213851Z:0b938c73-4fc8-4940-be90-c0f59f9dfb53" ], "Date": [ - "Wed, 25 Mar 2020 19:17:49 GMT" + "Thu, 08 Apr 2021 21:38:50 GMT" ], "Content-Length": [ "0" @@ -722,22 +722,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tagResources?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFnUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tagResources?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdSZXNvdXJjZXM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41b7ff9d-7cea-4bbd-bff1-3bec97b22a0a" + "99680a0e-72ba-4b2b-91af-cd11ad9adaef" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -750,26 +750,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c5c42a99-44ad-4a10-8b45-9c774d4ddc54" + "424343c8-2177-40ce-bb36-8b43026ed650" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "11992" ], "x-ms-correlation-request-id": [ - "ab3e1b60-8f59-4b14-9be3-cbb3305c0eab" + "02a11d07-2e71-47d8-8679-bed5d002668f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191751Z:ab3e1b60-8f59-4b14-9be3-cbb3305c0eab" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213851Z:02a11d07-2e71-47d8-8679-bed5d002668f" ], "Date": [ - "Wed, 25 Mar 2020 19:17:51 GMT" + "Thu, 08 Apr 2021 21:38:51 GMT" ], "Content-Length": [ "366" @@ -781,26 +781,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"tag\": {\r\n \"id\": \"/tags/apiTag5828\",\r\n \"name\": \"apiTag1322\"\r\n },\r\n \"api\": {\r\n \"id\": \"/apis/echo-api\",\r\n \"name\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": null,\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1,\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"tag\": {\r\n \"id\": \"/tags/apiTag7464\",\r\n \"name\": \"apiTag3353\"\r\n },\r\n \"api\": {\r\n \"id\": \"/apis/echo-api\",\r\n \"name\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": null,\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1,\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/tags/apiTag5828?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS90YWdzL2FwaVRhZzU4Mjg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/tags/apiTag7464?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3RhZ3MvYXBpVGFnNzQ2ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d760838d-68d0-4692-ba65-bfdeaeaf6b4a" + "e22bc407-55ba-4560-9245-45cb05cccf52" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -813,8 +813,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "35914925-eed3-48a6-b154-4d9cef79ecfb" + "4afb6b22-c6f3-4cce-b223-8b7b2df2fff5" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -823,16 +826,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "d5c9e2a8-4b93-47af-95bb-0cab5afe9fa5" + "332d5c25-bb41-4152-a136-625b3257b25c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191752Z:d5c9e2a8-4b93-47af-95bb-0cab5afe9fa5" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213852Z:332d5c25-bb41-4152-a136-625b3257b25c" ], "Date": [ - "Wed, 25 Mar 2020 19:17:51 GMT" + "Thu, 08 Apr 2021 21:38:51 GMT" ], "Expires": [ "-1" @@ -845,22 +845,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/tags/apiTag5828?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS90YWdzL2FwaVRhZzU4Mjg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/tags/apiTag7464?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL3RhZ3MvYXBpVGFnNzQ2ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d7a17b1e-37bd-4f20-b464-479ea718cade" + "3a8c87e8-d3cf-420f-8103-bd2b7f4a4451" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -873,8 +873,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "30403f65-46b2-4a5e-be74-b27ba7c04ce4" + "989d2532-9986-4604-a782-3567201b5142" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -883,16 +886,13 @@ "14997" ], "x-ms-correlation-request-id": [ - "a578c64e-9027-4fe8-8a4f-c7d97c10a095" + "973c532d-60c6-4325-90fe-55cba77db229" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191754Z:a578c64e-9027-4fe8-8a4f-c7d97c10a095" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213852Z:973c532d-60c6-4325-90fe-55cba77db229" ], "Date": [ - "Wed, 25 Mar 2020 19:17:54 GMT" + "Thu, 08 Apr 2021 21:38:52 GMT" ], "Expires": [ "-1" @@ -902,22 +902,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/apiTag5828?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy9hcGlUYWc1ODI4P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/apiTag7464?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL2FwaVRhZzc0NjQ/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d098c8d7-b9f3-4018-90ab-dc8c6981d00e" + "f00a8ed5-6d32-4810-8767-0f19803d1205" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -928,31 +928,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANa4=\"" + "\"AAAAAAAAbXs=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "76e81f47-ccd2-49a2-9b6f-c4717bbf3ce8" + "0701e96b-0d22-4848-9ae7-e869f596e564" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "11990" ], "x-ms-correlation-request-id": [ - "3f93e6bc-c638-40ea-9eba-63a170cfefe4" + "99bd247e-5ed1-4982-945c-86a70c42a7c3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191752Z:3f93e6bc-c638-40ea-9eba-63a170cfefe4" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213852Z:99bd247e-5ed1-4982-945c-86a70c42a7c3" ], "Date": [ - "Wed, 25 Mar 2020 19:17:52 GMT" + "Thu, 08 Apr 2021 21:38:51 GMT" ], "Content-Length": [ "0" @@ -965,22 +965,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/apiTag5828?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy9hcGlUYWc1ODI4P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/apiTag7464?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL2FwaVRhZzc0NjQ/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4650e3f-6e94-483b-9667-dd62c18a141c" + "70282ec0-a839-4142-b35e-d2890f149c90" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -993,26 +993,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "ab566844-c682-4e6b-88f6-cbb5dda169f6" + "f26f4778-f830-4064-826e-9c52fd5aafcf" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "11989" ], "x-ms-correlation-request-id": [ - "c1cbdf9a-7904-4d65-8ba1-b827a902d7ef" + "cb3e8c79-601e-4816-923f-1585d43f4409" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191753Z:c1cbdf9a-7904-4d65-8ba1-b827a902d7ef" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213852Z:cb3e8c79-601e-4816-923f-1585d43f4409" ], "Date": [ - "Wed, 25 Mar 2020 19:17:52 GMT" + "Thu, 08 Apr 2021 21:38:52 GMT" ], "Content-Length": [ "0" @@ -1025,25 +1025,25 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/apiTag5828?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy9hcGlUYWc1ODI4P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/apiTag7464?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL2FwaVRhZzc0NjQ/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "766134b7-023a-43b0-ad9d-30ea3fe42470" + "2936d678-4578-4a72-a03f-2aa666666aeb" ], "If-Match": [ - "\"AAAAAAAANa4=\"" + "\"AAAAAAAAbXs=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1056,8 +1056,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "3b73f1fc-c716-4033-a40d-773f65b09a7d" + "014d285d-a220-4cc1-b470-75b5ff5dfd0b" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1066,16 +1069,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "097d41ba-090c-4b02-8b34-6adfcbd1284c" + "7620ce1b-5345-4373-86f7-2e7841c339a9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191753Z:097d41ba-090c-4b02-8b34-6adfcbd1284c" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213852Z:7620ce1b-5345-4373-86f7-2e7841c339a9" ], "Date": [ - "Wed, 25 Mar 2020 19:17:52 GMT" + "Thu, 08 Apr 2021 21:38:51 GMT" ], "Expires": [ "-1" @@ -1088,13 +1088,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/apiTag5828?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy9hcGlUYWc1ODI4P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/apiTag7464?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL2FwaVRhZzc0NjQ/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "383d8cc4-f0ec-4627-a89b-ffb70f2ab19d" + "2258f0bc-6f89-498c-8020-c504b527cf68" ], "If-Match": [ "*" @@ -1103,10 +1103,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1119,8 +1119,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c94a903b-3003-46c4-a965-b149abc0acfa" + "a7960038-2598-48f5-b9ee-67f5692e581e" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1129,16 +1132,13 @@ "14996" ], "x-ms-correlation-request-id": [ - "0af32f73-0765-416a-b234-2189d95a4f29" + "f6431780-b7a9-45fc-8478-01e97211aa91" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191754Z:0af32f73-0765-416a-b234-2189d95a4f29" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213852Z:f6431780-b7a9-45fc-8478-01e97211aa91" ], "Date": [ - "Wed, 25 Mar 2020 19:17:54 GMT" + "Thu, 08 Apr 2021 21:38:52 GMT" ], "Expires": [ "-1" @@ -1150,17 +1150,17 @@ ], "Names": { "CreateListUpdateDeleteApiTags": [ - "apiTag5828", - "apiTag1322" + "apiTag7464", + "apiTag3353" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TagTest/CreateListUpdateDeleteOperationTags.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TagTest/CreateListUpdateDeleteOperationTags.json index 697d416bc9c75..312c80caf607d 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TagTest/CreateListUpdateDeleteOperationTags.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TagTest/CreateListUpdateDeleteOperationTags.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7dbb7ee6-2183-40ed-a465-c9e1342770aa" + "369c637f-8533-41da-80d0-e4cc95cdd8af" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "afa93a27-9f19-4435-9ae9-c7520fb8a415", - "2d1e9483-8f43-43cf-8cbf-edcf28335e22" + "fa6228c6-babb-4237-ae66-80de4a04742b", + "f03d0eba-e250-448a-9757-7192970c3e67" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1199" ], "x-ms-correlation-request-id": [ - "603676bc-1a2c-4a46-8b17-a75a48ed06f2" + "1e96db9a-6a40-42d6-b8e2-a303c6e021dc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191735Z:603676bc-1a2c-4a46-8b17-a75a48ed06f2" + "WESTUS:20210408T213837Z:1e96db9a-6a40-42d6-b8e2-a303c6e021dc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:17:35 GMT" + "Thu, 08 Apr 2021 21:38:37 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a52d4ab-86a3-4172-a38f-52f7c6bc3340" + "4382e2e8-a16e-4a11-b12a-f85ab71e89fe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3b79f586-2d0f-4042-be9e-e34849d94e5e" + "307141af-c3d0-499f-9629-b3c31dd2fbc9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14975" + "11999" ], "x-ms-correlation-request-id": [ - "506bea81-6725-4790-8b43-3f7c674946ca" + "3321119b-b3c0-4ada-a36b-c4e16e17e4fd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191736Z:506bea81-6725-4790-8b43-3f7c674946ca" + "WESTUS:20210408T213837Z:3321119b-b3c0-4ada-a36b-c4e16e17e4fd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:17:36 GMT" + "Thu, 08 Apr 2021 21:38:37 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c627c57e-18fe-4a55-9961-53a16f1deda9" + "85019511-6d0f-4e2a-9d04-280c1c6ccf2b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,26 +168,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "d49b9ea1-5717-4568-9f4c-0d1e7ff47451" + "4cacdf57-4ccc-412a-8ab0-6ba9d81f8041" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14974" + "11998" ], "x-ms-correlation-request-id": [ - "ed1a504b-32b9-4b99-ab80-f67425751b3f" + "689bf601-e03f-434e-8eab-1b47f7c2a9fa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191736Z:ed1a504b-32b9-4b99-ab80-f67425751b3f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213838Z:689bf601-e03f-434e-8eab-1b47f7c2a9fa" ], "Date": [ - "Wed, 25 Mar 2020 19:17:36 GMT" + "Thu, 08 Apr 2021 21:38:37 GMT" ], "Content-Length": [ "34" @@ -203,22 +203,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6d6d6d71-c908-4fcc-9748-ddc6e0e0f896" + "cec87c3d-a049-4379-b920-38e8fc5d75f3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -231,29 +231,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "b6dc4f27-996b-48eb-b570-27ebc52175c7" + "d7ce4252-d007-44ea-ae6a-225b158a72ff" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14973" + "11997" ], "x-ms-correlation-request-id": [ - "879778e7-1ea8-4481-be11-cf2bbffc1a02" + "c8ec83b4-a71f-43a9-80da-94fe83c7d950" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191736Z:879778e7-1ea8-4481-be11-cf2bbffc1a02" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213838Z:c8ec83b4-a71f-43a9-80da-94fe83c7d950" ], "Date": [ - "Wed, 25 Mar 2020 19:17:36 GMT" + "Thu, 08 Apr 2021 21:38:37 GMT" ], "Content-Length": [ - "728" + "730" ], "Content-Type": [ "application/json; charset=utf-8" @@ -262,26 +262,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis\",\r\n \"name\": \"echo-api\",\r\n \"properties\": {\r\n \"displayName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"description\": null,\r\n \"subscriptionRequired\": true,\r\n \"serviceUrl\": \"http://echoapi.cloudapp.net/api\",\r\n \"path\": \"echo\",\r\n \"protocols\": [\r\n \"https\"\r\n ],\r\n \"authenticationSettings\": null,\r\n \"subscriptionKeyParameterNames\": null,\r\n \"isCurrent\": true\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations?$top=1&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations?$top=1&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cda462c7-6d4b-4609-9717-6c99e8ce45e5" + "e21d9a0d-db30-445f-b9a0-0e79678df794" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -294,29 +294,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "bbdd5f51-55e9-490a-b43b-60357a872452" + "0499cb1b-1355-4b53-92d0-6fb15a5c052c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14972" + "11996" ], "x-ms-correlation-request-id": [ - "f9ae868f-7fd8-4073-b427-a466f6c2d63d" + "2f73b22e-46ce-4d4d-9676-cf4a881882eb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191736Z:f9ae868f-7fd8-4073-b427-a466f6c2d63d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213839Z:2f73b22e-46ce-4d4d-9676-cf4a881882eb" ], "Date": [ - "Wed, 25 Mar 2020 19:17:36 GMT" + "Thu, 08 Apr 2021 21:38:38 GMT" ], "Content-Length": [ - "1706" + "1693" ], "Content-Type": [ "application/json; charset=utf-8" @@ -325,26 +325,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/create-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"create-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Create resource\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a POST call based on the echo backend above. The request body is expected to contain JSON-formatted data (see example below). A policy is used to automatically transform any request sent in JSON directly to XML. In a real-world scenario this could be used to enable modern clients to speak to a legacy backend.\",\r\n \"request\": {\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"{\\r\\n\\t\\\"vehicleType\\\": \\\"train\\\",\\r\\n\\t\\\"maxSpeed\\\": 125,\\r\\n\\t\\\"avgSpeed\\\": 90,\\r\\n\\t\\\"speedUnit\\\": \\\"mph\\\"\\r\\n}\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n }\r\n ],\r\n \"count\": 6,\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net:443/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations?%24top=1&api-version=2019-12-01&%24skip=1\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/create-resource\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations\",\r\n \"name\": \"create-resource\",\r\n \"properties\": {\r\n \"displayName\": \"Create resource\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/resource\",\r\n \"templateParameters\": [],\r\n \"description\": \"A demonstration of a POST call based on the echo backend above. The request body is expected to contain JSON-formatted data (see example below). A policy is used to automatically transform any request sent in JSON directly to XML. In a real-world scenario this could be used to enable modern clients to speak to a legacy backend.\",\r\n \"request\": {\r\n \"queryParameters\": [],\r\n \"headers\": [],\r\n \"representations\": [\r\n {\r\n \"contentType\": \"application/json\",\r\n \"sample\": \"{\\r\\n\\t\\\"vehicleType\\\": \\\"train\\\",\\r\\n\\t\\\"maxSpeed\\\": 125,\\r\\n\\t\\\"avgSpeed\\\": 90,\\r\\n\\t\\\"speedUnit\\\": \\\"mph\\\"\\r\\n}\"\r\n }\r\n ]\r\n },\r\n \"responses\": [\r\n {\r\n \"statusCode\": 200,\r\n \"representations\": [],\r\n \"headers\": []\r\n }\r\n ],\r\n \"policies\": null\r\n }\r\n }\r\n ],\r\n \"count\": 6,\r\n \"nextLink\": \"https://management.azure.com:443/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations?%24top=1&api-version=2020-12-01&%24skip=1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/operationTag2516?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy9vcGVyYXRpb25UYWcyNTE2P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/operationTag6174?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL29wZXJhdGlvblRhZzYxNzQ/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"opreationTag4508\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"opreationTag8722\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a3b095c9-33b1-40ac-96e9-40528c7fcea5" + "315415ce-800a-45a9-bf4c-c32e5b9fa797" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -361,34 +361,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANaw=\"" + "\"AAAAAAAAbXo=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "17e74240-7b29-4850-8441-6c13ee6742cf" + "f0662933-3b38-4d95-8def-6b4be337e642" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1198" ], "x-ms-correlation-request-id": [ - "b504dcb2-83b3-4395-86a7-f14ac4d2b7c5" + "ebdd4a32-370b-4b61-bd7c-74b7a1ba6003" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191737Z:b504dcb2-83b3-4395-86a7-f14ac4d2b7c5" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213840Z:ebdd4a32-370b-4b61-bd7c-74b7a1ba6003" ], "Date": [ - "Wed, 25 Mar 2020 19:17:37 GMT" + "Thu, 08 Apr 2021 21:38:39 GMT" ], "Content-Length": [ - "327" + "329" ], "Content-Type": [ "application/json; charset=utf-8" @@ -397,26 +397,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/operationTag2516\",\r\n \"type\": \"Microsoft.ApiManagement/service/tags\",\r\n \"name\": \"operationTag2516\",\r\n \"properties\": {\r\n \"displayName\": \"opreationTag4508\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/operationTag6174\",\r\n \"type\": \"Microsoft.ApiManagement/service/tags\",\r\n \"name\": \"operationTag6174\",\r\n \"properties\": {\r\n \"displayName\": \"opreationTag8722\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/create-resource/tags/operationTag2516?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zL2NyZWF0ZS1yZXNvdXJjZS90YWdzL29wZXJhdGlvblRhZzI1MTY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/create-resource/tags/operationTag6174?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3RhZ3Mvb3BlcmF0aW9uVGFnNjE3ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "052a6d6d-9510-4837-8fcd-768f34e3d7f4" + "72a60beb-4fdf-4528-ba18-52656f2677f6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -427,34 +427,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANaw=\"" + "\"AAAAAAAAbXo=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "49e4cde8-bbcb-4baa-94e6-116ee7206074" + "385f622b-ec08-40f0-a144-435d086d12e9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1197" ], "x-ms-correlation-request-id": [ - "e679bbf7-152a-4c16-9321-8130ff23e3f5" + "2bc613c6-1cb1-44ed-bc4a-2c263f82a611" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191737Z:e679bbf7-152a-4c16-9321-8130ff23e3f5" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213840Z:2bc613c6-1cb1-44ed-bc4a-2c263f82a611" ], "Date": [ - "Wed, 25 Mar 2020 19:17:37 GMT" + "Thu, 08 Apr 2021 21:38:40 GMT" ], "Content-Length": [ - "384" + "386" ], "Content-Type": [ "application/json; charset=utf-8" @@ -463,26 +463,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/create-resource/tags/operationTag2516\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations/tags\",\r\n \"name\": \"operationTag2516\",\r\n \"properties\": {\r\n \"displayName\": \"opreationTag4508\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/create-resource/tags/operationTag6174\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations/tags\",\r\n \"name\": \"operationTag6174\",\r\n \"properties\": {\r\n \"displayName\": \"opreationTag8722\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/create-resource/tags?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zL2NyZWF0ZS1yZXNvdXJjZS90YWdzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/create-resource/tags?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3RhZ3M/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "00349901-a1fe-4139-ae89-5a87e46c4d8e" + "8c14ae9f-dac5-4cf2-b388-cece8c93a904" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -495,29 +495,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "d9475223-0883-4e2d-885a-240f34529d60" + "1499b6c8-60f0-4509-98d6-5028cd8fb473" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14971" + "11995" ], "x-ms-correlation-request-id": [ - "ed41cd0b-d2de-4e66-bda2-58b23f7ebca7" + "972f78ee-bc60-4290-83fb-7c31c191cde8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191738Z:ed41cd0b-d2de-4e66-bda2-58b23f7ebca7" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213841Z:972f78ee-bc60-4290-83fb-7c31c191cde8" ], "Date": [ - "Wed, 25 Mar 2020 19:17:37 GMT" + "Thu, 08 Apr 2021 21:38:40 GMT" ], "Content-Length": [ - "456" + "458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -526,26 +526,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/create-resource/tags/operationTag2516\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations/tags\",\r\n \"name\": \"operationTag2516\",\r\n \"properties\": {\r\n \"displayName\": \"opreationTag4508\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/create-resource/tags/operationTag6174\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations/tags\",\r\n \"name\": \"operationTag6174\",\r\n \"properties\": {\r\n \"displayName\": \"opreationTag8722\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/create-resource/tags/operationTag2516?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zL2NyZWF0ZS1yZXNvdXJjZS90YWdzL29wZXJhdGlvblRhZzI1MTY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/create-resource/tags/operationTag6174?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3RhZ3Mvb3BlcmF0aW9uVGFnNjE3ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ea761414-e255-4578-a3d7-91a5cd8ed560" + "f6ad2268-8885-4dc0-a786-f9d49b0d6311" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -556,34 +556,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANaw=\"" + "\"AAAAAAAAbXo=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "7fc4a1a0-9296-43ae-8655-399b80b22293" + "f044b41a-d813-4804-a91b-054e84328ef2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14970" + "11994" ], "x-ms-correlation-request-id": [ - "f36724b5-c972-4169-ba0c-78b1558bfdb2" + "3fc1540b-4c29-421a-bc8e-1f4e8d0c77d0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191738Z:f36724b5-c972-4169-ba0c-78b1558bfdb2" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213841Z:3fc1540b-4c29-421a-bc8e-1f4e8d0c77d0" ], "Date": [ - "Wed, 25 Mar 2020 19:17:38 GMT" + "Thu, 08 Apr 2021 21:38:41 GMT" ], "Content-Length": [ - "384" + "386" ], "Content-Type": [ "application/json; charset=utf-8" @@ -592,26 +592,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/create-resource/tags/operationTag2516\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations/tags\",\r\n \"name\": \"operationTag2516\",\r\n \"properties\": {\r\n \"displayName\": \"opreationTag4508\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/create-resource/tags/operationTag6174\",\r\n \"type\": \"Microsoft.ApiManagement/service/apis/operations/tags\",\r\n \"name\": \"operationTag6174\",\r\n \"properties\": {\r\n \"displayName\": \"opreationTag8722\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/create-resource/tags/operationTag2516?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zL2NyZWF0ZS1yZXNvdXJjZS90YWdzL29wZXJhdGlvblRhZzI1MTY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/create-resource/tags/operationTag6174?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3RhZ3Mvb3BlcmF0aW9uVGFnNjE3ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc8cf9d7-379c-494e-ae3b-85dfc0ea7e3d" + "0c6fd891-b7a4-4548-846d-cb00136307e7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -624,26 +624,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "4acf3bc1-39a5-4996-99ad-f272b1213d2f" + "b75221c2-1eb3-45e0-a5b0-10c02e049e63" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" + "11991" ], "x-ms-correlation-request-id": [ - "92895371-b8b3-4c1b-ba55-2eba65c136a6" + "670bd041-880b-4921-92cc-1be782c81a7c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191740Z:92895371-b8b3-4c1b-ba55-2eba65c136a6" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213845Z:670bd041-880b-4921-92cc-1be782c81a7c" ], "Date": [ - "Wed, 25 Mar 2020 19:17:40 GMT" + "Thu, 08 Apr 2021 21:38:44 GMT" ], "Content-Length": [ "79" @@ -659,22 +659,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tagResources?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFnUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tagResources?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdSZXNvdXJjZXM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5a4022f0-460c-40b9-9746-c52a1656fea8" + "516d976d-f0c4-4fa8-bfa6-8e1e93424de6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -687,26 +687,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "77c668aa-4161-4427-980e-596d7cfcab72" + "21e3b2ad-b6de-4157-b9bd-ae80442e2b02" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14969" + "11993" ], "x-ms-correlation-request-id": [ - "16658a06-6d90-4fc6-b78f-d94da71219b5" + "65af946f-2667-4706-8bb5-a055c4c25ce8" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191739Z:16658a06-6d90-4fc6-b78f-d94da71219b5" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213843Z:65af946f-2667-4706-8bb5-a055c4c25ce8" ], "Date": [ - "Wed, 25 Mar 2020 19:17:39 GMT" + "Thu, 08 Apr 2021 21:38:43 GMT" ], "Content-Length": [ "636" @@ -718,26 +718,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"tag\": {\r\n \"id\": \"/tags/operationTag2516\",\r\n \"name\": \"opreationTag4508\"\r\n },\r\n \"operation\": {\r\n \"id\": \"/apis/echo-api/operations/create-resource\",\r\n \"apiName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"apiVersion\": null,\r\n \"name\": \"Create resource\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/resource\",\r\n \"description\": \"A demonstration of a POST call based on the echo backend above. The request body is expected to contain JSON-formatted data (see example below). A policy is used to automatically transform any request sent in JSON directly to XML. In a real-world scenario this could be used to enable modern clients to speak to a legacy backend.\"\r\n }\r\n }\r\n ],\r\n \"count\": 1,\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"tag\": {\r\n \"id\": \"/tags/operationTag6174\",\r\n \"name\": \"opreationTag8722\"\r\n },\r\n \"operation\": {\r\n \"id\": \"/apis/echo-api/operations/create-resource\",\r\n \"apiName\": \"Echo API\",\r\n \"apiRevision\": \"1\",\r\n \"apiVersion\": null,\r\n \"name\": \"Create resource\",\r\n \"method\": \"POST\",\r\n \"urlTemplate\": \"/resource\",\r\n \"description\": \"A demonstration of a POST call based on the echo backend above. The request body is expected to contain JSON-formatted data (see example below). A policy is used to automatically transform any request sent in JSON directly to XML. In a real-world scenario this could be used to enable modern clients to speak to a legacy backend.\"\r\n }\r\n }\r\n ],\r\n \"count\": 1,\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/create-resource/tags/operationTag2516?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zL2NyZWF0ZS1yZXNvdXJjZS90YWdzL29wZXJhdGlvblRhZzI1MTY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/create-resource/tags/operationTag6174?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3RhZ3Mvb3BlcmF0aW9uVGFnNjE3ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "471d395b-1eb2-4fd3-ae1c-d833dcce5909" + "8aeba5b6-afe6-4a17-bfba-a477099ed734" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -748,31 +748,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANaw=\"" + "\"AAAAAAAAbXo=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "a37e66b8-f0ba-49f4-b52b-ab4578facb8b" + "9efa377c-fea8-48e4-8cdf-c08c4acbcce2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" + "11992" ], "x-ms-correlation-request-id": [ - "bb1309d3-9f14-4e2c-9f14-23c86029b42a" + "b15e4247-f3d0-443a-8c76-6c114e2d2788" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191740Z:bb1309d3-9f14-4e2c-9f14-23c86029b42a" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213843Z:b15e4247-f3d0-443a-8c76-6c114e2d2788" ], "Date": [ - "Wed, 25 Mar 2020 19:17:39 GMT" + "Thu, 08 Apr 2021 21:38:43 GMT" ], "Content-Length": [ "0" @@ -785,22 +785,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/create-resource/tags/operationTag2516?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zL2NyZWF0ZS1yZXNvdXJjZS90YWdzL29wZXJhdGlvblRhZzI1MTY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/create-resource/tags/operationTag6174?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3RhZ3Mvb3BlcmF0aW9uVGFnNjE3ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "57ae2d48-55a7-449c-8b14-66d06b6f59da" + "5136b2e8-64ff-4401-8929-fc97a105a13b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -813,26 +813,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "bcf0e37a-c20c-41c1-b760-1a85c5bb6aca" + "ba01e591-0e5b-4c80-a50b-cc0b5406ed14" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14986" + "14999" ], "x-ms-correlation-request-id": [ - "5a02e1ae-0921-4f0e-8bdc-5d02413125e0" + "ae258f47-19ad-4f00-83d2-8c13d5b64d2e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191740Z:5a02e1ae-0921-4f0e-8bdc-5d02413125e0" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213845Z:ae258f47-19ad-4f00-83d2-8c13d5b64d2e" ], "Date": [ - "Wed, 25 Mar 2020 19:17:40 GMT" + "Thu, 08 Apr 2021 21:38:44 GMT" ], "Expires": [ "-1" @@ -845,22 +845,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/apis/echo-api/operations/create-resource/tags/operationTag2516?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvYXBpcy9lY2hvLWFwaS9vcGVyYXRpb25zL2NyZWF0ZS1yZXNvdXJjZS90YWdzL29wZXJhdGlvblRhZzI1MTY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/apis/echo-api/operations/create-resource/tags/operationTag6174?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9hcGlzL2VjaG8tYXBpL29wZXJhdGlvbnMvY3JlYXRlLXJlc291cmNlL3RhZ3Mvb3BlcmF0aW9uVGFnNjE3ND9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b3af856-ed23-48b9-ada2-f6432bd60c07" + "1319dd70-d081-43fa-b605-0dc4f8469221" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -873,26 +873,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "3008f54b-6dac-4783-91da-d680c4aa1af9" + "7117160c-6d50-4bc8-9a96-cffd0bdd2979" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14984" + "14997" ], "x-ms-correlation-request-id": [ - "39702835-6ad6-402a-b7b9-9425a8131959" + "677b4659-d736-4efa-963d-b8b7fc987b5a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191742Z:39702835-6ad6-402a-b7b9-9425a8131959" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213845Z:677b4659-d736-4efa-963d-b8b7fc987b5a" ], "Date": [ - "Wed, 25 Mar 2020 19:17:41 GMT" + "Thu, 08 Apr 2021 21:38:45 GMT" ], "Expires": [ "-1" @@ -902,22 +902,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/operationTag2516?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy9vcGVyYXRpb25UYWcyNTE2P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/operationTag6174?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL29wZXJhdGlvblRhZzYxNzQ/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4240e67-f9fc-4adc-b6f6-db2b30e6ca8e" + "0e0136e9-6d05-4152-9b51-e2f90080b8b0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -928,31 +928,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANaw=\"" + "\"AAAAAAAAbXo=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "9f85604b-b848-4e53-a507-9124ec0d2c92" + "79e671e2-ffdc-422f-950b-824c05a1aa4d" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14966" + "11990" ], "x-ms-correlation-request-id": [ - "0dbe53f2-c15d-4f0f-a703-ee41a1d42afb" + "218b434b-aba8-4bd9-80f2-a096e6d52dcc" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191741Z:0dbe53f2-c15d-4f0f-a703-ee41a1d42afb" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213845Z:218b434b-aba8-4bd9-80f2-a096e6d52dcc" ], "Date": [ - "Wed, 25 Mar 2020 19:17:40 GMT" + "Thu, 08 Apr 2021 21:38:44 GMT" ], "Content-Length": [ "0" @@ -965,22 +965,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/operationTag2516?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy9vcGVyYXRpb25UYWcyNTE2P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/operationTag6174?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL29wZXJhdGlvblRhZzYxNzQ/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3014011e-50c1-40c3-b93d-a2ae3bc30bcb" + "f8fa4fd5-b9e4-4e0e-af00-6f2107a84dae" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -993,26 +993,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "effdb0dc-eafe-4c20-b1a5-ff7be41b2db9" + "33c9b9c4-1139-4d0b-897f-3c8ebdcb1609" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14965" + "11989" ], "x-ms-correlation-request-id": [ - "21634477-d635-4ea0-8544-685b5c443e88" + "cfc7ca9e-57d8-40cb-b479-c3d13efbb71c" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191741Z:21634477-d635-4ea0-8544-685b5c443e88" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213845Z:cfc7ca9e-57d8-40cb-b479-c3d13efbb71c" ], "Date": [ - "Wed, 25 Mar 2020 19:17:41 GMT" + "Thu, 08 Apr 2021 21:38:44 GMT" ], "Content-Length": [ "0" @@ -1025,25 +1025,25 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/operationTag2516?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy9vcGVyYXRpb25UYWcyNTE2P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/operationTag6174?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL29wZXJhdGlvblRhZzYxNzQ/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ecdf1912-4a7b-4ce6-9bc6-19fb75b61507" + "c95f27a0-ff11-4445-be9d-2589ad02c768" ], "If-Match": [ - "\"AAAAAAAANaw=\"" + "\"AAAAAAAAbXo=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1056,26 +1056,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "567363d8-f54f-49f9-bcd7-53accabedb2c" + "8e2106d2-90b4-49fd-b38a-005adef917d6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14985" + "14998" ], "x-ms-correlation-request-id": [ - "860eed71-caf7-4064-ad38-448f15c801da" + "7ff85cee-4800-4a39-97e2-e644b52317e0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191741Z:860eed71-caf7-4064-ad38-448f15c801da" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213845Z:7ff85cee-4800-4a39-97e2-e644b52317e0" ], "Date": [ - "Wed, 25 Mar 2020 19:17:40 GMT" + "Thu, 08 Apr 2021 21:38:44 GMT" ], "Expires": [ "-1" @@ -1088,13 +1088,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/operationTag2516?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy9vcGVyYXRpb25UYWcyNTE2P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/operationTag6174?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL29wZXJhdGlvblRhZzYxNzQ/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "79539da4-dbfc-4072-9d64-5b2ab924ba72" + "4abe87ec-4fa9-4f7b-9781-2182b8039a8d" ], "If-Match": [ "*" @@ -1103,10 +1103,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1119,26 +1119,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "5f9154bf-a0d7-44d8-a530-518ba6cc1fff" + "6e4856a8-58a6-436b-a438-ba63510a38db" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14983" + "14996" ], "x-ms-correlation-request-id": [ - "e49f424e-68dd-4649-8366-f8938a7f7112" + "4298424e-7b59-4b6d-b481-4efcbfb965d1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191742Z:e49f424e-68dd-4649-8366-f8938a7f7112" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T213845Z:4298424e-7b59-4b6d-b481-4efcbfb965d1" ], "Date": [ - "Wed, 25 Mar 2020 19:17:41 GMT" + "Thu, 08 Apr 2021 21:38:45 GMT" ], "Expires": [ "-1" @@ -1150,17 +1150,17 @@ ], "Names": { "CreateListUpdateDeleteOperationTags": [ - "operationTag2516", - "opreationTag4508" + "operationTag6174", + "opreationTag8722" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TagTest/CreateListUpdateDeleteProductTags.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TagTest/CreateListUpdateDeleteProductTags.json index 87dc8c9bb55d9..844fd3ed38660 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TagTest/CreateListUpdateDeleteProductTags.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TagTest/CreateListUpdateDeleteProductTags.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a9ddb19a-a973-4b84-b735-5b35e01e4fba" + "5141b88e-4a53-46ea-9ed8-8d192ea5390b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,14 +33,14 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8b6b66ba-ef5e-4e05-830c-8098fa571ea0", - "629b604a-dd7b-419a-9a2a-4f66527cbf91" + "a4a994ef-4be5-4e1e-9732-d8480531ad3a", + "14ff2511-24fd-4d01-970d-a9db11ddb36c" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -49,19 +49,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "0538bede-bc36-4127-a4e2-a0f22ab37cb1" + "394d9765-c566-4a64-a043-7b8f351aba47" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191758Z:0538bede-bc36-4127-a4e2-a0f22ab37cb1" + "WESTCENTRALUS:20210408T213854Z:394d9765-c566-4a64-a043-7b8f351aba47" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:17:58 GMT" + "Thu, 08 Apr 2021 21:38:54 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ba0a245-233f-48b3-b124-afb8795feb64" + "f280ffae-f193-49a3-b127-54b466d5d2c2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d5a22721-d7da-4c31-bc96-b0c2363211bf" + "5cae7855-b777-4488-bb4b-f6d3d7a68365" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "11999" ], "x-ms-correlation-request-id": [ - "8086c690-7d67-44fd-b63f-5a6fc6ed9dfd" + "e6f2359b-9a3a-42f9-aea7-b0e77897f4fb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191759Z:8086c690-7d67-44fd-b63f-5a6fc6ed9dfd" + "WESTCENTRALUS:20210408T213854Z:e6f2359b-9a3a-42f9-aea7-b0e77897f4fb" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:17:58 GMT" + "Thu, 08 Apr 2021 21:38:54 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6577c35e-9367-4df0-bdc5-2db577578413" + "0ddffc32-aa87-477a-b37e-b712fca27383" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,26 +168,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "60647db7-db34-49ab-a967-8552b00bd66a" + "db5340ce-3e55-41a1-afd0-3cbae171bcab" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "11998" ], "x-ms-correlation-request-id": [ - "eedbee74-7849-4378-a8c3-f636783d81cd" + "c47daf1c-b084-48ff-9c7f-d7797d770336" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191759Z:eedbee74-7849-4378-a8c3-f636783d81cd" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213854Z:c47daf1c-b084-48ff-9c7f-d7797d770336" ], "Date": [ - "Wed, 25 Mar 2020 19:17:58 GMT" + "Thu, 08 Apr 2021 21:38:54 GMT" ], "Content-Length": [ "34" @@ -203,22 +203,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7813944b-8a84-4657-828e-88d34d22c7a8" + "585281b5-6bf5-4856-8896-582833446a44" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -231,29 +231,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "197f34ee-5012-454a-a78c-97ee45c137b9" + "da682d92-aff3-478b-8a62-bdd2da1e8cab" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "11997" ], "x-ms-correlation-request-id": [ - "88fd93d1-bf25-4a70-bd80-a051b4edd6f4" + "e538adec-8f42-4b1a-8983-0e7fdb0f5a86" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191759Z:88fd93d1-bf25-4a70-bd80-a051b4edd6f4" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213854Z:e538adec-8f42-4b1a-8983-0e7fdb0f5a86" ], "Date": [ - "Wed, 25 Mar 2020 19:17:59 GMT" + "Thu, 08 Apr 2021 21:38:54 GMT" ], "Content-Length": [ - "1292" + "1296" ], "Content-Type": [ "application/json; charset=utf-8" @@ -262,26 +262,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"starter\",\r\n \"properties\": {\r\n \"displayName\": \"Starter\",\r\n \"description\": \"Subscribers will be able to run 5 calls/minute up to a maximum of 100 calls/week.\",\r\n \"terms\": \"\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": false,\r\n \"subscriptionsLimit\": 2147483647,\r\n \"state\": \"published\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"unlimited\",\r\n \"properties\": {\r\n \"displayName\": \"Unlimited\",\r\n \"description\": \"Subscribers have completely unlimited access to the API. Administrator approval is required.\",\r\n \"terms\": null,\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 1,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 2\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"starter\",\r\n \"properties\": {\r\n \"displayName\": \"Starter\",\r\n \"description\": \"Subscribers will be able to run 5 calls/minute up to a maximum of 100 calls/week.\",\r\n \"terms\": \"\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": false,\r\n \"subscriptionsLimit\": 2147483647,\r\n \"state\": \"published\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited\",\r\n \"type\": \"Microsoft.ApiManagement/service/products\",\r\n \"name\": \"unlimited\",\r\n \"properties\": {\r\n \"displayName\": \"Unlimited\",\r\n \"description\": \"Subscribers have completely unlimited access to the API. Administrator approval is required.\",\r\n \"terms\": null,\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": true,\r\n \"subscriptionsLimit\": 1,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 2\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/productTag4479?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy9wcm9kdWN0VGFnNDQ3OT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/productTag3487?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL3Byb2R1Y3RUYWczNDg3P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"productTag5771\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"productTag7224\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "896d6592-b7bb-4341-9fa2-04a368239733" + "37b60176-a545-4047-9c65-d360066a64c6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -298,13 +298,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANa8=\"" + "\"AAAAAAAAbXw=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "69a31c77-8a52-480e-8960-b32ee85e27d3" + "4931777d-1993-408f-bc15-e2a6390ccf4a" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -313,19 +316,16 @@ "1198" ], "x-ms-correlation-request-id": [ - "534f95da-1cb0-402f-938f-724f1d5394ab" + "010df562-9829-4c0a-9af8-6afe08d13d91" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191800Z:534f95da-1cb0-402f-938f-724f1d5394ab" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213856Z:010df562-9829-4c0a-9af8-6afe08d13d91" ], "Date": [ - "Wed, 25 Mar 2020 19:17:59 GMT" + "Thu, 08 Apr 2021 21:38:55 GMT" ], "Content-Length": [ - "321" + "323" ], "Content-Type": [ "application/json; charset=utf-8" @@ -334,26 +334,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/productTag4479\",\r\n \"type\": \"Microsoft.ApiManagement/service/tags\",\r\n \"name\": \"productTag4479\",\r\n \"properties\": {\r\n \"displayName\": \"productTag5771\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/productTag3487\",\r\n \"type\": \"Microsoft.ApiManagement/service/tags\",\r\n \"name\": \"productTag3487\",\r\n \"properties\": {\r\n \"displayName\": \"productTag7224\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/tags/productTag4479?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvc3RhcnRlci90YWdzL3Byb2R1Y3RUYWc0NDc5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/tags/productTag3487?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9zdGFydGVyL3RhZ3MvcHJvZHVjdFRhZzM0ODc/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4c8afdb-08ef-4bd3-80e1-b1a9efb30d1f" + "f539f36e-6fa1-4184-9e6e-5c599d6566f9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -364,13 +364,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANa8=\"" + "\"AAAAAAAAbXw=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "bb0e403f-b471-4156-a3e7-87fc0aca2a1a" + "8f4b9ed9-976c-488e-8ed8-e13a2231c674" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -379,19 +382,16 @@ "1197" ], "x-ms-correlation-request-id": [ - "8a22ba4d-e87b-4ea9-a36a-fc6d0c921ef3" + "8acdcfad-0a83-4880-bc4b-6b2fc62ad9ac" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191800Z:8a22ba4d-e87b-4ea9-a36a-fc6d0c921ef3" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213856Z:8acdcfad-0a83-4880-bc4b-6b2fc62ad9ac" ], "Date": [ - "Wed, 25 Mar 2020 19:18:00 GMT" + "Thu, 08 Apr 2021 21:38:56 GMT" ], "Content-Length": [ - "347" + "349" ], "Content-Type": [ "application/json; charset=utf-8" @@ -400,26 +400,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/tags/productTag4479\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/tags\",\r\n \"name\": \"productTag4479\",\r\n \"properties\": {\r\n \"displayName\": \"productTag5771\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/tags/productTag3487\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/tags\",\r\n \"name\": \"productTag3487\",\r\n \"properties\": {\r\n \"displayName\": \"productTag7224\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/tags?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvc3RhcnRlci90YWdzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/tags?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9zdGFydGVyL3RhZ3M/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4153c795-2bf7-4d3c-b35d-e2080d025eed" + "5aaa17de-e161-40f9-8c9c-27d75abd37e8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -432,29 +432,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "fbd71dab-3754-4ca3-9bcc-30a2463f6779" + "37925a22-2e20-473c-808d-5bfcf04cb7c9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "11996" ], "x-ms-correlation-request-id": [ - "0257af42-75e6-49c5-8e86-ec054463bedf" + "6bea4e7d-add2-40ca-99af-efa4b6c2d7f0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191801Z:0257af42-75e6-49c5-8e86-ec054463bedf" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213856Z:6bea4e7d-add2-40ca-99af-efa4b6c2d7f0" ], "Date": [ - "Wed, 25 Mar 2020 19:18:00 GMT" + "Thu, 08 Apr 2021 21:38:56 GMT" ], "Content-Length": [ - "419" + "421" ], "Content-Type": [ "application/json; charset=utf-8" @@ -463,26 +463,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/tags/productTag4479\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/tags\",\r\n \"name\": \"productTag4479\",\r\n \"properties\": {\r\n \"displayName\": \"productTag5771\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/tags/productTag3487\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/tags\",\r\n \"name\": \"productTag3487\",\r\n \"properties\": {\r\n \"displayName\": \"productTag7224\"\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/tags/productTag4479?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvc3RhcnRlci90YWdzL3Byb2R1Y3RUYWc0NDc5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/tags/productTag3487?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9zdGFydGVyL3RhZ3MvcHJvZHVjdFRhZzM0ODc/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8a8ac0a3-8dea-4d01-bf19-23d1beb4f5ca" + "6da3fc88-e4d0-4720-b090-2e3c76daaef7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -493,34 +493,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANa8=\"" + "\"AAAAAAAAbXw=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "3e9b9ddb-ea87-47ca-87a4-060af16051e2" + "6eaf72ec-1c8e-4aab-a3e8-27862005c106" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "11995" ], "x-ms-correlation-request-id": [ - "f3ed32e6-8fdc-4852-a522-c40c6041315d" + "f3b3c8f6-8a63-435c-ad86-ade76dcaf3f4" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191801Z:f3ed32e6-8fdc-4852-a522-c40c6041315d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213856Z:f3b3c8f6-8a63-435c-ad86-ade76dcaf3f4" ], "Date": [ - "Wed, 25 Mar 2020 19:18:00 GMT" + "Thu, 08 Apr 2021 21:38:56 GMT" ], "Content-Length": [ - "347" + "349" ], "Content-Type": [ "application/json; charset=utf-8" @@ -529,26 +529,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/tags/productTag4479\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/tags\",\r\n \"name\": \"productTag4479\",\r\n \"properties\": {\r\n \"displayName\": \"productTag5771\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/tags/productTag3487\",\r\n \"type\": \"Microsoft.ApiManagement/service/products/tags\",\r\n \"name\": \"productTag3487\",\r\n \"properties\": {\r\n \"displayName\": \"productTag7224\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/tags/productTag4479?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvc3RhcnRlci90YWdzL3Byb2R1Y3RUYWc0NDc5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/tags/productTag3487?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9zdGFydGVyL3RhZ3MvcHJvZHVjdFRhZzM0ODc/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dca168e6-2968-40f9-9867-b70103487c79" + "004560b0-bc99-4e81-85ba-9f5531b9210c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -561,26 +561,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "cc84cec8-8b43-4b18-aeab-0998ca291e1a" + "185c8357-da79-46f8-9496-813b88eb9653" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "11992" ], "x-ms-correlation-request-id": [ - "55da1f00-3a2a-4336-a8d9-52b01eb086aa" + "40cb2cc6-9ceb-4a66-8f3e-e499b84cef65" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191803Z:55da1f00-3a2a-4336-a8d9-52b01eb086aa" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213858Z:40cb2cc6-9ceb-4a66-8f3e-e499b84cef65" ], "Date": [ - "Wed, 25 Mar 2020 19:18:03 GMT" + "Thu, 08 Apr 2021 21:38:58 GMT" ], "Content-Length": [ "79" @@ -596,22 +596,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tagResources?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFnUmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tagResources?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdSZXNvdXJjZXM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "82220fee-6949-46e2-9257-869732367dee" + "2bab1cd0-1ad2-4298-8313-7cdcb09a91f0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -624,26 +624,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "86384a52-3662-4a63-8684-8e8de09163f9" + "ec79834a-5f79-414b-a6f5-1006e6f3e152" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "11994" ], "x-ms-correlation-request-id": [ - "1b75c791-e62c-48f6-aba9-3cd8b9fb1928" + "9688bbf9-09fe-47f1-aa30-38917f388fa1" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191802Z:1b75c791-e62c-48f6-aba9-3cd8b9fb1928" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213857Z:9688bbf9-09fe-47f1-aa30-38917f388fa1" ], "Date": [ - "Wed, 25 Mar 2020 19:18:01 GMT" + "Thu, 08 Apr 2021 21:38:57 GMT" ], "Content-Length": [ "367" @@ -655,26 +655,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"tag\": {\r\n \"id\": \"/tags/productTag4479\",\r\n \"name\": \"productTag5771\"\r\n },\r\n \"product\": {\r\n \"id\": \"/products/starter\",\r\n \"name\": \"Starter\",\r\n \"description\": \"Subscribers will be able to run 5 calls/minute up to a maximum of 100 calls/week.\",\r\n \"terms\": \"\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": false,\r\n \"subscriptionsLimit\": 2147483647,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 1,\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"tag\": {\r\n \"id\": \"/tags/productTag3487\",\r\n \"name\": \"productTag7224\"\r\n },\r\n \"product\": {\r\n \"id\": \"/products/starter\",\r\n \"name\": \"Starter\",\r\n \"description\": \"Subscribers will be able to run 5 calls/minute up to a maximum of 100 calls/week.\",\r\n \"terms\": \"\",\r\n \"subscriptionRequired\": true,\r\n \"approvalRequired\": false,\r\n \"subscriptionsLimit\": 2147483647,\r\n \"state\": \"published\"\r\n }\r\n }\r\n ],\r\n \"count\": 1,\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/tags/productTag4479?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvc3RhcnRlci90YWdzL3Byb2R1Y3RUYWc0NDc5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/tags/productTag3487?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9zdGFydGVyL3RhZ3MvcHJvZHVjdFRhZzM0ODc/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3e8d8d6-ac05-43d8-aeb6-3a5b5fb2f4bf" + "01770187-6234-43ae-a72e-a2ce1e46de32" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -685,31 +685,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANa8=\"" + "\"AAAAAAAAbXw=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "60e2f96a-86da-4254-8353-76bda17bb3cb" + "d3a452c4-8019-4136-aac8-1223d6a86bd9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "11993" ], "x-ms-correlation-request-id": [ - "b4112e2d-81e6-4c31-9270-44caaceee0ea" + "d7a1de0b-37a3-40ea-90f5-cb0bfdad8d0a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191802Z:b4112e2d-81e6-4c31-9270-44caaceee0ea" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213857Z:d7a1de0b-37a3-40ea-90f5-cb0bfdad8d0a" ], "Date": [ - "Wed, 25 Mar 2020 19:18:01 GMT" + "Thu, 08 Apr 2021 21:38:57 GMT" ], "Content-Length": [ "0" @@ -722,22 +722,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/tags/productTag4479?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvc3RhcnRlci90YWdzL3Byb2R1Y3RUYWc0NDc5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/tags/productTag3487?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9zdGFydGVyL3RhZ3MvcHJvZHVjdFRhZzM0ODc/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "df7d41e4-25ce-42dc-bdbf-594578f8e1ca" + "4d729e21-2da0-4d95-b682-6381f1600f64" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -750,8 +750,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "82cbf32b-3b04-4871-b839-0560f95a7380" + "ea915b20-e756-4bc6-a8e4-1fd6a0ece52f" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -760,16 +763,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "f92ed590-6f7c-48b9-b191-bf590ac34a09" + "20391270-e018-42e8-85c6-79ab1e360cc9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191803Z:f92ed590-6f7c-48b9-b191-bf590ac34a09" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213858Z:20391270-e018-42e8-85c6-79ab1e360cc9" ], "Date": [ - "Wed, 25 Mar 2020 19:18:03 GMT" + "Thu, 08 Apr 2021 21:38:58 GMT" ], "Expires": [ "-1" @@ -782,22 +782,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter/tags/productTag4479?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvcHJvZHVjdHMvc3RhcnRlci90YWdzL3Byb2R1Y3RUYWc0NDc5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter/tags/productTag3487?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9wcm9kdWN0cy9zdGFydGVyL3RhZ3MvcHJvZHVjdFRhZzM0ODc/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c979ece1-430b-4bea-97ec-9a3bad34dac4" + "3fffa372-3af5-42e0-b3f2-3f4e0621bbdd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -810,8 +810,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "cd437cd3-7c30-4ac0-bdc4-b961c0bfee84" + "604fe948-4538-4206-b593-fb4afb624ec6" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -820,16 +823,13 @@ "14997" ], "x-ms-correlation-request-id": [ - "db94b87b-def1-4ada-b9c8-2d97a011df16" + "899b58f2-9f46-4b6d-872c-3f09b207e757" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191804Z:db94b87b-def1-4ada-b9c8-2d97a011df16" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213858Z:899b58f2-9f46-4b6d-872c-3f09b207e757" ], "Date": [ - "Wed, 25 Mar 2020 19:18:04 GMT" + "Thu, 08 Apr 2021 21:38:58 GMT" ], "Expires": [ "-1" @@ -839,22 +839,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/productTag4479?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy9wcm9kdWN0VGFnNDQ3OT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/productTag3487?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL3Byb2R1Y3RUYWczNDg3P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ca85215-f511-47ad-bf0f-0e5160f4f07f" + "6d7e669e-5734-4283-a91c-f5b813ba7021" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -865,31 +865,31 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANa8=\"" + "\"AAAAAAAAbXw=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "d19c4b2b-dbd1-4e80-8c62-8170d8816b9b" + "463c5dd9-6159-4b6d-9391-4765a5c968b9" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "11991" ], "x-ms-correlation-request-id": [ - "2978207e-ecca-473a-847e-0949f681c187" + "d4d694fb-6bde-4877-9c4f-0a22710a6c73" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191803Z:2978207e-ecca-473a-847e-0949f681c187" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213858Z:d4d694fb-6bde-4877-9c4f-0a22710a6c73" ], "Date": [ - "Wed, 25 Mar 2020 19:18:03 GMT" + "Thu, 08 Apr 2021 21:38:58 GMT" ], "Content-Length": [ "0" @@ -902,22 +902,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/productTag4479?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy9wcm9kdWN0VGFnNDQ3OT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/productTag3487?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL3Byb2R1Y3RUYWczNDg3P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "630e69cd-acaf-4447-849a-69579fce587e" + "778b0e49-60c3-46c8-bf36-556861a33acd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -930,26 +930,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "3db301e9-2432-478e-90c4-1ce133eb6de6" + "178e0c68-a372-40d0-8692-e035b9161ea5" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "11990" ], "x-ms-correlation-request-id": [ - "c541b771-7640-4d3c-a0af-0adc3ba8c7f6" + "2f16c79c-08d4-463c-a8e6-f9d56374b424" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191804Z:c541b771-7640-4d3c-a0af-0adc3ba8c7f6" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213858Z:2f16c79c-08d4-463c-a8e6-f9d56374b424" ], "Date": [ - "Wed, 25 Mar 2020 19:18:04 GMT" + "Thu, 08 Apr 2021 21:38:58 GMT" ], "Content-Length": [ "0" @@ -962,25 +962,25 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/productTag4479?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy9wcm9kdWN0VGFnNDQ3OT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/productTag3487?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL3Byb2R1Y3RUYWczNDg3P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d6d546da-e063-4461-9bbb-d38a6b532e0f" + "056b5bf2-dc20-4d9c-be0b-0cc42579fc92" ], "If-Match": [ - "\"AAAAAAAANa8=\"" + "\"AAAAAAAAbXw=\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -993,8 +993,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "8ede2180-6200-447b-9bc0-90f325f1c680" + "2d653548-342b-45de-99ad-86ed60e2d0bf" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1003,16 +1006,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "9ac301e5-8973-473f-a481-c4c9ee511140" + "dd131223-a136-48b1-983a-c59f1ba8014f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191804Z:9ac301e5-8973-473f-a481-c4c9ee511140" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213858Z:dd131223-a136-48b1-983a-c59f1ba8014f" ], "Date": [ - "Wed, 25 Mar 2020 19:18:04 GMT" + "Thu, 08 Apr 2021 21:38:58 GMT" ], "Expires": [ "-1" @@ -1025,13 +1025,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tags/productTag4479?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGFncy9wcm9kdWN0VGFnNDQ3OT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tags/productTag3487?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90YWdzL3Byb2R1Y3RUYWczNDg3P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d13ee28f-0a4c-4943-901d-98229c3a0db9" + "58d09958-71ce-4892-9eb5-844536b89230" ], "If-Match": [ "*" @@ -1040,10 +1040,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -1056,8 +1056,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "08cdf7f1-f280-477a-8270-9554a94ac0ff" + "65316e99-0684-4f59-9163-30dfe3cf829d" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1066,16 +1069,13 @@ "14996" ], "x-ms-correlation-request-id": [ - "424b6d3c-ef42-4b3f-956a-5170a47464cc" + "5f59b922-1ae9-40a6-9c7f-0a8b65a3103e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T191805Z:424b6d3c-ef42-4b3f-956a-5170a47464cc" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210408T213858Z:5f59b922-1ae9-40a6-9c7f-0a8b65a3103e" ], "Date": [ - "Wed, 25 Mar 2020 19:18:04 GMT" + "Thu, 08 Apr 2021 21:38:58 GMT" ], "Expires": [ "-1" @@ -1087,17 +1087,17 @@ ], "Names": { "CreateListUpdateDeleteProductTags": [ - "productTag4479", - "productTag5771" + "productTag3487", + "productTag7224" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TenantAccessGitTests/GetUpdateKeys.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TenantAccessGitTests/GetUpdateKeys.json index e1d732b991d78..a010b237add0e 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TenantAccessGitTests/GetUpdateKeys.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TenantAccessGitTests/GetUpdateKeys.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "af9c2c8b-1f3a-4200-a28b-a694080aa341" + "831a0b79-c279-4e50-8df0-cfec37900a23" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "342" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVONE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3a955cbd-da1c-469b-9158-b6c59de5a10f", - "0864eaf5-11ed-46cc-a00f-068d1b03560c" + "02eb6855-529d-40d1-810e-eb8e5ec6c662", + "51d67fef-fbe6-4162-8100-587a0c4d7ee1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "4ec20b88-3bb6-4810-9ab4-189465234a51" + "f143095d-c733-4113-914e-1baa995cf76a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190511Z:4ec20b88-3bb6-4810-9ab4-189465234a51" + "WESTUS:20210502T184758Z:f143095d-c733-4113-914e-1baa995cf76a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:05:11 GMT" + "Sun, 02 May 2021 18:47:57 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5a31a78-f02b-48d7-a47e-184c570e6c5b" + "f6626b9c-9f25-4ff6-9cfe-5d87e345976f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVONE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "192a5ea5-3332-40f1-8c6e-33798ea27714" + "2be0a34c-210b-43a0-a63a-0461f3882684" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "11999" ], "x-ms-correlation-request-id": [ - "55ad7930-db48-4966-92c9-2170d6dece81" + "4407862a-0fba-42d2-ace6-7070596d11a0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190512Z:55ad7930-db48-4966-92c9-2170d6dece81" + "WESTUS:20210502T184758Z:4407862a-0fba-42d2-ace6-7070596d11a0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:05:11 GMT" + "Sun, 02 May 2021 18:47:57 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/access/git?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2FjY2Vzcy9naXQ/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/gitAccess?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvZ2l0QWNjZXNzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "HEAD", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e0cf19c-bc3c-4ebd-b3d2-e44f173090f3" + "f2b5f141-03bf-4fb0-97f9-30cea5870555" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -166,34 +166,97 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAMdcAAAAAAAAAAA==\"" + "\"AAAAAAAAflkAAAAAAAAAAA==\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "89b6db3d-0df8-4dbe-9692-7da518a017f8" + "3ccff194-0d68-48c0-9c23-26bf2c06c6f5" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "11998" ], "x-ms-correlation-request-id": [ - "e048bf06-c811-4acd-8b10-da930a2223e5" + "8639dea4-ce44-4cb3-b08c-2cdb1528c423" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190512Z:e048bf06-c811-4acd-8b10-da930a2223e5" + "WESTUS:20210502T184758Z:8639dea4-ce44-4cb3-b08c-2cdb1528c423" + ], + "Date": [ + "Sun, 02 May 2021 18:47:57 GMT" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/gitAccess?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvZ2l0QWNjZXNzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3ea3231c-f08a-420b-a9a0-a833d705cf9e" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAAflkAAAAAAAAAAA==\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "x-ms-request-id": [ + "83fa6638-cb4a-499b-afff-373ea4bdb079" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "c4cbe6ba-c560-4df7-a969-7286ca4abb95" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T184758Z:c4cbe6ba-c560-4df7-a969-7286ca4abb95" + ], "Date": [ - "Wed, 25 Mar 2020 19:05:11 GMT" + "Sun, 02 May 2021 18:47:58 GMT" ], "Content-Length": [ - "65" + "380" ], "Content-Type": [ "application/json; charset=utf-8" @@ -202,26 +265,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"git\",\r\n \"primaryKey\": null,\r\n \"secondaryKey\": null,\r\n \"enabled\": true\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/gitAccess\",\r\n \"type\": \"Microsoft.ApiManagement/service/tenant\",\r\n \"name\": \"gitAccess\",\r\n \"properties\": {\r\n \"principalId\": \"git\",\r\n \"primaryKey\": null,\r\n \"secondaryKey\": null,\r\n \"enabled\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/access/git/listSecrets?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2FjY2Vzcy9naXQvbGlzdFNlY3JldHM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/gitAccess/listSecrets?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvZ2l0QWNjZXNzL2xpc3RTZWNyZXRzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "45c14509-4ed6-40da-a2ae-e6bc5364ec50" + "c3a5b542-8df1-4916-b95a-a7e10f4e13de" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -232,13 +295,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAMdcAAAAAAAAAAA==\"" + "\"AAAAAAAAflkAAAAAAAAAAA==\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "771070e5-8b4e-4355-8ef5-d0de0dd04711" + "9c37007a-310b-4ea1-b17a-f2f6f5a5caa2" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -247,19 +313,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "b87fe73c-0059-4cf5-8d71-685606a2164d" + "f007f729-b0c6-4419-88ca-813ed12f96ee" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190512Z:b87fe73c-0059-4cf5-8d71-685606a2164d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184758Z:f007f729-b0c6-4419-88ca-813ed12f96ee" ], "Date": [ - "Wed, 25 Mar 2020 19:05:12 GMT" + "Sun, 02 May 2021 18:47:58 GMT" ], "Content-Length": [ - "237" + "271" ], "Content-Type": [ "application/json; charset=utf-8" @@ -268,26 +331,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"git\",\r\n \"primaryKey\": \"JySP11glF2SELORknKO/OEDBPll/rnJwWaCginWgRPbNgI7vNmVXsJIZneTyYR6Dz0Xmcf88F3Gi8mgZkv9paQ==\",\r\n \"secondaryKey\": \"Z6mIyFyygB1VO1NwOaLj7+2UOD595WMD1X8ckbXJY1TSiASiBeLgfmGYTRIxEeMGWzsP4foJJ2Xhl//92nF7dQ==\",\r\n \"enabled\": true\r\n}", + "ResponseBody": "{\r\n \"id\": \"/tenant/gitAccess\",\r\n \"principalId\": \"git\",\r\n \"primaryKey\": \"WuJkRChZ9b2Z79irR/4ZQmz26hblXg3bqZaI4eLfwNYhS0HWBa1h0RakaRXVluS9/Sz6di2aA2X51UJwvIGuMw==\",\r\n \"secondaryKey\": \"BnpPiyrP7/ikUo04LC+nHtxgDnP0TMFXp/gy5Yi+rQg5ZxDc0UFC+sOm6utHj5puQH9PH3FubkuP3HQOTZooRQ==\",\r\n \"enabled\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/access/git/listSecrets?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2FjY2Vzcy9naXQvbGlzdFNlY3JldHM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/gitAccess/listSecrets?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvZ2l0QWNjZXNzL2xpc3RTZWNyZXRzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "529e0b99-5663-491d-b728-539e1909cd3f" + "35bc9f4a-1151-45e8-af70-5ece44efcb7b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -298,13 +361,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANGQAAAAAAAAAAA==\"" + "\"AAAAAAAAfwYAAAAAAAAAAA==\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "805546df-145a-4dd8-9845-c431cfc02824" + "987834a0-d1d1-485f-9f29-d58de5d9ec09" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -313,19 +379,16 @@ "1197" ], "x-ms-correlation-request-id": [ - "ea1524b7-a24e-4927-9b26-349c492313da" + "ed12264d-eb97-4d23-9628-bede311dc059" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190513Z:ea1524b7-a24e-4927-9b26-349c492313da" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184759Z:ed12264d-eb97-4d23-9628-bede311dc059" ], "Date": [ - "Wed, 25 Mar 2020 19:05:12 GMT" + "Sun, 02 May 2021 18:47:58 GMT" ], "Content-Length": [ - "237" + "271" ], "Content-Type": [ "application/json; charset=utf-8" @@ -334,26 +397,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"git\",\r\n \"primaryKey\": \"LZTKmTxlRIUetW7yb2s/FlDbrFk/dEJNbFb1zwFFYRjDbYWx9PlrPQcVwC1kq95jgD9iBnbOqkTSt77wf6db/A==\",\r\n \"secondaryKey\": \"Z6mIyFyygB1VO1NwOaLj7+2UOD595WMD1X8ckbXJY1TSiASiBeLgfmGYTRIxEeMGWzsP4foJJ2Xhl//92nF7dQ==\",\r\n \"enabled\": true\r\n}", + "ResponseBody": "{\r\n \"id\": \"/tenant/gitAccess\",\r\n \"principalId\": \"git\",\r\n \"primaryKey\": \"dPCoiOmbCw8SPVXf68+h3emH/SXafiqhcg77IAT9g5HLsjGgRWKzzyyOO1oyPpW3XKhmPNAhGrI2w4q7ySsskw==\",\r\n \"secondaryKey\": \"BnpPiyrP7/ikUo04LC+nHtxgDnP0TMFXp/gy5Yi+rQg5ZxDc0UFC+sOm6utHj5puQH9PH3FubkuP3HQOTZooRQ==\",\r\n \"enabled\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/access/git/listSecrets?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2FjY2Vzcy9naXQvbGlzdFNlY3JldHM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/gitAccess/listSecrets?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvZ2l0QWNjZXNzL2xpc3RTZWNyZXRzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ab8e488-2672-4c24-be22-76c449bd99bc" + "830f0f73-b50e-46c2-b0a9-18ccb0def717" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -364,13 +427,16 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANGYAAAAAAAAAAA==\"" + "\"AAAAAAAAfwgAAAAAAAAAAA==\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "e9c38dd4-e8a3-4200-9ea2-050bdcb22a5b" + "dccddeb4-6a05-4ffb-9c15-29239f684373" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -379,19 +445,16 @@ "1195" ], "x-ms-correlation-request-id": [ - "c011251a-86a3-4a53-a850-137d54e0fb7b" + "1b3fda69-38c9-40c5-b7d8-6f45cbd62111" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190514Z:c011251a-86a3-4a53-a850-137d54e0fb7b" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184759Z:1b3fda69-38c9-40c5-b7d8-6f45cbd62111" ], "Date": [ - "Wed, 25 Mar 2020 19:05:13 GMT" + "Sun, 02 May 2021 18:47:59 GMT" ], "Content-Length": [ - "237" + "271" ], "Content-Type": [ "application/json; charset=utf-8" @@ -400,26 +463,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"git\",\r\n \"primaryKey\": \"LZTKmTxlRIUetW7yb2s/FlDbrFk/dEJNbFb1zwFFYRjDbYWx9PlrPQcVwC1kq95jgD9iBnbOqkTSt77wf6db/A==\",\r\n \"secondaryKey\": \"RoI8yWu6ui2vfbYQw7vXhT6XRXzK3LoVexzteq2Up4lgZ7+keNKB1adTq7YWB5cDP/QMhsWp8Ds84HaYCoGvOw==\",\r\n \"enabled\": true\r\n}", + "ResponseBody": "{\r\n \"id\": \"/tenant/gitAccess\",\r\n \"principalId\": \"git\",\r\n \"primaryKey\": \"dPCoiOmbCw8SPVXf68+h3emH/SXafiqhcg77IAT9g5HLsjGgRWKzzyyOO1oyPpW3XKhmPNAhGrI2w4q7ySsskw==\",\r\n \"secondaryKey\": \"yhfg5fOr+fSF6fqy2EoNFo6XSZwcJmVwhbIfdzZccCCLfLHwt4ouTxbPaVuhsahwfpZxAuLkSnhoIEn69WCx1A==\",\r\n \"enabled\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/access/git/regeneratePrimaryKey?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2FjY2Vzcy9naXQvcmVnZW5lcmF0ZVByaW1hcnlLZXk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/access/git/regeneratePrimaryKey?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvYWNjZXNzL2dpdC9yZWdlbmVyYXRlUHJpbWFyeUtleT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "165795e4-b80b-4501-bf42-d2da67939475" + "0069ee7d-f843-4118-8f42-6fcfa4fe6e67" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -432,8 +495,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "2828baa1-11f6-4ec1-967a-273b77f3b676" + "2c2ef529-489d-49aa-8a1b-f2d910b40eba" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -442,16 +508,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "7533ebca-acda-4d3c-8440-a485ea1cbfa2" + "9bff632d-1fa2-4099-bc79-0c4992125179" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190513Z:7533ebca-acda-4d3c-8440-a485ea1cbfa2" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184759Z:9bff632d-1fa2-4099-bc79-0c4992125179" ], "Date": [ - "Wed, 25 Mar 2020 19:05:12 GMT" + "Sun, 02 May 2021 18:47:58 GMT" ], "Expires": [ "-1" @@ -461,22 +524,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/access/git/regenerateSecondaryKey?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2FjY2Vzcy9naXQvcmVnZW5lcmF0ZVNlY29uZGFyeUtleT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/access/git/regenerateSecondaryKey?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvYWNjZXNzL2dpdC9yZWdlbmVyYXRlU2Vjb25kYXJ5S2V5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c095839f-0be6-484d-94f0-32aa4d16a1db" + "bce22f22-3f16-43ba-b43f-839e60b9897a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -489,8 +552,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "03ac3e60-feb5-46a1-ae1e-1388bacdc225" + "6bf5fc7c-1db3-4cae-8fac-8a5631ec9fa0" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -499,16 +565,13 @@ "1196" ], "x-ms-correlation-request-id": [ - "b3f8af4e-2d98-4e95-8f73-d23e79c05998" + "164409d7-bcd4-4731-b071-ceecb3ad30da" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190514Z:b3f8af4e-2d98-4e95-8f73-d23e79c05998" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T184759Z:164409d7-bcd4-4731-b071-ceecb3ad30da" ], "Date": [ - "Wed, 25 Mar 2020 19:05:13 GMT" + "Sun, 02 May 2021 18:47:58 GMT" ], "Expires": [ "-1" @@ -520,12 +583,12 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TenantAccessTests/EnableGetAndUpdateKeys.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TenantAccessTests/EnableGetAndUpdateKeys.json index a501cd2600a9e..ddd715c794be3 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TenantAccessTests/EnableGetAndUpdateKeys.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TenantAccessTests/EnableGetAndUpdateKeys.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "31f81b4a-e441-496c-bade-c9d6a4a4b6f9" + "6155a820-ad1c-4390-b8d2-2a92c1765166" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "342" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVONE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6b94dc39-05dd-4129-8c8d-261283c54336", - "fb44aa28-bcf8-4789-8fad-c818ec6ecbd7" + "41731404-9431-4b94-b0e5-5ac2fd64e3df", + "950e7fcb-e2af-4fcd-a3b9-225aacf88249" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1199" ], "x-ms-correlation-request-id": [ - "37d5ebf9-ae96-45d5-815e-93c3f73da93b" + "45501bfd-d98e-4b04-90cc-4200a6aa0a69" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190456Z:37d5ebf9-ae96-45d5-815e-93c3f73da93b" + "WESTUS:20210502T185022Z:45501bfd-d98e-4b04-90cc-4200a6aa0a69" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:04:56 GMT" + "Sun, 02 May 2021 18:50:21 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4a82897b-213a-49fd-bff1-9a583ff985d2" + "8dcf0212-5d5c-43e0-b985-fc7d1753c088" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVONE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "60e74324-f792-469c-af08-9b24a97bac79" + "98228690-9e13-4bd4-a337-a1d01451441b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "11999" ], "x-ms-correlation-request-id": [ - "f79d7738-dbfb-4740-8a83-294b50072f4a" + "a0e69ead-d7d1-470f-bd4b-67b442961c75" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190456Z:f79d7738-dbfb-4740-8a83-294b50072f4a" + "WESTUS:20210502T185022Z:a0e69ead-d7d1-470f-bd4b-67b442961c75" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:04:56 GMT" + "Sun, 02 May 2021 18:50:21 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/access?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2FjY2Vzcz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQ/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0760b434-6556-4ec7-8352-25f26c452318" + "7398ee0a-b17c-4377-9e8d-3cf284a1835c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -165,35 +165,32 @@ "Pragma": [ "no-cache" ], - "ETag": [ - "\"AAAAAAAAMYcAAAAAAAAAAA==\"" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "455ab4c3-4a54-47d2-9a83-5e64d6851788" + "df867b4a-611f-47f0-b6ab-cfedbb83cdaa" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "11998" ], "x-ms-correlation-request-id": [ - "dfa9a521-ae41-48f9-a74e-072f10ac8475" + "b095b0bd-146a-4f86-805b-4905f10d3274" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190456Z:dfa9a521-ae41-48f9-a74e-072f10ac8475" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185022Z:b095b0bd-146a-4f86-805b-4905f10d3274" ], "Date": [ - "Wed, 25 Mar 2020 19:04:56 GMT" + "Sun, 02 May 2021 18:50:21 GMT" ], "Content-Length": [ - "74" + "34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -202,26 +199,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"integration\",\r\n \"primaryKey\": null,\r\n \"secondaryKey\": null,\r\n \"enabled\": false\r\n}", + "ResponseBody": "{\r\n \"value\": [],\r\n \"count\": 0\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/access?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2FjY2Vzcz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/access/listSecrets?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvYWNjZXNzL2xpc3RTZWNyZXRzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "632ee709-ec68-464c-8957-e55dd5dedec3" + "39f05f88-78fa-41e2-8654-7f8cbecaa7d3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -232,34 +229,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANFYAAAAAAAAAAA==\"" + "\"AAAAAAAAfp0AAAAAAAAAAA==\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "5eb04eda-182d-41a2-bc8b-4e84d41db764" + "6f14177a-8864-4f84-bc9f-0e9d7216d527" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], "x-ms-correlation-request-id": [ - "da3b509e-79ab-41cb-a8e9-2cc4e1771a8c" + "df07747e-5770-4cd2-b8d5-cdf38eec239e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190458Z:da3b509e-79ab-41cb-a8e9-2cc4e1771a8c" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185022Z:df07747e-5770-4cd2-b8d5-cdf38eec239e" ], "Date": [ - "Wed, 25 Mar 2020 19:04:57 GMT" + "Sun, 02 May 2021 18:50:22 GMT" ], "Content-Length": [ - "73" + "277" ], "Content-Type": [ "application/json; charset=utf-8" @@ -268,26 +265,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"integration\",\r\n \"primaryKey\": null,\r\n \"secondaryKey\": null,\r\n \"enabled\": true\r\n}", + "ResponseBody": "{\r\n \"id\": \"/tenant/access\",\r\n \"principalId\": \"integration\",\r\n \"primaryKey\": \"pVnGb/3LFxod/LiAvrawUFEWsjBati3dNivWsf4D0nDcmOIfEJUcS9lqHg+E0aOxEp6BnOiCCPvgGfY7ZCGP4A==\",\r\n \"secondaryKey\": \"NeniD1uOos/GgQbILnvQznQl5p2ONQqvjRLASvOsbMx8w60NyFtl/v8BInKOZlzzyijqzIxogxJEJfQiQmDYIw==\",\r\n \"enabled\": false\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/access?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2FjY2Vzcz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/access/listSecrets?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvYWNjZXNzL2xpc3RTZWNyZXRzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "35d804e3-4c3d-4a96-a7bc-de3c923e5ad5" + "117f20af-80da-4446-b4cd-32d9e0b1ffc3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -298,34 +295,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANFkAAAAAAAAAAA==\"" + "\"AAAAAAAAfx0AAAAAAAAAAA==\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "32c34035-f128-4587-ba44-d072f6bf307a" + "e44ff0fe-5994-4940-a611-6c63b6dfda81" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" ], "x-ms-correlation-request-id": [ - "6d31a0ae-68dc-4ea0-8d7c-e4e8591ee704" + "b219a958-cc6e-4aad-861b-a9c877ec642a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190459Z:6d31a0ae-68dc-4ea0-8d7c-e4e8591ee704" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185024Z:b219a958-cc6e-4aad-861b-a9c877ec642a" ], "Date": [ - "Wed, 25 Mar 2020 19:04:59 GMT" + "Sun, 02 May 2021 18:50:23 GMT" ], "Content-Length": [ - "73" + "276" ], "Content-Type": [ "application/json; charset=utf-8" @@ -334,26 +331,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"integration\",\r\n \"primaryKey\": null,\r\n \"secondaryKey\": null,\r\n \"enabled\": true\r\n}", + "ResponseBody": "{\r\n \"id\": \"/tenant/access\",\r\n \"principalId\": \"integration\",\r\n \"primaryKey\": \"LckeytqLou1t7rvA/BctYZAqWOzR6WXCKqWA4s/WRjDqh6Dci7kGF4WEcKtb7qvUE/pYzNkOnsRYxKD1nnTAmA==\",\r\n \"secondaryKey\": \"NeniD1uOos/GgQbILnvQznQl5p2ONQqvjRLASvOsbMx8w60NyFtl/v8BInKOZlzzyijqzIxogxJEJfQiQmDYIw==\",\r\n \"enabled\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/access/listSecrets?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2FjY2Vzcy9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/access/listSecrets?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvYWNjZXNzL2xpc3RTZWNyZXRzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e45638ed-4d30-4cd0-b9d8-a7abcbaeea58" + "27cad827-c1e3-464c-a62f-a046eea16bb7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -364,34 +361,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAAMYcAAAAAAAAAAA==\"" + "\"AAAAAAAAfx8AAAAAAAAAAA==\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "9cc22ad9-3b7c-4127-8efc-13c04e9f0416" + "73e36e5b-3f8e-4079-bfd7-d3c631a25edd" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1195" ], "x-ms-correlation-request-id": [ - "9ee555bf-2d92-4406-b175-75b96067e102" + "8979e7b7-8015-47f1-a772-80923ba2c09b" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190457Z:9ee555bf-2d92-4406-b175-75b96067e102" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185024Z:8979e7b7-8015-47f1-a772-80923ba2c09b" ], "Date": [ - "Wed, 25 Mar 2020 19:04:57 GMT" + "Sun, 02 May 2021 18:50:23 GMT" ], "Content-Length": [ - "246" + "276" ], "Content-Type": [ "application/json; charset=utf-8" @@ -400,26 +397,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"integration\",\r\n \"primaryKey\": \"5pkuAtS5akWujR+X7CGQ+cLUeiGPGq+AscdJi6GmJ62fzCw6lMbC0jwwbtXUpO8HM/zkDjdqXRWifeIv3K4lag==\",\r\n \"secondaryKey\": \"ByGSr+aHaz+vIT8RXFTLPs1ba3Yn4KS5bqxPBRxYYKDLZAhVxzSSbte4h/zO5/PSJ3hBOUulYFcm8vIIi0NElw==\",\r\n \"enabled\": false\r\n}", + "ResponseBody": "{\r\n \"id\": \"/tenant/access\",\r\n \"principalId\": \"integration\",\r\n \"primaryKey\": \"LckeytqLou1t7rvA/BctYZAqWOzR6WXCKqWA4s/WRjDqh6Dci7kGF4WEcKtb7qvUE/pYzNkOnsRYxKD1nnTAmA==\",\r\n \"secondaryKey\": \"HNnMxmI1dtJFo4SZry5MTmFFKMx2D3j59/CFufFrP9wTu1jFqOuVvxvq/58XgNYlfFR8iGua+Os60zdgnaTNRg==\",\r\n \"enabled\": true\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/access/listSecrets?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2FjY2Vzcy9saXN0U2VjcmV0cz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "POST", - "RequestBody": "", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/access?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvYWNjZXNzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"enabled\": true\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "72da5eee-6d3f-4a8c-8443-9b19b2d28fa9" + "e891a629-6d95-4a10-8d65-72df6de63a71" + ], + "If-Match": [ + "*" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "49" ] }, "ResponseHeaders": { @@ -430,34 +436,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANFcAAAAAAAAAAA==\"" + "\"AAAAAAAAfxwAAAAAAAAAAA==\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "8c6057f3-17db-4644-9935-0bfde33a5458" + "881388a3-abdc-448f-b37d-117152b0dcf1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "6c34bd05-5b77-4233-919d-5facce934633" + "61bef351-a4fe-463a-b441-8dcfec98fa40" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190459Z:6c34bd05-5b77-4233-919d-5facce934633" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185023Z:61bef351-a4fe-463a-b441-8dcfec98fa40" ], "Date": [ - "Wed, 25 Mar 2020 19:04:58 GMT" + "Sun, 02 May 2021 18:50:22 GMT" ], "Content-Length": [ - "245" + "554" ], "Content-Type": [ "application/json; charset=utf-8" @@ -466,17 +472,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"integration\",\r\n \"primaryKey\": \"wnpAhfGQRS1oOwdstiOQGFHPDzzxrAOFmgz1X1hvvF6jLeaPbx1fATRt6eG/PYqpGMGkcFcy/SuULDlb1qfpUQ==\",\r\n \"secondaryKey\": \"ByGSr+aHaz+vIT8RXFTLPs1ba3Yn4KS5bqxPBRxYYKDLZAhVxzSSbte4h/zO5/PSJ3hBOUulYFcm8vIIi0NElw==\",\r\n \"enabled\": true\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/access\",\r\n \"type\": \"Microsoft.ApiManagement/service/tenant\",\r\n \"name\": \"access\",\r\n \"properties\": {\r\n \"principalId\": \"integration\",\r\n \"primaryKey\": \"pVnGb/3LFxod/LiAvrawUFEWsjBati3dNivWsf4D0nDcmOIfEJUcS9lqHg+E0aOxEp6BnOiCCPvgGfY7ZCGP4A==\",\r\n \"secondaryKey\": \"NeniD1uOos/GgQbILnvQznQl5p2ONQqvjRLASvOsbMx8w60NyFtl/v8BInKOZlzzyijqzIxogxJEJfQiQmDYIw==\",\r\n \"enabled\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/access?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2FjY2Vzcz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/access?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvYWNjZXNzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"enabled\": true\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"enabled\": false\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "04878099-7bec-4ef5-9817-6c94a336b217" + "3ff0a0ad-6c52-46d2-9df1-67d5a5a8b38e" ], "If-Match": [ "*" @@ -485,16 +491,16 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "49" + "50" ] }, "ResponseHeaders": { @@ -504,63 +510,129 @@ "Pragma": [ "no-cache" ], + "ETag": [ + "\"AAAAAAAAfyEAAAAAAAAAAA==\"" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "e85c90f4-6d79-4e6e-99a3-a72668fa3c05" + "4f3aa1ea-dfa3-434d-a598-24e35bfb7e41" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-correlation-request-id": [ - "98b53b43-21fe-428b-8ac5-d822f77a1377" + "56651c94-9d43-446c-a49d-5e96213549e7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190457Z:98b53b43-21fe-428b-8ac5-d822f77a1377" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185024Z:56651c94-9d43-446c-a49d-5e96213549e7" ], "Date": [ - "Wed, 25 Mar 2020 19:04:57 GMT" + "Sun, 02 May 2021 18:50:24 GMT" + ], + "Content-Length": [ + "555" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 204 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/access\",\r\n \"type\": \"Microsoft.ApiManagement/service/tenant\",\r\n \"name\": \"access\",\r\n \"properties\": {\r\n \"principalId\": \"integration\",\r\n \"primaryKey\": \"LckeytqLou1t7rvA/BctYZAqWOzR6WXCKqWA4s/WRjDqh6Dci7kGF4WEcKtb7qvUE/pYzNkOnsRYxKD1nnTAmA==\",\r\n \"secondaryKey\": \"HNnMxmI1dtJFo4SZry5MTmFFKMx2D3j59/CFufFrP9wTu1jFqOuVvxvq/58XgNYlfFR8iGua+Os60zdgnaTNRg==\",\r\n \"enabled\": false\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/access?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2FjY2Vzcz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"enabled\": false\r\n }\r\n}", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/access?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvYWNjZXNzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "GET", + "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "076ed052-df52-4019-ac93-06fa270d6796" - ], - "If-Match": [ - "*" + "45a2a4cf-e215-4c42-88fc-322650ad8e8d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAAfxwAAAAAAAAAAA==\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "38782705-cd2b-4af6-88fa-8a723b258236" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "2f10d132-4854-4e1a-ab95-a2748ee15e2c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T185023Z:2f10d132-4854-4e1a-ab95-a2748ee15e2c" + ], + "Date": [ + "Sun, 02 May 2021 18:50:23 GMT" + ], + "Content-Length": [ + "382" ], "Content-Type": [ "application/json; charset=utf-8" ], - "Content-Length": [ - "50" + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/access\",\r\n \"type\": \"Microsoft.ApiManagement/service/tenant\",\r\n \"name\": \"access\",\r\n \"properties\": {\r\n \"principalId\": \"integration\",\r\n \"primaryKey\": null,\r\n \"secondaryKey\": null,\r\n \"enabled\": true\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/access?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvYWNjZXNzP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", + "RequestMethod": "HEAD", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c7bac991-11e1-40e1-9783-6b22ceb8c761" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -570,54 +642,60 @@ "Pragma": [ "no-cache" ], + "ETag": [ + "\"AAAAAAAAfxwAAAAAAAAAAA==\"" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "e3026960-5889-4d32-80e3-508143edf0ea" + "da4ae30c-59af-42a7-9c50-95cc3f969de2" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" ], "x-ms-correlation-request-id": [ - "a8d20640-8a7f-4964-8a0f-4b10922a1091" + "759eda5d-2db8-47ea-9ec6-7a55d284a9c9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190500Z:a8d20640-8a7f-4964-8a0f-4b10922a1091" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185023Z:759eda5d-2db8-47ea-9ec6-7a55d284a9c9" ], "Date": [ - "Wed, 25 Mar 2020 19:04:59 GMT" + "Sun, 02 May 2021 18:50:23 GMT" + ], + "Content-Length": [ + "0" ], "Expires": [ "-1" ] }, "ResponseBody": "", - "StatusCode": 204 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/access/regeneratePrimaryKey?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2FjY2Vzcy9yZWdlbmVyYXRlUHJpbWFyeUtleT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/access/regeneratePrimaryKey?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvYWNjZXNzL3JlZ2VuZXJhdGVQcmltYXJ5S2V5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "df41378c-9ca5-475c-988d-95c713f955b3" + "8cad35ad-cb5e-4954-8cc5-cdc693eeffd6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -630,8 +708,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "3c0d9ee2-7d50-4103-ae22-7ef80a041ce1" + "4e03b325-13c4-48ae-8258-bd8b3f7cc95c" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -640,16 +721,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "9683ac0f-3e8e-46f6-9be9-d7ea32d2571a" + "339716fe-0d8f-4d88-89d7-56dba0861637" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190458Z:9683ac0f-3e8e-46f6-9be9-d7ea32d2571a" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185024Z:339716fe-0d8f-4d88-89d7-56dba0861637" ], "Date": [ - "Wed, 25 Mar 2020 19:04:58 GMT" + "Sun, 02 May 2021 18:50:23 GMT" ], "Expires": [ "-1" @@ -659,22 +737,22 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/access/regenerateSecondaryKey?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2FjY2Vzcy9yZWdlbmVyYXRlU2Vjb25kYXJ5S2V5P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/access/regenerateSecondaryKey?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvYWNjZXNzL3JlZ2VuZXJhdGVTZWNvbmRhcnlLZXk/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "68838d33-315c-41ee-b742-488315a25ba9" + "578e3fbd-cd34-4cbb-b6ab-bbf829bda980" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -687,8 +765,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "79d19b3e-4782-4094-b5b0-cabc46d90744" + "ecb1b7a5-4071-479e-beb3-5629ca6afb29" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -697,16 +778,13 @@ "1196" ], "x-ms-correlation-request-id": [ - "ce606045-de5d-43cf-9350-62cdf83dfc94" + "9f7996d8-6a29-492d-b022-b44342fc49d9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190459Z:ce606045-de5d-43cf-9350-62cdf83dfc94" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210502T185024Z:9f7996d8-6a29-492d-b022-b44342fc49d9" ], "Date": [ - "Wed, 25 Mar 2020 19:04:59 GMT" + "Sun, 02 May 2021 18:50:23 GMT" ], "Expires": [ "-1" @@ -718,12 +796,12 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TenantGitTests/ValidateSaveDeploy.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TenantGitTests/ValidateSaveDeploy.json index 24a2d2b547db3..d03c4cc3bd992 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TenantGitTests/ValidateSaveDeploy.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TenantGitTests/ValidateSaveDeploy.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8d42e09a-4238-4059-a086-b3c54202c6a8" + "8fdefcba-5f62-4c7a-9a3b-37046c2d90b7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "342" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVONE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8e82da3f-326a-4ce0-b6cd-c8487ddae132", - "26fb5517-6ff2-47f4-b376-554ec4c0e4a6" + "8081076e-5484-43e8-ba66-d42fde5aed91", + "ff5bd8e3-4ca3-40c4-b758-db798fc786aa" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1199" ], "x-ms-correlation-request-id": [ - "307dfd79-adf5-42ae-b922-637d30126b30" + "765d296f-c664-4cf9-b726-2bea5a911d95" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T185928Z:307dfd79-adf5-42ae-b922-637d30126b30" + "WESTCENTRALUS:20210502T184621Z:765d296f-c664-4cf9-b726-2bea5a911d95" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 18:59:28 GMT" + "Sun, 02 May 2021 18:46:21 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "15f05b24-1b4a-452c-8f3f-11c6c97a9be5" + "0d7d76bd-b5e0-4ee1-a31a-9b198f9bcb38" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAVONE=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e90930ef-ad5f-4c12-91b5-1b30a6263579" + "25f1317a-dde8-45c8-bee4-5e3666d610d1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "11999" ], "x-ms-correlation-request-id": [ - "8fa8f69f-5532-4c83-89fb-3bd5c57a8303" + "3868e269-abd0-46c5-b481-69c563e489cf" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T185929Z:8fa8f69f-5532-4c83-89fb-3bd5c57a8303" + "WESTCENTRALUS:20210502T184622Z:3868e269-abd0-46c5-b481-69c563e489cf" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 18:59:28 GMT" + "Sun, 02 May 2021 18:46:22 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/access/git?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2FjY2Vzcy9naXQ/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQ/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "85b31f7b-5b37-43b8-94a4-56dfcd44cd00" + "7c4cb2a0-4794-4c6a-9310-27324916e621" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -165,35 +165,32 @@ "Pragma": [ "no-cache" ], - "ETag": [ - "\"AAAAAAAAMdcAAAAAAAAAAA==\"" - ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "36972398-0d44-4af8-a4c3-289d8cd6d648" + "66b577a0-1529-4a9c-8206-5b15de71e46f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "11998" ], "x-ms-correlation-request-id": [ - "494c7831-e36c-4903-8327-81acc34bc39c" + "71af2c59-53ed-4c57-be5b-951cdc500e00" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T185929Z:494c7831-e36c-4903-8327-81acc34bc39c" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210502T184622Z:71af2c59-53ed-4c57-be5b-951cdc500e00" ], "Date": [ - "Wed, 25 Mar 2020 18:59:28 GMT" + "Sun, 02 May 2021 18:46:22 GMT" ], "Content-Length": [ - "65" + "34" ], "Content-Type": [ "application/json; charset=utf-8" @@ -202,26 +199,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"git\",\r\n \"primaryKey\": null,\r\n \"secondaryKey\": null,\r\n \"enabled\": true\r\n}", + "ResponseBody": "{\r\n \"value\": [],\r\n \"count\": 0\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/configuration/syncState?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2NvbmZpZ3VyYXRpb24vc3luY1N0YXRlP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/configuration/syncState?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvY29uZmlndXJhdGlvbi9zeW5jU3RhdGU/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "58766b88-0fd0-4523-955d-24710e4959d0" + "3ee57513-725d-46ef-8616-6998abe07226" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -234,29 +231,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "93291d62-98db-4a79-81af-8994f436d32d" + "d15cf265-5f18-466f-99f1-b5e4e244ca0f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "11997" ], "x-ms-correlation-request-id": [ - "932bec92-0e6b-498c-8ac1-5c8f084521bf" + "63d5a409-635a-4038-a75e-9de2b53dbbca" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T185929Z:932bec92-0e6b-498c-8ac1-5c8f084521bf" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210502T184623Z:63d5a409-635a-4038-a75e-9de2b53dbbca" ], "Date": [ - "Wed, 25 Mar 2020 18:59:29 GMT" + "Sun, 02 May 2021 18:46:23 GMT" ], "Content-Length": [ - "309" + "811" ], "Content-Type": [ "application/json; charset=utf-8" @@ -265,26 +262,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"branch\": \"master\",\r\n \"commitId\": \"a44df0229de31614c5245029a7938de093b3a72f\",\r\n \"isExport\": false,\r\n \"isSynced\": false,\r\n \"isGitEnabled\": true,\r\n \"syncDate\": \"2020-03-25T17:07:20.6151818Z\",\r\n \"configurationChangeDate\": \"2020-03-25T18:59:24.069024Z\",\r\n \"lastOperationId\": \"/tenant/configuration/operationResults/5e7b8fb207b43d0e3879455f\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/configuration/syncState\",\r\n \"type\": \"Microsoft.ApiManagement/service/tenant/syncState\",\r\n \"name\": \"syncState\",\r\n \"properties\": {\r\n \"branch\": \"master\",\r\n \"commitId\": \"51c62085bb4e36647580869206c7a1123a3ba200\",\r\n \"isExport\": false,\r\n \"isSynced\": false,\r\n \"isGitEnabled\": true,\r\n \"syncDate\": \"2021-04-20T21:18:45.1837037Z\",\r\n \"configurationChangeDate\": \"2021-05-02T18:46:10.19436Z\",\r\n \"lastOperationId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/configuration/operationResults/607f451a093a9d0dac3d755a\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/configuration/syncState?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2NvbmZpZ3VyYXRpb24vc3luY1N0YXRlP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/configuration/syncState?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvY29uZmlndXJhdGlvbi9zeW5jU3RhdGU/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf25ecbe-f1f6-48c5-ae64-a02901cf18b8" + "4a232d12-8154-4623-96af-d87912f205d8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -297,29 +294,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "117c1445-3147-46cd-931b-2f03e9c5a7b3" + "9e692903-27c1-47f6-98be-d5c7999cde28" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "11994" ], "x-ms-correlation-request-id": [ - "eaf08aee-b14b-46d7-9d5e-24f67b59dc26" + "a6c393c6-fce7-47ea-b59c-a68d1a36436f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190001Z:eaf08aee-b14b-46d7-9d5e-24f67b59dc26" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210502T184653Z:a6c393c6-fce7-47ea-b59c-a68d1a36436f" ], "Date": [ - "Wed, 25 Mar 2020 19:00:01 GMT" + "Sun, 02 May 2021 18:46:53 GMT" ], "Content-Length": [ - "307" + "809" ], "Content-Type": [ "application/json; charset=utf-8" @@ -328,26 +325,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"branch\": \"master\",\r\n \"commitId\": \"365f83fc0022c2da4639b49e6e4043bce5c43f0f\",\r\n \"isExport\": true,\r\n \"isSynced\": true,\r\n \"isGitEnabled\": true,\r\n \"syncDate\": \"2020-03-25T18:59:46.7566293Z\",\r\n \"configurationChangeDate\": \"2020-03-25T18:59:24.069024Z\",\r\n \"lastOperationId\": \"/tenant/configuration/operationResults/5e7baa1207b43d0e387945bb\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/configuration/syncState\",\r\n \"type\": \"Microsoft.ApiManagement/service/tenant/syncState\",\r\n \"name\": \"syncState\",\r\n \"properties\": {\r\n \"branch\": \"master\",\r\n \"commitId\": \"60a2fd8d1be8487617c195a755c736a52f342a92\",\r\n \"isExport\": true,\r\n \"isSynced\": true,\r\n \"isGitEnabled\": true,\r\n \"syncDate\": \"2021-05-02T18:46:52.3821487Z\",\r\n \"configurationChangeDate\": \"2021-05-02T18:46:10.19436Z\",\r\n \"lastOperationId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/configuration/operationResults/608ef37f093a9d0afcfd56db\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/configuration/syncState?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2NvbmZpZ3VyYXRpb24vc3luY1N0YXRlP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/configuration/syncState?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvY29uZmlndXJhdGlvbi9zeW5jU3RhdGU/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7cefcbd-0ba2-4835-96d3-0ebd000dce4d" + "ce18e34c-0b72-46f6-84d3-258018f3286e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -360,29 +357,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "d51fb8a2-6abb-4ce4-b792-4769cbc81dcb" + "9f9dd3a3-6c14-43f1-81fc-5a92a6404c2b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14979" + "11989" ], "x-ms-correlation-request-id": [ - "be5071f8-1383-4b36-823b-cfecaa177c72" + "1726f659-f831-4cec-997c-e1279530eea6" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190104Z:be5071f8-1383-4b36-823b-cfecaa177c72" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210502T184754Z:1726f659-f831-4cec-997c-e1279530eea6" ], "Date": [ - "Wed, 25 Mar 2020 19:01:04 GMT" + "Sun, 02 May 2021 18:47:54 GMT" ], "Content-Length": [ - "309" + "812" ], "Content-Type": [ "application/json; charset=utf-8" @@ -391,26 +388,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"branch\": \"master\",\r\n \"commitId\": \"365f83fc0022c2da4639b49e6e4043bce5c43f0f\",\r\n \"isExport\": false,\r\n \"isSynced\": true,\r\n \"isGitEnabled\": true,\r\n \"syncDate\": \"2020-03-25T19:00:54.3820027Z\",\r\n \"configurationChangeDate\": \"2020-03-25T19:00:54.3820027Z\",\r\n \"lastOperationId\": \"/tenant/configuration/operationResults/5e7baa5107b43d0e387945bf\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/configuration/syncState\",\r\n \"type\": \"Microsoft.ApiManagement/service/tenant/syncState\",\r\n \"name\": \"syncState\",\r\n \"properties\": {\r\n \"branch\": \"master\",\r\n \"commitId\": \"60a2fd8d1be8487617c195a755c736a52f342a92\",\r\n \"isExport\": false,\r\n \"isSynced\": true,\r\n \"isGitEnabled\": true,\r\n \"syncDate\": \"2021-05-02T18:47:46.6173616Z\",\r\n \"configurationChangeDate\": \"2021-05-02T18:47:46.6173616Z\",\r\n \"lastOperationId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/configuration/operationResults/608ef3bc093a9d0afcfd56df\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/configuration/save?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2NvbmZpZ3VyYXRpb24vc2F2ZT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/configuration/save?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvY29uZmlndXJhdGlvbi9zYXZlP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"branch\": \"master\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ce22e648-3626-466e-8d35-321810393960" + "32f26e17-dadb-4b6e-8e31-a0402294f5db" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -427,13 +424,16 @@ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/configuration/operationResults/5e7baa1207b43d0e387945bb?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/configuration/operationResults/608ef37f093a9d0afcfd56db?api-version=2020-12-01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "715f4da2-40b9-4db1-a132-e619e65eae20" + "1d2bc582-0698-49cb-ac58-f386b3d42e5d" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -442,16 +442,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "aa9c3b02-7c59-49ed-a14f-f2bd21063a8f" + "3fbc31ed-1bc3-4699-8e9d-361ebf6a71bb" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T185930Z:aa9c3b02-7c59-49ed-a14f-f2bd21063a8f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210502T184623Z:3fbc31ed-1bc3-4699-8e9d-361ebf6a71bb" ], "Date": [ - "Wed, 25 Mar 2020 18:59:30 GMT" + "Sun, 02 May 2021 18:46:23 GMT" ], "Content-Length": [ "33" @@ -463,20 +460,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"5e7baa1207b43d0e387945bb\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"608ef37f093a9d0afcfd56db\"\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/configuration/operationResults/5e7baa1207b43d0e387945bb?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2NvbmZpZ3VyYXRpb24vb3BlcmF0aW9uUmVzdWx0cy81ZTdiYWExMjA3YjQzZDBlMzg3OTQ1YmI/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/configuration/operationResults/608ef37f093a9d0afcfd56db?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYwOGVmMzdmMDkzYTlkMGFmY2ZkNTZkYj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -489,29 +486,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "c26b56b6-741b-4443-82bd-943abab82dbe" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "x-ms-request-id": [ + "2198d299-4b56-4d66-b35e-857bea4cfc88" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], "x-ms-correlation-request-id": [ - "56176838-a645-4bd8-8bc1-18d3cdc5febe" + "261320ea-6c5b-4424-874c-ac5b08e901e2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190001Z:56176838-a645-4bd8-8bc1-18d3cdc5febe" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210502T184653Z:261320ea-6c5b-4424-874c-ac5b08e901e2" ], "Date": [ - "Wed, 25 Mar 2020 19:00:00 GMT" + "Sun, 02 May 2021 18:46:53 GMT" ], "Content-Length": [ - "274" + "456" ], "Content-Type": [ "application/json; charset=utf-8" @@ -520,20 +517,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"5e7baa1207b43d0e387945bb\",\r\n \"status\": \"Succeeded\",\r\n \"started\": \"2020-03-25T18:59:30.283Z\",\r\n \"updated\": \"2020-03-25T18:59:46.743Z\",\r\n \"resultInfo\": \"The configuration was successfully saved to master as commit 365f83fc0022c2da4639b49e6e4043bce5c43f0f.\",\r\n \"error\": null,\r\n \"actionLog\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"608ef37f093a9d0afcfd56db\",\r\n \"type\": \"Microsoft.ApiManagement/service/tenant/operationResults\",\r\n \"name\": \"608ef37f093a9d0afcfd56db\",\r\n \"properties\": {\r\n \"status\": \"Succeeded\",\r\n \"started\": \"2021-05-02T18:46:23.373Z\",\r\n \"updated\": \"2021-05-02T18:46:52.377Z\",\r\n \"resultInfo\": \"The configuration was successfully saved to master as commit 60a2fd8d1be8487617c195a755c736a52f342a92.\",\r\n \"error\": null,\r\n \"actionLog\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/configuration/operationResults/5e7baa1207b43d0e387945bb?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2NvbmZpZ3VyYXRpb24vb3BlcmF0aW9uUmVzdWx0cy81ZTdiYWExMjA3YjQzZDBlMzg3OTQ1YmI/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/configuration/operationResults/608ef37f093a9d0afcfd56db?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYwOGVmMzdmMDkzYTlkMGFmY2ZkNTZkYj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -546,29 +543,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "3a3bbd56-e9a5-40fd-bd43-ec62a965bfd9" + "de11268b-85a1-4c30-9716-3b73befb4ab4" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "11995" ], "x-ms-correlation-request-id": [ - "4e99f6a4-5d89-4a98-a3a8-d5ca8c5f707d" + "9112828f-6479-4802-bbee-3a68af32b0b7" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190001Z:4e99f6a4-5d89-4a98-a3a8-d5ca8c5f707d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210502T184653Z:9112828f-6479-4802-bbee-3a68af32b0b7" ], "Date": [ - "Wed, 25 Mar 2020 19:00:01 GMT" + "Sun, 02 May 2021 18:46:53 GMT" ], "Content-Length": [ - "274" + "456" ], "Content-Type": [ "application/json; charset=utf-8" @@ -577,26 +574,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"5e7baa1207b43d0e387945bb\",\r\n \"status\": \"Succeeded\",\r\n \"started\": \"2020-03-25T18:59:30.283Z\",\r\n \"updated\": \"2020-03-25T18:59:46.743Z\",\r\n \"resultInfo\": \"The configuration was successfully saved to master as commit 365f83fc0022c2da4639b49e6e4043bce5c43f0f.\",\r\n \"error\": null,\r\n \"actionLog\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"608ef37f093a9d0afcfd56db\",\r\n \"type\": \"Microsoft.ApiManagement/service/tenant/operationResults\",\r\n \"name\": \"608ef37f093a9d0afcfd56db\",\r\n \"properties\": {\r\n \"status\": \"Succeeded\",\r\n \"started\": \"2021-05-02T18:46:23.373Z\",\r\n \"updated\": \"2021-05-02T18:46:52.377Z\",\r\n \"resultInfo\": \"The configuration was successfully saved to master as commit 60a2fd8d1be8487617c195a755c736a52f342a92.\",\r\n \"error\": null,\r\n \"actionLog\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/configuration/validate?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2NvbmZpZ3VyYXRpb24vdmFsaWRhdGU/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/configuration/validate?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvY29uZmlndXJhdGlvbi92YWxpZGF0ZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"branch\": \"master\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8607f995-e0d7-4a7c-a935-5fc43e279008" + "3717a487-ad11-4c04-98b6-c56702b2b1e1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -613,13 +610,16 @@ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/configuration/operationResults/5e7baa3207b43d0e387945bd?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/configuration/operationResults/608ef39e093a9d0afcfd56dd?api-version=2020-12-01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "8c3a4ee5-df44-4bb4-91b3-bcd4db57d00d" + "0f1958e4-c0a9-4290-86aa-7eb14bce2ea1" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -628,16 +628,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "c4a9b32a-25e7-4d55-ab66-7ab3909dd32b" + "ba3a6467-ac79-45f4-91ff-24c34cc72fab" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190002Z:c4a9b32a-25e7-4d55-ab66-7ab3909dd32b" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210502T184654Z:ba3a6467-ac79-45f4-91ff-24c34cc72fab" ], "Date": [ - "Wed, 25 Mar 2020 19:00:01 GMT" + "Sun, 02 May 2021 18:46:53 GMT" ], "Content-Length": [ "33" @@ -649,20 +646,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"5e7baa3207b43d0e387945bd\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"608ef39e093a9d0afcfd56dd\"\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/configuration/operationResults/5e7baa3207b43d0e387945bd?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2NvbmZpZ3VyYXRpb24vb3BlcmF0aW9uUmVzdWx0cy81ZTdiYWEzMjA3YjQzZDBlMzg3OTQ1YmQ/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/configuration/operationResults/608ef39e093a9d0afcfd56dd?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYwOGVmMzllMDkzYTlkMGFmY2ZkNTZkZD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -675,29 +672,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "f3aaa8c8-be8f-4c82-8b51-861ee2e23d94" + "bab6c24d-0d95-47a3-b860-de4844f27659" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "11993" ], "x-ms-correlation-request-id": [ - "6e3d1ade-1e56-4c3e-abe9-01b223177014" + "5a0d8915-6ca5-405e-8a88-2fde0aaec236" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190032Z:6e3d1ade-1e56-4c3e-abe9-01b223177014" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210502T184724Z:5a0d8915-6ca5-405e-8a88-2fde0aaec236" ], "Date": [ - "Wed, 25 Mar 2020 19:00:32 GMT" + "Sun, 02 May 2021 18:47:23 GMT" ], "Content-Length": [ - "196" + "377" ], "Content-Type": [ "application/json; charset=utf-8" @@ -706,20 +703,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"5e7baa3207b43d0e387945bd\",\r\n \"status\": \"Succeeded\",\r\n \"started\": \"2020-03-25T19:00:02.277Z\",\r\n \"updated\": \"2020-03-25T19:00:07.64Z\",\r\n \"resultInfo\": \"Validation is successfull\",\r\n \"error\": null,\r\n \"actionLog\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"608ef39e093a9d0afcfd56dd\",\r\n \"type\": \"Microsoft.ApiManagement/service/tenant/operationResults\",\r\n \"name\": \"608ef39e093a9d0afcfd56dd\",\r\n \"properties\": {\r\n \"status\": \"Succeeded\",\r\n \"started\": \"2021-05-02T18:46:54.1Z\",\r\n \"updated\": \"2021-05-02T18:47:04.497Z\",\r\n \"resultInfo\": \"Validation is successfull\",\r\n \"error\": null,\r\n \"actionLog\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/configuration/operationResults/5e7baa3207b43d0e387945bd?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2NvbmZpZ3VyYXRpb24vb3BlcmF0aW9uUmVzdWx0cy81ZTdiYWEzMjA3YjQzZDBlMzg3OTQ1YmQ/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/configuration/operationResults/608ef39e093a9d0afcfd56dd?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYwOGVmMzllMDkzYTlkMGFmY2ZkNTZkZD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -732,29 +729,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c5aed5e7-3cd6-492d-ab82-8c5dc0ed7c57" + "acdba2ad-7893-41c5-9500-7cc52f161a58" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "11992" ], "x-ms-correlation-request-id": [ - "bc5462e9-59b0-4c66-86dd-db35646f4118" + "b8afcaf1-d3de-4989-b112-873d7dfedde9" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190032Z:bc5462e9-59b0-4c66-86dd-db35646f4118" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210502T184724Z:b8afcaf1-d3de-4989-b112-873d7dfedde9" ], "Date": [ - "Wed, 25 Mar 2020 19:00:32 GMT" + "Sun, 02 May 2021 18:47:23 GMT" ], "Content-Length": [ - "196" + "377" ], "Content-Type": [ "application/json; charset=utf-8" @@ -763,26 +760,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"5e7baa3207b43d0e387945bd\",\r\n \"status\": \"Succeeded\",\r\n \"started\": \"2020-03-25T19:00:02.277Z\",\r\n \"updated\": \"2020-03-25T19:00:07.64Z\",\r\n \"resultInfo\": \"Validation is successfull\",\r\n \"error\": null,\r\n \"actionLog\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"608ef39e093a9d0afcfd56dd\",\r\n \"type\": \"Microsoft.ApiManagement/service/tenant/operationResults\",\r\n \"name\": \"608ef39e093a9d0afcfd56dd\",\r\n \"properties\": {\r\n \"status\": \"Succeeded\",\r\n \"started\": \"2021-05-02T18:46:54.1Z\",\r\n \"updated\": \"2021-05-02T18:47:04.497Z\",\r\n \"resultInfo\": \"Validation is successfull\",\r\n \"error\": null,\r\n \"actionLog\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/configuration/deploy?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2NvbmZpZ3VyYXRpb24vZGVwbG95P2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/configuration/deploy?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvY29uZmlndXJhdGlvbi9kZXBsb3k/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"branch\": \"master\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "83a557a9-d162-4f15-be2a-d5021578ec91" + "10ae9837-b05c-4fe5-bdea-1a0cf848e820" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -799,13 +796,16 @@ "no-cache" ], "Location": [ - "https://api-dogfood.resources.windows-int.net/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/configuration/operationResults/5e7baa5107b43d0e387945bf?api-version=2019-12-01" + "https://management.azure.com/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/configuration/operationResults/608ef3bc093a9d0afcfd56df?api-version=2020-12-01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "66d87c6b-2020-4ecd-b352-0f5ce2190c88" + "032cc8e8-16dc-437e-9c0d-38da2b7d6050" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -814,16 +814,13 @@ "1197" ], "x-ms-correlation-request-id": [ - "7c03ee1e-ed3d-4171-b1e9-5499527d0f18" + "a8342e7f-8b67-4d01-aede-59767851cc82" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190033Z:7c03ee1e-ed3d-4171-b1e9-5499527d0f18" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210502T184724Z:a8342e7f-8b67-4d01-aede-59767851cc82" ], "Date": [ - "Wed, 25 Mar 2020 19:00:32 GMT" + "Sun, 02 May 2021 18:47:23 GMT" ], "Content-Length": [ "33" @@ -835,20 +832,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"5e7baa5107b43d0e387945bf\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"608ef3bc093a9d0afcfd56df\"\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/configuration/operationResults/5e7baa5107b43d0e387945bf?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2NvbmZpZ3VyYXRpb24vb3BlcmF0aW9uUmVzdWx0cy81ZTdiYWE1MTA3YjQzZDBlMzg3OTQ1YmY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/configuration/operationResults/608ef3bc093a9d0afcfd56df?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYwOGVmM2JjMDkzYTlkMGFmY2ZkNTZkZj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -861,29 +858,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-request-id": [ - "ecd22429-924f-4c03-a1fd-50ebb1bc6784" + "X-Content-Type-Options": [ + "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "x-ms-request-id": [ + "2de25a3c-acd3-4aaf-9f0b-e7bbce47c423" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], "x-ms-correlation-request-id": [ - "28d92515-6723-4f79-8e3b-5d998f338ca1" + "11837b33-e17b-4ac9-9ab9-99eb7eee8d67" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190103Z:28d92515-6723-4f79-8e3b-5d998f338ca1" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210502T184754Z:11837b33-e17b-4ac9-9ab9-99eb7eee8d67" ], "Date": [ - "Wed, 25 Mar 2020 19:01:03 GMT" + "Sun, 02 May 2021 18:47:54 GMT" ], "Content-Length": [ - "379" + "561" ], "Content-Type": [ "application/json; charset=utf-8" @@ -892,20 +889,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"5e7baa5107b43d0e387945bf\",\r\n \"status\": \"Succeeded\",\r\n \"started\": \"2020-03-25T19:00:33.223Z\",\r\n \"updated\": \"2020-03-25T19:00:54.367Z\",\r\n \"resultInfo\": \"Latest commit 365f83fc0022c2da4639b49e6e4043bce5c43f0f was successfully deployed from master. Objects created: 0, updated: 0, deleted: 0. Previous configuration was saved to the 'ConfigurationBackup' branch.\",\r\n \"error\": null,\r\n \"actionLog\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"608ef3bc093a9d0afcfd56df\",\r\n \"type\": \"Microsoft.ApiManagement/service/tenant/operationResults\",\r\n \"name\": \"608ef3bc093a9d0afcfd56df\",\r\n \"properties\": {\r\n \"status\": \"Succeeded\",\r\n \"started\": \"2021-05-02T18:47:24.473Z\",\r\n \"updated\": \"2021-05-02T18:47:46.607Z\",\r\n \"resultInfo\": \"Latest commit 60a2fd8d1be8487617c195a755c736a52f342a92 was successfully deployed from master. Objects created: 0, updated: 0, deleted: 0. Previous configuration was saved to the 'ConfigurationBackup' branch.\",\r\n \"error\": null,\r\n \"actionLog\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/tenant/configuration/operationResults/5e7baa5107b43d0e387945bf?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdGVuYW50L2NvbmZpZ3VyYXRpb24vb3BlcmF0aW9uUmVzdWx0cy81ZTdiYWE1MTA3YjQzZDBlMzg3OTQ1YmY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/tenant/configuration/operationResults/608ef3bc093a9d0afcfd56df?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS90ZW5hbnQvY29uZmlndXJhdGlvbi9vcGVyYXRpb25SZXN1bHRzLzYwOGVmM2JjMDkzYTlkMGFmY2ZkNTZkZj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -918,29 +915,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "d8ddae9b-ec9e-4f4a-98d2-25b1478c042b" + "c9d95a04-6e62-4c7b-963d-274d1c7ecd25" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "11990" ], "x-ms-correlation-request-id": [ - "60233a93-f3ea-4852-b27b-b4e46d2ee66b" + "569bf2c2-df87-45a0-8507-370970638343" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190104Z:60233a93-f3ea-4852-b27b-b4e46d2ee66b" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTCENTRALUS:20210502T184754Z:569bf2c2-df87-45a0-8507-370970638343" ], "Date": [ - "Wed, 25 Mar 2020 19:01:03 GMT" + "Sun, 02 May 2021 18:47:54 GMT" ], "Content-Length": [ - "379" + "561" ], "Content-Type": [ "application/json; charset=utf-8" @@ -949,18 +946,18 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"5e7baa5107b43d0e387945bf\",\r\n \"status\": \"Succeeded\",\r\n \"started\": \"2020-03-25T19:00:33.223Z\",\r\n \"updated\": \"2020-03-25T19:00:54.367Z\",\r\n \"resultInfo\": \"Latest commit 365f83fc0022c2da4639b49e6e4043bce5c43f0f was successfully deployed from master. Objects created: 0, updated: 0, deleted: 0. Previous configuration was saved to the 'ConfigurationBackup' branch.\",\r\n \"error\": null,\r\n \"actionLog\": []\r\n}", + "ResponseBody": "{\r\n \"id\": \"608ef3bc093a9d0afcfd56df\",\r\n \"type\": \"Microsoft.ApiManagement/service/tenant/operationResults\",\r\n \"name\": \"608ef3bc093a9d0afcfd56df\",\r\n \"properties\": {\r\n \"status\": \"Succeeded\",\r\n \"started\": \"2021-05-02T18:47:24.473Z\",\r\n \"updated\": \"2021-05-02T18:47:46.607Z\",\r\n \"resultInfo\": \"Latest commit 60a2fd8d1be8487617c195a755c736a52f342a92 was successfully deployed from master. Objects created: 0, updated: 0, deleted: 0. Previous configuration was saved to the 'ConfigurationBackup' branch.\",\r\n \"error\": null,\r\n \"actionLog\": []\r\n }\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TenantSettingsTest/ListAndGetSetting.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TenantSettingsTest/ListAndGetSetting.json new file mode 100644 index 0000000000000..a33ea56803833 --- /dev/null +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/TenantSettingsTest/ListAndGetSetting.json @@ -0,0 +1,279 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "62c6f389-63c3-4ae3-b346-91b55865e79e" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "342" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAVONE=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "d117cdad-5010-460f-85b8-a9c722172d45", + "78c44dc2-5901-4fb1-9fed-8f7f77f4b65c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "2324d65d-1180-4e8f-886a-c1392b810402" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T184614Z:2324d65d-1180-4e8f-886a-c1392b810402" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 18:46:13 GMT" + ], + "Content-Length": [ + "2344" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e95041bf-e6bc-4355-a0bf-ccf62989a2f7" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "ETag": [ + "\"AAAAAAAVONE=\"" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "380fabd4-16b4-4e7e-b9cb-9e0138629e71" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "da51a5e2-f01d-41a7-9808-b44f652ee607" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T184614Z:da51a5e2-f01d-41a7-9808-b44f652ee607" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Sun, 02 May 2021 18:46:13 GMT" + ], + "Content-Length": [ + "2344" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAVONE=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/settings?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9zZXR0aW5ncz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "90f97649-73ad-4292-9ba8-6f69b285616d" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "8c621190-2239-48db-9cc5-4dc4e0ec5e10" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "b7510ba9-a3d6-4557-8269-9821dfd870dc" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T184614Z:b7510ba9-a3d6-4557-8269-9821dfd870dc" + ], + "Date": [ + "Sun, 02 May 2021 18:46:13 GMT" + ], + "Content-Length": [ + "34" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [],\r\n \"count\": 0\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/settings/public?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9zZXR0aW5ncy9wdWJsaWM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ae7f5f23-86e6-4445-b59a-c35838248253" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-request-id": [ + "fd51cd21-3f5c-4be9-b774-daf26dc51d7e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "0ba56ebf-6dfc-461e-b700-be8fa0e43d8b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210502T184614Z:0ba56ebf-6dfc-461e-b700-be8fa0e43d8b" + ], + "Date": [ + "Sun, 02 May 2021 18:46:14 GMT" + ], + "Content-Length": [ + "750" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/settings/public\",\r\n \"type\": \"Microsoft.ApiManagement/service/settings\",\r\n \"name\": \"public\",\r\n \"properties\": {\r\n \"settings\": {\r\n \"CustomPortalSettings.UserRegistrationTerms\": null,\r\n \"CustomPortalSettings.UserRegistrationTermsEnabled\": \"False\",\r\n \"CustomPortalSettings.UserRegistrationTermsConsentRequired\": \"False\",\r\n \"CustomPortalSettings.DelegationEnabled\": \"False\",\r\n \"CustomPortalSettings.DelegationUrl\": null,\r\n \"CustomPortalSettings.DelegatedSubscriptionEnabled\": \"False\",\r\n \"CustomPortalSettings.RequireUserSigninEnabled\": \"True\"\r\n }\r\n }\r\n}", + "StatusCode": 200 + } + ], + "Names": {}, + "Variables": { + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", + "TestCertificatePassword": "Password", + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" + } +} \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/UserTests/CreateListUpdateDelete.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/UserTests/CreateListUpdateDelete.json index f2344470c00a5..1577eeea08c51 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/UserTests/CreateListUpdateDelete.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/UserTests/CreateListUpdateDelete.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3ea4b733-0a3b-4ea3-bc4e-0fdad1f1e12c" + "803b19a8-28be-4f17-9937-0fe6ab201cf5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "35c7695a-d637-4a26-aa68-9229a9a1ca6f", - "94d77891-3da6-43d4-8164-704fe8791438" + "574f21a0-a366-4edc-8ee1-524fa964726e", + "591a30b4-68df-4dd0-ac17-8fedb2bd0a9e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "d9d58ef3-bf69-4c55-8d21-1f5f884c8dda" + "4d17b7ea-919e-4bf9-bc03-740f77b27b45" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190429Z:d9d58ef3-bf69-4c55-8d21-1f5f884c8dda" + "WESTUS:20210408T215004Z:4d17b7ea-919e-4bf9-bc03-740f77b27b45" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:04:29 GMT" + "Thu, 08 Apr 2021 21:50:03 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7451e666-ab6a-4934-aefe-5e1d3e7eed3c" + "eefedfab-d5d6-4bc7-8d72-34019d2c1933" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "06cc434a-a030-47d3-8444-e6b57c8fe3e0" + "6d7c9441-b635-45d8-9757-64131982ad44" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "11999" ], "x-ms-correlation-request-id": [ - "5a2dc6c6-eb60-4573-8595-480f300983a7" + "2c3ccd71-f19a-454c-9c60-8a464cacc37a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190429Z:5a2dc6c6-eb60-4573-8595-480f300983a7" + "WESTUS:20210408T215004Z:2c3ccd71-f19a-454c-9c60-8a464cacc37a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:04:29 GMT" + "Thu, 08 Apr 2021 21:50:03 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdXNlcnM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b5bc7300-44f4-488f-a044-ac309c2193f1" + "c6d718af-95ee-4cce-96c1-cb730761c8ad" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,29 +168,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c9b1f789-0a2e-410c-9520-d81413fea02c" + "a597b566-6995-48b9-8793-13d7678fd103" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "11998" ], "x-ms-correlation-request-id": [ - "17c68a88-5452-4374-93c6-1fa6d6b10316" + "8261e5a6-99e1-4256-a213-a7dbc93ab6e3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190429Z:17c68a88-5452-4374-93c6-1fa6d6b10316" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215004Z:8261e5a6-99e1-4256-a213-a7dbc93ab6e3" ], "Date": [ - "Wed, 25 Mar 2020 19:04:29 GMT" + "Thu, 08 Apr 2021 21:50:03 GMT" ], "Content-Length": [ - "680" + "682" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,26 +199,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"type\": \"Microsoft.ApiManagement/service/users\",\r\n \"name\": \"1\",\r\n \"properties\": {\r\n \"firstName\": \"Administrator\",\r\n \"lastName\": \"\",\r\n \"email\": \"apim@autorestsdk.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2020-01-15T02:14:45.177Z\",\r\n \"note\": null,\r\n \"identities\": [\r\n {\r\n \"provider\": \"Azure\",\r\n \"id\": \"apim@autorestsdk.com\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"type\": \"Microsoft.ApiManagement/service/users\",\r\n \"name\": \"1\",\r\n \"properties\": {\r\n \"firstName\": \"Administrator\",\r\n \"lastName\": \"\",\r\n \"email\": \"apim@autorestsdk.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2019-08-23T10:28:33.027Z\",\r\n \"note\": null,\r\n \"identities\": [\r\n {\r\n \"provider\": \"Azure\",\r\n \"id\": \"apim@autorestsdk.com\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/userId8552?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdXNlcnMvdXNlcklkODU1Mj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/userId6668?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycy91c2VySWQ2NjY4P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"state\": \"active\",\r\n \"note\": \"userNote2826\",\r\n \"email\": \"contoso@microsoft.com\",\r\n \"firstName\": \"userFirstName1448\",\r\n \"lastName\": \"userLastName6237\",\r\n \"password\": \"userPassword7294\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"state\": \"active\",\r\n \"note\": \"userNote4429\",\r\n \"email\": \"contoso@microsoft.com\",\r\n \"firstName\": \"userFirstName6335\",\r\n \"lastName\": \"userLastName1404\",\r\n \"password\": \"userPassword9679\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c6b56f02-bcbb-4890-b78d-62b16972208c" + "48f45412-a358-40b7-adaa-23e28633f667" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -235,34 +235,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANEYAAAAAAAA0SA==\"" + "\"AAAAAAAAbqEAAAAAAABuow==\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "83d92dfe-0ee9-4b62-9bed-9f6e40f789e4" + "b9842355-2b92-4c82-99c9-91245c68dc14" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1198" ], "x-ms-correlation-request-id": [ - "1f38c4f1-b488-4734-8586-c9e14d5e8e25" + "a82a7d39-fde0-4448-a7ea-761ec57dff86" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190430Z:1f38c4f1-b488-4734-8586-c9e14d5e8e25" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215004Z:a82a7d39-fde0-4448-a7ea-761ec57dff86" ], "Date": [ - "Wed, 25 Mar 2020 19:04:30 GMT" + "Thu, 08 Apr 2021 21:50:04 GMT" ], "Content-Length": [ - "1085" + "1091" ], "Content-Type": [ "application/json; charset=utf-8" @@ -271,26 +271,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/userId8552\",\r\n \"type\": \"Microsoft.ApiManagement/service/users\",\r\n \"name\": \"userId8552\",\r\n \"properties\": {\r\n \"firstName\": \"userFirstName1448\",\r\n \"lastName\": \"userLastName6237\",\r\n \"email\": \"contoso@microsoft.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2020-03-25T19:04:30.2Z\",\r\n \"note\": \"userNote2826\",\r\n \"groups\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/developers\",\r\n \"name\": \"Developers\",\r\n \"description\": \"Developers is a built-in group. Its membership is managed by the system. Signed-in users fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n ],\r\n \"identities\": [\r\n {\r\n \"provider\": \"Basic\",\r\n \"id\": \"contoso@microsoft.com\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/userId6668\",\r\n \"type\": \"Microsoft.ApiManagement/service/users\",\r\n \"name\": \"userId6668\",\r\n \"properties\": {\r\n \"firstName\": \"userFirstName6335\",\r\n \"lastName\": \"userLastName1404\",\r\n \"email\": \"contoso@microsoft.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2021-04-08T21:50:04.693Z\",\r\n \"note\": \"userNote4429\",\r\n \"groups\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/developers\",\r\n \"name\": \"Developers\",\r\n \"description\": \"Developers is a built-in group. Its membership is managed by the system. Signed-in users fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n ],\r\n \"identities\": [\r\n {\r\n \"provider\": \"Basic\",\r\n \"id\": \"contoso@microsoft.com\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/userId8552?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdXNlcnMvdXNlcklkODU1Mj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/userId6668?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycy91c2VySWQ2NjY4P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3985d858-102c-4fc0-b01e-38f4463f085f" + "c999ffc4-0745-442b-b44c-1bae44871348" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -301,34 +301,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANEYAAAAAAAA0SA==\"" + "\"AAAAAAAAbqEAAAAAAABuow==\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "8c45fe97-9510-4bfa-9cc3-8ed2cc4183c9" + "9b398c13-0566-4282-a89b-dcf03d1c65be" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "11997" ], "x-ms-correlation-request-id": [ - "4dd77f83-145c-4902-9b95-19f424ec2507" + "dbf54d58-ebc0-4e80-be56-124bd9237c02" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190430Z:4dd77f83-145c-4902-9b95-19f424ec2507" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215004Z:dbf54d58-ebc0-4e80-be56-124bd9237c02" ], "Date": [ - "Wed, 25 Mar 2020 19:04:30 GMT" + "Thu, 08 Apr 2021 21:50:04 GMT" ], "Content-Length": [ - "612" + "616" ], "Content-Type": [ "application/json; charset=utf-8" @@ -337,26 +337,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/userId8552\",\r\n \"type\": \"Microsoft.ApiManagement/service/users\",\r\n \"name\": \"userId8552\",\r\n \"properties\": {\r\n \"firstName\": \"userFirstName1448\",\r\n \"lastName\": \"userLastName6237\",\r\n \"email\": \"contoso@microsoft.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2020-03-25T19:04:30.2Z\",\r\n \"note\": \"userNote2826\",\r\n \"identities\": [\r\n {\r\n \"provider\": \"Basic\",\r\n \"id\": \"contoso@microsoft.com\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/userId6668\",\r\n \"type\": \"Microsoft.ApiManagement/service/users\",\r\n \"name\": \"userId6668\",\r\n \"properties\": {\r\n \"firstName\": \"userFirstName6335\",\r\n \"lastName\": \"userLastName1404\",\r\n \"email\": \"contoso@microsoft.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2021-04-08T21:50:04.693Z\",\r\n \"note\": \"userNote4429\",\r\n \"identities\": [\r\n {\r\n \"provider\": \"Basic\",\r\n \"id\": \"contoso@microsoft.com\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/userId8552?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdXNlcnMvdXNlcklkODU1Mj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/userId6668?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycy91c2VySWQ2NjY4P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a9c7e502-9235-4ed9-ad7e-56fa188af496" + "45388898-d500-4512-8c10-af5fcfa57b76" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -369,26 +369,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "f59937e3-79dc-41a4-bbe4-c6038d2214d2" + "28490ef9-5bfb-41fa-acde-318d62682ae1" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "11995" ], "x-ms-correlation-request-id": [ - "63fe66dd-3d1a-46c9-ba8c-37bbe81d7c95" + "ecf8cb89-f922-4f7c-94fd-9df59d6fbcb0" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190432Z:63fe66dd-3d1a-46c9-ba8c-37bbe81d7c95" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215005Z:ecf8cb89-f922-4f7c-94fd-9df59d6fbcb0" ], "Date": [ - "Wed, 25 Mar 2020 19:04:32 GMT" + "Thu, 08 Apr 2021 21:50:05 GMT" ], "Content-Length": [ "80" @@ -404,22 +404,22 @@ "StatusCode": 404 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users?$top=1&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdXNlcnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users?$top=1&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycz8kdG9wPTEmYXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ac994ac-3abf-4400-95f6-216261753bd0" + "5a323047-03f9-4205-803a-8d66ce0cbb9b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -432,29 +432,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "50dd49e8-5a21-4452-b38e-f57cab95cbb4" + "676fee51-1986-4dfe-a86c-6c895d234665" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "11996" ], "x-ms-correlation-request-id": [ - "2682332e-7941-44df-a1d9-4ace93a76a91" + "a5ecb189-ec93-4676-9a80-a8b2bbbbd56f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190430Z:2682332e-7941-44df-a1d9-4ace93a76a91" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215005Z:a5ecb189-ec93-4676-9a80-a8b2bbbbd56f" ], "Date": [ - "Wed, 25 Mar 2020 19:04:30 GMT" + "Thu, 08 Apr 2021 21:50:04 GMT" ], "Content-Length": [ - "939" + "926" ], "Content-Type": [ "application/json; charset=utf-8" @@ -463,26 +463,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"type\": \"Microsoft.ApiManagement/service/users\",\r\n \"name\": \"1\",\r\n \"properties\": {\r\n \"firstName\": \"Administrator\",\r\n \"lastName\": \"\",\r\n \"email\": \"apim@autorestsdk.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2020-01-15T02:14:45.177Z\",\r\n \"note\": null,\r\n \"identities\": [\r\n {\r\n \"provider\": \"Azure\",\r\n \"id\": \"apim@autorestsdk.com\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"count\": 2,\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net:443/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users?%24top=1&api-version=2019-12-01&%24skip=1\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"type\": \"Microsoft.ApiManagement/service/users\",\r\n \"name\": \"1\",\r\n \"properties\": {\r\n \"firstName\": \"Administrator\",\r\n \"lastName\": \"\",\r\n \"email\": \"apim@autorestsdk.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2019-08-23T10:28:33.027Z\",\r\n \"note\": null,\r\n \"identities\": [\r\n {\r\n \"provider\": \"Azure\",\r\n \"id\": \"apim@autorestsdk.com\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"count\": 2,\r\n \"nextLink\": \"https://management.azure.com:443/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users?%24top=1&api-version=2020-12-01&%24skip=1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/userId8552/generateSsoUrl?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdXNlcnMvdXNlcklkODU1Mi9nZW5lcmF0ZVNzb1VybD9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/userId6668/generateSsoUrl?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycy91c2VySWQ2NjY4L2dlbmVyYXRlU3NvVXJsP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "52d3fbed-3460-47fc-8bb7-085432562171" + "3dd80c91-f9b6-4ffc-8136-2f495036e4fd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -495,8 +495,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "2a7c807d-5529-4c2d-ae42-1a22be3489b3" + "763cb7af-f295-4946-b926-963ddff20e92" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -505,19 +508,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "a2cddf6b-dd52-47a2-8c3f-bc2fb79eff00" + "12158cfe-514c-40cb-a229-9eae4879c509" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190431Z:a2cddf6b-dd52-47a2-8c3f-bc2fb79eff00" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215005Z:12158cfe-514c-40cb-a229-9eae4879c509" ], "Date": [ - "Wed, 25 Mar 2020 19:04:31 GMT" + "Thu, 08 Apr 2021 21:50:04 GMT" ], "Content-Length": [ - "211" + "193" ], "Content-Type": [ "application/json; charset=utf-8" @@ -526,32 +526,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net/signin-sso?token=userId8552%26202003251909%267pLYxAjnV3veiagRqCJ2A9wAZNNk0CXhgfgU9lQzVcykYrqqcoizXPEdBrTwCuVdrKahet%2fQSYGOAWEDJzwmRw%3d%3d\"\r\n}", + "ResponseBody": "{\r\n \"value\": \"https://sdktestservice.portal.azure-api.net/signin-sso?token=userId6668%26202104082155%26RppEjgvrzoP5jR1tGCnfuQ3vBks5VGagXXlWiatlsQLsA125cAUnJs88p8UeEu6rSFuqH3ohlTWwN25RZfwHaw%3d%3d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/userId8552/token?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdXNlcnMvdXNlcklkODU1Mi90b2tlbj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/userId6668/token?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycy91c2VySWQ2NjY4L3Rva2VuP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"properties\": {\r\n \"keyType\": \"primary\",\r\n \"expiry\": \"2020-04-04T19:04:31.897764Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"keyType\": \"primary\",\r\n \"expiry\": \"2021-04-18T21:50:05.3909405Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "82a9bee4-36ad-42fd-a7af-888f70f88360" + "ace22756-b187-48c3-8129-e935d3228add" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "100" + "101" ] }, "ResponseHeaders": { @@ -564,8 +564,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "79ee5e01-5a2e-42fe-a8f2-6240e8ffea61" + "638c272b-b27f-46d3-96ad-5f581e38e71c" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -574,16 +577,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "74a088b6-aa55-4322-8ca7-a9c4da05f57f" + "37103be1-7b57-44cb-83f3-59d5c9db1f44" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190432Z:74a088b6-aa55-4322-8ca7-a9c4da05f57f" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215005Z:37103be1-7b57-44cb-83f3-59d5c9db1f44" ], "Date": [ - "Wed, 25 Mar 2020 19:04:31 GMT" + "Thu, 08 Apr 2021 21:50:04 GMT" ], "Content-Length": [ "124" @@ -595,29 +595,29 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": \"userId8552&202004041904&zyc+YidN2AjsxgsXKQUj07evuOiTi6S+9dg5EaXzsLMp+sXQ16FLqZrE+SDp+fWFd0SYmxd94ru++Nm4TBxm3g==\"\r\n}", + "ResponseBody": "{\r\n \"value\": \"userId6668&202104182150&MqIM5Zatiy3pbbpYpYUYxZi3WLbemm9wJKn3w6HTaK5e2zzj14dj949FvcLBTpOjdH951CNgC4PpOu8k3wNoxw==\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/userId8552?deleteSubscriptions=true&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdXNlcnMvdXNlcklkODU1Mj9kZWxldGVTdWJzY3JpcHRpb25zPXRydWUmYXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/userId6668?deleteSubscriptions=true&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycy91c2VySWQ2NjY4P2RlbGV0ZVN1YnNjcmlwdGlvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e41c4d75-3b8f-4336-9826-d283fce96517" + "bb172dae-56be-46ae-b5e8-ed3633adb1f8" ], "If-Match": [ - "\"AAAAAAAANEYAAAAAAAA0SA==\"" + "\"AAAAAAAAbqEAAAAAAABuow==\"" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -630,8 +630,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "d01593ef-5e6d-4490-99fe-bb9a61a7db9f" + "45446aca-8a26-45bf-abe5-c73dc167342f" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -640,16 +643,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "7fd1be4a-5fa3-45eb-94ae-825e5bf7ba57" + "ee7aa96f-51c0-41c7-9aeb-d1ffc274b66a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190432Z:7fd1be4a-5fa3-45eb-94ae-825e5bf7ba57" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215005Z:ee7aa96f-51c0-41c7-9aeb-d1ffc274b66a" ], "Date": [ - "Wed, 25 Mar 2020 19:04:32 GMT" + "Thu, 08 Apr 2021 21:50:05 GMT" ], "Expires": [ "-1" @@ -662,13 +662,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/userId8552?deleteSubscriptions=true&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdXNlcnMvdXNlcklkODU1Mj9kZWxldGVTdWJzY3JpcHRpb25zPXRydWUmYXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/userId6668?deleteSubscriptions=true&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycy91c2VySWQ2NjY4P2RlbGV0ZVN1YnNjcmlwdGlvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0df63cf4-aa42-43b1-9532-f9792fd3fd68" + "2848d368-bff1-4fa1-9a53-8c4aeb02bf8f" ], "If-Match": [ "*" @@ -677,10 +677,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -693,8 +693,11 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "d6aab885-40ed-4fda-89a9-453cd0833d59" + "bda2b082-ca21-4e12-b9b6-8044d8aa9f81" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -703,16 +706,13 @@ "14998" ], "x-ms-correlation-request-id": [ - "ecbf8ef8-c17e-4642-bb44-03372bcaf600" + "00822943-0b12-418c-935a-8cc98127abf3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190433Z:ecbf8ef8-c17e-4642-bb44-03372bcaf600" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215005Z:00822943-0b12-418c-935a-8cc98127abf3" ], "Date": [ - "Wed, 25 Mar 2020 19:04:32 GMT" + "Thu, 08 Apr 2021 21:50:05 GMT" ], "Expires": [ "-1" @@ -724,20 +724,20 @@ ], "Names": { "CreateListUpdateDelete": [ - "userId8552", - "userFirstName1448", - "userLastName6237", - "userPassword7294", - "userNote2826" + "userId6668", + "userFirstName6335", + "userLastName1404", + "userPassword9679", + "userNote4429" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/UserTests/GroupsListAddRemove.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/UserTests/GroupsListAddRemove.json index 8ab2542cef4fd..97592fd7158a9 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/UserTests/GroupsListAddRemove.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/UserTests/GroupsListAddRemove.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8e18f18a-e0d8-4916-9af6-99c1c62e15ac" + "e0e8a933-b7f6-467d-99cf-6ce56f385fd9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3eb0a7ab-c9a5-44d5-b543-f551a58e63fb", - "7f3058ce-77dd-4b32-978e-226b6233afe7" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "c40318e9-5e0f-481d-ae63-e0e79b271092", + "4bc4c8ab-f699-4f91-abe0-b6f57282e46f" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], "x-ms-correlation-request-id": [ - "7a5728ae-4a93-46b2-8453-8a683a46453e" + "cfdd0881-a280-4b22-951c-a078b6644b0f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190419Z:7a5728ae-4a93-46b2-8453-8a683a46453e" + "WESTUS:20210408T214959Z:cfdd0881-a280-4b22-951c-a078b6644b0f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:04:18 GMT" + "Thu, 08 Apr 2021 21:49:58 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b13162ca-71f5-486f-968b-9ef526c91339" + "7ca4e312-69d5-4517-9fd3-a8bcb1ebfb27" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "01978bff-565a-49fe-a4bf-4b741df868b9" + "d64277ee-e24f-40d2-a9c2-4b64612bb60e" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "11999" ], "x-ms-correlation-request-id": [ - "ad5262ee-5f9d-48e5-a87a-9a6235f57f31" + "c121c83f-60eb-4659-90cb-80cd3bce1a31" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190419Z:ad5262ee-5f9d-48e5-a87a-9a6235f57f31" + "WESTUS:20210408T214959Z:c121c83f-60eb-4659-90cb-80cd3bce1a31" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:04:18 GMT" + "Thu, 08 Apr 2021 21:49:58 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/groupId504?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ3JvdXBzL2dyb3VwSWQ1MDQ/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/groupId4235?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ncm91cHMvZ3JvdXBJZDQyMzU/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"groupName3024\",\r\n \"type\": \"custom\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"groupName2145\",\r\n \"type\": \"custom\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3696125b-6a00-428a-a976-b01900d3f431" + "b062ef0e-6792-4062-bd8d-e6659988883e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -172,34 +172,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANC4=\"" + "\"AAAAAAAAbog=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "70060e41-a4e7-46f6-bfb5-a32225f997d1" + "796ac796-c7f2-46ba-a43e-e8dce7d4c64a" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1198" ], "x-ms-correlation-request-id": [ - "7d54fd38-7d3c-495e-b3d4-2f45e5f47016" + "6bd9fdaf-6c1f-4442-bf10-1a71d5d2e05f" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190420Z:7d54fd38-7d3c-495e-b3d4-2f45e5f47016" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215000Z:6bd9fdaf-6c1f-4442-bf10-1a71d5d2e05f" ], "Date": [ - "Wed, 25 Mar 2020 19:04:19 GMT" + "Thu, 08 Apr 2021 21:49:59 GMT" ], "Content-Length": [ - "413" + "417" ], "Content-Type": [ "application/json; charset=utf-8" @@ -208,26 +208,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/groupId504\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups\",\r\n \"name\": \"groupId504\",\r\n \"properties\": {\r\n \"displayName\": \"groupName3024\",\r\n \"description\": null,\r\n \"builtIn\": false,\r\n \"type\": \"custom\",\r\n \"externalId\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/groupId4235\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups\",\r\n \"name\": \"groupId4235\",\r\n \"properties\": {\r\n \"displayName\": \"groupName2145\",\r\n \"description\": null,\r\n \"builtIn\": false,\r\n \"type\": \"custom\",\r\n \"externalId\": null\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/groupId504?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ3JvdXBzL2dyb3VwSWQ1MDQ/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/groupId4235?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ncm91cHMvZ3JvdXBJZDQyMzU/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f32ac51-8b8d-44f9-8d06-337aab2789da" + "ca4b59d7-d509-4011-8250-9b3279e23a34" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -238,34 +238,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANC4=\"" + "\"AAAAAAAAbog=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "3a74d78d-952f-4755-93f4-0d1025ed9c87" + "42852389-4226-413f-9987-0475427cfca6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "11998" ], "x-ms-correlation-request-id": [ - "c9e3bf48-539a-43b4-9ee5-83145d98f765" + "625a5e4f-a843-45fb-9153-5e433e0d7264" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190420Z:c9e3bf48-539a-43b4-9ee5-83145d98f765" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215000Z:625a5e4f-a843-45fb-9153-5e433e0d7264" ], "Date": [ - "Wed, 25 Mar 2020 19:04:19 GMT" + "Thu, 08 Apr 2021 21:49:59 GMT" ], "Content-Length": [ - "413" + "417" ], "Content-Type": [ "application/json; charset=utf-8" @@ -274,26 +274,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/groupId504\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups\",\r\n \"name\": \"groupId504\",\r\n \"properties\": {\r\n \"displayName\": \"groupName3024\",\r\n \"description\": null,\r\n \"builtIn\": false,\r\n \"type\": \"custom\",\r\n \"externalId\": null\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/groupId4235\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups\",\r\n \"name\": \"groupId4235\",\r\n \"properties\": {\r\n \"displayName\": \"groupName2145\",\r\n \"description\": null,\r\n \"builtIn\": false,\r\n \"type\": \"custom\",\r\n \"externalId\": null\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/userId2174?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdXNlcnMvdXNlcklkMjE3ND9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/userId2817?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycy91c2VySWQyODE3P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"state\": \"active\",\r\n \"note\": \"note1857\",\r\n \"email\": \"ivan.ivanov8165@contoso.com\",\r\n \"firstName\": \"Ivan6949\",\r\n \"lastName\": \"Ivanov2391\",\r\n \"password\": \"pwd1903\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"state\": \"active\",\r\n \"note\": \"note5823\",\r\n \"email\": \"ivan.ivanov1124@contoso.com\",\r\n \"firstName\": \"Ivan3646\",\r\n \"lastName\": \"Ivanov8470\",\r\n \"password\": \"pwd2762\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "71562fbe-f731-4625-96d9-c41227dee8fd" + "1e9c6244-c3c6-47db-8123-97b25d004945" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -310,34 +310,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANDMAAAAAAAA0NQ==\"" + "\"AAAAAAAAbo4AAAAAAABukA==\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "ca081b64-5148-4759-b054-fe6f7e714377" + "c57ebdfd-e304-419e-b5ab-07597c5239ae" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1197" ], "x-ms-correlation-request-id": [ - "c2b30f2e-a828-41d6-b2eb-61e713136704" + "2323c72c-c6a5-4333-9c0e-b9c4bd6655aa" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190421Z:c2b30f2e-a828-41d6-b2eb-61e713136704" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215000Z:2323c72c-c6a5-4333-9c0e-b9c4bd6655aa" ], "Date": [ - "Wed, 25 Mar 2020 19:04:20 GMT" + "Thu, 08 Apr 2021 21:50:00 GMT" ], "Content-Length": [ - "1080" + "1083" ], "Content-Type": [ "application/json; charset=utf-8" @@ -346,26 +346,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/userId2174\",\r\n \"type\": \"Microsoft.ApiManagement/service/users\",\r\n \"name\": \"userId2174\",\r\n \"properties\": {\r\n \"firstName\": \"Ivan6949\",\r\n \"lastName\": \"Ivanov2391\",\r\n \"email\": \"ivan.ivanov8165@contoso.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2020-03-25T19:04:21.073Z\",\r\n \"note\": \"note1857\",\r\n \"groups\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/developers\",\r\n \"name\": \"Developers\",\r\n \"description\": \"Developers is a built-in group. Its membership is managed by the system. Signed-in users fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n ],\r\n \"identities\": [\r\n {\r\n \"provider\": \"Basic\",\r\n \"id\": \"ivan.ivanov8165@contoso.com\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/userId2817\",\r\n \"type\": \"Microsoft.ApiManagement/service/users\",\r\n \"name\": \"userId2817\",\r\n \"properties\": {\r\n \"firstName\": \"Ivan3646\",\r\n \"lastName\": \"Ivanov8470\",\r\n \"email\": \"ivan.ivanov1124@contoso.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2021-04-08T21:50:00.62Z\",\r\n \"note\": \"note5823\",\r\n \"groups\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/developers\",\r\n \"name\": \"Developers\",\r\n \"description\": \"Developers is a built-in group. Its membership is managed by the system. Signed-in users fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n ],\r\n \"identities\": [\r\n {\r\n \"provider\": \"Basic\",\r\n \"id\": \"ivan.ivanov1124@contoso.com\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/userId2174/groups?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdXNlcnMvdXNlcklkMjE3NC9ncm91cHM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/userId2817/groups?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycy91c2VySWQyODE3L2dyb3Vwcz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5111bac9-e363-4c3d-ad72-179aa6cee448" + "e3b95be3-8a70-45d7-8858-c5fbdc5b08b1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -378,29 +378,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "7c8983a5-add8-4eb0-9647-2bd0ff465e5c" + "34216cb2-b42f-4208-9eee-7f9f79717c93" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "11997" ], "x-ms-correlation-request-id": [ - "7e5c4506-3603-447e-8e78-d4b1723d8d64" + "4aaeb2dd-063c-437b-bf00-e4c7887407ad" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190421Z:7e5c4506-3603-447e-8e78-d4b1723d8d64" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215001Z:4aaeb2dd-063c-437b-bf00-e4c7887407ad" ], "Date": [ - "Wed, 25 Mar 2020 19:04:20 GMT" + "Thu, 08 Apr 2021 21:50:00 GMT" ], "Content-Length": [ - "628" + "630" ], "Content-Type": [ "application/json; charset=utf-8" @@ -409,26 +409,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/userId2174/groups/developers\",\r\n \"type\": \"Microsoft.ApiManagement/service/users/groups\",\r\n \"name\": \"developers\",\r\n \"properties\": {\r\n \"displayName\": \"Developers\",\r\n \"description\": \"Developers is a built-in group. Its membership is managed by the system. Signed-in users fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/userId2817/groups/developers\",\r\n \"type\": \"Microsoft.ApiManagement/service/users/groups\",\r\n \"name\": \"developers\",\r\n \"properties\": {\r\n \"displayName\": \"Developers\",\r\n \"description\": \"Developers is a built-in group. Its membership is managed by the system. Signed-in users fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/userId2174/groups?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdXNlcnMvdXNlcklkMjE3NC9ncm91cHM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/userId2817/groups?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycy91c2VySWQyODE3L2dyb3Vwcz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aa769dca-0aa8-4ac6-9971-f38377df507f" + "af3d5e2d-0a70-430f-b5d7-e9bdc05b366c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -441,29 +441,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "236da63d-5e05-412a-a3f1-efc6d8d0aa45" + "6e8ea160-a4c8-45e9-93b7-548639a01f9c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "11996" ], "x-ms-correlation-request-id": [ - "8f53ba2f-60a7-4200-b19b-d8dcb39ca944" + "8fbe27ed-3652-40aa-afc0-7eb1133ee089" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190422Z:8f53ba2f-60a7-4200-b19b-d8dcb39ca944" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215001Z:8fbe27ed-3652-40aa-afc0-7eb1133ee089" ], "Date": [ - "Wed, 25 Mar 2020 19:04:21 GMT" + "Thu, 08 Apr 2021 21:50:01 GMT" ], "Content-Length": [ - "1115" + "1121" ], "Content-Type": [ "application/json; charset=utf-8" @@ -472,26 +472,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/userId2174/groups/developers\",\r\n \"type\": \"Microsoft.ApiManagement/service/users/groups\",\r\n \"name\": \"developers\",\r\n \"properties\": {\r\n \"displayName\": \"Developers\",\r\n \"description\": \"Developers is a built-in group. Its membership is managed by the system. Signed-in users fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/userId2174/groups/groupId504\",\r\n \"type\": \"Microsoft.ApiManagement/service/users/groups\",\r\n \"name\": \"groupId504\",\r\n \"properties\": {\r\n \"displayName\": \"groupName3024\",\r\n \"description\": null,\r\n \"builtIn\": false,\r\n \"type\": \"custom\",\r\n \"externalId\": null\r\n }\r\n }\r\n ],\r\n \"count\": 2\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/userId2817/groups/developers\",\r\n \"type\": \"Microsoft.ApiManagement/service/users/groups\",\r\n \"name\": \"developers\",\r\n \"properties\": {\r\n \"displayName\": \"Developers\",\r\n \"description\": \"Developers is a built-in group. Its membership is managed by the system. Signed-in users fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/userId2817/groups/groupId4235\",\r\n \"type\": \"Microsoft.ApiManagement/service/users/groups\",\r\n \"name\": \"groupId4235\",\r\n \"properties\": {\r\n \"displayName\": \"groupName2145\",\r\n \"description\": null,\r\n \"builtIn\": false,\r\n \"type\": \"custom\",\r\n \"externalId\": null\r\n }\r\n }\r\n ],\r\n \"count\": 2\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/userId2174/groups?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdXNlcnMvdXNlcklkMjE3NC9ncm91cHM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/userId2817/groups?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycy91c2VySWQyODE3L2dyb3Vwcz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81339ca2-a68c-407e-ba43-c9b71f270d3a" + "4ff3bfa5-a631-492e-b166-561c1505ca4b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -504,29 +504,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "da435674-644e-44f1-8407-d42dcfd7a249" + "c743fd2a-0d9c-465f-97ae-9537cf3018bd" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "11995" ], "x-ms-correlation-request-id": [ - "7b49f91f-9afb-4285-bfad-5acc13734e3c" + "e1efd891-84bb-410d-939f-10e38c21144e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190423Z:7b49f91f-9afb-4285-bfad-5acc13734e3c" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215002Z:e1efd891-84bb-410d-939f-10e38c21144e" ], "Date": [ - "Wed, 25 Mar 2020 19:04:22 GMT" + "Thu, 08 Apr 2021 21:50:01 GMT" ], "Content-Length": [ - "628" + "630" ], "Content-Type": [ "application/json; charset=utf-8" @@ -535,26 +535,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/userId2174/groups/developers\",\r\n \"type\": \"Microsoft.ApiManagement/service/users/groups\",\r\n \"name\": \"developers\",\r\n \"properties\": {\r\n \"displayName\": \"Developers\",\r\n \"description\": \"Developers is a built-in group. Its membership is managed by the system. Signed-in users fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/userId2817/groups/developers\",\r\n \"type\": \"Microsoft.ApiManagement/service/users/groups\",\r\n \"name\": \"developers\",\r\n \"properties\": {\r\n \"displayName\": \"Developers\",\r\n \"description\": \"Developers is a built-in group. Its membership is managed by the system. Signed-in users fall into this group.\",\r\n \"builtIn\": true,\r\n \"type\": \"system\",\r\n \"externalId\": null\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/groupId504/users/userId2174?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ3JvdXBzL2dyb3VwSWQ1MDQvdXNlcnMvdXNlcklkMjE3ND9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/groupId4235/users/userId2817?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ncm91cHMvZ3JvdXBJZDQyMzUvdXNlcnMvdXNlcklkMjgxNz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3debd697-3868-44e3-8903-766a2d1cd699" + "decac0a1-d434-499e-a324-4d26a5bba214" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -565,34 +565,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAANDk=\"" + "\"AAAAAAAAbpQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "4f77e70b-9360-4308-a5cc-5d4aefbd277d" + "d630a8d0-1012-45d3-87f7-d4209de8d7c3" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1196" ], "x-ms-correlation-request-id": [ - "1d3a6f18-1a11-4532-b6a7-a89ede21eb45" + "94c06eca-0dc2-463d-9fa5-ec25e57dcd1a" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190422Z:1d3a6f18-1a11-4532-b6a7-a89ede21eb45" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215001Z:94c06eca-0dc2-463d-9fa5-ec25e57dcd1a" ], "Date": [ - "Wed, 25 Mar 2020 19:04:21 GMT" + "Thu, 08 Apr 2021 21:50:00 GMT" ], "Content-Length": [ - "552" + "554" ], "Content-Type": [ "application/json; charset=utf-8" @@ -601,26 +601,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/groupId504/users/userId2174\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups/users\",\r\n \"name\": \"userId2174\",\r\n \"properties\": {\r\n \"firstName\": \"Ivan6949\",\r\n \"lastName\": \"Ivanov2391\",\r\n \"email\": \"ivan.ivanov8165@contoso.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2020-03-25T19:04:21.073Z\",\r\n \"note\": \"note1857\",\r\n \"groups\": [],\r\n \"identities\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/groupId4235/users/userId2817\",\r\n \"type\": \"Microsoft.ApiManagement/service/groups/users\",\r\n \"name\": \"userId2817\",\r\n \"properties\": {\r\n \"firstName\": \"Ivan3646\",\r\n \"lastName\": \"Ivanov8470\",\r\n \"email\": \"ivan.ivanov1124@contoso.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2021-04-08T21:50:00.62Z\",\r\n \"note\": \"note5823\",\r\n \"groups\": [],\r\n \"identities\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/groupId504/users/userId2174?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ3JvdXBzL2dyb3VwSWQ1MDQvdXNlcnMvdXNlcklkMjE3ND9hcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/groupId4235/users/userId2817?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ncm91cHMvZ3JvdXBJZDQyMzUvdXNlcnMvdXNlcklkMjgxNz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf902825-9a1c-4b43-b86f-6ac05c4cc89b" + "9ceca0b1-1816-4b6d-9691-bc0e940fc505" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -633,26 +633,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "1937c1de-154b-4602-9ada-1bc5a4392d1d" + "51891835-df27-49ad-bd43-3d3c05c8988b" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14995" + "14999" ], "x-ms-correlation-request-id": [ - "3bacbb88-6797-4ffa-8d0a-cde75a1a3895" + "217bb847-9f05-4f2b-a791-5a05e7f59af2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190422Z:3bacbb88-6797-4ffa-8d0a-cde75a1a3895" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215001Z:217bb847-9f05-4f2b-a791-5a05e7f59af2" ], "Date": [ - "Wed, 25 Mar 2020 19:04:22 GMT" + "Thu, 08 Apr 2021 21:50:01 GMT" ], "Expires": [ "-1" @@ -665,13 +665,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/userId2174?deleteSubscriptions=true&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdXNlcnMvdXNlcklkMjE3ND9kZWxldGVTdWJzY3JpcHRpb25zPXRydWUmYXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/userId2817?deleteSubscriptions=true&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycy91c2VySWQyODE3P2RlbGV0ZVN1YnNjcmlwdGlvbnM9dHJ1ZSZhcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ec5dddc8-d0ef-4048-bf9e-77ab8f7e5e2a" + "8ddcb937-1951-4f76-983d-1d907bc97490" ], "If-Match": [ "*" @@ -680,10 +680,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -696,26 +696,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "67181ce9-83b5-4bbb-b2ce-74296374f0fd" + "d06b9c99-1e8a-445d-90cc-6daf39251e73" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14994" + "14998" ], "x-ms-correlation-request-id": [ - "858afb90-9ab9-4ca8-b1ea-6c8748ab4f3d" + "80c3b7f4-9bf5-4c07-af86-5f589ec51d36" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190424Z:858afb90-9ab9-4ca8-b1ea-6c8748ab4f3d" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215002Z:80c3b7f4-9bf5-4c07-af86-5f589ec51d36" ], "Date": [ - "Wed, 25 Mar 2020 19:04:24 GMT" + "Thu, 08 Apr 2021 21:50:01 GMT" ], "Expires": [ "-1" @@ -728,13 +728,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/groups/groupId504?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvZ3JvdXBzL2dyb3VwSWQ1MDQ/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/groups/groupId4235?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS9ncm91cHMvZ3JvdXBJZDQyMzU/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f5d43ae6-c4cd-48af-b2e5-238b4c47cf4b" + "797255a3-c067-4555-a47a-e5ad8c0ee83c" ], "If-Match": [ "*" @@ -743,10 +743,10 @@ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -759,26 +759,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "b8e7e270-6360-4a11-b06c-8624e6bd3caf" + "aeed0901-13e7-4fbe-8f7d-050836b8575c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14993" + "14997" ], "x-ms-correlation-request-id": [ - "113133a0-650e-4b4b-aea8-88f76d569160" + "2be4012e-3bbe-4bf7-b853-4781520ee9dd" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190424Z:113133a0-650e-4b4b-aea8-88f76d569160" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215002Z:2be4012e-3bbe-4bf7-b853-4781520ee9dd" ], "Date": [ - "Wed, 25 Mar 2020 19:04:24 GMT" + "Thu, 08 Apr 2021 21:50:01 GMT" ], "Expires": [ "-1" @@ -793,23 +793,23 @@ ], "Names": { "GroupsListAddRemove": [ - "groupId504", - "groupName3024", - "userId2174", - "Ivan6949", - "Ivanov2391", - "ivan.ivanov8165", - "pwd1903", - "note1857" + "groupId4235", + "groupName2145", + "userId2817", + "Ivan3646", + "Ivanov8470", + "ivan.ivanov1124", + "pwd2762", + "note5823" ] }, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/UserTests/SubscriptionsList.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/UserTests/SubscriptionsList.json index 51527e993e79c..1cbd6cf6fae1e 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/UserTests/SubscriptionsList.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/UserTests/SubscriptionsList.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "961fa538-231a-412e-90d2-4e59008163c8" + "bbd3709c-1bde-45fa-a1e7-c82888e9732c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "342" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAV4qQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "86dfa2f0-fadc-48cd-986b-a86b564bd16d", - "48fa993b-27d7-4865-a7fb-28ed59c58ee2" + "d1edbe6a-0cc3-4119-a5aa-dfae7f69cba9", + "d94a6405-5386-4010-adfb-fcea6c634bf8" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-correlation-request-id": [ - "8219eca1-b476-44a3-8a21-8cb7c1352235" + "6b871e13-85f2-4540-8616-b2e33c4ef33e" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190437Z:8219eca1-b476-44a3-8a21-8cb7c1352235" + "WESTUS:20210507T230131Z:6b871e13-85f2-4540-8616-b2e33c4ef33e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:04:36 GMT" + "Fri, 07 May 2021 23:01:31 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAV4qQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b7a03dd8-64de-4e02-a7e0-ec9c54aaa05e" + "2d25846d-d11f-4dc0-93b0-ab8251299c62" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAV4qQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d6962053-66a9-4dff-8e6e-0ec8f837141c" + "06bc9eab-f789-4397-8c66-f5fdbeb94d1c" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "11999" ], "x-ms-correlation-request-id": [ - "f3794d4e-ed28-41d9-8832-802154db3de4" + "af58c24d-594b-4339-a5cf-e200243877ed" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190438Z:f3794d4e-ed28-41d9-8832-802154db3de4" + "WESTUS:20210507T230132Z:af58c24d-594b-4339-a5cf-e200243877ed" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:04:38 GMT" + "Fri, 07 May 2021 23:01:31 GMT" ], "Content-Length": [ - "2293" + "2344" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAV4qQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.171.8\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2c0119c2-0acb-487f-9229-7bf3dce57d0a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdXNlcnM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "60b0d145-6b9f-4670-955d-c754ba314bc0" + "7e9070a3-b3fc-482f-b9da-a01ba5f719c0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,29 +168,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "1fdd4ea2-70fc-4f5a-b8a3-3c01003bafbc" + "1846e98e-83d5-468c-90ab-d9d562706489" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "11998" ], "x-ms-correlation-request-id": [ - "554b05a1-35df-46c5-93e9-cabcf7a47247" + "6799249f-7efa-4aa8-be1a-d567537cc6b2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190438Z:554b05a1-35df-46c5-93e9-cabcf7a47247" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210507T230132Z:6799249f-7efa-4aa8-be1a-d567537cc6b2" ], "Date": [ - "Wed, 25 Mar 2020 19:04:38 GMT" + "Fri, 07 May 2021 23:01:31 GMT" ], "Content-Length": [ - "680" + "682" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,26 +199,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"type\": \"Microsoft.ApiManagement/service/users\",\r\n \"name\": \"1\",\r\n \"properties\": {\r\n \"firstName\": \"Administrator\",\r\n \"lastName\": \"\",\r\n \"email\": \"apim@autorestsdk.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2020-01-15T02:14:45.177Z\",\r\n \"note\": null,\r\n \"identities\": [\r\n {\r\n \"provider\": \"Azure\",\r\n \"id\": \"apim@autorestsdk.com\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"type\": \"Microsoft.ApiManagement/service/users\",\r\n \"name\": \"1\",\r\n \"properties\": {\r\n \"firstName\": \"Administrator\",\r\n \"lastName\": \"\",\r\n \"email\": \"apim@autorestsdk.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2019-08-23T10:28:33.027Z\",\r\n \"note\": null,\r\n \"identities\": [\r\n {\r\n \"provider\": \"Azure\",\r\n \"id\": \"apim@autorestsdk.com\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1/subscriptions?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdXNlcnMvMS9zdWJzY3JpcHRpb25zP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1/subscriptions?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycy8xL3N1YnNjcmlwdGlvbnM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1076dba0-ad5e-43ab-8829-aa00fd3a5843" + "04eb6409-7937-4d62-8c4a-324852149293" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -231,29 +231,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "c83a324a-d17a-423f-afba-7f7789ff916a" + "0b1a1cd6-83ee-4f15-b3ae-7125e13d0656" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "11997" ], "x-ms-correlation-request-id": [ - "6ce26b97-2512-44fd-a82f-b650aa56e70b" + "9caf2f7c-306e-4c0b-a8eb-faca96dfab72" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190438Z:6ce26b97-2512-44fd-a82f-b650aa56e70b" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210507T230132Z:9caf2f7c-306e-4c0b-a8eb-faca96dfab72" ], "Date": [ - "Wed, 25 Mar 2020 19:04:38 GMT" + "Fri, 07 May 2021 23:01:32 GMT" ], "Content-Length": [ - "2073" + "2085" ], "Content-Type": [ "application/json; charset=utf-8" @@ -262,26 +262,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1/subscriptions/5e1e7596f3df140067070001\",\r\n \"type\": \"Microsoft.ApiManagement/service/users/subscriptions\",\r\n \"name\": \"5e1e7596f3df140067070001\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"scope\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter\",\r\n \"displayName\": null,\r\n \"state\": \"active\",\r\n \"createdDate\": \"2020-01-15T02:14:46.147Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1/subscriptions/5e1e7596f3df140067070002\",\r\n \"type\": \"Microsoft.ApiManagement/service/users/subscriptions\",\r\n \"name\": \"5e1e7596f3df140067070002\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"scope\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited\",\r\n \"displayName\": null,\r\n \"state\": \"active\",\r\n \"createdDate\": \"2020-01-15T02:14:46.943Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n }\r\n ],\r\n \"count\": 2\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1/subscriptions/5d5fbfd13b14eb0095070001\",\r\n \"type\": \"Microsoft.ApiManagement/service/users/subscriptions\",\r\n \"name\": \"5d5fbfd13b14eb0095070001\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"scope\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter\",\r\n \"displayName\": null,\r\n \"state\": \"active\",\r\n \"createdDate\": \"2019-08-23T10:28:33.867Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1/subscriptions/5d5fbfd23b14eb0095070002\",\r\n \"type\": \"Microsoft.ApiManagement/service/users/subscriptions\",\r\n \"name\": \"5d5fbfd23b14eb0095070002\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"scope\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited\",\r\n \"displayName\": null,\r\n \"state\": \"active\",\r\n \"createdDate\": \"2019-08-23T10:28:34.793Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n }\r\n ],\r\n \"count\": 2\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1/subscriptions?$top=1&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdXNlcnMvMS9zdWJzY3JpcHRpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1/subscriptions/5d5fbfd13b14eb0095070001?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycy8xL3N1YnNjcmlwdGlvbnMvNWQ1ZmJmZDEzYjE0ZWIwMDk1MDcwMDAxP2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0b083963-889d-4396-ba5d-32092278be50" + "da3d439e-9703-4593-b67f-4e442d36dde3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -291,32 +291,35 @@ "Pragma": [ "no-cache" ], + "ETag": [ + "\"AAAAAAAACMM=\"" + ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "dc28c2ca-342f-4ef7-b218-05b4613eed8b" + "c72d3d38-8767-43e1-8d5d-63051b25d984" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "11996" ], "x-ms-correlation-request-id": [ - "c1090091-9eba-48b7-b49d-738b71098f37" + "c8e007af-d39f-4778-85b6-53f4fc08a017" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190439Z:c1090091-9eba-48b7-b49d-738b71098f37" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210507T230229Z:c8e007af-d39f-4778-85b6-53f4fc08a017" ], "Date": [ - "Wed, 25 Mar 2020 19:04:39 GMT" + "Fri, 07 May 2021 23:02:29 GMT" ], "Content-Length": [ - "1329" + "948" ], "Content-Type": [ "application/json; charset=utf-8" @@ -325,26 +328,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1/subscriptions/5e1e7596f3df140067070001\",\r\n \"type\": \"Microsoft.ApiManagement/service/users/subscriptions\",\r\n \"name\": \"5e1e7596f3df140067070001\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"scope\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/starter\",\r\n \"displayName\": null,\r\n \"state\": \"active\",\r\n \"createdDate\": \"2020-01-15T02:14:46.147Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n }\r\n ],\r\n \"count\": 2,\r\n \"nextLink\": \"https://api-dogfood.resources.windows-int.net:443/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1/subscriptions?%24top=1&api-version=2019-12-01&%24skip=1\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1/subscriptions/5d5fbfd13b14eb0095070001\",\r\n \"type\": \"Microsoft.ApiManagement/service/users/subscriptions\",\r\n \"name\": \"5d5fbfd13b14eb0095070001\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"scope\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter\",\r\n \"displayName\": null,\r\n \"state\": \"active\",\r\n \"createdDate\": \"2019-08-23T10:28:33.867Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1/subscriptions?%24top=1&api-version=2019-12-01&%24skip=1", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdXNlcnMvMS9zdWJzY3JpcHRpb25zPyUyNHRvcD0xJmFwaS12ZXJzaW9uPTIwMTktMTItMDEmJTI0c2tpcD0x", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1/subscriptions?$top=1&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycy8xL3N1YnNjcmlwdGlvbnM/JHRvcD0xJmFwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "adbef9d5-a2d7-4121-a45e-36adcbb906b5" + "f5267c25-2be0-4505-a880-21ca2b641c5e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29916.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -357,29 +360,92 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "05508740-32e6-43cd-9c69-469490bd5ec9" + "b5dfbebb-fd20-4e60-8cd6-bb64571ea926" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "11995" ], "x-ms-correlation-request-id": [ - "9b3a5c25-c0f2-43a4-a6b9-3e2bd3e1d412" + "13ac0189-1eef-4a31-a6f9-ae6816460a50" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190439Z:9b3a5c25-c0f2-43a4-a6b9-3e2bd3e1d412" + "WESTUS:20210507T230229Z:13ac0189-1eef-4a31-a6f9-ae6816460a50" + ], + "Date": [ + "Fri, 07 May 2021 23:02:29 GMT" + ], + "Content-Length": [ + "1320" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1/subscriptions/5d5fbfd13b14eb0095070001\",\r\n \"type\": \"Microsoft.ApiManagement/service/users/subscriptions\",\r\n \"name\": \"5d5fbfd13b14eb0095070001\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"scope\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/starter\",\r\n \"displayName\": null,\r\n \"state\": \"active\",\r\n \"createdDate\": \"2019-08-23T10:28:33.867Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n }\r\n ],\r\n \"count\": 2,\r\n \"nextLink\": \"https://management.azure.com:443/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1/subscriptions?%24top=1&api-version=2020-12-01&%24skip=1\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1/subscriptions?%24top=1&api-version=2020-12-01&%24skip=1", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycy8xL3N1YnNjcmlwdGlvbnM/JTI0dG9wPTEmYXBpLXZlcnNpb249MjAyMC0xMi0wMSYlMjRza2lwPTE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "33b1863d-b6a3-4f30-8eca-77a75ea7a1f3" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.29916.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], + "x-ms-request-id": [ + "52e418fe-f351-48ff-a0d8-4f28840e457d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "2915bc86-349a-4bf8-b85c-3fe74db05c2e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20210507T230230Z:2915bc86-349a-4bf8-b85c-3fe74db05c2e" + ], "Date": [ - "Wed, 25 Mar 2020 19:04:39 GMT" + "Fri, 07 May 2021 23:02:29 GMT" ], "Content-Length": [ - "1056" + "1062" ], "Content-Type": [ "application/json; charset=utf-8" @@ -388,18 +454,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1/subscriptions/5e1e7596f3df140067070002\",\r\n \"type\": \"Microsoft.ApiManagement/service/users/subscriptions\",\r\n \"name\": \"5e1e7596f3df140067070002\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"scope\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/products/unlimited\",\r\n \"displayName\": null,\r\n \"state\": \"active\",\r\n \"createdDate\": \"2020-01-15T02:14:46.943Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n }\r\n ],\r\n \"count\": 2\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1/subscriptions/5d5fbfd23b14eb0095070002\",\r\n \"type\": \"Microsoft.ApiManagement/service/users/subscriptions\",\r\n \"name\": \"5d5fbfd23b14eb0095070002\",\r\n \"properties\": {\r\n \"ownerId\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"scope\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/products/unlimited\",\r\n \"displayName\": null,\r\n \"state\": \"active\",\r\n \"createdDate\": \"2019-08-23T10:28:34.793Z\",\r\n \"startDate\": null,\r\n \"expirationDate\": null,\r\n \"endDate\": null,\r\n \"notificationDate\": null,\r\n \"stateComment\": null,\r\n \"allowTracing\": true\r\n }\r\n }\r\n ],\r\n \"count\": 2\r\n}", "StatusCode": 200 } ], "Names": {}, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "testKeyVaultSecretUrl": "https://jikangsdkkeyvault.vault.azure.net/secrets/sdkcert1", + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file diff --git a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/UserTests/UserIdentities.json b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/UserTests/UserIdentities.json index 13de6524881cd..c88e98010e08c 100644 --- a/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/UserTests/UserIdentities.json +++ b/sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/tests/SessionRecords/UserTests/UserIdentities.json @@ -1,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"CentralUS\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ef6f5206-42cb-451f-8a74-189443ea2db2" + "71dd1faa-65ad-4bd1-befb-462bc09d4e9c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "286" + "289" ] }, "ResponseHeaders": { @@ -33,35 +33,35 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "35c91424-6334-4fdd-8625-5fa0593cb9f5", - "ec841081-f249-41cd-9eb2-a7bb8988d6e7" + "64b0293d-7933-4ba0-a6d4-eae7bbcb3127", + "704537cd-0473-4434-b3da-c95e1e0c99e6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-correlation-request-id": [ - "db230584-cd65-4f23-94cb-7fe16e0e4270" + "94527807-389c-4509-9264-b53fa8ba63b3" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190442Z:db230584-cd65-4f23-94cb-7fe16e0e4270" + "WESTUS:20210408T215010Z:94527807-389c-4509-9264-b53fa8ba63b3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:04:42 GMT" + "Thu, 08 Apr 2021 21:50:09 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -70,26 +70,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d83d9ea-d356-4484-a802-ef57703ce45c" + "3550db77-7e22-44f5-8714-e46f1f1a997a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -100,34 +100,34 @@ "no-cache" ], "ETag": [ - "\"AAAAAAAHRdg=\"" + "\"AAAAAAAURsQ=\"" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "773c8aa2-534b-4d3a-b949-8177007f4395" + "bae91f15-49c0-4044-b758-eaf9220aeed6" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "11999" ], "x-ms-correlation-request-id": [ - "ff08f1d7-c467-47c3-addf-dccc6ed1adaf" + "4abc4ce0-36b2-42c5-a220-40d0b61342b2" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190443Z:ff08f1d7-c467-47c3-addf-dccc6ed1adaf" + "WESTUS:20210408T215010Z:4abc4ce0-36b2-42c5-a220-40d0b61342b2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Wed, 25 Mar 2020 19:04:42 GMT" + "Thu, 08 Apr 2021 21:50:09 GMT" ], "Content-Length": [ - "2293" + "2221" ], "Content-Type": [ "application/json; charset=utf-8" @@ -136,26 +136,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi\",\r\n \"name\": \"sdktestservicemapi\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"East US\",\r\n \"etag\": \"AAAAAAAHRdg=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2020-01-15T02:10:29.8101523Z\",\r\n \"gatewayUrl\": \"https://sdktestservicemapi.preview.int-azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservicemapi-eastus-01.regional.preview.int-azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservicemapi.portal.preview.int-azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservicemapi.developer.preview.int-azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservicemapi.management.preview.int-azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservicemapi.scm.preview.int-azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservicemapi.preview.int-azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"52.170.235.245\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice\",\r\n \"name\": \"sdktestservice\",\r\n \"type\": \"Microsoft.ApiManagement/service\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"location\": \"Central US\",\r\n \"etag\": \"AAAAAAAURsQ=\",\r\n \"properties\": {\r\n \"publisherEmail\": \"apim@autorestsdk.com\",\r\n \"publisherName\": \"autorestsdk\",\r\n \"notificationSenderEmail\": \"apimgmt-noreply@mail.windowsazure.com\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"targetProvisioningState\": \"\",\r\n \"createdAtUtc\": \"2019-08-23T10:23:03.7042803Z\",\r\n \"gatewayUrl\": \"https://sdktestservice.azure-api.net\",\r\n \"gatewayRegionalUrl\": \"https://sdktestservice-centralus-01.regional.azure-api.net\",\r\n \"portalUrl\": \"https://sdktestservice.portal.azure-api.net\",\r\n \"developerPortalUrl\": \"https://sdktestservice.developer.azure-api.net\",\r\n \"managementApiUrl\": \"https://sdktestservice.management.azure-api.net\",\r\n \"scmUrl\": \"https://sdktestservice.scm.azure-api.net\",\r\n \"hostnameConfigurations\": [\r\n {\r\n \"type\": \"Proxy\",\r\n \"hostName\": \"sdktestservice.azure-api.net\",\r\n \"encodedCertificate\": null,\r\n \"keyVaultId\": null,\r\n \"certificatePassword\": null,\r\n \"negotiateClientCertificate\": false,\r\n \"certificate\": null,\r\n \"defaultSslBinding\": true,\r\n \"identityClientId\": null\r\n }\r\n ],\r\n \"publicIPAddresses\": [\r\n \"104.43.169.82\"\r\n ],\r\n \"privateIPAddresses\": null,\r\n \"additionalLocations\": null,\r\n \"virtualNetworkConfiguration\": null,\r\n \"customProperties\": {\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30\": \"False\",\r\n \"Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2\": \"False\"\r\n },\r\n \"virtualNetworkType\": \"None\",\r\n \"certificates\": [],\r\n \"disableGateway\": false,\r\n \"apiVersionConstraint\": {\r\n \"minApiVersion\": null\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Developer\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": null,\r\n \"zones\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users?$filter=firstName%20eq%20'Administrator'&api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdXNlcnM/JGZpbHRlcj1maXJzdE5hbWUlMjBlcSUyMCdBZG1pbmlzdHJhdG9yJyZhcGktdmVyc2lvbj0yMDE5LTEyLTAx", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users?$filter=firstName%20eq%20'Administrator'&api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycz8kZmlsdGVyPWZpcnN0TmFtZSUyMGVxJTIwJ0FkbWluaXN0cmF0b3InJmFwaS12ZXJzaW9uPTIwMjAtMTItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4678aee-a6a8-4616-889f-4f342659231d" + "2886c552-d7e3-46f0-8510-832060090e73" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -168,29 +168,29 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "2052d76c-b5e5-4b57-b28f-fbd4d40cd97b" + "0fd4a522-2926-4de5-8195-3521903f4730" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "11998" ], "x-ms-correlation-request-id": [ - "a4389c0e-6ac6-43f0-82cc-19683f7623a9" + "f944e0b4-6108-4407-a731-5aee228f5d71" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190443Z:a4389c0e-6ac6-43f0-82cc-19683f7623a9" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215010Z:f944e0b4-6108-4407-a731-5aee228f5d71" ], "Date": [ - "Wed, 25 Mar 2020 19:04:43 GMT" + "Thu, 08 Apr 2021 21:50:10 GMT" ], "Content-Length": [ - "680" + "682" ], "Content-Type": [ "application/json; charset=utf-8" @@ -199,26 +199,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1\",\r\n \"type\": \"Microsoft.ApiManagement/service/users\",\r\n \"name\": \"1\",\r\n \"properties\": {\r\n \"firstName\": \"Administrator\",\r\n \"lastName\": \"\",\r\n \"email\": \"apim@autorestsdk.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2020-01-15T02:14:45.177Z\",\r\n \"note\": null,\r\n \"identities\": [\r\n {\r\n \"provider\": \"Azure\",\r\n \"id\": \"apim@autorestsdk.com\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1\",\r\n \"type\": \"Microsoft.ApiManagement/service/users\",\r\n \"name\": \"1\",\r\n \"properties\": {\r\n \"firstName\": \"Administrator\",\r\n \"lastName\": \"\",\r\n \"email\": \"apim@autorestsdk.com\",\r\n \"state\": \"active\",\r\n \"registrationDate\": \"2019-08-23T10:28:33.027Z\",\r\n \"note\": null,\r\n \"identities\": [\r\n {\r\n \"provider\": \"Azure\",\r\n \"id\": \"apim@autorestsdk.com\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"count\": 1\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3/resourceGroups/ApiM-SDK-EastUS/providers/Microsoft.ApiManagement/service/sdktestservicemapi/users/1/identities?api-version=2019-12-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNzRmMzRkOWMtNTBlZC00ZDdhLWExYTgtODhkMmFlZDEzYWMzL3Jlc291cmNlR3JvdXBzL0FwaU0tU0RLLUVhc3RVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZW1hcGkvdXNlcnMvMS9pZGVudGl0aWVzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=", + "RequestUri": "/subscriptions/bab08e11-7b12-4354-9fd1-4b5d64d40b68/resourceGroups/Api-Default-CentralUS/providers/Microsoft.ApiManagement/service/sdktestservice/users/1/identities?api-version=2020-12-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiMDhlMTEtN2IxMi00MzU0LTlmZDEtNGI1ZDY0ZDQwYjY4L3Jlc291cmNlR3JvdXBzL0FwaS1EZWZhdWx0LUNlbnRyYWxVUy9wcm92aWRlcnMvTWljcm9zb2Z0LkFwaU1hbmFnZW1lbnQvc2VydmljZS9zZGt0ZXN0c2VydmljZS91c2Vycy8xL2lkZW50aXRpZXM/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0539ae75-65cc-492d-9284-bfcd51b7f796" + "c7c495b8-8673-4049-a40a-af16fcead836" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.27817.03", + "FxVersion/4.6.29812.02", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/5.0.0.0" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.ApiManagement.ApiManagementClient/7.0.0.0" ] }, "ResponseHeaders": { @@ -231,26 +231,26 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ + "nosniff" + ], "x-ms-request-id": [ - "7c0e605e-6d89-4d1c-a9d3-e4563e9a19a1" + "7ec7b4e3-18b2-4fd7-9a53-fc9285529057" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "11997" ], "x-ms-correlation-request-id": [ - "a39713be-a2bd-4164-be3e-bb2f5b36a200" + "7539b8c7-56d0-4b15-9e7f-b758d8735fac" ], "x-ms-routing-request-id": [ - "NORTHEUROPE:20200325T190443Z:a39713be-a2bd-4164-be3e-bb2f5b36a200" - ], - "X-Content-Type-Options": [ - "nosniff" + "WESTUS:20210408T215011Z:7539b8c7-56d0-4b15-9e7f-b758d8735fac" ], "Date": [ - "Wed, 25 Mar 2020 19:04:43 GMT" + "Thu, 08 Apr 2021 21:50:10 GMT" ], "Content-Length": [ "86" @@ -268,12 +268,12 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", + "SubscriptionId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", "TestCertificate": "MIIHEwIBAzCCBs8GCSqGSIb3DQEHAaCCBsAEgga8MIIGuDCCA9EGCSqGSIb3DQEHAaCCA8IEggO+MIIDujCCA7YGCyqGSIb3DQEMCgECoIICtjCCArIwHAYKKoZIhvcNAQwBAzAOBAidzys9WFRXCgICB9AEggKQRcdJYUKe+Yaf12UyefArSDv4PBBGqR0mh2wdLtPW3TCs6RIGjP4Nr3/KA4o8V8MF3EVQ8LWd/zJRdo7YP2Rkt/TPdxFMDH9zVBvt2/4fuVvslqV8tpphzdzfHAMQvO34ULdB6lJVtpRUx3WNUSbC3h5D1t5noLb0u0GFXzTUAsIw5CYnFCEyCTatuZdAx2V/7xfc0yF2kw/XfPQh0YVRy7dAT/rMHyaGfz1MN2iNIS048A1ExKgEAjBdXBxZLbjIL6rPxB9pHgH5AofJ50k1dShfSSzSzza/xUon+RlvD+oGi5yUPu6oMEfNB21CLiTJnIEoeZ0Te1EDi5D9SrOjXGmcZjCjcmtITnEXDAkI0IhY1zSjABIKyt1rY8qyh8mGT/RhibxxlSeSOIPsxTmXvcnFP3J+oRoHyWzrp6DDw2ZjRGBenUdExg1tjMqThaE7luNB6Yko8NIObwz3s7tpj6u8n11kB5RzV8zJUZkrHnYzrRFIQF8ZFjI9grDFPlccuYFPYUzSsEQU3l4mAoc0cAkaxCtZg9oi2bcVNTLQuj9XbPK2FwPXaF+owBEgJ0TnZ7kvUFAvN1dECVpBPO5ZVT/yaxJj3n380QTcXoHsav//Op3Kg+cmmVoAPOuBOnC6vKrcKsgDgf+gdASvQ+oBjDhTGOVk22jCDQpyNC/gCAiZfRdlpV98Abgi93VYFZpi9UlcGxxzgfNzbNGc06jWkw8g6RJvQWNpCyJasGzHKQOSCBVhfEUidfB2KEkMy0yCWkhbL78GadPIZG++FfM4X5Ov6wUmtzypr60/yJLduqZDhqTskGQlaDEOLbUtjdlhprYhHagYQ2tPD+zmLN7sOaYA6Y+ZZDg7BYq5KuOQZ2QxgewwDQYJKwYBBAGCNxECMQAwEwYJKoZIhvcNAQkVMQYEBAEAAAAwWwYJKoZIhvcNAQkUMU4eTAB7ADYANwBCADcAQQA1AEMAOQAtAEMAQQAzADIALQA0ADAAQwA0AC0AQQAxADUAMwAtAEEAQgAyADIANwA5ADUARQBGADcAOABBAH0waQYJKwYBBAGCNxEBMVweWgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwBDAGgAYQBuAG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwAgAFAAcgBvAHYAaQBkAGUAcjCCAt8GCSqGSIb3DQEHBqCCAtAwggLMAgEAMIICxQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQMwDgQIGa3JOIHoBmsCAgfQgIICmF5H0WCdmEFOmpqKhkX6ipBiTk0Rb+vmnDU6nl2L09t4WBjpT1gIddDHMpzObv3ktWts/wA6652h2wNKrgXEFU12zqhaGZWkTFLBrdplMnx/hr804NxiQa4A+BBIsLccczN21776JjU7PBCIvvmuudsKi8V+PmF2K6Lf/WakcZEq4Iq6gmNxTvjSiXMWZe7Wj4+Izt2aoooDYwfQs4KBlI03HzMSU3omA0rXLtARDXwHAJXW2uFwqihlPdC4gwDd/YFwUvnKn92UmyAvENKUV/uKyH3AF1ZqlUgBzYNXyd8YX9H8rtfho2f6qaJZQC93YU3fs9L1xmWIH5saow8r3K85dGCJsisddNsgwtH/o4imOSs8WJw1EjjdpYhyCjs9gE/7ovZzcvrdXBZditLFN8nRIX5HFGz93PksHAQwZbVnbCwVgTGf0Sy5WstPb340ODE5CrakMPUIiVPQgkujpIkW7r4cIwwyyGKza9ZVEXcnoSWZiFSB7yaEf0SYZEoECZwN52wiMxeosJjaAPpWXFe8x5mHbDZ7/DE+pv+Qlyo7rQIzu4SZ9GCvs33dMC/7+RPy6u32ca87kKBQHR1JeCHeBdklMw+pSFRdHxIxq1l5ktycan943OluTdqND5Vf2RwXdSFv2P53334XNKG82wsfm68w7+EgEClDFLz7FymmIfoFO2z0H0adQvkq/7GcIFBSr1K0KEfT2l6csrMc3NSwzDOFiYJDDf++OYUN4nVKlkVE5j+c9Zo8ZkAlz8I4m756wL7e++xXWgwovlsxkBE5TdwWDZDOE8id6yJf54/o4JwS5SEnnNlvt3gRNdo6yCSUrTHfIr9YhvAdJUXbdSrNm5GZu+2fhgg/UJ7EY8pf5BczhNSDkcAwOzAfMAcGBSsOAwIaBBRzf6NV4Bxf3KRT41VV4sQZ348BtgQU7+VeN+vrmbRv0zCvk7r1ORhJ7YkCAgfQ", "TestCertificatePassword": "Password", - "SubId": "74f34d9c-50ed-4d7a-a1a8-88d2aed13ac3", - "ServiceName": "sdktestservicemapi", - "Location": "eastus", - "ResourceGroup": "ApiM-SDK-EastUS" + "SubId": "bab08e11-7b12-4354-9fd1-4b5d64d40b68", + "ServiceName": "sdktestservice", + "Location": "CentralUS", + "ResourceGroup": "Api-Default-CentralUS" } } \ No newline at end of file